aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-03 00:19:54 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-03 00:19:54 +0000
commit20146c2ca410af386e0473188a4247b206c3c9d7 (patch)
tree985a6b7909f1ac06bf9a45b543723065f57819d4 /apps/cloud_federation_api
parent91b07af8e8adbbed85ab382ae9c471d013601f71 (diff)
downloadnextcloud-server-20146c2ca410af386e0473188a4247b206c3c9d7.tar.gz
nextcloud-server-20146c2ca410af386e0473188a4247b206c3c9d7.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/fr.js4
-rw-r--r--apps/cloud_federation_api/l10n/fr.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/cloud_federation_api/l10n/fr.js b/apps/cloud_federation_api/l10n/fr.js
index 48f95c9d3a5..05421436df0 100644
--- a/apps/cloud_federation_api/l10n/fr.js
+++ b/apps/cloud_federation_api/l10n/fr.js
@@ -1,8 +1,8 @@
OC.L10N.register(
"cloud_federation_api",
{
- "Cloud Federation API" : "API Cloud Federation",
+ "Cloud Federation API" : "API de fédération Cloud",
"Enable clouds to communicate with each other and exchange data" : "Permettre aux clouds de communiquer entre eux et d'échanger des données",
- "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L’API Cloud Federation permet à diverses instances Nextcloud de communiquer entre elles et d’échanger des données."
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L’API de fédération cloud permet à différentes instances de Nextcloud de communiquer entre elles et d’échanger des données."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/cloud_federation_api/l10n/fr.json b/apps/cloud_federation_api/l10n/fr.json
index 101df2216d1..5a2a2a07617 100644
--- a/apps/cloud_federation_api/l10n/fr.json
+++ b/apps/cloud_federation_api/l10n/fr.json
@@ -1,6 +1,6 @@
{ "translations": {
- "Cloud Federation API" : "API Cloud Federation",
+ "Cloud Federation API" : "API de fédération Cloud",
"Enable clouds to communicate with each other and exchange data" : "Permettre aux clouds de communiquer entre eux et d'échanger des données",
- "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L’API Cloud Federation permet à diverses instances Nextcloud de communiquer entre elles et d’échanger des données."
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "L’API de fédération cloud permet à différentes instances de Nextcloud de communiquer entre elles et d’échanger des données."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file