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 Chinese fix Traditional Chinese (#10)

Simplified Chinese has been added, and a large number of errors caused by "machine translation" in Traditional Chinese have been fixed.

authored by

Dicecan and committed by
GitHub
b62f2b79 940de9e4

+111 -45
+66
common/src/main/resources/assets/teleport_commands/lang/zh_cn.json
··· 1 + { 2 + "commands.teleport_commands.back.go": "正在返回", 3 + "commands.teleport_commands.back.same": "成功返回", 4 + 5 + "commands.teleport_commands.worldspawn.go": "正在前往世界生成点", 6 + "commands.teleport_commands.worldspawn.same": "成功前往世界生成点", 7 + 8 + "commands.teleport_commands.home.set": "设置家", 9 + "commands.teleport_commands.home.setError": "设置家时发生错误!", 10 + "commands.teleport_commands.home.go": "正在回家", 11 + "commands.teleport_commands.home.goError": "回家是发生错误!", 12 + "commands.teleport_commands.home.goSame": "已成功回家", 13 + "commands.teleport_commands.home.delete": "家已删除", 14 + "commands.teleport_commands.home.deleteError": "删除家时发生错误!", 15 + "commands.teleport_commands.home.rename": "家已重命名", 16 + "commands.teleport_commands.home.renameError": "重命名家时发生错误!", 17 + "commands.teleport_commands.home.default": "默认的家设置", 18 + "commands.teleport_commands.home.defaultError": "变更默认家时发生错误!", 19 + "commands.teleport_commands.home.defaultSame": "家已经设定为默认了!", 20 + "commands.teleport_commands.home.notFound": "没有找到家!", 21 + "commands.teleport_commands.home.exists": "家已经存在了!", 22 + "commands.teleport_commands.home.homeless": "你还没有设置家!", 23 + 24 + "commands.teleport_commands.homes.error": "获取家时发生错误!", 25 + "commands.teleport_commands.homes.homes": "家:", 26 + 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 + 40 + "commands.teleport_commands.warps.error": "获取传送点发生错误!", 41 + "commands.teleport_commands.warps.warps": "传送点:", 42 + 43 + "commands.teleport_commands.tpa.self": "嗯,这件事很简单喵~", 44 + "commands.teleport_commands.tpa.alreadySent": "请求已发送至 %0%", 45 + "commands.teleport_commands.tpa.received": "Tpa%0% 请求来自 %1%", 46 + "commands.teleport_commands.tpa.sent": "Tpa%0% 请求已发送到 %1%", 47 + "commands.teleport_commands.tpa.accept": "[接受]", 48 + "commands.teleport_commands.tpa.deny": " [拒绝]", 49 + "commands.teleport_commands.tpa.expired": "Tpa%0% 请求已过期", 50 + "commands.teleport_commands.tpa.notFound": "没找到请求!", 51 + "commands.teleport_commands.tpa.accepted": "请求已同意", 52 + "commands.teleport_commands.tpa.denied": "请求已拒绝", 53 + 54 + "commands.teleport_commands.common.teleport": "正在传送中", 55 + "commands.teleport_commands.common.error": "传送时发生错误!", 56 + "commands.teleport_commands.common.noSafeLocation": "没有找到安全位置!", 57 + "commands.teleport_commands.common.safetyIsForLosers": "仍要传送吗? (警告,会死的哦!)", 58 + "commands.teleport_commands.common.forceTeleport": "[强制传送]", 59 + "commands.teleport_commands.common.tp": "[传送]", 60 + "commands.teleport_commands.common.rename": "[重命名]", 61 + "commands.teleport_commands.common.delete": "[删除]", 62 + "commands.teleport_commands.common.default": "(默认)", 63 + "commands.teleport_commands.common.renameExists": "这个名称已经存在了!", 64 + "commands.teleport_commands.common.noLocation": "找不到位置!", 65 + "commands.teleport_commands.common.hoverCopy": "点击以复制!" 66 + }
+45 -45
common/src/main/resources/assets/teleport_commands/lang/zh_tw.json
··· 1 1 { 2 2 "commands.teleport_commands.back.go": "正在返回", 3 - "commands.teleport_commands.back.same": "已經回來了", 3 + "commands.teleport_commands.back.same": "成功返回", 4 4 5 5 "commands.teleport_commands.worldspawn.go": "正在前往世界生成點", 6 - "commands.teleport_commands.worldspawn.same": "已經在世界生成點了", 6 + "commands.teleport_commands.worldspawn.same": "成功前往世界生成點", 7 7 8 - "commands.teleport_commands.home.set": "家已設定", 9 - "commands.teleport_commands.home.setError": "設定家時發生錯誤!", 8 + "commands.teleport_commands.home.set": "設置家", 9 + "commands.teleport_commands.home.setError": "設置家時發生錯誤!", 10 10 "commands.teleport_commands.home.go": "正在回家", 11 - "commands.teleport_commands.home.goError": "回家時發生錯誤!", 12 - "commands.teleport_commands.home.goSame": "已經回家了", 11 + "commands.teleport_commands.home.goError": "回家是發生錯誤!", 12 + "commands.teleport_commands.home.goSame": "已成功回家", 13 13 "commands.teleport_commands.home.delete": "家已刪除", 14 - "commands.teleport_commands.home.deleteError": "刪除家時發生錯誤!", 15 - "commands.teleport_commands.home.rename": "家已重新命名", 16 - "commands.teleport_commands.home.renameError": "重新命名家時發生錯誤!", 17 - "commands.teleport_commands.home.default": "預設家已設定", 18 - "commands.teleport_commands.home.defaultError": "變更預設家時發生錯誤!", 19 - "commands.teleport_commands.home.defaultSame": "家已經是設定為預設了!", 20 - "commands.teleport_commands.home.notFound": "找不到家!", 21 - "commands.teleport_commands.home.exists": "家已經存在了!", 22 - "commands.teleport_commands.home.homeless": "你沒有家!", 14 + "commands.teleport_commands.home.deleteError": "刪除家時發生錯誤!", 15 + "commands.teleport_commands.home.rename": "家已重命名", 16 + "commands.teleport_commands.home.renameError": "重命名家時發生錯誤!", 17 + "commands.teleport_commands.home.default": "默認的家設置", 18 + "commands.teleport_commands.home.defaultError": "變更默認家時發生錯誤!", 19 + "commands.teleport_commands.home.defaultSame": "家已經設定為默認了!", 20 + "commands.teleport_commands.home.notFound": "沒有找到家!", 21 + "commands.teleport_commands.home.exists": "家已經存在了!", 22 + "commands.teleport_commands.home.homeless": "你還沒有設置家!", 23 23 24 - "commands.teleport_commands.homes.error": "獲取家時發生錯誤!", 25 - "commands.teleport_commands.homes.homes": "家:", 24 + "commands.teleport_commands.homes.error": "獲取家時發生錯誤!", 25 + "commands.teleport_commands.homes.homes": "家:", 26 26 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": "沒有扭曲點!", 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": "獲取扭曲點時發生錯誤!", 41 - "commands.teleport_commands.warps.warps": "扭曲點:", 40 + "commands.teleport_commands.warps.error": "獲取傳送點發生錯誤!", 41 + "commands.teleport_commands.warps.warps": "傳送點:", 42 42 43 - "commands.teleport_commands.tpa.self": "嗯,這很容易", 44 - "commands.teleport_commands.tpa.alreadySent": "請求已經發送至 %0%", 43 + "commands.teleport_commands.tpa.self": "嗯,這件事很簡單喵~", 44 + "commands.teleport_commands.tpa.alreadySent": "請求已發送至 %0%", 45 45 "commands.teleport_commands.tpa.received": "Tpa%0% 請求來自 %1%", 46 - "commands.teleport_commands.tpa.sent": "Tpa%0% 請求已發送至 %1%", 46 + "commands.teleport_commands.tpa.sent": "Tpa%0% 請求已發送到 %1%", 47 47 "commands.teleport_commands.tpa.accept": "[接受]", 48 48 "commands.teleport_commands.tpa.deny": " [拒絕]", 49 49 "commands.teleport_commands.tpa.expired": "Tpa%0% 請求已過期", 50 - "commands.teleport_commands.tpa.notFound": "找不到請求!", 51 - "commands.teleport_commands.tpa.accepted": "請求已接受", 50 + "commands.teleport_commands.tpa.notFound": "沒找到請求!", 51 + "commands.teleport_commands.tpa.accepted": "請求已同意", 52 52 "commands.teleport_commands.tpa.denied": "請求已拒絕", 53 53 54 - "commands.teleport_commands.common.teleport": "正在傳送", 55 - "commands.teleport_commands.common.error": "傳送時發生錯誤!", 56 - "commands.teleport_commands.common.noSafeLocation": "找不到安全位置!", 57 - "commands.teleport_commands.common.safetyIsForLosers": "仍要傳送?(警告,你可能會死!)", 54 + "commands.teleport_commands.common.teleport": "正在傳送中", 55 + "commands.teleport_commands.common.error": "傳送時發生錯誤!", 56 + "commands.teleport_commands.common.noSafeLocation": "沒有找到安全位置!", 57 + "commands.teleport_commands.common.safetyIsForLosers": "仍要傳送嗎? (警告,會死的哦!)", 58 58 "commands.teleport_commands.common.forceTeleport": "[強制傳送]", 59 59 "commands.teleport_commands.common.tp": "[傳送]", 60 - "commands.teleport_commands.common.rename": "[重新命名]", 60 + "commands.teleport_commands.common.rename": "[重命名]", 61 61 "commands.teleport_commands.common.delete": "[刪除]", 62 - "commands.teleport_commands.common.default": "(預設)", 63 - "commands.teleport_commands.common.renameExists": "這個名稱已經存在了!", 64 - "commands.teleport_commands.common.noLocation": "找不到位置!", 65 - "commands.teleport_commands.common.hoverCopy": "Click to copy!" 62 + "commands.teleport_commands.common.default": "(默認)", 63 + "commands.teleport_commands.common.renameExists": "這個名稱已經存在了!", 64 + "commands.teleport_commands.common.noLocation": "找不到位置!", 65 + "commands.teleport_commands.common.hoverCopy": "點擊以複製!" 66 66 }