aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/i18n/lang
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-08-06 21:56:05 +0200
committerGitHub <noreply@github.com>2023-08-06 21:56:05 +0200
commitf17c346919a32e481be2d5ee322f76dae8c03e96 (patch)
tree0c14bf144eb67e20c39694bbc580ce06c9f7b5c3 /src-vue/src/i18n/lang
parentb7accedbbc99cf383de5b874094eaa583670a165 (diff)
downloadFlightCore-f17c346919a32e481be2d5ee322f76dae8c03e96.tar.gz
FlightCore-f17c346919a32e481be2d5ee322f76dae8c03e96.zip
feat: Move button for killing NS to RepairView (#487)
* feat: Move button for killing NS to RepairView * i18n: Add German translation
Diffstat (limited to 'src-vue/src/i18n/lang')
-rw-r--r--src-vue/src/i18n/lang/de.json1
-rw-r--r--src-vue/src/i18n/lang/en.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/src-vue/src/i18n/lang/de.json b/src-vue/src/i18n/lang/de.json
index e66f4545..49950bfb 100644
--- a/src-vue/src/i18n/lang/de.json
+++ b/src-vue/src/i18n/lang/de.json
@@ -107,6 +107,7 @@
"force_reinstall_ns": "Northstar reinstallieren",
"force_delete_temp_dl": "Temporären FlightCore Downloadordner löschen",
"delete_persistent_store": "FlightCore Einstellungen zurücksetzen",
+ "kill_northstar_process": "Laufenden Northstar/Titanfall2 Prozess beenden",
"reinstall_title": "Northstar wird neu installiert",
"reinstall_text": "Bitte warten",
"reinstall_success": "Northstar erfolgreich neu installiert",
diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json
index 470e98be..238c6c41 100644
--- a/src-vue/src/i18n/lang/en.json
+++ b/src-vue/src/i18n/lang/en.json
@@ -124,6 +124,7 @@
"force_reinstall_ns": "Force reinstall Northstar",
"force_delete_temp_dl": "Force delete temp download folder",
"delete_persistent_store": "Delete FlightCore persistent store",
+ "kill_northstar_process": "Kill running Northstar/Titanfall2 process",
"reinstall_title": "Force reinstalling Northstar",
"reinstall_text": "Please wait",
"reinstall_success": "Successfully reinstalled Northstar"