diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-16 00:18:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-16 00:18:51 +0000 |
commit | 587057b0edf4e3b17772cdcc686021ea6d6c938b (patch) | |
tree | cd45e5fc97b8b37eb3621fbc0dc109e70c65fecf /apps/cloud_federation_api | |
parent | 012d1c911f8ce972b0f71f77f098013f8cd694f7 (diff) | |
download | nextcloud-server-587057b0edf4e3b17772cdcc686021ea6d6c938b.tar.gz nextcloud-server-587057b0edf4e3b17772cdcc686021ea6d6c938b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/cloud_federation_api')
-rw-r--r-- | apps/cloud_federation_api/l10n/es_CL.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/es_CL.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/es_CL.js b/apps/cloud_federation_api/l10n/es_CL.js new file mode 100644 index 00000000000..5f223cbf59c --- /dev/null +++ b/apps/cloud_federation_api/l10n/es_CL.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "API de Federación en la Nube", + "Enable clouds to communicate with each other and exchange data" : "Permitir que las nubes se comuniquen entre sí e intercambien datos", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "La API de Federación de Nubes permite que varias instancias de Nextcloud se comuniquen entre sí y intercambien datos." +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/cloud_federation_api/l10n/es_CL.json b/apps/cloud_federation_api/l10n/es_CL.json new file mode 100644 index 00000000000..32f7e283911 --- /dev/null +++ b/apps/cloud_federation_api/l10n/es_CL.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "API de Federación en la Nube", + "Enable clouds to communicate with each other and exchange data" : "Permitir que las nubes se comuniquen entre sí e intercambien datos", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "La API de Federación de Nubes permite que varias instancias de Nextcloud se comuniquen entre sí y intercambien datos." +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +}
\ No newline at end of file |