diff options
author | 0neGal <mail@0negal.com> | 2022-02-05 22:47:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 22:47:47 +0100 |
commit | 168a97268aeb372ceedc23c23882f13340422db4 (patch) | |
tree | b1a1fe9901970049e5eba48c9aad8d87d274f4da | |
parent | 8b97390a9e35117bd4bc2f9ceb26f090d6a67ee9 (diff) | |
parent | 738026f6c98231538874c51e24ab4e59df7fcea1 (diff) | |
download | Viper-168a97268aeb372ceedc23c23882f13340422db4.tar.gz Viper-168a97268aeb372ceedc23c23882f13340422db4.zip |
Merge pull request #67 from Alystrasz/feat/i18n
[feat] add 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 2c2fcfc..f518e05 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -63,11 +63,14 @@ "gui.mods.installing": "Installation du mod...", "gui.mods.installedmod": "Mod installé !", + "gui.browser.info": "Info", "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.endoflist": "Fin de la liste de mods.<br>Utilisez la barre de recherche pour en trouver davantage !", "gui.update.downloading": "Téléchargement de la mise à jour...", "gui.update.extracting": "Extraction des fichiers...", |