diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-03-23 00:35:45 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-03-23 00:35:45 +0800 |
| commit | c8e79d5737c08e630e511f91193525ef1d9c0351 (patch) | |
| tree | 64e95bb5aab2e70c909980764eff957a0bdca7cc /src/main | |
| parent | 17fd1c1539730d0fb2282db0704e2b2b36f63e20 (diff) | |
| download | RoughlyEnoughItems-c8e79d5737c08e630e511f91193525ef1d9c0351.tar.gz RoughlyEnoughItems-c8e79d5737c08e630e511f91193525ef1d9c0351.tar.bz2 RoughlyEnoughItems-c8e79d5737c08e630e511f91193525ef1d9c0351.zip | |
New translations en_us.json (zh_cn)
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 11 |
1 files changed, 11 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 e770bf6fb..97f01260e 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -67,7 +67,9 @@ "text.rei.view_all_categories": "查看全部类别", "text.rei.go_back_first_page": "返回第 1 页", "text.rei.choose_page": "选择页面", + "text.rei.gamemode_button.tooltip.dropdown": "切换游戏模式:菜单", "text.rei.gamemode_button.tooltip.entry": "切换至 %s", + "text.rei.weather_button.tooltip.dropdown": "切换天气:菜单", "text.rei.weather_button.tooltip.entry": "切换至 %s", "text.rei.reload_config": "重载插件", "text.rei.config.is.reloading": "插件正在重新加载!", @@ -94,6 +96,11 @@ "text.rei.recipe_id": "\n%s配方 ID: %s", "text.rei.recipe_screen_type.selection": "合成界面样式选择", "text.rei.recipe_screen_type.selection.sub": "你随时可以通过配置界面再次编辑此设置.", + "text.rei.jei_compat": "JEI 兼容模式", + "text.rei.jei_compat.false": "JEI 兼容模式:禁用", + "text.rei.jei_compat.true": "JEI 兼容模式:启用", + "text.rei.jei_compat.sub": "您想要启用 JEI 兼容模式 %s§7吗?\n§7它将允许从这些模组加载 JEI 插件:\n%s\n\n§7然而,REI 的 JEI 兼容模式并不完善,可能将会出现很多问题。\n§c风险自负!", + "text.rei.jei_compat.sub.stability": "§c§l(不稳定)", "text.rei.view_recipes_for": "查看 %s 的配方", "text.rei.subsets": "项目分类", "text.rei.tiny_potato": "小土豆", @@ -130,6 +137,7 @@ "config.roughlyenoughitems.cheatingStyle": "作弊方式:", "config.roughlyenoughitems.cheatingStyle.grab": "抓取", "config.roughlyenoughitems.cheatingStyle.give": "给予", + "config.roughlyenoughitems.motion": "动画设置", "config.roughlyenoughitems.motion.configScreenAnimation": "配置屏幕动画:", "config.roughlyenoughitems.motion.creditsScreenAnimation": "特别感谢屏幕动画:", "config.roughlyenoughitems.motion.favoritesAnimation": "收藏夹动画:", @@ -137,6 +145,7 @@ "config.roughlyenoughitems.recipeScreenType.config": "配方屏幕类型:%s", "config.roughlyenoughitems.recipeScreenType.unset": "未设定", "config.roughlyenoughitems.recipeScreenType.original": "默认", + "config.roughlyenoughitems.recipeScreenType.composite": "复合", "config.roughlyenoughitems.layout": "布局", "config.roughlyenoughitems.tooltips": "工具提示", "config.roughlyenoughitems.accessibility": "辅助", @@ -171,7 +180,9 @@ "config.roughlyenoughitems.accessibility.displayPanelLocation": "条目列表位置:", "config.roughlyenoughitems.accessibility.displayPanelLocation.left": "左侧", "config.roughlyenoughitems.accessibility.displayPanelLocation.right": "右侧", + "config.roughlyenoughitems.search.tooltipSearch": "工具提示搜索 (#):", "config.roughlyenoughitems.search.tagSearch": "标签搜索 ($):", + "config.roughlyenoughitems.search.modSearch": "模组搜索 (@):", "config.roughlyenoughitems.search_mode.always": "总是启用", "config.roughlyenoughitems.search_mode.prefix": "使用前缀时", "config.roughlyenoughitems.search_mode.never": "总是禁用", |
