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

@@ -11,7 +11,8 @@
"translations" : [
"translations/de.json",
"translations/en.json"
"translations/en.json",
"translations/zh.json"
]
}

View File

@@ -0,0 +1,7 @@
{
"DATA_SOURCE_LDAP" : {
"NAME" : "轻型目录访问协议"
}
}