diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-28 10:05:31 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-28 10:05:31 +0800 |
| commit | 6ff07fe77b6d15157f262a766798e683e55c2c57 (patch) | |
| tree | 5e9099bf245611d73e4646379ae79ebb45585fb1 /runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | |
| parent | e35aa217aa3bbba5653201186add39de871fae07 (diff) | |
| download | RoughlyEnoughItems-6ff07fe77b6d15157f262a766798e683e55c2c57.tar.gz RoughlyEnoughItems-6ff07fe77b6d15157f262a766798e683e55c2c57.tar.bz2 RoughlyEnoughItems-6ff07fe77b6d15157f262a766798e683e55c2c57.zip | |
Add search caching hint
Diffstat (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
1 files changed, 3 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 e687b3565..92cfd0256 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -13,6 +13,8 @@ "text.rei.not.fully.initialized.tooltip": "Missing stages: %s\nIf this does not go away,\ntry looking for support with the logs!", "text.rei.inventory.highlighting.enabled": "Inventory Highlighting On", "text.rei.inventory.highlighting.enabled.tooltip": "This makes slots that does not match\nthe search filter gray.\nDouble click the search bar to toggle this mode.", + "text.rei.caching.search": "REI caching search results...", + "text.rei.caching.search.step": "Step %d/%d (%s%%):", "text.rei.config.menu.dark_theme": "Dark Theme", "text.rei.config.menu.craftable_filter": "Craftable Filter", "text.rei.config.menu.display": "Display Settings...", @@ -102,6 +104,7 @@ "text.rei.time_button.name.evening": "Evening", "text.rei.time_button.name.night": "Night", "text.rei.reload_config": "Reload Plugins", + "text.rei.reload_search": "Reload Search", "text.rei.config.is.reloading": "Plugins are reloading!", "text.rei.enabled": "Yes", "text.rei.disabled": "No", |
