diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-05 20:14:41 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-05 20:14:41 +0800 |
| commit | 9755812e75e7fa357dd0ae55bb36b9e3a7d86822 (patch) | |
| tree | 3dc2397f825b231d49e9aefc9513165b2fc36036 /src/main | |
| parent | fd99a42678f27d74483cfa2ae069de8bea38f893 (diff) | |
| parent | 73c9d403fd36af0a625c5fa98bb67a2cd851217c (diff) | |
| download | RoughlyEnoughItems-9755812e75e7fa357dd0ae55bb36b9e3a7d86822.tar.gz RoughlyEnoughItems-9755812e75e7fa357dd0ae55bb36b9e3a7d86822.tar.bz2 RoughlyEnoughItems-9755812e75e7fa357dd0ae55bb36b9e3a7d86822.zip | |
Merge remote-tracking branch 'origin/fabric-dev' into fabric-dev
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 5992cb03e..c0821b86f 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -3,6 +3,8 @@ "key.roughlyenoughitems.recipe_keybind": "显示配方", "key.roughlyenoughitems.hide_keybind": "隐藏/显示 REI", "key.roughlyenoughitems.usage_keybind": "显示用途", + "key.roughlyenoughitems.next_page": "下一页", + "key.roughlyenoughitems.previous_page": "上一页", "text.rei.config.general": "常规", "text.rei.config.action": "功能", "text.rei.config.cheating": "作弊:", @@ -38,7 +40,7 @@ "ordering.rei.descending": "倒序", "ordering.rei.registry": "注册", "ordering.rei.name": "名字", - "ordering.rei.item_groups": "物品分类", + "ordering.rei.item_groups": "物品组", "text.speed_craft.failed_move_items": "§c不能移动物品!", "text.speed_craft.move_items": "移动物品", "text.rei.config.enable_craftable_only": "过滤不可合成的物品: ", @@ -85,10 +87,26 @@ "text.rei.config.enable_legacy_speedcraft_support": "启用旧版插件支持: ", "text.rei.config.april_fools": "愚人节", "text.rei.config.april_fools.2019": "强制启用REI 2019愚人节玩笑: ", + "text.rei.config.dark_theme": "深色模式:", + "text.rei.config.villager_screen_permanent_scroll_bar": "村民界面一直显示滚动条:", "text.rei.config.item_cheating_mode": "物品作弊数量模式:", "text.rei.config.item_cheating_mode.rei_like": "标准", "text.rei.config.item_cheating_mode.jei_like": "反转", "text.rei.config.light_gray_recipe_border": "浅灰色配方边框:", "text.rei.config_api_failed": "如果Cloth Config API装载失败了或你没有安装它,你就会到达这个界面!\n升级/安装API或向bug跟踪器报告.", - "text.rei.back": "返回" + "text.rei.back": "返回", + "text.rei.config.recipe_screen_type": "界面类型", + "text.rei.config.recipe_screen_type.unset": "未设置", + "text.rei.config.recipe_screen_type.original": "原生", + "text.rei.config.recipe_screen_type.villager": "类村民", + "text.rei.select": "选择", + "text.rei.recipe_screen_type.selection": "合成界面类型选择", + "text.rei.recipe_screen_type.selection.sub": "你始终可以通过配置界面再次编辑此设置.", + "_comment": "Config Tooltips", + "tooltip.rei.config.side_search_box": "声明搜索框的位置:\nYes: 左 / 右\nNo: 中央\n \n默认: No", + "tooltip.rei.config.list_ordering": "声明侧边物品列表的排序:\n值: 注册 / 名字 / 物品组\n(顺序 / 倒序)\n \n默认: %s", + "tooltip.rei.config.item_list_position": "声明侧边物品列表的位置:\n值: 左 / 右\n \n默认: 右", + "tooltip.rei.config.max_recipes_per_page": "声明每页显示的最大的配方数目:\n值: 2 - 99\n \n默认: 3", + "tooltip.rei.config.light_gray_recipe_border": "声明配方边框的外观D:\nYes: 浅灰色\nNo: 深黑色\n \n默认: No", + "tooltip.rei.config.april_fools.2019": "强制启用2019愚人节玩笑:\n值: Yes / No\n \n默认: No", } |
