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 zh_CN and zh_TW. Add zh_HK (#19)

* Update zh_cn.json

* Update zh_tw.json

* Create zh_hk

* Update zh_tw.json

* Update zh_hk

* Delete common/src/main/resources/assets/teleport_commands/lang/zh_hk

* Create zh_hk.json

* Update zh_hk.json

authored by

Dicecan and committed by
GitHub
b94ac33e ac198b8f

+125 -56
+5 -5
common/src/main/resources/assets/teleport_commands/lang/zh_cn.json
··· 15 15 "commands.teleport_commands.home.rename": "家已重命名", 16 16 "commands.teleport_commands.home.renameError": "重命名家时发生错误!", 17 17 "commands.teleport_commands.home.default": "默认的家设置", 18 - "commands.teleport_commands.home.defaultNone": "No default home set!", 18 + "commands.teleport_commands.home.defaultNone": "没有设置默认的家!", 19 19 "commands.teleport_commands.home.defaultError": "变更默认家时发生错误!", 20 20 "commands.teleport_commands.home.defaultSame": "家已经设定为默认了!", 21 21 "commands.teleport_commands.home.notFound": "没有找到家!", ··· 61 61 "commands.teleport_commands.common.rename": "[重命名]", 62 62 "commands.teleport_commands.common.delete": "[删除]", 63 63 "commands.teleport_commands.common.default": "(默认)", 64 - "commands.teleport_commands.common.defaultPrompt": "[Set Default]", 64 + "commands.teleport_commands.common.defaultPrompt": "[设为默认]", 65 65 "commands.teleport_commands.common.noLocation": "找不到位置!", 66 66 "commands.teleport_commands.common.hoverCopy": "点击以复制!", 67 - "commands.teleport_commands.common.worldNotFound": "World not found!", 68 - "commands.teleport_commands.common.nameExists": "That name already exists!" 69 - } 67 + "commands.teleport_commands.common.worldNotFound": "没有找到世界!", 68 + "commands.teleport_commands.common.nameExists": "该名称已存在!" 69 + }
+69
common/src/main/resources/assets/teleport_commands/lang/zh_hk.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.defaultNone": "尚未設定預設住家!", 19 + "commands.teleport_commands.home.defaultError": "變更預設住家時發生錯誤!", 20 + "commands.teleport_commands.home.defaultSame": "此住家已是預設!", 21 + "commands.teleport_commands.home.notFound": "找不到此住家!", 22 + "commands.teleport_commands.home.exists": "此住家名稱已存在!", 23 + "commands.teleport_commands.home.homeless": "您尚未設定任何住家!", 24 + 25 + "commands.teleport_commands.homes.error": "獲取住家列表時發生錯誤!", 26 + "commands.teleport_commands.homes.homes": "您的住家:", 27 + 28 + "commands.teleport_commands.warp.set": "設定傳送點", 29 + "commands.teleport_commands.warp.setError": "設定傳送點時發生錯誤!", 30 + "commands.teleport_commands.warp.exists": "此傳送點已存在!", 31 + "commands.teleport_commands.warp.go": "正在前往傳送點", 32 + "commands.teleport_commands.warp.goSame": "您已經在此傳送點", 33 + "commands.teleport_commands.warp.goError": "前往傳送點時發生錯誤!", 34 + "commands.teleport_commands.warp.delete": "傳送點已刪除", 35 + "commands.teleport_commands.warp.deleteError": "刪除傳送點時發生錯誤!", 36 + "commands.teleport_commands.warp.rename": "傳送點已重新命名", 37 + "commands.teleport_commands.warp.renameError": "重新命名傳送點時發生錯誤!", 38 + "commands.teleport_commands.warp.notFound": "找不到此傳送點!", 39 + "commands.teleport_commands.warp.homeless": "尚未設定任何傳送點!", 40 + 41 + "commands.teleport_commands.warps.error": "獲取傳送點時發生錯誤!", 42 + "commands.teleport_commands.warps.warps": "傳送點列表:", 43 + 44 + "commands.teleport_commands.tpa.self": "這很簡單。", 45 + "commands.teleport_commands.tpa.alreadySent": "已向 %0% 送出傳送請求", 46 + "commands.teleport_commands.tpa.received": "收到來自 %1% 的 Tpa%0% 請求", 47 + "commands.teleport_commands.tpa.sent": "已向 %1% 送出 Tpa%0% 請求", 48 + "commands.teleport_commands.tpa.accept": "[接受]", 49 + "commands.teleport_commands.tpa.deny": "[拒絕]", 50 + "commands.teleport_commands.tpa.expired": "Tpa%0% 請求已逾期", 51 + "commands.teleport_commands.tpa.notFound": "找不到該請求!", 52 + "commands.teleport_commands.tpa.accepted": "請求已獲接受", 53 + "commands.teleport_commands.tpa.denied": "請求已遭拒絕", 54 + 55 + "commands.teleport_commands.common.teleport": "正在傳送…", 56 + "commands.teleport_commands.common.error": "傳送時發生錯誤!", 57 + "commands.teleport_commands.common.noSafeLocation": "找不到安全的地點!", 58 + "commands.teleport_commands.common.safetyIsForLosers": "仍要傳送嗎? (警告:可能導致危險!)", 59 + "commands.teleport_commands.common.forceTeleport": "[強制傳送]", 60 + "commands.teleport_commands.common.tp": "[傳送]", 61 + "commands.teleport_commands.common.rename": "[重新命名]", 62 + "commands.teleport_commands.common.delete": "[刪除]", 63 + "commands.teleport_commands.common.default": "(預設)", 64 + "commands.teleport_commands.common.defaultPrompt": "[設為預設]", 65 + "commands.teleport_commands.common.noLocation": "找不到地點!", 66 + "commands.teleport_commands.common.hoverCopy": "點擊以複製!", 67 + "commands.teleport_commands.common.worldNotFound": "找不到此世界!", 68 + "commands.teleport_commands.common.nameExists": "該名稱已存在!" 69 + }
+51 -51
common/src/main/resources/assets/teleport_commands/lang/zh_tw.json
··· 1 1 { 2 - "commands.teleport_commands.back.go": "正在返回", 3 - "commands.teleport_commands.back.same": "成功返回", 2 + "commands.teleport_commands.back.go": "正在返回上一地點", 3 + "commands.teleport_commands.back.same": "已成功返回上一地點", 4 4 5 - "commands.teleport_commands.worldspawn.go": "正在前往世界生成點", 6 - "commands.teleport_commands.worldspawn.same": "成功前往世界生成點", 5 + "commands.teleport_commands.worldspawn.go": "正在前往世界重生點", 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": "回家是發生錯誤!", 11 + "commands.teleport_commands.home.goError": "傳送回家時發生錯誤!", 12 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.defaultNone": "No default home set!", 19 - "commands.teleport_commands.home.defaultError": "變更默認家時發生錯誤!", 20 - "commands.teleport_commands.home.defaultSame": "家已經設定為默認了!", 21 - "commands.teleport_commands.home.notFound": "沒有找到家!", 22 - "commands.teleport_commands.home.exists": "家已經存在了!", 23 - "commands.teleport_commands.home.homeless": "你還沒有設置家!", 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.defaultNone": "尚未設定預設住家!", 19 + "commands.teleport_commands.home.defaultError": "變更預設住家時發生錯誤!", 20 + "commands.teleport_commands.home.defaultSame": "此住家已經是預設了!", 21 + "commands.teleport_commands.home.notFound": "找不到此住家!", 22 + "commands.teleport_commands.home.exists": "此住家名稱已存在!", 23 + "commands.teleport_commands.home.homeless": "您尚未設定任何住家!", 24 24 25 - "commands.teleport_commands.homes.error": "獲取家時發生錯誤!", 26 - "commands.teleport_commands.homes.homes": "家:", 25 + "commands.teleport_commands.homes.error": "讀取住家列表時發生錯誤!", 26 + "commands.teleport_commands.homes.homes": "您的住家:", 27 27 28 - "commands.teleport_commands.warp.set": "設置傳送點", 29 - "commands.teleport_commands.warp.setError": "設置傳送點時發生錯誤!", 30 - "commands.teleport_commands.warp.exists": "傳送點已經存在了!", 28 + "commands.teleport_commands.warp.set": "設定傳送點", 29 + "commands.teleport_commands.warp.setError": "設定傳送點時發生錯誤!", 30 + "commands.teleport_commands.warp.exists": "此傳送點已存在!", 31 31 "commands.teleport_commands.warp.go": "正在前往傳送點", 32 - "commands.teleport_commands.warp.goSame": "已經在傳送點了", 33 - "commands.teleport_commands.warp.goError": "前往傳送點時發生錯誤!", 34 - "commands.teleport_commands.warp.delete": "刪除傳送點", 35 - "commands.teleport_commands.warp.deleteError": "刪除傳送點時發生錯誤!", 36 - "commands.teleport_commands.warp.rename": "傳送點以命名", 37 - "commands.teleport_commands.warp.renameError": "傳送點命名時出錯!", 38 - "commands.teleport_commands.warp.notFound": "沒找到傳送點!", 39 - "commands.teleport_commands.warp.homeless": "沒有傳送點!", 32 + "commands.teleport_commands.warp.goSame": "您已經在此傳送點了", 33 + "commands.teleport_commands.warp.goError": "前往傳送點時發生錯誤!", 34 + "commands.teleport_commands.warp.delete": "傳送點已刪除", 35 + "commands.teleport_commands.warp.deleteError": "刪除傳送點時發生錯誤!", 36 + "commands.teleport_commands.warp.rename": "傳送點已重新命名", 37 + "commands.teleport_commands.warp.renameError": "重新命名傳送點時發生錯誤!", 38 + "commands.teleport_commands.warp.notFound": "找不到此傳送點!", 39 + "commands.teleport_commands.warp.homeless": "尚未設定任何傳送點!", 40 40 41 - "commands.teleport_commands.warps.error": "獲取傳送點發生錯誤!", 42 - "commands.teleport_commands.warps.warps": "傳送點:", 41 + "commands.teleport_commands.warps.error": "讀取傳送點列表時發生錯誤!", 42 + "commands.teleport_commands.warps.warps": "傳送點列表:", 43 43 44 - "commands.teleport_commands.tpa.self": "嗯,這件事很簡單喵~", 45 - "commands.teleport_commands.tpa.alreadySent": "請求已發送至 %0%", 46 - "commands.teleport_commands.tpa.received": "Tpa%0% 請求來自 %1%", 47 - "commands.teleport_commands.tpa.sent": "Tpa%0% 請求已發送到 %1%", 44 + "commands.teleport_commands.tpa.self": "嗯,這件事很簡單喵~", 45 + "commands.teleport_commands.tpa.alreadySent": "已向 %0% 送出傳送請求", 46 + "commands.teleport_commands.tpa.received": "收到來自 %1% 的 Tpa%0% 請求", 47 + "commands.teleport_commands.tpa.sent": "已向 %1% 送出 Tpa%0% 請求", 48 48 "commands.teleport_commands.tpa.accept": "[接受]", 49 49 "commands.teleport_commands.tpa.deny": "[拒絕]", 50 50 "commands.teleport_commands.tpa.expired": "Tpa%0% 請求已過期", 51 - "commands.teleport_commands.tpa.notFound": "沒找到請求!", 52 - "commands.teleport_commands.tpa.accepted": "請求已同意", 51 + "commands.teleport_commands.tpa.notFound": "找不到該請求!", 52 + "commands.teleport_commands.tpa.accepted": "請求已接受", 53 53 "commands.teleport_commands.tpa.denied": "請求已拒絕", 54 54 55 - "commands.teleport_commands.common.teleport": "正在傳送中", 56 - "commands.teleport_commands.common.error": "傳送時發生錯誤!", 57 - "commands.teleport_commands.common.noSafeLocation": "沒有找到安全位置!", 58 - "commands.teleport_commands.common.safetyIsForLosers": "仍要傳送嗎? (警告,會死的哦!)", 55 + "commands.teleport_commands.common.teleport": "傳送中...", 56 + "commands.teleport_commands.common.error": "傳送時發生錯誤!", 57 + "commands.teleport_commands.common.noSafeLocation": "找不到安全的傳送地點!", 58 + "commands.teleport_commands.common.safetyIsForLosers": "確定要傳送嗎?(警告:這可能會讓你死掉喔!)", 59 59 "commands.teleport_commands.common.forceTeleport": "[強制傳送]", 60 60 "commands.teleport_commands.common.tp": "[傳送]", 61 - "commands.teleport_commands.common.rename": "[重命名]", 61 + "commands.teleport_commands.common.rename": "[重新命名]", 62 62 "commands.teleport_commands.common.delete": "[刪除]", 63 - "commands.teleport_commands.common.default": "(默認)", 64 - "commands.teleport_commands.common.defaultPrompt": "[Set Default]", 65 - "commands.teleport_commands.common.noLocation": "找不到位置!", 66 - "commands.teleport_commands.common.hoverCopy": "點擊以複製!", 67 - "commands.teleport_commands.common.worldNotFound": "World not found!", 68 - "commands.teleport_commands.common.nameExists": "That name already exists!" 69 - } 63 + "commands.teleport_commands.common.default": "(預設)", 64 + "commands.teleport_commands.common.defaultPrompt": "[設為預設]", 65 + "commands.teleport_commands.common.noLocation": "找不到地點!", 66 + "commands.teleport_commands.common.hoverCopy": "點擊即可複製!", 67 + "commands.teleport_commands.common.worldNotFound": "找不到此世界!", 68 + "commands.teleport_commands.common.nameExists": "該名稱已存在!" 69 + }