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/cloud_federation_api
parentf94af85749f1c98564c7b4f503a13309a24595fb (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r--apps/cloud_federation_api/l10n/zh_CN.js8
-rw-r--r--apps/cloud_federation_api/l10n/zh_CN.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/zh_CN.js b/apps/cloud_federation_api/l10n/zh_CN.js
new file mode 100644
index 00000000000..5bea9e26c1e
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/zh_CN.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "联合云 API",
+ "Enable clouds to communicate with each other and exchange data" : "使云能够相互通信并交换数据",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "联合云 API 使各种 Nextcloud 实例可以相互通信并交换数据。"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/cloud_federation_api/l10n/zh_CN.json b/apps/cloud_federation_api/l10n/zh_CN.json
new file mode 100644
index 00000000000..f0b021fa6a6
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/zh_CN.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "联合云 API",
+ "Enable clouds to communicate with each other and exchange data" : "使云能够相互通信并交换数据",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "联合云 API 使各种 Nextcloud 实例可以相互通信并交换数据。"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file