Selaa lähdekoodia

Merge pull request #14 from Yanis48/patch-1

Completed fr_fr translation
Daniel She 6 vuotta sitten
vanhempi
sitoutus
2cf32b838d
1 muutettua tiedostoa jossa 30 lisäystä ja 4 poistoa
  1. 30 4
      src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json

+ 30 - 4
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"
 }