From 5a6c5e2bcf804bfd471406334cfb460d5d168556 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 29 Feb 2020 22:07:25 +0800 Subject: New translations en_us.json (zh_cn) --- src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 dae94ebd7..750c2d74d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -1,5 +1,5 @@ { - "key.rei.category": "Roughly Enough Items (Set Modifiers at Config Screen)", + "key.rei.category": "Roughly Enough Items(在“配置”屏幕上设置快捷键)", "text.rei.cheating": "作弊", "text.rei.cheating_disabled": "§7作弊已禁用", "text.rei.cheating_enabled": "§c作弊已启用", @@ -130,9 +130,9 @@ "config.roughlyenoughitems.darkTheme.boolean.true": "深色主题", "config.roughlyenoughitems.darkTheme.boolean.false": "浅色主题", "config.roughlyenoughitems.recipeBorder": "配方显示边框:", - "config.roughlyenoughitems.recipeBorder.lighter": "淡灰色", + "config.roughlyenoughitems.recipeBorder.lighter": "更亮", "config.roughlyenoughitems.recipeBorder.default": "默认", - "config.roughlyenoughitems.recipeBorder.none": "毫无", + "config.roughlyenoughitems.recipeBorder.none": "无", "config.roughlyenoughitems.maxRecipePerPage": "每页可以显示最多合成:", "config.roughlyenoughitems.mirrorItemPanel": "项目列表位置:", "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "左侧", -- cgit