diff options
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 7 | ||||
-rw-r--r-- | src/lang/es.json | 2 | ||||
-rw-r--r-- | src/lang/fr.json | 2 |
3 files changed, 11 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 8defc7d..501eadd 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1,4 +1,6 @@ { + "lang.title": "English", + "cli.help.help": "shows this help message", "cli.help.debug": "opens the dev/debug tools", "cli.help.version": "outputs version info", @@ -82,9 +84,14 @@ "gui.settings.save": "Save", "gui.settings.discard": "Discard", "gui.settings.title.ns": "Northstar", + "gui.settings.title.language": "Language", "gui.settings.title.updates": "Updates", "gui.settings.nsargs.title": "Launch options", "gui.settings.nsargs.desc": "Here you can add launch options for Northstar/Titanfall.", + "gui.settings.autolang.title": "Auto-Detect Language", + "gui.settings.autolang.desc": "When enabled, Viper tries to automatically detect your system language, when disabled you can manually change the language below.", + "gui.settings.forcedlang.title": "Language", + "gui.settings.forcedlang.desc": "When \"Auto-Detect Language\" is disabled, this will decide the language. Requires a restart to take effect.", "gui.settings.autoupdate.title": "Viper Auto-Updates", "gui.settings.autoupdate.desc": "Viper will automatically keep itself up-to-date.", "gui.settings.nsupdate.title": "Northstar Auto-Updates", diff --git a/src/lang/es.json b/src/lang/es.json index a5b3685..18c00a5 100644 --- a/src/lang/es.json +++ b/src/lang/es.json @@ -1,4 +1,6 @@ { + "lang.title": "Spanish - Española", + "cli.help.help": "muestra este mensaje de ayuda", "cli.help.debug": "habre las herramientas de desarrollador/depuración ", "cli.help.version": "muestra la información de la versión", diff --git a/src/lang/fr.json b/src/lang/fr.json index c1797e4..018676c 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -1,4 +1,6 @@ { + "lang.title": "French - Français", + "cli.help.help": "affiche ce message d'aide", "cli.help.debug": "affiche les outils de développement", "cli.help.version": "retourne des informations sur la version du logiciel", |