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.

Update lang `zh_tw` (#8)

authored by

hugoalh and committed by
GitHub
f7b7f715 a299166d

+16 -16
+16 -16
common/src/main/resources/assets/teleport_commands/lang/zh_tw.json
··· 2 2 "commands.teleport_commands.back.go": "正在返回", 3 3 "commands.teleport_commands.back.same": "已經回來了", 4 4 5 - "commands.teleport_commands.worldspawn.go": "Going To The Worldspawn", 6 - "commands.teleport_commands.worldspawn.same": "Already At Worldspawn", 5 + "commands.teleport_commands.worldspawn.go": "正在前往世界生成點", 6 + "commands.teleport_commands.worldspawn.same": "已經在世界生成點了", 7 7 8 8 "commands.teleport_commands.home.set": "家已設定", 9 9 "commands.teleport_commands.home.setError": "設定家時發生錯誤!", ··· 24 24 "commands.teleport_commands.homes.error": "獲取家時發生錯誤!", 25 25 "commands.teleport_commands.homes.homes": "家:", 26 26 27 - "commands.teleport_commands.warp.set": "Warp set", 28 - "commands.teleport_commands.warp.setError": "Error setting the warp!", 29 - "commands.teleport_commands.warp.exists": "Warp already exists!", 30 - "commands.teleport_commands.warp.go": "Going to the warp", 31 - "commands.teleport_commands.warp.goSame": "Already at the warp", 32 - "commands.teleport_commands.warp.goError": "Error going to the warp!", 33 - "commands.teleport_commands.warp.delete": "Warp deleted", 34 - "commands.teleport_commands.warp.deleteError": "Error deleting warp!", 35 - "commands.teleport_commands.warp.rename": "Warp renamed", 36 - "commands.teleport_commands.warp.renameError": "Error renaming warp!", 37 - "commands.teleport_commands.warp.notFound": "Warp not found!", 38 - "commands.teleport_commands.warp.homeless": "There are no warps!", 27 + "commands.teleport_commands.warp.set": "扭曲點已設定", 28 + "commands.teleport_commands.warp.setError": "設定扭曲點時發生錯誤!", 29 + "commands.teleport_commands.warp.exists": "扭曲點已經存在了!", 30 + "commands.teleport_commands.warp.go": "正在前往扭曲點", 31 + "commands.teleport_commands.warp.goSame": "已經在扭曲點了", 32 + "commands.teleport_commands.warp.goError": "前往扭曲點時發生錯誤!", 33 + "commands.teleport_commands.warp.delete": "扭曲點已刪除", 34 + "commands.teleport_commands.warp.deleteError": "刪除扭曲點時發生錯誤!", 35 + "commands.teleport_commands.warp.rename": "扭曲點已重新命名", 36 + "commands.teleport_commands.warp.renameError": "重新命名扭曲點時發生錯誤!", 37 + "commands.teleport_commands.warp.notFound": "找不到扭曲點!", 38 + "commands.teleport_commands.warp.homeless": "沒有扭曲點!", 39 39 40 - "commands.teleport_commands.warps.error": "Error getting warps!", 41 - "commands.teleport_commands.warps.warps": "Warps:", 40 + "commands.teleport_commands.warps.error": "獲取扭曲點時發生錯誤!", 41 + "commands.teleport_commands.warps.warps": "扭曲點:", 42 42 43 43 "commands.teleport_commands.tpa.self": "嗯,這很容易", 44 44 "commands.teleport_commands.tpa.alreadySent": "請求已經發送至 %0%",