diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-17 00:20:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-17 00:20:42 +0000 |
commit | 70ad22fcd87aff1c021119758142b4903a6badd6 (patch) | |
tree | 08c479ec443dd8a1e34f77d82e1d4c4cb69bde21 /lib | |
parent | 6377b9c7773a65c89501bd1fa569157c1e3e7ce7 (diff) | |
download | nextcloud-server-70ad22fcd87aff1c021119758142b4903a6badd6.tar.gz nextcloud-server-70ad22fcd87aff1c021119758142b4903a6badd6.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", |