diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-08 23:15:08 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-08 23:19:59 +0800 |
| commit | aba4c079befd4bb32f732b65c746a22559644d35 (patch) | |
| tree | bba42a67cb78edc54fc6ad600ea983fcd9873bc0 /runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | |
| parent | dac507c52b7f8e6363d8ca90f533aa789c4adc09 (diff) | |
| download | RoughlyEnoughItems-aba4c079befd4bb32f732b65c746a22559644d35.tar.gz RoughlyEnoughItems-aba4c079befd4bb32f732b65c746a22559644d35.tar.bz2 RoughlyEnoughItems-aba4c079befd4bb32f732b65c746a22559644d35.zip | |
Big Visual and Functional Changes
- Fix #503
- Shift Click to select page, normal click to go back to page 1
- Allow non-consuming draggable visitors
- Add scale down animation when dragging a stack to the main item list to dismiss it
- Make Cheat Mode not active in Display Screens
- Add colors to cosmetic transfer handler errors
- Implement JEI animations, fix #501
- Allow favorites dragged stacks to go back to where they are if they are ignored, instead of being at the end of the favorites
- Implement favorites & entry list column and row limits
- Implement display page height limit
- Updated localizations
Diffstat (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json')
| -rw-r--r-- | runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 88e977e97..df26cb0c5 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -73,6 +73,7 @@ "text.rei.view_all_categories": "查看全部类别", "text.rei.go_back_first_page": "返回第 1 页", "text.rei.choose_page": "选择页面", + "text.rei.shift_click_to": "Shift点击%s", "text.rei.gamemode_button.tooltip.dropdown": "切换游戏模式:下拉列表", "text.rei.gamemode_button.tooltip.entry": "切换至 %s", "text.rei.weather_button.tooltip.dropdown": "切换天气:菜单", @@ -184,6 +185,7 @@ "config.roughlyenoughitems.recipeBorder.default": "默认", "config.roughlyenoughitems.recipeBorder.none": "无", "config.roughlyenoughitems.layout.maxRecipesPerPage": "每页可以显示最多合成:", + "config.roughlyenoughitems.layout.maxRecipesPageHeight": "每页最大高度:", "config.roughlyenoughitems.accessibility.displayPanelLocation": "条目列表位置:", "config.roughlyenoughitems.accessibility.displayPanelLocation.left": "左侧", "config.roughlyenoughitems.accessibility.displayPanelLocation.right": "右侧", |
