diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-02-04 23:40:15 +0100 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-02-04 23:40:15 +0100 |
commit | d4315f64255f0cca8999b939ccba0f55e6eece00 (patch) | |
tree | 57529d1443a1ef259aa2a2861575e6c48eebdfae | |
parent | 4b2c2512ac726aa900227ad7b35c6160688f59de (diff) | |
download | Viper-d4315f64255f0cca8999b939ccba0f55e6eece00.tar.gz Viper-d4315f64255f0cca8999b939ccba0f55e6eece00.zip |
[feat] add french translations to thunderstore-related stuff
-rw-r--r-- | src/lang/fr.json | 7 |
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 !", |