GUACAMOLE-903: Merge improved Chinese internationalization support

This commit is contained in:
Virtually Nick
2020-12-16 07:02:45 -05:00
committed by GitHub
19 changed files with 466 additions and 38 deletions

View File

@@ -14,7 +14,7 @@
"translations/de.json",
"translations/en.json",
"translations/ja.json",
"translations/ru.json"
"translations/ru.json",
"translations/zh.json"
]
}

View File

@@ -0,0 +1,12 @@
{
"DATA_SOURCE_CAS" : {
"NAME" : "CAS SSO后端"
},
"LOGIN" : {
"FIELD_HEADER_TICKET" : "",
"INFO_CAS_REDIRECT_PENDING" : "请稍候正在重定向到CAS验证..."
}
}