aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-03 00:20:15 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-03 00:20:15 +0000
commit7b445897c4d15adc165a033d50e168b18b8cc660 (patch)
treea508bcdc0ad50db851cf1773bca8bc9fc81c6765 /apps/cloud_federation_api
parent68ec45cef1efe7d97e8bab79b6b862eb89ec118b (diff)
downloadnextcloud-server-7b445897c4d15adc165a033d50e168b18b8cc660.tar.gz
nextcloud-server-7b445897c4d15adc165a033d50e168b18b8cc660.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