aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-08-09 08:44:30 +0200
committerGitHub <noreply@github.com>2022-08-09 08:44:30 +0200
commit5106d9ed409a3cc91a7755f961fab1bf91d8b7fb (patch)
treedb6ac0c318b5a4c28d70be210ae29bf9730e11ac /src/lang/en.json
parentd124f8165f2fa690269c28770b35103eb2791a70 (diff)
parent7d84141d4cf91b02d5219a3e0f34b55e9d9f6247 (diff)
downloadViper-5106d9ed409a3cc91a7755f961fab1bf91d8b7fb.tar.gz
Viper-5106d9ed409a3cc91a7755f961fab1bf91d8b7fb.zip
Merge pull request #145 from Alystrasz/feat/no-internet-handling
feat: No internet handling
Diffstat (limited to 'src/lang/en.json')
-rw-r--r--src/lang/en.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index 8cece10..51093fa 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -22,6 +22,7 @@
"cli.update.finished": "Installation/Update finished!",
"cli.update.uptodate": "Latest version (%s) is already installed, skipping update.",
"cli.update.uptodate.short": "Up-to-date",
+ "cli.update.noInternet": "No Internet connection",
"cli.autoupdates.checking": "Checking for Northstar updates...",
"cli.autoupdates.available": "Northstar update available!",
@@ -138,6 +139,9 @@
"gui.toast.desc.malformed": "has an incorrect folder structure, if you're the developer, you should fix this.",
"gui.toast.desc.failed": "An unknown error occurred while trying to install the mod. This may be the author's fault, and it may also be Viper's fault.",
+ "gui.toast.noInternet.title": "No Internet",
+ "gui.toast.noInternet.desc": "Viper may not work properly.",
+
"viper.menu.main": "Viper",
"viper.menu.release": "Release Notes",
"viper.menu.info": "Extras",
@@ -157,5 +161,8 @@
"general.missingpath": "Game location could not be found automatically! Please select it manually!",
"general.notinstalled": "Northstar is not installed!",
"general.launching": "Launching",
- "general.invalidconfig": "Your config file is improperly formatted, if it's been manually edited, please validate that everything is typed correctly.\n\nIf you did not manually edit the config file, it is recommended to simply reset the config.\n\nTo reset your config file simply click \"Ok\" below.\n\nMore details:\n"
+ "general.invalidconfig": "Your config file is improperly formatted, if it's been manually edited, please validate that everything is typed correctly.\n\nIf you did not manually edit the config file, it is recommended to simply reset the config.\n\nTo reset your config file simply click \"Ok\" below.\n\nMore details:\n",
+
+ "request.viper.noReleaseNotes": "Couldn't fetch Viper release notes.\nTry again later!",
+ "request.northstar.noReleaseNotes": "Couldn't fetch Northstar release notes.\nTry again later!"
}