From 1d102c0a2bab208cd5d58607ffd1c45821d5b44e Mon Sep 17 00:00:00 2001 From: Yanis48 Date: Wed, 23 Jan 2019 16:37:54 +0100 Subject: Completed fr_fr translation --- .../assets/roughlyenoughitems/lang/fr_fr.json | 34 +++++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'src') 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" } -- cgit