diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-17 00:20:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-17 00:20:28 +0000 |
commit | c6584da72cb6cb3aca2f98fd0dd81e43919c38bd (patch) | |
tree | 91c7aeb0a30806eba3abbf34caa51b514b64e764 /lib | |
parent | 037476d67b6d98b5b0b994432103fd68d69885b4 (diff) | |
download | nextcloud-server-c6584da72cb6cb3aca2f98fd0dd81e43919c38bd.tar.gz nextcloud-server-c6584da72cb6cb3aca2f98fd0dd81e43919c38bd.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/fr.js | 1 | ||||
-rw-r--r-- | lib/l10n/fr.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 0cab0cd71b9..d169020bfd9 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -19,6 +19,7 @@ OC.L10N.register( "%1$s, %2$s and %3$s" : "%1$s, %2$s et %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s et %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s et %5$s", + "Education bundle" : "Pack pour éducation", "Enterprise bundle" : "Pack pour entreprise", "Groupware bundle" : "Pack Groupware", "Hub bundle" : "Pack Nextcloud Hub", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index c05c1b5b690..16ac7cf3d59 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -17,6 +17,7 @@ "%1$s, %2$s and %3$s" : "%1$s, %2$s et %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s et %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s et %5$s", + "Education bundle" : "Pack pour éducation", "Enterprise bundle" : "Pack pour entreprise", "Groupware bundle" : "Pack Groupware", "Hub bundle" : "Pack Nextcloud Hub", |