-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Lounode/master
feat: add language "zh_cn"
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
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,34 @@ | ||
{ | ||
"commands.afk.away": "§7你暂时离开了", | ||
"commands.afk.away.broadcast": "%s §7暂时离开了", | ||
"commands.afk.back": "§7你回来了", | ||
"commands.afk.back.broadcast": "%s §7回来了", | ||
"commands.afk.failed.not_player": "§4这个命令只有玩家才能执行哦", | ||
"commands.ss.empty": "%s §3正在展示他空空如也的小手", | ||
"commands.ss.show.single": "%s §3正在展示§r %s", | ||
"commands.ss.show.multiple": "%s §3正在展示§r %s * §b%s", | ||
"commands.tpa.button.accept": "Accept", | ||
"commands.tpa.button.reject": "Reject", | ||
"commands.tpa.accept.sender": "%s accepts your request", | ||
"commands.tpa.accept.receiver": "You accept %s's request", | ||
"commands.tpa.reject.sender": "%s rejects your request", | ||
"commands.tpa.reject.receiver": "You reject %s's request", | ||
"commands.tpa.failed.has_pending.self": "You have unfinished request, please try again later", | ||
"commands.tpa.failed.has_pending.others": "%s has unfinished request, please try again later", | ||
"commands.tpa.failed.sender.timeout": "A request you sent is timeout", | ||
"commands.tpa.failed.receiver.timeout": "A request you received is timeout", | ||
"commands.tpa.message.being_teleport": "The teleportation will be performed in about %s seconds, please do not move", | ||
"commands.tpa.failed.move_when_wait": "the teleportation is cancelled since you have moved", | ||
"commands.tpa.issue.sender": "Your teleportation request has been sent to %s", | ||
"commands.tpa.issue.receiver": "%s wants to teleport to you", | ||
"commands.tpahere.issue.sender": "Your teleportation request has been sent to %s", | ||
"commands.tpahere.issue.receiver": "%s wants you to teleport to him", | ||
"commands.tpaccept.failed.no_request": "You have no pending request", | ||
"commands.tpaccept.failed.already_accepted": "You have already accepted the request", | ||
"commands.tpreject.failed.no_request": "You have no pending request", | ||
"commands.tpcancel.sender": "You cancelled your teleportation request", | ||
"commands.tpcancel.receiver": "%s cancelled the teleportation request", | ||
"commands.tpcancel.failed.no_request": "You have no pending request", | ||
"gui.tab_list.player_away": "%s §7| 离开" | ||
} | ||
|