diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-19 00:26:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-19 00:26:42 +0000 |
commit | 6883c52e9d3fed9d5f4a99d20c8370380d4228ab (patch) | |
tree | 343e5a61b0b55cd26e4aa36f72b9a71e294b0add /apps/cloud_federation_api | |
parent | 281117a2fbc6bae33e5cc9612cf682af1a76ea63 (diff) | |
download | nextcloud-server-6883c52e9d3fed9d5f4a99d20c8370380d4228ab.tar.gz nextcloud-server-6883c52e9d3fed9d5f4a99d20c8370380d4228ab.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_EC.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/es_EC.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/es_EC.js b/apps/cloud_federation_api/l10n/es_EC.js new file mode 100644 index 00000000000..5f223cbf59c --- /dev/null +++ b/apps/cloud_federation_api/l10n/es_EC.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_EC.json b/apps/cloud_federation_api/l10n/es_EC.json new file mode 100644 index 00000000000..32f7e283911 --- /dev/null +++ b/apps/cloud_federation_api/l10n/es_EC.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 |