aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/i18n/lang/en.json
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2023-04-17 17:08:48 +0200
committerGitHub <noreply@github.com>2023-04-17 17:08:48 +0200
commit420c9bb8d3973eb6cb6f11b9bcf98953348d4c14 (patch)
tree54ad01d1812b38ca41b9c7c36a47ecb6845d6745 /src-vue/src/i18n/lang/en.json
parentc106e8ac0eafdbb1c7c549f93f7e8ad0d3cd558c (diff)
downloadFlightCore-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/en.json')
-rw-r--r--src-vue/src/i18n/lang/en.json10
1 files changed, 8 insertions, 2 deletions
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"
}
}
},