diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-05-20 18:11:05 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-05-20 18:11:05 +0200 |
commit | e7317656c3777e12518574f5898c97b562ea1ba2 (patch) | |
tree | 53b19efe9504259e107159cd97321982f718306b | |
parent | d18c8225e3d46ac52f094dcec2053492102b9f70 (diff) | |
download | Viper-e7317656c3777e12518574f5898c97b562ea1ba2.tar.gz Viper-e7317656c3777e12518574f5898c97b562ea1ba2.zip |
[feat] add missing French translations
-rw-r--r-- | src/lang/fr.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/fr.json b/src/lang/fr.json index d162988..1f37948 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -68,14 +68,17 @@ "gui.mods.installing": "Installation du mod...", "gui.mods.installedmod": "Mod installé !", "gui.mods.dragdrop": "Glissez/déposez un mod pour l'installer", + "gui.mods.confirmdependencies": "Ce mod a des dépendances (affichées ci-dessous), cliquer \"Ok\" les installera en même temps que le mod.\n\n", "gui.browser.info": "Info", + "gui.browser.view": "Voir", "gui.browser.madeby": "par", "gui.browser.search": "Rechercher", "gui.browser.update": "Mise à jour", "gui.browser.install": "Installer", "gui.browser.reinstall": "Réinstaller", "gui.browser.loading": "Chargement des mods...", + "gui.browser.loadmore": "Charger plus de mods...", "gui.browser.endoflist": "Fin de la liste de mods.<br>Utilisez la barre de recherche pour en trouver davantage !", "gui.browser.noresults": "Pas de résultat", "gui.browser.filter.mods": "Mods", |