From 420c9bb8d3973eb6cb6f11b9bcf98953348d4c14 Mon Sep 17 00:00:00 2001 From: Rémy Raes Date: Mon, 17 Apr 2023 17:08:48 +0200 Subject: 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 --- src-vue/src/i18n/lang/en.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src-vue/src/i18n/lang/en.json') diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 3553d2a5..407b69d1 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -14,7 +14,9 @@ "cancel": "Cancel", "informationShort": "Info", "downloading": "Downloading", - "extracting": "Extracting" + "extracting": "Extracting", + "done": "Done", + "success": "Success" }, "play": { @@ -112,9 +114,13 @@ "title": "FlightCore repair window", "warning": "This window contains various functionality to repair common issues with Northstar and FlightCore.", "disable_all_but_core": "Disable all but core mods", + "disable_all_but_core_success": "Disabled all mods but core", "force_reinstall_ns": "Force reinstall Northstar", "force_delete_temp_dl": "Force delete temp download folder", - "delete_persistent_store": "Delete FlightCore persistent store" + "delete_persistent_store": "Delete FlightCore persistent store", + "reinstall_title": "Force reinstalling Northstar", + "reinstall_text": "Please wait", + "reinstall_success": "Successfully reinstalled Northstar" } } }, -- cgit v1.2.3