diff options
author | 0neGal <mail@0negal.com> | 2021-12-31 15:34:56 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-31 15:34:56 +0100 |
commit | 3c948969bbd203d3e4ab4bd05ce25b4c6277094d (patch) | |
tree | 99878dddd355f262f005e17759bbf048a08d2ed3 /src/lang/fr.json | |
parent | c8fec42e085ef255a01f62c5010e2d41bb7eb05f (diff) | |
parent | addc349189f582a1d8a833ba554f7b8df9205dd4 (diff) | |
download | Viper-3c948969bbd203d3e4ab4bd05ce25b4c6277094d.tar.gz Viper-3c948969bbd203d3e4ab4bd05ce25b4c6277094d.zip |
Merge branch 'feat/version-indicator' of https://github.com/Alystrasz/viper into Alystrasz-feat/version-indicator
Diffstat (limited to 'src/lang/fr.json')
-rw-r--r-- | src/lang/fr.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lang/fr.json b/src/lang/fr.json index c3e7027..26648c4 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -1,6 +1,7 @@ { "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", "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", @@ -17,10 +18,17 @@ "cli.launch.linuxerror": "Le support du jeu sur Linux n'est pas encore implémenté.", "gui.welcome": "Bienvenue sur Viper !", + "gui.versions.viper": "Version de Viper", + "gui.versions.northstar": "Version de Northstar", "gui.exit": "Fermer", "gui.update": "Mise à jour", "gui.setpath": "Chemin du jeu", + "gui.update.downloading": "Téléchargement de la mise à jour...", + "gui.update.extracting": "Extraction des fichiers...", + "gui.update.finished": "Terminé, vous pouvez jouer !", + "gui.update.uptodate": "Déjà à jour !", + "gui.launch": "Jouer", "gui.launchvanilla": "Vanilla", "gui.launchnorthstar": "Northstar", |