Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mods_feat(YDM's Weapon Master): 新增 YDM 的武器大師 v3.0.3 #275

Merged
merged 1 commit into from
Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions MultiVersions/Forge/main/weaponmaster/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"weaponmaster.screen":"YDM's Weapon Master",
"key.weaponmaster.category":"YDM's Weapon Master",
"key.weaponmaster.opengui":"Open Settings",
"weaponmaster.screen2":"More Settings",
"weaponmaster.screen.reset_to_previous": "Reset",
"weaponmaster.screen.reset_to_null":"Reset all to 0",

"gui.weaponmaster.slot.posx":"Position X: ",
"gui.weaponmaster.slot.posy":"Position Y: ",
"gui.weaponmaster.slot.posz":"Position Z: ",

"gui.weaponmaster.slot.rotx":"Rotation X: ",
"gui.weaponmaster.slot.roty":"Rotation Y: ",
"gui.weaponmaster.slot.rotz":"Rotation Z: ",

"weaponmaster.screen.other_settings":"More",
"weaponmaster.screen.shield":"Shield",
"weaponmaster.screen.banner":"Banner",

"gui.weaponmaster.attach.head":"Head",
"gui.weaponmaster.attach.body":"Body",
"gui.weaponmaster.attach.larm":"Left Arm",
"gui.weaponmaster.attach.rarm":"Right Arm",
"gui.weaponmaster.attach.lleg":"Left Leg",
"gui.weaponmaster.attach.rleg":"Right Leg",
"gui.weaponmaster.rotate":"Drag to rotate",
"gui.weaponmaster.slot.shield":"Shield",
"gui.weaponmaster.slot.banner":"Banner",
"gui.weaponmaster.mover":"Modify position from:",
"gui.weaponmaster.arrowright":"->",
"gui.weaponmaster.attach":"Attach to Body Part:"

}
34 changes: 34 additions & 0 deletions MultiVersions/Forge/main/weaponmaster/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"weaponmaster.screen":"YDM 的武器大師",
"key.weaponmaster.category":"YDM 的武器大師",
"key.weaponmaster.opengui":"開啟設定介面",
"weaponmaster.screen2":"更多設定",
"weaponmaster.screen.reset_to_previous": "重設",
"weaponmaster.screen.reset_to_null":"全部重設為 0",

"gui.weaponmaster.slot.posx":"X 位置:",
"gui.weaponmaster.slot.posy":"Y 位置:",
"gui.weaponmaster.slot.posz":"Z 位置:",

"gui.weaponmaster.slot.rotx":"X 旋轉角度:",
"gui.weaponmaster.slot.roty":"Y 旋轉角度:",
"gui.weaponmaster.slot.rotz":"Z 旋轉角度:",

"weaponmaster.screen.other_settings":"更多",
"weaponmaster.screen.shield":"盾牌",
"weaponmaster.screen.banner":"旗幟",

"gui.weaponmaster.attach.head":"頭部",
"gui.weaponmaster.attach.body":"身體",
"gui.weaponmaster.attach.larm":"左手臂",
"gui.weaponmaster.attach.rarm":"右手臂",
"gui.weaponmaster.attach.lleg":"左腿",
"gui.weaponmaster.attach.rleg":"右腿",
"gui.weaponmaster.rotate":"拖曳以旋轉",
"gui.weaponmaster.slot.shield":"盾牌",
"gui.weaponmaster.slot.banner":"旗幟",
"gui.weaponmaster.mover":"調整的位置:",
"gui.weaponmaster.arrowright":"->",
"gui.weaponmaster.attach":"依附的身體部位:"

}