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

@@ -24,7 +24,8 @@
"translations/de.json",
"translations/en.json",
"translations/ja.json",
"translations/ru.json"
"translations/ru.json",
"translations/zh.json"
],
"resources" : {

View File

@@ -0,0 +1,18 @@
{
"DATA_SOURCE_QUICKCONNECT" : {
"NAME" : "快速连接"
},
"QUICKCONNECT" : {
"ACTION_CONNECT" : "连接",
"ERROR_INVALID_URI" : "指定的URI无效",
"ERROR_NO_HOST" : "未指定主机",
"ERROR_NO_PROTOCOL" : "未指定协议",
"ERROR_NOT_ABSOLUTE_URI" : "不是绝对URI地址",
"FIELD_PLACEHOLDER_URI" : "输入连接URI"
}
}