Skip to content

Commit

Permalink
Merge pull request #2 from Lounode/master
Browse files Browse the repository at this point in the history
feat: add language "zh_cn"
  • Loading branch information
YanWQ-monad authored Jun 28, 2022
2 parents 01c01c8 + fda5a07 commit 92933c5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/main/resources/assets/imyvm_essential/lang/zh_cn.json
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| 离开"
}

0 comments on commit 92933c5

Please sign in to comment.