diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-11-03 18:00:23 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-16 00:38:18 +0900 |
| commit | 1be6fdd292cd5a96af8d9bc1e3432820f3737545 (patch) | |
| tree | 9f8ff23e38d2db83c750b6d8314d69abdf274fdd /runtime/src/main/resources | |
| parent | c671f024abd0eb5b0e0795ef966232a791896a0d (diff) | |
| download | RoughlyEnoughItems-1be6fdd292cd5a96af8d9bc1e3432820f3737545.tar.gz RoughlyEnoughItems-1be6fdd292cd5a96af8d9bc1e3432820f3737545.tar.bz2 RoughlyEnoughItems-1be6fdd292cd5a96af8d9bc1e3432820f3737545.zip | |
Implement boundaries config and add option for panel alignment
Close #1502
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 15 |
1 files changed, 14 insertions, 1 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 e2d1c39dc..2d602885a 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -314,6 +314,18 @@ "config.rei.options.groups.layout.panel": "Panel", "config.rei.options.layout.boundaries": "Boundaries", "config.rei.options.layout.boundaries.desc": "Declare the boundaries of the panel. Useful to limit the columns / rows displayed on screen.", + "config.rei.options.layout.boundaries.desc.configure": "Configure Panel Boundaries", + "config.rei.options.layout.boundaries.desc.horizontal": "Horizontal", + "config.rei.options.layout.boundaries.desc.vertical": "Vertical", + "config.rei.options.layout.boundaries.desc.limit_by_percentage": "Limit by Percentage", + "config.rei.options.layout.boundaries.desc.limit": "Limit: %s", + "config.rei.options.layout.boundaries.desc.alignment": "Alignment: %s", + "config.rei.options.layout.boundaries.desc.horizontal_alignment.left": "Left", + "config.rei.options.layout.boundaries.desc.horizontal_alignment.center": "Center", + "config.rei.options.layout.boundaries.desc.horizontal_alignment.right": "Right", + "config.rei.options.layout.boundaries.desc.vertical_alignment.top": "Top", + "config.rei.options.layout.boundaries.desc.vertical_alignment.center": "Center", + "config.rei.options.layout.boundaries.desc.vertical_alignment.bottom": "Bottom", "config.rei.options.layout.location": "Location", "config.rei.options.layout.location.desc": "Change the location of the panel. The entire REI setup may be mirrored horizontally, including the list and all widgets.", "config.rei.options.layout.hide_when_idle": "Hide When Idle", @@ -439,5 +451,6 @@ "config.rei.value.trueFalse.true": "True", "config.rei.value.enabledDisabled.false": "Disabled", "config.rei.value.enabledDisabled.true": "Enabled", - "config.rei.texts.preview": "Preview..." + "config.rei.texts.preview": "Preview...", + "config.rei.texts.configure": "Configure..." } |
