aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-05 00:21:11 +0100
committerGitHub <noreply@github.com>2022-02-05 00:21:11 +0100
commit422db88bcf8afc5c6810384cb5757d084c7cdf00 (patch)
tree57529d1443a1ef259aa2a2861575e6c48eebdfae
parent4b2c2512ac726aa900227ad7b35c6160688f59de (diff)
parentd4315f64255f0cca8999b939ccba0f55e6eece00 (diff)
downloadViper-422db88bcf8afc5c6810384cb5757d084c7cdf00.tar.gz
Viper-422db88bcf8afc5c6810384cb5757d084c7cdf00.zip
Merge pull request #66 from Alystrasz/feat/i18n
[feat] add french translations to thunderstore-related stuff
-rw-r--r--src/lang/fr.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lang/fr.json b/src/lang/fr.json
index 59a3090..2c2fcfc 100644
--- a/src/lang/fr.json
+++ b/src/lang/fr.json
@@ -49,6 +49,7 @@
"gui.mods.count": "Mods installés :",
"gui.mods.disabledtag": "Désactivé",
"gui.mods.install": "Installer le mod",
+ "gui.mods.find": "Chercher des mods",
"gui.mods.toggle": "Activer/désactiver le mod",
"gui.mods.toggleall": "Activer/désactiver tous les mods",
"gui.mods.remove": "Supprimer le mod",
@@ -62,6 +63,12 @@
"gui.mods.installing": "Installation du mod...",
"gui.mods.installedmod": "Mod installé !",
+ "gui.browser.madeby": "par",
+ "gui.browser.update": "Mise à jour",
+ "gui.browser.install": "Installer",
+ "gui.browser.reinstall": "Réinstaller",
+ "gui.browser.loading": "Chargement des mods...",
+
"gui.update.downloading": "Téléchargement de la mise à jour...",
"gui.update.extracting": "Extraction des fichiers...",
"gui.update.finished": "Terminé, vous pouvez jouer !",