From b1b738d3e955e4ecd171d731efe090fd36d5089b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 2 Jan 2020 14:35:59 +0800 Subject: New translations en_us.json (zh_cn) --- .../resources/assets/roughlyenoughitems/lang/zh_cn.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/main') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 6c862432a..9f4e286e2 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -1,12 +1,5 @@ { - "key.rei.category": "Roughly Enough Items", - "key.roughlyenoughitems.recipe_keybind": "显示配方", - "key.roughlyenoughitems.hide_keybind": "隐藏/显示 REI", - "key.roughlyenoughitems.usage_keybind": "显示用途", - "key.roughlyenoughitems.next_page": "下一页", - "key.roughlyenoughitems.previous_page": "上一页", - "key.roughlyenoughitems.focus_search": "选择搜索框", - "key.roughlyenoughitems.copy_recipe_id": "复制配方ID", + "key.rei.category": "Roughly Enough Items (Set Modifiers at Config Screen)", "text.rei.cheating": "作弊", "text.rei.cheating_disabled": "§7作弊已禁用", "text.rei.cheating_enabled": "§c作弊已启用", @@ -96,12 +89,20 @@ "config.roughlyenoughitems.technical": "技术", "config.roughlyenoughitems.performance": "性能", "config.roughlyenoughitems.cheating": "作弊:", + "config.roughlyenoughitems.recipeKeybind": "Show Recipe:", + "config.roughlyenoughitems.hideKeybind": "Hide/Show REI:", + "config.roughlyenoughitems.usageKeybind": "Show Uses:", + "config.roughlyenoughitems.nextPageKeybind": "Next Page:", + "config.roughlyenoughitems.previousPageKeybind": "Previous Page:", + "config.roughlyenoughitems.focusSearchFieldKeybind": "Focus Search Field:", + "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.favoriteKeybind": "收藏物品:", "config.roughlyenoughitems.favoritesEnabled": "已启用收藏夹:", "config.roughlyenoughitems.clickableRecipeArrows": "可点击的配方箭头:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "启用", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "禁用", "config.roughlyenoughitems.renderEntryEnchantmentGlint": "Render Enchantment Glint:", + "config.roughlyenoughitems.entrySize": "Entry Size:", "config.roughlyenoughitems.darkTheme": "外观主题:", "config.roughlyenoughitems.darkTheme.boolean.true": "深色主题", "config.roughlyenoughitems.darkTheme.boolean.false": "浅色主题", -- cgit