浏览代码

Add the new translation for "redirection-host.forward-http-code".

firfe 1 月之前
父节点
当前提交
d66bb2104a
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      frontend/src/locale/lang/zh.json
  2. 3 0
      frontend/src/locale/src/zh.json

+ 1 - 0
frontend/src/locale/lang/zh.json

@@ -169,6 +169,7 @@
   "public": "公开",
   "redirection-host": "重定向主机",
   "redirection-host.forward-domain": "转发域名",
+  "redirection-host.forward-http-code": "HTTP 状态码",
   "redirection-hosts": "重定向主机列表",
   "redirection-hosts.count": "{count} 个重定向主机",
   "role.admin": "管理员",

+ 3 - 0
frontend/src/locale/src/zh.json

@@ -509,6 +509,9 @@
 	"redirection-host.forward-domain": {
 		"defaultMessage": "转发域名"
 	},
+	"redirection-host.forward-http-code": {
+		"defaultMessage": "HTTP 状态码"
+	},
 	"redirection-hosts": {
 		"defaultMessage": "重定向主机列表"
 	},