GUACAMOLE-903: Improved Chinese internationalization support

This commit is contained in:
XYUU
2020-11-04 15:09:36 +08:00
parent acf40b06b8
commit f7b53d34ef
19 changed files with 466 additions and 38 deletions

View File

@@ -13,7 +13,8 @@
"translations/de.json",
"translations/en.json",
"translations/ja.json",
"translations/ru.json"
"translations/ru.json",
"translations/zh.json"
],
"js" : [

View File

@@ -0,0 +1,13 @@
{
"DATA_SOURCE_DUO" : {
"NAME" : "Duo TFA后端"
},
"LOGIN" : {
"FIELD_HEADER_GUAC_DUO_SIGNED_RESPONSE" : "",
"INFO_DUO_VALIDATION_CODE_INCORRECT" : "Duo验证码不正确。",
"INFO_DUO_AUTH_REQUIRED" : "请先使用Duo进行身份验证。"
}
}