From fdbb46e69460c473775e07a95610a0414a0133ce Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Apr 2020 20:03:01 +0800 Subject: New translations en_us.json (zh_cn) --- src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index ebeca7b58..0e5760819 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -88,9 +88,13 @@ "text.rei.recipe_screen_type.selection": "合成界面类型选择", "text.rei.recipe_screen_type.selection.sub": "你始终可以通过配置界面再次编辑此设置.", "text.rei.view_recipes_for": "查看 %s 的配方", + "text.rei.subsets": "Subsets", + "text.rei.tiny_potato": "Tiny Potatoz", "tooltip.rei.fluid_amount": "§7%d 单位", "msg.rei.copied_recipe_id": "已复制配方ID", "msg.rei.recipe_id_details": "配方ID:%s", + "subsets.rei.roughlyenoughitems.all_entries": "All Entries", + "subsets.rei.roughlyenoughitems.item_groups": "Creative Tabs", "_comment": "配置提示", "config.roughlyenoughitems.title": "配置", "config.roughlyenoughitems.!general": "常规​​​​​", @@ -99,6 +103,7 @@ "config.roughlyenoughitems.technical": "技术", "config.roughlyenoughitems.performance": "性能", "config.roughlyenoughitems.filtering": "过滤", + "config.roughlyenoughitems.experimental": "Experimental Features", "config.roughlyenoughitems.cheating": "作弊:", "config.roughlyenoughitems.smooth_scrolling": "平滑滚动设定", "config.roughlyenoughitems.recipeKeybind": "显示食谱:", @@ -111,6 +116,7 @@ "config.roughlyenoughitems.favoriteKeybind": "收藏物品:", "config.roughlyenoughitems.favoritesEnabled": "已启用收藏夹:", "config.roughlyenoughitems.clickableRecipeArrows": "可点击的配方箭头:", + "config.roughlyenoughitems.isSubsetsEnabled": "Subsets Enabled:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "启用", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "禁用", "config.roughlyenoughitems.renderEntryEnchantmentGlint": "渲染附魔光效:", -- cgit