From b3033b945816b48d269e95714824dfd5ee044515 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 2 Jan 2020 14:36:04 +0800 Subject: New translations en_us.json (fr_fr) --- .../resources/assets/roughlyenoughitems/lang/fr_fr.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 6d9258a3f..eea98743e 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -1,12 +1,5 @@ { - "key.rei.category": "Roughly Enough Items", - "key.roughlyenoughitems.recipe_keybind": "Afficher la recette", - "key.roughlyenoughitems.hide_keybind": "Masquer/afficher REI", - "key.roughlyenoughitems.usage_keybind": "Afficher les utilisations", - "key.roughlyenoughitems.next_page": "Page suivante", - "key.roughlyenoughitems.previous_page": "Page précédente", - "key.roughlyenoughitems.focus_search": "Focus Search Field", - "key.roughlyenoughitems.copy_recipe_id": "Copy Recipe Identifier", + "key.rei.category": "Roughly Enough Items (Set Modifiers at Config Screen)", "text.rei.cheating": "Tricherie", "text.rei.cheating_disabled": "§7Cheating Disabled", "text.rei.cheating_enabled": "§cCheating Enabled", @@ -96,12 +89,20 @@ "config.roughlyenoughitems.technical": "Technical", "config.roughlyenoughitems.performance": "Performance", "config.roughlyenoughitems.cheating": "Cheating:", + "config.roughlyenoughitems.recipeKeybind": "Show Recipe:", + "config.roughlyenoughitems.hideKeybind": "Hide/Show REI:", + "config.roughlyenoughitems.usageKeybind": "Show Uses:", + "config.roughlyenoughitems.nextPageKeybind": "Next Page:", + "config.roughlyenoughitems.previousPageKeybind": "Previous Page:", + "config.roughlyenoughitems.focusSearchFieldKeybind": "Focus Search Field:", + "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.favoriteKeybind": "Favorite Entry:", "config.roughlyenoughitems.favoritesEnabled": "Favorites Enabled:", "config.roughlyenoughitems.clickableRecipeArrows": "Clickable Recipe Arrows:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "Enabled", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "Disabled", "config.roughlyenoughitems.renderEntryEnchantmentGlint": "Render Enchantment Glint:", + "config.roughlyenoughitems.entrySize": "Entry Size:", "config.roughlyenoughitems.darkTheme": "Appearance Theme:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dark Theme", "config.roughlyenoughitems.darkTheme.boolean.false": "Light Theme", -- cgit