Traditional Chinese | Translation Patches

yeah i fucked up that one line of translation oops
also added two lines of translation too
This commit is contained in:
Kimi 2022-05-07 21:58:16 +08:00 committed by Melledy
parent dc3c744778
commit 14da6214d3

View File

@ -57,7 +57,7 @@
"player_execute_error": "請在遊戲裡使用這條指令。", "player_execute_error": "請在遊戲裡使用這條指令。",
"command_exist_error": "找不到指令。", "command_exist_error": "找不到指令。",
"invalid": { "invalid": {
"amount": "無效的 數量.", "amount": "無效的數量。",
"artifactId": "無效的聖遺物ID。", "artifactId": "無效的聖遺物ID。",
"avatarId": "無效的角色ID。", "avatarId": "無效的角色ID。",
"avatarLevel": "無效的角色等級。", "avatarLevel": "無效的角色等級。",
@ -119,7 +119,7 @@
}, },
"coop": { "coop": {
"usage": "用法coop <playerId> <target playerId>", "usage": "用法coop <playerId> <target playerId>",
"success": "Summoned %s to %s's world." "success": "召喚了 %s 到 %s 的世界。"
}, },
"enter_dungeon": { "enter_dungeon": {
"usage": "用法enterdungeon <dungeon id>", "usage": "用法enterdungeon <dungeon id>",
@ -270,7 +270,7 @@
"q_skill_id": "Q技能ID %s。" "q_skill_id": "Q技能ID %s。"
}, },
"teleportAll": { "teleportAll": {
"success": "Summoned all players to your location.", "success": "召喚了所有玩家到你的位置上。",
"error": "此指令僅可在多人遊戲下可用。" "error": "此指令僅可在多人遊戲下可用。"
}, },
"teleport": { "teleport": {
@ -295,4 +295,4 @@
"available_commands": "可用指令:" "available_commands": "可用指令:"
} }
} }
} }