diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
commit | ffda62b421e4aed9c01ec9c5ff34eb3516bf727e (patch) | |
tree | 54948ef22495ba8b71842de95d4e54a41f81848c /apps/cloud_federation_api | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.tar.gz nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r-- | apps/cloud_federation_api/l10n/zh_CN.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/zh_CN.json | 6 |
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 |