diff options
| author | Daniel She <shekwancheung0528@gmail.com> | 2019-01-24 16:27:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-24 16:27:53 +0800 |
| commit | e8bb201e28b4d6d11b5860a948dca35a02489170 (patch) | |
| tree | 6c8407cd444ec6cc639faf4cd18c66cc55f5b3f1 /src | |
| parent | f0a40f692f056e6f1065ae1bd31c902ce501958d (diff) | |
| parent | 1d102c0a2bab208cd5d58607ffd1c45821d5b44e (diff) | |
| download | RoughlyEnoughItems-e8bb201e28b4d6d11b5860a948dca35a02489170.tar.gz RoughlyEnoughItems-e8bb201e28b4d6d11b5860a948dca35a02489170.tar.bz2 RoughlyEnoughItems-e8bb201e28b4d6d11b5860a948dca35a02489170.zip | |
Merge pull request #14 from Yanis48/patch-1
Completed fr_fr translation
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 8c24d1f5a..6005b50f3 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -1,8 +1,34 @@ { "key.rei.category": "Roughly Enough Items", - "key.rei.recipe": "Afficher la recette", - "key.rei.hide": "Masquer/afficher REI", - "key.rei.use": "Afficher les utilisations", + "key.roughlyenoughitems.recipe_keybind": "Afficher la recette", + "key.roughlyenoughitems.hide_keybind": "Masquer/afficher REI", + "key.roughlyenoughitems.usage_keybind": "Afficher les utilisations", "text.rei.cheat": "Triche", - "text.rei.nocheat": "§4§mTriche" + "text.rei.nocheat": "§4§mTriche", + "category.rei.crafting": "Fabrication", + "category.rei.smelting": "Cuisson", + "category.rei.smelting.fuel": "§eCombustible", + "category.rei.smoking": "Fumage", + "category.rei.blasting": "Fonte", + "category.rei.brewing": "Alchimie", + "category.rei.brewing.input": "§ePotion originale", + "category.rei.brewing.reactant": "§eIngrédient", + "category.rei.brewing.result": "§ePotion obtenue", + "text.rei.config": "Config", + "text.rei.centre_searchbox": "Zone de recherche à droite : ", + "text.rei.cheat_items": "[{item_name}] x{item_count} ont été donnés à {player_name}.", + "text.rei.failed_cheat_items": "§cImpossible de donner les objets.", + "text.rei.list_ordering": "Ordre de la liste d'objets", + "text.rei.list_ordering_button": "%s [%s]", + "ordering.rei.ascending": "Croissant", + "ordering.rei.descending": "Décroissant", + "ordering.rei.registry": "Registre", + "ordering.rei.name": "Nom", + "ordering.rei.item_groups": "Groupes d'objets", + "text.speed_craft.failed_move_items": "§cImpossible de déplacer les objets !", + "text.speed_craft.move_items": "Déplacer les objets", + "text.rei.enable_craftable_only": "Activer les recettes réalisables uniquement : ", + "text.rei.showing_craftable": "Recettes réalisables", + "text.rei.showing_all": "Toutes les recettes", + "text.rei.delete_items": "§cSupprimer l'objet" } |
