From b9c67dfdb16186959e1ee147787d73421091352d Mon Sep 17 00:00:00 2001 From: Raoul Date: Sun, 24 Nov 2024 02:10:59 +0100 Subject: [PATCH] chore: update translation Chinese Traditional from crowdin --- .../lang/zh_tw.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 refinedstorage-quartz-arsenal-common/src/main/resources/assets/refinedstorage_quartz_arsenal/lang/zh_tw.json diff --git a/refinedstorage-quartz-arsenal-common/src/main/resources/assets/refinedstorage_quartz_arsenal/lang/zh_tw.json b/refinedstorage-quartz-arsenal-common/src/main/resources/assets/refinedstorage_quartz_arsenal/lang/zh_tw.json new file mode 100644 index 0000000..b6eb1b3 --- /dev/null +++ b/refinedstorage-quartz-arsenal-common/src/main/resources/assets/refinedstorage_quartz_arsenal/lang/zh_tw.json @@ -0,0 +1,24 @@ +{ + "mod.refinedstorage_quartz_arsenal": "Refined Storage - Quartz Arsenal", + "item.refinedstorage_quartz_arsenal.wireless_crafting_grid": "Wireless Crafting Grid", + "item.refinedstorage_quartz_arsenal.creative_wireless_crafting_grid": "Creative Wireless Crafting Grid", + "key.refinedstorage_quartz_arsenal.open_wireless_crafting_grid": "Open Wireless Crafting Grid", + "text.autoconfig.refinedstorage_quartz_arsenal.title": "Refined Storage - Quartz Arsenal Configuration", + "refinedstorage_quartz_arsenal.configuration.title": "Refined Storage - Quartz Arsenal Configuration", + "refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml": "Refined Storage - Quartz Arsenal Configuration", + "refinedstorage_quartz_arsenal.configuration.section.refinedstorage_quartz_arsenal.common.toml.title": "Refined Storage - Quartz Arsenal Configuration", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid": "Wireless Crafting Grid", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.tooltip": "Configuration for the Wireless Crafting Grid.", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity": "Energy capacity", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.energyCapacity.tooltip": "The energy capacity of the Wireless Crafting Grid.", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage": "Open energy usage", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.openEnergyUsage.tooltip": "The energy usage of opening the Wireless Crafting Grid.", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage": "Crafting energy usage", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.craftingEnergyUsage.tooltip": "The energy usage of crafting an item in the Wireless Crafting Grid.", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage": "Autocrafting energy usage", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.autocraftingEnergyUsage.tooltip": "The energy usage of autocrafting a resource with the Wireless Crafting Grid.", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage": "Clear matrix energy usage", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.clearMatrixEnergyUsage.tooltip": "The energy usage of clearing the crafting matrix in the Wireless Crafting Grid.", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage": "Recipe transfer energy usage", + "text.autoconfig.refinedstorage_quartz_arsenal.option.wirelessCraftingGrid.recipeTransferEnergyUsage.tooltip": "The energy usage of transferring a recipe in the Wireless Crafting Grid." +} \ No newline at end of file