aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-31 15:51:27 +0100
committer0neGal <mail@0negal.com>2021-12-31 15:53:08 +0100
commitba82a7e8e5bc90705649c859674caeb334996b81 (patch)
tree1ceea1cd8641876dfb055319898ef5a19cec45e6 /src
parent2a6ea3ae3037907a4fc21c945d1525e63725e3b9 (diff)
downloadViper-ba82a7e8e5bc90705649c859674caeb334996b81.tar.gz
Viper-ba82a7e8e5bc90705649c859674caeb334996b81.zip
fixed missing fr.json
Some git shenanigans led to me unknowningly deleting this file, that or it was when testing the locale, since the way I tested it was by copying the original file to the en.json, I must've moved the file instead of copying, oh well... It's fixed now...
Diffstat (limited to 'src')
-rw-r--r--src/lang/fr.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/lang/fr.json b/src/lang/fr.json
new file mode 100644
index 0000000..26648c4
--- /dev/null
+++ b/src/lang/fr.json
@@ -0,0 +1,41 @@
+{
+ "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",
+
+ "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.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",
+
+ "gui.selectpath": "Veuillez sélectionner le dossier où se trouve le client Titanfall 2.",
+
+
+ "general.launching": "Lancement",
+ "general.missingpath": "Le chemin du client n'est pas défini !"
+}