From aba4c079befd4bb32f732b65c746a22559644d35 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Mon, 8 Nov 2021 23:15:08 +0800 Subject: 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 --- runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json') 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": "右侧", -- cgit