From c698807f123c32f812a28abb530716dc513f97e5 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 9 Mar 2024 03:02:08 +0000 Subject: [PATCH 1/2] Translated using Weblate (French) Currently translated at 100.0% (45 of 45 strings) Translation: YunoHost/moulinette Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/fr/ --- locales/fr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fr.json b/locales/fr.json index 7c5723e1..44019c79 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -16,12 +16,12 @@ "operation_interrupted": "Opération interrompue", "password": "Mot de passe", "pattern_not_match": "Ne correspond pas au motif", - "root_required": "Vous devez être super-utilisateur pour exécuter cette action", + "root_required": "Vous devez être admin pour exécuter cette action", "server_already_running": "Un serveur est déjà en cours d'exécution sur ce port", "success": "Succès !", "unable_authenticate": "Impossible de vous authentifier", "unknown_group": "Le groupe '{group}' est inconnu", - "unknown_user": "L'utilisateur '{user}' est inconnu", + "unknown_user": "Le compte '{user}' est inconnu", "values_mismatch": "Les valeurs ne correspondent pas", "warning": "Attention :", "websocket_request_expected": "Une requête WebSocket est attendue", @@ -44,4 +44,4 @@ "warn_the_user_about_waiting_lock_again": "Toujours en attente...", "warn_the_user_that_lock_is_acquired": "La commande précédente vient de se terminer, lancement de cette nouvelle commande", "edit_text_question": "{}. Modifier ce texte ? [yN] : " -} \ No newline at end of file +} From 6e434cddc691dd6c63e5063de44a48886828f076 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:41:00 +0100 Subject: [PATCH 2/2] Update locales/fr.json --- locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/fr.json b/locales/fr.json index 44019c79..aa601a3a 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -16,7 +16,7 @@ "operation_interrupted": "Opération interrompue", "password": "Mot de passe", "pattern_not_match": "Ne correspond pas au motif", - "root_required": "Vous devez être admin pour exécuter cette action", + "root_required": "Vous devez avoir les droits d'administration pour exécuter cette action", "server_already_running": "Un serveur est déjà en cours d'exécution sur ce port", "success": "Succès !", "unable_authenticate": "Impossible de vous authentifier",