diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-04 00:21:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-04 00:21:54 +0000 |
commit | 94d259e75048665718bef82ae4b94e521a78bbcb (patch) | |
tree | 8872b57093d9edd39ba40e09d24956163d3bf96a /core/l10n/fr.js | |
parent | b98b5bb49591427a7944b1ee8374883b8910c289 (diff) | |
download | nextcloud-server-94d259e75048665718bef82ae4b94e521a78bbcb.tar.gz nextcloud-server-94d259e75048665718bef82ae4b94e521a78bbcb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index b6e9767fb0a..6ae944b7f68 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -103,6 +103,9 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications","{count} notifications"], "No" : "Non", "Yes" : "Oui", + "Federated user" : "Utilisateur fédéré", + "Create share" : "Créer un partage", + "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", "Custom date range" : "Plage de dates personnalisée", "Pick start date" : "Sélectionner une date de début", "Pick end date" : "Sélectionner une date de fin", @@ -204,6 +207,7 @@ OC.L10N.register( "You have not added any info yet" : "Vous n’avez pas ajouté d’informations pour le moment", "{user} has not added any info yet" : "{user} n’a pas ajouté d’informations pour le moment", "Error opening the user status modal, try hard refreshing the page" : "Erreur lors de l'ouverture du modal du statut de l'utilisateur, essayez d'actualiser la page", + "More actions" : "Plus d'actions…", "This browser is not supported" : "Ce navigateur n'est pas supporté", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Votre navigateur n'est pas pris en charge. Veuillez passer à une version plus récente ou à un navigateur supporté.", "Continue with this unsupported browser" : "Continuer avec ce navigateur non pris en charge", |