This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mods_feat(Elegant Armour): 新增優雅客製化 v1.0.7 (#357)
- Loading branch information
Showing
4 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" : "強制性設定" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "苗條盔甲" | ||
} |