diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-30 13:53:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-30 13:53:17 +0800 |
| commit | 42f982643f82cf549e122f6f1c4d52e6f1f88073 (patch) | |
| tree | a74e0d0fb06a75e8b3c4dae80d6a15ea488925a2 /src | |
| parent | 314d888ca302823a6a6cd1fb6104d96bfd7c9c74 (diff) | |
| download | RoughlyEnoughItems-42f982643f82cf549e122f6f1c4d52e6f1f88073.tar.gz RoughlyEnoughItems-42f982643f82cf549e122f6f1c4d52e6f1f88073.tar.bz2 RoughlyEnoughItems-42f982643f82cf549e122f6f1c4d52e6f1f88073.zip | |
New translations en_us.json (zh_cn)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 6482d5af6..b60469a84 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -60,10 +60,10 @@ "text.rei.view_all_categories": "查看全部类别", "text.rei.go_back_first_page": "回到第 1 页", "text.rei.choose_page": "选择页面", - "text.rei.gamemode_button.tooltip.all": "Switch Game Mode", - "text.rei.gamemode_button.tooltip.entry": "Switch to %s", - "text.rei.weather_button.tooltip.all": "Switch Weather", - "text.rei.weather_button.tooltip.entry": "Switch to %s", + "text.rei.gamemode_button.tooltip.all": "切换游戏模式", + "text.rei.gamemode_button.tooltip.entry": "切换至 %s", + "text.rei.weather_button.tooltip.all": "切换天气", + "text.rei.weather_button.tooltip.entry": "切换至 %s", "text.rei.reload_config": "重载插件", "text.rei.config.is.reloading": "插件正在重新加载!", "text.rei.enabled": "是", @@ -85,7 +85,7 @@ "text.rei.favorites_tooltip": " \n§7按 %s 将其添加到收藏夹。", "text.rei.remove_favorites_tooltip": " \n§7按 %s 可以将其从收藏夹中移除。", "text.rei.working_station": "工作站", - "text.rei.release_export": "放开 %s 以汇出此食谱", + "text.rei.release_export": "释放 %s 以导出此食谱", "text.rei.recipe_id": "\n%s配方 ID: %s", "text.rei.recipe_screen_type.selection": "合成界面类型选择", "text.rei.recipe_screen_type.selection.sub": "你始终可以通过配置界面再次编辑此设置.", @@ -95,6 +95,8 @@ "tooltip.rei.fluid_amount": "§7%d 单位", "msg.rei.copied_recipe_id": "已复制配方ID", "msg.rei.recipe_id_details": "配方ID:%s", + "msg.rei.exported_recipe": "已导出食谱。", + "msg.rei.exported_recipe.desc": "请查阅\"rei_exports\"资料夹。", "subsets.rei.roughlyenoughitems.all_entries": "所有条目", "subsets.rei.roughlyenoughitems.item_groups": "分类", "_comment": "配置提示", @@ -115,6 +117,7 @@ "config.roughlyenoughitems.previousPageKeybind": "上一页:", "config.roughlyenoughitems.focusSearchFieldKeybind": "选择搜索框:", "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "复制配方ID:", + "config.roughlyenoughitems.exportImageKeybind": "导出食谱:", "config.roughlyenoughitems.favoriteKeybind": "收藏物品:", "config.roughlyenoughitems.favoritesEnabled": "已启用收藏夹:", "config.roughlyenoughitems.clickableRecipeArrows": "可点击的配方箭头:", @@ -141,7 +144,7 @@ "config.roughlyenoughitems.recipeBorder.lighter": "更亮", "config.roughlyenoughitems.recipeBorder.default": "默认", "config.roughlyenoughitems.recipeBorder.none": "无", - "config.roughlyenoughitems.maxRecipePerPage": "每页可以显示最多合成:", + "config.roughlyenoughitems.maxRecipesPerPage": "每页可以显示最多合成:", "config.roughlyenoughitems.mirrorItemPanel": "项目列表位置:", "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "左侧", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右侧", |
