diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 00:10:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 00:10:45 +0100 |
commit | fabfee3a0b845a9b58dbb59932228d6c4223aad3 (patch) | |
tree | e3177801875283217922433338a094a6d3d291c2 | |
parent | 77725b8944d32c4b3a8033a74be1f029fcb9651f (diff) | |
parent | d6541b81af119e14348f23c96b8ab8b9f448026b (diff) | |
download | Viper-fabfee3a0b845a9b58dbb59932228d6c4223aad3.tar.gz Viper-fabfee3a0b845a9b58dbb59932228d6c4223aad3.zip |
Merge pull request #8 from Alystrasz/chore/french-translation
feat: French localisation
-rw-r--r-- | src/lang/fr.json | 34 |
1 files changed, 34 insertions, 0 deletions
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 !" +} |