diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-10 23:45:50 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-10 23:45:50 +0800 |
| commit | 3cd8b4914e2a86fbde4ff830c86a27ba09930c82 (patch) | |
| tree | 6d3d8f2748ea04d947935b4f2e321a26f8e0008a | |
| parent | 8c4834fb7814f47590741da4e0d375620afa3277 (diff) | |
| download | RoughlyEnoughItems-3cd8b4914e2a86fbde4ff830c86a27ba09930c82.tar.gz RoughlyEnoughItems-3cd8b4914e2a86fbde4ff830c86a27ba09930c82.tar.bz2 RoughlyEnoughItems-3cd8b4914e2a86fbde4ff830c86a27ba09930c82.zip | |
New translations en_us.json (zh_cn)
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 5 |
1 files changed, 5 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 8d2537342..cc86b8d7a 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -77,6 +77,9 @@ "text.rei.next_page": "下一页", "text.rei.back": "返回", "text.rei.select": "选择", + "text.rei.favorites": "Favorites", + "text.rei.favorites_tooltip": " \n§7Press %s to add this to favorites.", + "text.rei.remove_favorites_tooltip": " \n§7Press %s to remove this from favorites.", "text.rei.working_station": "工作站", "text.rei.recipe_id": "\n%s配方 ID: %s", "text.rei.recipe_screen_type.selection": "合成界面类型选择", @@ -92,6 +95,8 @@ "config.roughlyenoughitems.modules": "模块", "config.roughlyenoughitems.technical": "技术", "config.roughlyenoughitems.cheating": "作弊:", + "config.roughlyenoughitems.favoriteKeybind": "Favorite Entry:", + "config.roughlyenoughitems.favoritesEnabled": "Favorites Enabled:", "config.roughlyenoughitems.clickableRecipeArrows": "可点击的配方箭头:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "启用", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "禁用", |
