diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-10-27 23:22:11 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-16 00:38:18 +0900 |
| commit | a03262e1c825ff8a877c90113137edb9dabce28d (patch) | |
| tree | f4398c14e1cadc0355a93be3ccc93725b66682f4 /runtime/src/main/resources | |
| parent | 0ff828b4c53079de978824f54d73a6ac340ae9f9 (diff) | |
| download | RoughlyEnoughItems-a03262e1c825ff8a877c90113137edb9dabce28d.tar.gz RoughlyEnoughItems-a03262e1c825ff8a877c90113137edb9dabce28d.tar.bz2 RoughlyEnoughItems-a03262e1c825ff8a877c90113137edb9dabce28d.zip | |
Implement keybinds
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index fc0e561c1..4ee933f76 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -265,6 +265,19 @@ "config.rei.options.appearance.append_favorites_hint": "Append Favorites Hint", "config.rei.options.appearance.append_favorites_hint.desc": "Shows a hint on how to favorite an entry, or a recipe.", "config.rei.options.groups.keybinds.keybinds": "Keybinds", + "config.rei.options.keybinds.recipe": "View Recipes", + "config.rei.options.keybinds.usage": "View Usages", + "config.rei.options.keybinds.hide": "Show / Hide REI", + "config.rei.options.keybinds.previous_page": "Navigate to Previous Page", + "config.rei.options.keybinds.next_page": "Navigate to Next Page", + "config.rei.options.keybinds.focus_search": "Focus Search Field", + "config.rei.options.keybinds.copy_recipe_id": "Copy Recipe Identifier", + "config.rei.options.keybinds.copy_recipe_id.desc": "Copy a recipe's identifier by pressing the keybind, while hovering over a recipe's info button (shown with \"+\", or \"?\").", + "config.rei.options.keybinds.favorite": "Favorite Entry", + "config.rei.options.keybinds.export_image": "Export Image", + "config.rei.options.keybinds.export_image.desc": "Export a recipe as an image by pressing the keybind, while hovering over a recipe.", + "config.rei.options.keybinds.back": "Back", + "config.rei.options.keybinds.back.desc": "Quickly navigate back to the previous recipes by pressing the keybind.", "config.rei.options.groups.keybinds.advanced": "Advanced", "config.rei.options.keybinds.use_native_keybinds": "Use Native Keybinds", "config.rei.options.keybinds.use_native_keybinds.desc": "Instead of listing the keybindings in this configuration menu, create vanilla Minecraft-like keybinds in the Controls screen. Restarting Minecraft is required to disable this option.\nNote that Minecraft-like keybinds suffer from conflicts and lack of support for modifier keys (Fabric).", |
