diff options
| author | shedaniel <daniel@shedaniel.me> | 2023-02-01 02:18:42 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-15 23:33:19 +0900 |
| commit | 1baa26a5231be01d5d85ffe3eeff0afe72af6039 (patch) | |
| tree | 9d1a7a32845ba9931a4e21b8fb8f635c5a322ce5 /runtime/src/main/resources/assets | |
| parent | 9eac1768c066a242059a0b71e69f0b8bb7c09377 (diff) | |
| download | RoughlyEnoughItems-1baa26a5231be01d5d85ffe3eeff0afe72af6039.tar.gz RoughlyEnoughItems-1baa26a5231be01d5d85ffe3eeff0afe72af6039.tar.bz2 RoughlyEnoughItems-1baa26a5231be01d5d85ffe3eeff0afe72af6039.zip | |
Close #1249
Diffstat (limited to 'runtime/src/main/resources/assets')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 14 |
1 files changed, 14 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 219e18fc5..eaf2d128d 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -199,6 +199,20 @@ "text.rei.collapsed.entry.hint.expand.macos": "Option-Click to expand all %s (%d entries)", "text.rei.collapsed.entry.hint.collapse": "Alt-Click to collapse all %s (%d entries)", "text.rei.collapsed.entry.hint.collapse.macos": "Option-Click to collapse all %s (%d entries)", + "text.rei.collapsible.entries": "Collapsible Entries", + "text.rei.collapsible.entries.count": "%s entries", + "text.rei.collapsible.entries.enabled.true": "Enabled", + "text.rei.collapsible.entries.enabled.false": "Disabled", + "text.rei.collapsible.entries.source": "Added by", + "text.rei.collapsible.entries.source.custom": "Custom!!", + "text.rei.collapsible.entries.toggle": "Toggle", + "text.rei.collapsible.entries.delete": "Delete", + "text.rei.collapsible.entries.custom.title": "Custom Collapsible Group", + "text.rei.collapsible.entries.custom.id": "ID:", + "text.rei.collapsible.entries.custom.name": "Name:", + "text.rei.collapsible.entries.custom.select": "Select entries...", + "text.rei.collapsible.entries.custom.select.add": "Add to Group", + "text.rei.collapsible.entries.custom.select.remove": "Remove from Group", "text.rei.spawn_egg": "Spawn Egg", "text.rei.music_disc": "Music Disc", "favorite.section.gamemode": "Game Mode", |
