aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-29 23:33:30 +0100
committer0neGal <mail@0negal.com>2021-12-29 23:33:30 +0100
commit9d4515fd408c38ad081c010e052b2960f5fe3dfe (patch)
treeffd6528723e7fb4e5e6f99027683794226f22a2d /src/lang
parentdcbdadbe3568beca429b0df5caf96156ee43f474 (diff)
parent74cb566e5ea97f62121fbd7b2cc170b94d36f0bb (diff)
downloadViper-9d4515fd408c38ad081c010e052b2960f5fe3dfe.tar.gz
Viper-9d4515fd408c38ad081c010e052b2960f5fe3dfe.zip
Merge branch 'feat/version-indicator' of https://github.com/Alystrasz/viper into feat/icon
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/en.json34
-rw-r--r--src/lang/fr.json34
2 files changed, 68 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
new file mode 100644
index 0000000..e88079e
--- /dev/null
+++ b/src/lang/en.json
@@ -0,0 +1,34 @@
+{
+ "cli.help.help": "shows this help message",
+ "cli.help.debug": "opens the dev/debug tools",
+ "cli.help.cli": "forces the CLI to enable",
+ "cli.help.update": "updates Northstar from your set game path",
+ "cli.help.setpath": "sets your game path",
+
+ "cli.setpath.noarg": "No argument provided for --setpath",
+
+ "cli.update.current": "Current version:",
+ "cli.update.downloading": "Downloading:",
+ "cli.update.checking": "Checking for updates...",
+ "cli.update.downloaddone": "Download done! Extracting...",
+ "cli.update.finished": "Installation/Update finished!",
+ "cli.update.uptodate": "Latest version (%s) is already installed, skipping update.",
+
+ "cli.launch.linuxerror": "Launching the game is not currently supported on Linux",
+
+ "gui.welcome": "Welcome to Viper!",
+ "gui.exit": "Exit",
+ "gui.update": "Update",
+ "gui.setpath": "Game Path",
+
+ "gui.launch": "Launch",
+ "gui.launchvanilla": "Vanilla",
+ "gui.launchnorthstar": "Northstar",
+
+ "gui.selectpath": "Please select the path!",
+ "gui.missinggamepath": "Game path is not set!",
+
+
+ "general.launching": "Launching",
+ "general.missingpath": "Game path is not set!"
+}
diff --git a/src/lang/fr.json b/src/lang/fr.json
new file mode 100644
index 0000000..0dd9f99
--- /dev/null
+++ b/src/lang/fr.json
@@ -0,0 +1,34 @@
+{
+ "cli.help.help": "affiche ce message d'aide",
+ "cli.help.debug": "affiche les outils de développement",
+ "cli.help.cli": "force l'activation de la CLI",
+ "cli.help.update": "met à jour Northstar sur le chemin du jeu précisé",
+ "cli.help.setpath": "enregistre le chemin du client de jeu",
+
+ "cli.setpath.noarg": "Aucun argument donné à --setpath",
+
+ "cli.update.current": "Version actuelle :",
+ "cli.update.downloading": "Téléchargement en cours :",
+ "cli.update.checking": "Vérification des mises à jour ...",
+ "cli.update.downloaddone": "Téléchargement terminé ! Extraction des fichiers...",
+ "cli.update.finished": "Mise à jour terminée !",
+ "cli.update.uptodate": "La dernière version (%s) est déjà installée.",
+
+ "cli.launch.linuxerror": "Le support du jeu sur Linux n'est pas encore implémenté.",
+
+ "gui.welcome": "Bienvenue sur Viper !",
+ "gui.exit": "Fermer",
+ "gui.update": "Mise à jour",
+ "gui.setpath": "Chemin du jeu",
+
+ "gui.launch": "Jouer",
+ "gui.launchvanilla": "Vanilla",
+ "gui.launchnorthstar": "Northstar",
+
+ "gui.selectpath": "Veuillez sélectionner le dossier où se trouve le client Titanfall 2.",
+ "gui.missinggamepath": "Le chemin du client n'est pas défini !",
+
+
+ "general.launching": "Lancement",
+ "general.missingpath": "Le chemin du client n'est pas défini !"
+}