diff options
author | Rémy Raes <contact@remyraes.com> | 2023-04-17 17:08:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 17:08:48 +0200 |
commit | 420c9bb8d3973eb6cb6f11b9bcf98953348d4c14 (patch) | |
tree | 54ad01d1812b38ca41b9c7c36a47ecb6845d6745 /src-vue/src/i18n/lang/fr.json | |
parent | c106e8ac0eafdbb1c7c549f93f7e8ad0d3cd558c (diff) | |
download | FlightCore-420c9bb8d3973eb6cb6f11b9bcf98953348d4c14.tar.gz FlightCore-420c9bb8d3973eb6cb6f11b9bcf98953348d4c14.zip |
fix: Repair view add missing i18n (#271)
* feat: Translate repair view notifications
* feat: Add missing localization entries
* feat: Add missing German localization entries
* fix: Wording in German translation
Diffstat (limited to 'src-vue/src/i18n/lang/fr.json')
-rw-r--r-- | src-vue/src/i18n/lang/fr.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src-vue/src/i18n/lang/fr.json b/src-vue/src/i18n/lang/fr.json index 27d2be33..aae11bb7 100644 --- a/src-vue/src/i18n/lang/fr.json +++ b/src-vue/src/i18n/lang/fr.json @@ -12,7 +12,11 @@ "no": "Non", "error": "Erreur", "cancel": "Annuler", - "informationShort": "Info" + "informationShort": "Info", + "downloading": "Téléchargement", + "extracting": "Extraction", + "done": "Fait", + "success": "Succès" }, "play": { @@ -110,9 +114,13 @@ "title": "Fenêtre de dépannage FlightCore", "warning": "Cette fenêtre contient plusieurs fonctionnalité de résolution de problèmes courants avec Northstar et FlightCore.", "disable_all_but_core": "Désactiver tous les mods (sauf ceux de Northstar)", + "disable_all_but_core_success": "Tous les mods sauf ceux de Northstar ont été désactivés", "force_reinstall_ns": "Forcer la réinstallation de Northstar", "force_delete_temp_dl": "Supprimer le dossier de téléchargement temporaire", - "delete_persistent_store": "Supprimer l'espace de stockage local de FlightCore" + "delete_persistent_store": "Supprimer l'espace de stockage local de FlightCore", + "reinstall_title": "Forcer la réinstallation de Northstar", + "reinstall_text": "Veuillez patienter", + "reinstall_success": "Northstar réinstallé avec succès" } } }, |