diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:17:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:17:53 +0000 |
commit | bd3f3afcf715ee283f61a45e4a26e566f949a7a5 (patch) | |
tree | fa9d36484e4829ada850cd7b9ff622631b7b39df /apps/cloud_federation_api/l10n | |
parent | d820ab2ca8342d756ec8e0554e180e7f00cc3860 (diff) | |
download | nextcloud-server-bd3f3afcf715ee283f61a45e4a26e566f949a7a5.tar.gz nextcloud-server-bd3f3afcf715ee283f61a45e4a26e566f949a7a5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/cloud_federation_api/l10n')
-rw-r--r-- | apps/cloud_federation_api/l10n/ar.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/ar.json | 6 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/zh_CN.json | 4 |
4 files changed, 18 insertions, 4 deletions
diff --git a/apps/cloud_federation_api/l10n/ar.js b/apps/cloud_federation_api/l10n/ar.js new file mode 100644 index 00000000000..45df0372089 --- /dev/null +++ b/apps/cloud_federation_api/l10n/ar.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "واجهة برمجة التطبيقات API للاتحاد السحابي Cloud Federation", + "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 للاتحاد السحابي Cloud Federation تسمح لخوادم نكست كلاود بالاتصال ببعضها البعض و تبادل البيانات." +}, +"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/cloud_federation_api/l10n/ar.json b/apps/cloud_federation_api/l10n/ar.json new file mode 100644 index 00000000000..29aaedaca6d --- /dev/null +++ b/apps/cloud_federation_api/l10n/ar.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "واجهة برمجة التطبيقات API للاتحاد السحابي Cloud Federation", + "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 للاتحاد السحابي Cloud Federation تسمح لخوادم نكست كلاود بالاتصال ببعضها البعض و تبادل البيانات." +},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +}
\ No newline at end of file diff --git a/apps/cloud_federation_api/l10n/zh_CN.js b/apps/cloud_federation_api/l10n/zh_CN.js index 5bea9e26c1e..90684ddca9d 100644 --- a/apps/cloud_federation_api/l10n/zh_CN.js +++ b/apps/cloud_federation_api/l10n/zh_CN.js @@ -1,8 +1,8 @@ OC.L10N.register( "cloud_federation_api", { - "Cloud Federation API" : "联合云 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 实例可以相互通信并交换数据。" + "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 index f0b021fa6a6..491d0494c0e 100644 --- a/apps/cloud_federation_api/l10n/zh_CN.json +++ b/apps/cloud_federation_api/l10n/zh_CN.json @@ -1,6 +1,6 @@ { "translations": { - "Cloud Federation API" : "联合云 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 实例可以相互通信并交换数据。" + "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 |