diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-06 08:46:08 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-06 08:46:08 +0800 |
| commit | e0693920a12aab76328f8ee88edbcaf4fa835024 (patch) | |
| tree | 9e0890f4fd646bc4c18bf72b9d7579e66f89e77a /src/main/resources | |
| parent | fe0c1ec9a84b3026328a49276a5625ec7cfa59ba (diff) | |
| download | RoughlyEnoughItems-e0693920a12aab76328f8ee88edbcaf4fa835024.tar.gz RoughlyEnoughItems-e0693920a12aab76328f8ee88edbcaf4fa835024.tar.bz2 RoughlyEnoughItems-e0693920a12aab76328f8ee88edbcaf4fa835024.zip | |
Dark Theme Improvements & Better Config
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index f00881a1f..031398220 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -48,7 +48,9 @@ "ordering.rei.item_groups": "Item Groups", "text.auto_craft.failed_move_items": "§cCan't move items!", "text.auto_craft.move_items": "Move Items", - "text.rei.config.enable_craftable_only": "Enable Craftable Filter: ", + "text.rei.config.craftable_only": "Craftable Filter: ", + "text.rei.config.text.true": "Enabled", + "text.rei.config.text.false": "Disabled", "text.rei.showing_craftable": "Showing Craftable", "text.rei.showing_all": "Showing All", "text.rei.delete_items": "§cDelete Item", @@ -68,10 +70,10 @@ "text.rei.config.appearance": "Appearance", "text.rei.config.modules": "Modules", "text.rei.config.advanced": "Advanced", - "text.rei.config.disable_recipe_book": "Disable Recipe Book:", + "text.rei.config.vanilla_recipe_book": "Vanilla Recipe Book:", "text.rei.choose_page": "Choose Page", "text.rei.config.max_recipes_per_page": "Maximum Recipes Each Page:", - "text.rei.config.enable_util_buttons": "Enable Utils Buttons:", + "text.rei.config.util_buttons": "Utils Buttons:", "text.rei.gamemode_button.tooltip": "Switch Game Mode\n§7Switch to %s mode.\n\n§7Shift-Click to switch in a reverse cycle.", "text.rei.weather_button.tooltip": "Switch Weather\n§7Switch to %s.", "text.rei.enabled": "Yes", @@ -92,7 +94,9 @@ "text.rei.config.enable_legacy_speedcraft_support": "Enable Legacy Plugin Support: ", "text.rei.config.april_fools": "April Fools", "text.rei.config.april_fools.2019": "Force 2019 REI April Fools' joke: ", - "text.rei.config.dark_theme": "Dark Mode:", + "text.rei.config.appearance_theme": "Appearance Theme:", + "text.rei.config.appearance_theme.true": "Dark Theme", + "text.rei.config.appearance_theme.false": "Light Theme", "text.rei.config.villager_screen_permanent_scroll_bar": "Recipe Screen Scroll Bar:", "text.rei.config.item_cheating_mode": "Item Cheating Amount:", "text.rei.config.item_cheating_mode.rei_like": "Normal", |
