Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-31 05:18:47 +0300
committerNextcloud bot <bot@nextcloud.com>2020-10-31 05:18:47 +0300
commitffda62b421e4aed9c01ec9c5ff34eb3516bf727e (patch)
tree54948ef22495ba8b71842de95d4e54a41f81848c /apps/lookup_server_connector
parentf94af85749f1c98564c7b4f503a13309a24595fb (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r--apps/lookup_server_connector/l10n/zh_CN.js7
-rw-r--r--apps/lookup_server_connector/l10n/zh_CN.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/zh_CN.js b/apps/lookup_server_connector/l10n/zh_CN.js
new file mode 100644
index 00000000000..2e7c8d960cc
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/zh_CN.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "查找服务器连接器",
+ "Sync public user information with the lookup server" : "将公共用户信息与查找服务器同步"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/lookup_server_connector/l10n/zh_CN.json b/apps/lookup_server_connector/l10n/zh_CN.json
new file mode 100644
index 00000000000..fba43f5cf3b
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/zh_CN.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "查找服务器连接器",
+ "Sync public user information with the lookup server" : "将公共用户信息与查找服务器同步"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file