diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-16 00:19:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-16 00:19:41 +0000 |
commit | c3293f0f9bf0425faaa7b5721e7ffd67eefc4360 (patch) | |
tree | 7375fee036c5a75c5338bbfb90d7ff0031c5b11f /apps/files/l10n | |
parent | 4e6e5e21170c207fb2c8a7dafd7833b21a849657 (diff) | |
download | nextcloud-server-c3293f0f9bf0425faaa7b5721e7ffd67eefc4360.tar.gz nextcloud-server-c3293f0f9bf0425faaa7b5721e7ffd67eefc4360.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 7cfb253e163..c460685240a 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -186,7 +186,7 @@ OC.L10N.register( "\"{char}\" is not allowed inside a file name." : "\"{char}\" n'est pas autorisé dans un nom de fichier.", "Name cannot be empty" : "Le nom ne peut pas être vide", "Another entry with the same name already exists" : "Une autre entrée avec le même nom existe déjà", - "Renamed \"{oldName}\" to \"{newName}\"" : "Renommer \"{oldName}\" en \"{newName}\"", + "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" renommé en \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{newName}\" est déjà utilisé dans le dossier \"{dir}\". Veuillez choisir un autre nom.", "Could not rename \"{oldName}\"" : "Impossible de renommer \"{oldName}\"", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 6ce9b4890e4..7b9a74d35b0 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -184,7 +184,7 @@ "\"{char}\" is not allowed inside a file name." : "\"{char}\" n'est pas autorisé dans un nom de fichier.", "Name cannot be empty" : "Le nom ne peut pas être vide", "Another entry with the same name already exists" : "Une autre entrée avec le même nom existe déjà", - "Renamed \"{oldName}\" to \"{newName}\"" : "Renommer \"{oldName}\" en \"{newName}\"", + "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" renommé en \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{newName}\" est déjà utilisé dans le dossier \"{dir}\". Veuillez choisir un autre nom.", "Could not rename \"{oldName}\"" : "Impossible de renommer \"{oldName}\"", |