aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYanis48 <doublecraft.official@gmail.com>2019-01-23 16:37:54 +0100
committerGitHub <noreply@github.com>2019-01-23 16:37:54 +0100
commit1d102c0a2bab208cd5d58607ffd1c45821d5b44e (patch)
tree6c8407cd444ec6cc639faf4cd18c66cc55f5b3f1
parentf0a40f692f056e6f1065ae1bd31c902ce501958d (diff)
downloadRoughlyEnoughItems-1d102c0a2bab208cd5d58607ffd1c45821d5b44e.tar.gz
RoughlyEnoughItems-1d102c0a2bab208cd5d58607ffd1c45821d5b44e.tar.bz2
RoughlyEnoughItems-1d102c0a2bab208cd5d58607ffd1c45821d5b44e.zip
Completed fr_fr translation
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/fr_fr.json34
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"
}