diff options
author | 0neGal <mail@0negal.com> | 2022-01-12 14:33:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 14:33:08 +0100 |
commit | 9a135bfc554ccfddf64e71725b98bc4317d14732 (patch) | |
tree | 9d3ec166bf90e9b8ef91d835067b8bada347e997 /src/lang/fr.json | |
parent | 9dbf85ca6655d8b14c8f0ad090a9b30e1ec951cf (diff) | |
parent | dd2786488c445fdd8bcc62a0ad735a7715f93d57 (diff) | |
download | Viper-9a135bfc554ccfddf64e71725b98bc4317d14732.tar.gz Viper-9a135bfc554ccfddf64e71725b98bc4317d14732.zip |
Merge pull request #33 from Alystrasz/feat/northstar-auto-update
feat: Northstar auto-updates
Diffstat (limited to 'src/lang/fr.json')
-rw-r--r-- | src/lang/fr.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lang/fr.json b/src/lang/fr.json index 22afa9a..0eb083c 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -19,6 +19,12 @@ "cli.update.finished": "Mise à jour terminée !", "cli.update.uptodate": "La dernière version (%s) est déjà installée.", + "cli.autoupdates.checking": "Vérifications des mises à jour de Northstar...", + "cli.autoupdates.available": "Une mise à jour de Northstar est disponible !", + "cli.autoupdates.gamerunning": "Le jeu est en cours d'exécution, impossible de lancer la mise à jour.", + "cli.autoupdates.updatingns": "Lancement de la mise à jour...", + "cli.autoupdates.noupdate": "Pas de mise à jour de Northstar disponible.", + "cli.launch.linuxerror": "Le support du jeu sur Linux n'est pas encore implémenté.", "cli.mods.failed": "L'installation du mod a échoué.", @@ -58,6 +64,9 @@ "gui.update.uptodate": "Déjà à jour !", "gui.update.available": "Une mise à jour pour Viper est disponible, voulez-vous l'installer maintenant ?", + "gui.nsupdate.gaming.title": "Mise à jour Northstar disponible !", + "gui.nsupdate.gaming.body": "Une mise à jour pour Northstar est disponible.\nVous pourrez l'installer après avoir fermé le jeu.", + "gui.launch": "Jouer", "gui.launchvanilla": "Vanilla", "gui.launchnorthstar": "Northstar", |