diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:22:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-20 00:22:52 +0000 |
commit | 64c19ce3aab20cae15bd522428ae54548a76b78b (patch) | |
tree | b9aebb314460a39c0f55b7f9db328e30aa197543 /apps/cloud_federation_api | |
parent | 892a837ecb3773a202fe866b4d0662a83f4dfac1 (diff) | |
download | nextcloud-server-64c19ce3aab20cae15bd522428ae54548a76b78b.tar.gz nextcloud-server-64c19ce3aab20cae15bd522428ae54548a76b78b.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/et_EE.js | 8 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/et_EE.json | 6 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/gl.js | 2 | ||||
-rw-r--r-- | apps/cloud_federation_api/l10n/gl.json | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/apps/cloud_federation_api/l10n/et_EE.js b/apps/cloud_federation_api/l10n/et_EE.js new file mode 100644 index 00000000000..67ae7128738 --- /dev/null +++ b/apps/cloud_federation_api/l10n/et_EE.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "Pilve Liit API", + "Enable clouds to communicate with each other and exchange data" : "Luba pilvedel suhelda omavahel ja vahetada andmeid", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Pilve Liit API lubab erinevad Nextcloud'i osadel suhelda omavahel ja vahetada andmeid" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/cloud_federation_api/l10n/et_EE.json b/apps/cloud_federation_api/l10n/et_EE.json new file mode 100644 index 00000000000..5fbc024b957 --- /dev/null +++ b/apps/cloud_federation_api/l10n/et_EE.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "Pilve Liit API", + "Enable clouds to communicate with each other and exchange data" : "Luba pilvedel suhelda omavahel ja vahetada andmeid", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Pilve Liit API lubab erinevad Nextcloud'i osadel suhelda omavahel ja vahetada andmeid" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/cloud_federation_api/l10n/gl.js b/apps/cloud_federation_api/l10n/gl.js index 4c885ae3b93..06b753a1f0b 100644 --- a/apps/cloud_federation_api/l10n/gl.js +++ b/apps/cloud_federation_api/l10n/gl.js @@ -3,6 +3,6 @@ OC.L10N.register( { "Cloud Federation API" : "API da Nube federada", "Enable clouds to communicate with each other and exchange data" : "Permite que as nubes se comuniquen entre elas e intercambien datos", - "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nube federada permite que varias instancias do Nextcloud se comuniquen entre elas e intercambien datos." + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nube federada permite que varias instancias de Nextcloud se comuniquen entre elas e intercambien datos." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/cloud_federation_api/l10n/gl.json b/apps/cloud_federation_api/l10n/gl.json index 5d468a800b8..17c51a3d7b2 100644 --- a/apps/cloud_federation_api/l10n/gl.json +++ b/apps/cloud_federation_api/l10n/gl.json @@ -1,6 +1,6 @@ { "translations": { "Cloud Federation API" : "API da Nube federada", "Enable clouds to communicate with each other and exchange data" : "Permite que as nubes se comuniquen entre elas e intercambien datos", - "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nube federada permite que varias instancias do Nextcloud se comuniquen entre elas e intercambien datos." + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "A API de Nube federada permite que varias instancias de Nextcloud se comuniquen entre elas e intercambien datos." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |