diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-06 23:13:24 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-06 23:13:24 +0200 |
commit | 26034ec3475a61682a17c95cb2bffdbc9e52af54 (patch) | |
tree | 5c7553bc99f429f4ea9878c997c5b724f4bae492 /src/lang | |
parent | 64fb444ad72bdba342a7345644a5b55d94c7f696 (diff) | |
download | Viper-26034ec3475a61682a17c95cb2bffdbc9e52af54.tar.gz Viper-26034ec3475a61682a17c95cb2bffdbc9e52af54.zip |
feat: display a toast message if no Internet at launch
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 3 | ||||
-rw-r--r-- | src/lang/fr.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 9817a70..d48b3b6 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -139,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", diff --git a/src/lang/fr.json b/src/lang/fr.json index 9d45e1a..cd4e4dc 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -139,6 +139,9 @@ "gui.toast.desc.malformed": "a une structure de dossier incorrecte ; si vous êtes son développeur, vous devriez réparer ça.", "gui.toast.desc.failed": "Une erreur inconnue est survenue lors de l'installation du mod. Cela peut être du ressort de l'auteur du mod ou de Viper.", + "gui.toast.noInternet.title": "Pas de connexion Internet", + "gui.toast.noInternet.desc": "Viper ne fonctionnera pas correctement tant que la connexion n'est pas rétablie.", + "viper.menu.main": "Viper", "viper.menu.release": "Notes de mises à jour", "viper.menu.info": "Informations", |