From 0e362f7c357f3b9347505dc8d129bc699c1cfbe6 Mon Sep 17 00:00:00 2001 From: Red2Je <63746333+Red2Je@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:49:57 +0200 Subject: [PATCH] Updated french with error string --- tizenbrew-app/TizenBrew/lang/fr_FR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tizenbrew-app/TizenBrew/lang/fr_FR.json b/tizenbrew-app/TizenBrew/lang/fr_FR.json index 8e4c6f1..1a0f6ae 100644 --- a/tizenbrew-app/TizenBrew/lang/fr_FR.json +++ b/tizenbrew-app/TizenBrew/lang/fr_FR.json @@ -20,10 +20,10 @@ }, "errors": { "serviceDidntConnectYet": "Vous ne pouvez pas lancer de modules tant que le service n'est pas connecté à l'application.", - "moduleNotFound": "Error: Could not find the module {moduleName}.", - "crashedServices": "Error: The following services have crashed: {services}.", - "debuggingNotEnabled": "Error: Could not connect to the SDB Daemon. Are you sure you changed the Host PC IP to 127.0.0.1? If you have, hold the power button till you see the Samsung logo.", - "noModules": "Seems like you haven't installed any modules yet. Use the [GREEN] button to access the module manager." + "moduleNotFound": "Erreur : module {moduleName} introuvable.", + "crashedServices": "Erreur : Le service a crashé : {services}.", + "debuggingNotEnabled": "Erreur : Connexion impossible au daemon SDB. Etes-vous sûr d'avoir changer l'ip du pc hôte en 127.0.0.1? Si c'est le cas, maintenez le bouton d'alimentation jusqu'à ce que le logo Samsung apparaisse.", + "noModules": "Il semblerait que vous n'avez installé aucun module pour l'instant. Utilisez le bouton [VERT] pour accéder au gestionnaire de modules." }, "moduleManager": { "confirmDelete": "Voulez-vous supprimer {packageName}?",