-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
common/src/main/resources/assets/teleport_commands/lang/zh_tw.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"commands.teleport_commands.back.go": "正在返回", | ||
"commands.teleport_commands.back.same": "已經回來了", | ||
"commands.teleport_commands.back.noLocation": "找不到位置!", | ||
|
||
"commands.teleport_commands.home.set": "家已設定", | ||
"commands.teleport_commands.home.setError": "設定家時發生錯誤!", | ||
"commands.teleport_commands.home.go": "正在回家", | ||
"commands.teleport_commands.home.goError": "回家時發生錯誤!", | ||
"commands.teleport_commands.home.goSame": "已經回家了", | ||
"commands.teleport_commands.home.delete": "家已刪除", | ||
"commands.teleport_commands.home.deleteError": "刪除家時發生錯誤!", | ||
"commands.teleport_commands.home.rename": "家已重新命名", | ||
"commands.teleport_commands.home.renameError": "重新命名家時發生錯誤!", | ||
"commands.teleport_commands.home.renameExists": "這個名稱已經存在了!", | ||
"commands.teleport_commands.home.default": "預設家已設定", | ||
"commands.teleport_commands.home.defaultError": "變更預設家時發生錯誤!", | ||
"commands.teleport_commands.home.defaultSame": "家已經是設定為預設了!", | ||
"commands.teleport_commands.home.notFound": "找不到家!", | ||
"commands.teleport_commands.home.exists": "家已經存在了!", | ||
"commands.teleport_commands.home.homeless": "你沒有家!", | ||
|
||
"commands.teleport_commands.homes.error": "獲取家時發生錯誤!", | ||
"commands.teleport_commands.homes.homes": "家:", | ||
"commands.teleport_commands.homes.default": "(預設)", | ||
"commands.teleport_commands.homes.tp": "[傳送]", | ||
"commands.teleport_commands.homes.rename": "[重新命名]", | ||
"commands.teleport_commands.homes.delete": "[刪除]", | ||
|
||
"commands.teleport_commands.tpa.self": "嗯,這很容易", | ||
"commands.teleport_commands.tpa.alreadySent": "請求已經發送至 %0%", | ||
"commands.teleport_commands.tpa.received": "Tpa%0% 請求來自 %1%", | ||
"commands.teleport_commands.tpa.sent": "Tpa%0% 請求已發送至 %1%", | ||
"commands.teleport_commands.tpa.accept": "[接受]", | ||
"commands.teleport_commands.tpa.deny": " [拒絕]", | ||
"commands.teleport_commands.tpa.expired": "Tpa%0% 請求已過期", | ||
"commands.teleport_commands.tpa.notFound": "找不到請求!", | ||
"commands.teleport_commands.tpa.accepted": "請求已接受", | ||
"commands.teleport_commands.tpa.denied": "請求已拒絕", | ||
|
||
"commands.teleport_commands.common.teleport": "正在傳送", | ||
"commands.teleport_commands.common.error": "傳送時發生錯誤!", | ||
"commands.teleport_commands.common.noSafeLocation": "找不到安全位置!", | ||
"commands.teleport_commands.common.safetyIsForLosers": "仍要傳送?(警告,你可能會死!)", | ||
"commands.teleport_commands.common.forceTeleport": "[強制傳送]" | ||
} |