diff options
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index c638f6c40..123d1789b 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -28,6 +28,7 @@ "category.rei.brewing.result": "输出药水", "category.rei.composting": "堆肥", "category.rei.stripping": "去皮", + "category.rei.beacon_base": "Beacon Base", "category.rei.information": "信息", "text.rei.composting.chance": "§e%d%% 机会", "text.rei.composting.page": "第 %d 页", @@ -97,6 +98,7 @@ "config.roughlyenoughitems.modules": "模块", "config.roughlyenoughitems.technical": "技术", "config.roughlyenoughitems.performance": "性能", + "config.roughlyenoughitems.filtering": "Filtering", "config.roughlyenoughitems.cheating": "作弊:", "config.roughlyenoughitems.smooth_scrolling": "Smooth Scrolling Settings", "config.roughlyenoughitems.recipeKeybind": "显示食谱:", @@ -115,6 +117,11 @@ "config.roughlyenoughitems.lowerConfigButton": "Config Button Position:", "config.roughlyenoughitems.lowerConfigButton.boolean.false": "Top", "config.roughlyenoughitems.lowerConfigButton.boolean.true": "Next to Search", + "config.roughlyenoughitems.filteredEntries.selectAll": "Select All", + "config.roughlyenoughitems.filteredEntries.selectNone": "Unselect All", + "config.roughlyenoughitems.filteredEntries.hide": "Hide Selected", + "config.roughlyenoughitems.filteredEntries.show": "Show Selected", + "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "条目大小:", "config.roughlyenoughitems.useCompactTabs": "简洁标签:", "config.roughlyenoughitems.darkTheme": "外观主题:", |
