From 87fcc65090753111afe3fd79fbe24629f4a81414 Mon Sep 17 00:00:00 2001 From: Danielshe Date: Sat, 28 Sep 2019 20:28:43 +0800 Subject: New Crowdin translations (#169) * New translations en_us.json (ru_ru) * New translations en_us.json (zh_tw) --- src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 4 ++-- src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index ee61a7a22..b3829a3ee 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -16,8 +16,8 @@ "category.rei.crafting": "Создание", "category.rei.smelting": "Плавление", "category.rei.smelting.fuel": "Топливо", - "category.rei.smoking": "Сжигание", - "category.rei.blasting": "Копчение", + "category.rei.smoking": "Копчение", + "category.rei.blasting": "Выплавка", "category.rei.campfire": "Прожарка", "category.rei.campfire.time": "%d секунд", "category.rei.stone_cutting": "Камнерезание", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 0b9d6db3d..12b742a90 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -88,7 +88,7 @@ "config.roughlyenoughitems.clickableRecipeArrows": "可點擊的食譜箭頭:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "啟用", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "禁用", - "config.roughlyenoughitems.renderEntryExtraOverlay": "Render Entry Extra Overlay:", + "config.roughlyenoughitems.renderEntryExtraOverlay": "項目上顯示額外的資料", "config.roughlyenoughitems.darkTheme": "外觀主題:", "config.roughlyenoughitems.darkTheme.boolean.true": "暗主題", "config.roughlyenoughitems.darkTheme.boolean.false": "亮主題", @@ -120,16 +120,16 @@ "config.roughlyenoughitems.giveCommand": "作弊命令:", "config.roughlyenoughitems.loadDefaultPlugin": "加載默認 Plugin:", "config.roughlyenoughitems.loadDefaultPlugin.boolean.false": "§c禁用 (危險)", - "config.roughlyenoughitems.registerRecipesInAnotherThread": "Recipe Sync Thread:", - "config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.true": "New REI Thread", - "config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.false": "§cPacket Thread", + "config.roughlyenoughitems.registerRecipesInAnotherThread": "配方更新線程:", + "config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.true": "新 REI 綫程", + "config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.false": "§c原線程", "config.roughlyenoughitems.weatherCommand": "天氣命令:", "config.roughlyenoughitems.itemListOrdering": "Item List Ordering:", "config.roughlyenoughitems.list_ordering_button": "%s [%s]", "config.roughlyenoughitems.recipeScreenType": "配方屏幕類型:", "config.roughlyenoughitems.recipeScreenType.unset": "未設定", "config.roughlyenoughitems.recipeScreenType.original": "預設", - "config.roughlyenoughitems.recipeScreenType.villager": "Villager Like", + "config.roughlyenoughitems.recipeScreenType.villager": "像村民交易介面", "config.roughlyenoughitems.itemCheatingMode": "物品作弊數量:", "config.roughlyenoughitems.itemCheatingMode.rei_like": "正常", "config.roughlyenoughitems.itemCheatingMode.jei_like": "倒置", @@ -137,5 +137,5 @@ "config.roughlyenoughitems.scrollingEntryListWidget": "項目列表操作:", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "滾動", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "分頁", - "text.rei.credit.text": "§lRoughly Enough Items (v%s)\n§7Originally a fork for Almost Enough Items.\n\n§lDevelopers\n Originally by ZenDarva\n Rewritten by Danielshe\n Old Plugin Support by TehNut\n\n§lLanguage Translation\n%s\n\n§lLicense\n§7Roughly Enough Items is licensed with MIT." + "text.rei.credit.text": "§lRoughly Enough Items (v%s)\n§7原是 Almost Enough Items 的分支.\n\n§l主要開發人員\n AEI 作者 ZenDarva\n 重寫作者 Danielshe\n\n§l語言翻譯\n%s\n\n§l許可\n§7Roughly Enough Items 使用 MIT." } -- cgit