A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add lang `zh_tw` (#5)

authored by

hugoalh and committed by
GitHub
8271197e 6ec964c4

+46
+46
common/src/main/resources/assets/teleport_commands/lang/zh_tw.json
··· 1 + { 2 + "commands.teleport_commands.back.go": "正在返回", 3 + "commands.teleport_commands.back.same": "已經回來了", 4 + "commands.teleport_commands.back.noLocation": "找不到位置!", 5 + 6 + "commands.teleport_commands.home.set": "家已設定", 7 + "commands.teleport_commands.home.setError": "設定家時發生錯誤!", 8 + "commands.teleport_commands.home.go": "正在回家", 9 + "commands.teleport_commands.home.goError": "回家時發生錯誤!", 10 + "commands.teleport_commands.home.goSame": "已經回家了", 11 + "commands.teleport_commands.home.delete": "家已刪除", 12 + "commands.teleport_commands.home.deleteError": "刪除家時發生錯誤!", 13 + "commands.teleport_commands.home.rename": "家已重新命名", 14 + "commands.teleport_commands.home.renameError": "重新命名家時發生錯誤!", 15 + "commands.teleport_commands.home.renameExists": "這個名稱已經存在了!", 16 + "commands.teleport_commands.home.default": "預設家已設定", 17 + "commands.teleport_commands.home.defaultError": "變更預設家時發生錯誤!", 18 + "commands.teleport_commands.home.defaultSame": "家已經是設定為預設了!", 19 + "commands.teleport_commands.home.notFound": "找不到家!", 20 + "commands.teleport_commands.home.exists": "家已經存在了!", 21 + "commands.teleport_commands.home.homeless": "你沒有家!", 22 + 23 + "commands.teleport_commands.homes.error": "獲取家時發生錯誤!", 24 + "commands.teleport_commands.homes.homes": "家:", 25 + "commands.teleport_commands.homes.default": "(預設)", 26 + "commands.teleport_commands.homes.tp": "[傳送]", 27 + "commands.teleport_commands.homes.rename": "[重新命名]", 28 + "commands.teleport_commands.homes.delete": "[刪除]", 29 + 30 + "commands.teleport_commands.tpa.self": "嗯,這很容易", 31 + "commands.teleport_commands.tpa.alreadySent": "請求已經發送至 %0%", 32 + "commands.teleport_commands.tpa.received": "Tpa%0% 請求來自 %1%", 33 + "commands.teleport_commands.tpa.sent": "Tpa%0% 請求已發送至 %1%", 34 + "commands.teleport_commands.tpa.accept": "[接受]", 35 + "commands.teleport_commands.tpa.deny": " [拒絕]", 36 + "commands.teleport_commands.tpa.expired": "Tpa%0% 請求已過期", 37 + "commands.teleport_commands.tpa.notFound": "找不到請求!", 38 + "commands.teleport_commands.tpa.accepted": "請求已接受", 39 + "commands.teleport_commands.tpa.denied": "請求已拒絕", 40 + 41 + "commands.teleport_commands.common.teleport": "正在傳送", 42 + "commands.teleport_commands.common.error": "傳送時發生錯誤!", 43 + "commands.teleport_commands.common.noSafeLocation": "找不到安全位置!", 44 + "commands.teleport_commands.common.safetyIsForLosers": "仍要傳送?(警告,你可能會死!)", 45 + "commands.teleport_commands.common.forceTeleport": "[強制傳送]" 46 + }