diff --git a/MultiVersions/Fabric/1.19/elegantarmour/lang/en_us.json b/MultiVersions/Fabric/1.19/elegantarmour/lang/en_us.json new file mode 100644 index 000000000..356d6b29f --- /dev/null +++ b/MultiVersions/Fabric/1.19/elegantarmour/lang/en_us.json @@ -0,0 +1,22 @@ +{ + "options.elegantCustomisation.title" : "Elegant Armour Customisation", + "options.elegantCustomisation" : "Elegant Armour", + + "options.elegantPart.hideBoots" : "Hide Boots", + "options.elegantPart.hideLeggings" : "Hide Leggings", + "options.elegantPart.hideChestplate" : "Hide Chestplate", + "options.elegantPart.hideHelmet" : "Hide Helmet", + "options.elegantPart.hideElytra" : "Hide Elytra", + "options.elegantPart.hideHeadItem" : "Hide Head Item", + "options.elegantPart.thinArmour" : "Thin Armour", + "options.elegantPart.clientActive" : "Client Active", + + "options.elegantPart.hideOthersBoots" : "Hide Other's Boots", + "options.elegantPart.hideOthersLeggings" : "Hide Other's Leggings", + "options.elegantPart.hideOthersChestplate" : "Hide Other's Chestplate", + "options.elegantPart.hideOthersHelmet" : "Hide Other's Helmet", + "options.elegantPart.hideOthersElytra" : "Hide Other's Elytra", + "options.elegantPart.hideOthersHeadItem" : "Hide Other's Head Item", + "options.elegantPart.everyoneThinArmour" : "Everyone Thin Armour", + "options.elegantPart.enforceSettings" : "Enforce Settings" +} \ No newline at end of file diff --git a/MultiVersions/Fabric/1.19/elegantarmour/lang/zh_tw.json b/MultiVersions/Fabric/1.19/elegantarmour/lang/zh_tw.json new file mode 100644 index 000000000..46b69a307 --- /dev/null +++ b/MultiVersions/Fabric/1.19/elegantarmour/lang/zh_tw.json @@ -0,0 +1,22 @@ +{ + "options.elegantCustomisation.title" : "優雅盔甲客製化", + "options.elegantCustomisation" : "優雅盔甲", + + "options.elegantPart.hideBoots" : "隱藏靴子", + "options.elegantPart.hideLeggings" : "隱藏護腿", + "options.elegantPart.hideChestplate" : "隱藏胸甲", + "options.elegantPart.hideHelmet" : "隱藏頭盔", + "options.elegantPart.hideElytra" : "隱藏鞘翅", + "options.elegantPart.hideHeadItem" : "隱藏頭部物品", + "options.elegantPart.thinArmour" : "苗條盔甲", + "options.elegantPart.clientActive" : "啟用用戶端", + + "options.elegantPart.hideOthersBoots" : "隱藏其他人的靴子", + "options.elegantPart.hideOthersLeggings" : "隱藏其他人的護腿", + "options.elegantPart.hideOthersChestplate" : "隱藏其他人的胸甲", + "options.elegantPart.hideOthersHelmet" : "隱藏其他人的頭盔", + "options.elegantPart.hideOthersElytra" : "隱藏其他人的鞘翅", + "options.elegantPart.hideOthersHeadItem" : "隱藏其他人的頭部物品", + "options.elegantPart.everyoneThinArmour" : "苗條所有人的盔甲", + "options.elegantPart.enforceSettings" : "強制性設定" +} \ No newline at end of file diff --git a/MultiVersions/Fabric/main/elegantarmour/lang/en_us.json b/MultiVersions/Fabric/main/elegantarmour/lang/en_us.json new file mode 100644 index 000000000..6297816df --- /dev/null +++ b/MultiVersions/Fabric/main/elegantarmour/lang/en_us.json @@ -0,0 +1,17 @@ +{ + "options.elegantCustomisation": "Elegant Customisation", + "options.elegantDefault": "Default Customisation", + + "options.elegantarmour.default": "Default", + "options.elegantarmour.show": "Show", + "options.elegantarmour.hide": "Hide", + "options.elegantarmour.small.show": "Disabled", + "options.elegantarmour.small.hide": "Enabled", + + "options.elegantarmour.helmet": "Helmet", + "options.elegantarmour.chestplate": "Chestplate", + "options.elegantarmour.leggings": "Leggings", + "options.elegantarmour.boots": "Boots", + "options.elegantarmour.elytra": "Elytra", + "options.elegantarmour.small": "Slim Armour" +} \ No newline at end of file diff --git a/MultiVersions/Fabric/main/elegantarmour/lang/zh_tw.json b/MultiVersions/Fabric/main/elegantarmour/lang/zh_tw.json new file mode 100644 index 000000000..ad147d55e --- /dev/null +++ b/MultiVersions/Fabric/main/elegantarmour/lang/zh_tw.json @@ -0,0 +1,17 @@ +{ + "options.elegantCustomisation": "優雅客製化", + "options.elegantDefault": "預設客製化", + + "options.elegantarmour.default": "預設", + "options.elegantarmour.show": "顯示", + "options.elegantarmour.hide": "隱藏", + "options.elegantarmour.small.show": "停用", + "options.elegantarmour.small.hide": "啟用", + + "options.elegantarmour.helmet": "頭盔", + "options.elegantarmour.chestplate": "胸甲", + "options.elegantarmour.leggings": "護腿", + "options.elegantarmour.boots": "靴子", + "options.elegantarmour.elytra": "鞘翅", + "options.elegantarmour.small": "苗條盔甲" +} \ No newline at end of file