Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Traditional Chinese (zh_tw.json) #36

Open
wants to merge 1 commit into
base: 1.20
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/main/resources/assets/impersonate/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"impersonate:commands.disguise.clear.success.other": "%s 停止了對 %s 的偽裝",
"impersonate:commands.disguise.clear.success.self": "停止了對 %s 的偽裝",
"impersonate:commands.disguise.query.no_one.success.other": "%s 沒有偽裝成任何人",
"impersonate:commands.disguise.query.no_one.success.self": "沒有偽裝成任何人",
"impersonate:commands.disguise.query.success.other": "%s 偽裝成了 %s",
"impersonate:commands.disguise.query.success.self": "偽裝成了 %s",
"impersonate:commands.disguise.start.success.other": "%s 開始偽裝成 %s",
"impersonate:commands.disguise.start.success.self": "開始偽裝成 %s",
"gamerule.impersonate:fakeCapes": "複製偽裝玩家的披風",
"gamerule.impersonate:logRevealImpersonations": "在伺服器記錄檔中顯示正在進行的偽裝",
"gamerule.impersonate:opRevealImpersonations": "向管理員顯示正在進行的偽裝"
}