diff options
| author | Danielshe <daniel@shedaniel.me> | 2019-09-28 20:28:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-28 20:28:43 +0800 |
| commit | 87fcc65090753111afe3fd79fbe24629f4a81414 (patch) | |
| tree | cd8df0d724ab764554882c7cded05170e2fab61e | |
| parent | cdaae96cbce8d16422194766d2e9e4058c4c880c (diff) | |
| download | RoughlyEnoughItems-87fcc65090753111afe3fd79fbe24629f4a81414.tar.gz RoughlyEnoughItems-87fcc65090753111afe3fd79fbe24629f4a81414.tar.bz2 RoughlyEnoughItems-87fcc65090753111afe3fd79fbe24629f4a81414.zip | |
New Crowdin translations (#169)
* New translations en_us.json (ru_ru)
* New translations en_us.json (zh_tw)
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 4 | ||||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 12 |
2 files changed, 8 insertions, 8 deletions
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." } |
