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

@@ -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" : "轻型目录访问协议"
}
}