Skip to content

Commit

Permalink
Create zh_cn.json
Browse files Browse the repository at this point in the history
Adding Chinese localization to the mod XD
  • Loading branch information
MikhailTapio committed Oct 17, 2021
1 parent ae31b65 commit 7597912
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions src/main/resources/assets/essential_commands/lang/zh_cn.json
@@ -0,0 +1,77 @@
{
"cmd.back.error.no_prev_location": "无法执行指令:未找到之前的位置。",
"cmd.back.location_name": "之前的位置",
"cmd.enderchest.feedback": "末影箱已开启",
"cmd.enderchest.container_ui_name": "EC末影箱",
"cmd.fly.feedback.1": "飞行",
"cmd.fly.feedback.2": "",
"cmd.home.tp.error.not_found": "未找到名为 '%s' 的家",
"cmd.home.tp.error.shortcut_none_exist": "未设置家。",
"cmd.home.tp.error.shortcut_more_than_one": "找到多个已设置的家,请明确您将传送到的家的名称",
"cmd.home.location_name": "家:%s",
"cmd.home.feedback.1": "家 '",
"cmd.home.delete.feedback.2": "' 已被删除。",
"cmd.home.delete.error.2": "' 不能被删除。",
"cmd.home.set.feedback.2": "' 已设置。",
"cmd.home.set.error.limit.2": "' 无法设置。 家的最大限制数量 (",
"cmd.home.set.error.limit.3": ") 已达到。",
"cmd.home.set.error.exists.2": "' 无法设置。已有一个相同名称的家。",
"cmd.home.list.start": "您目前设置的家如下:",
"cmd.nickname.set.feedback": "昵称被设置为'",
"cmd.nickname.set.error.1": "昵称不能被设置为'",
"cmd.nickname.set.error.2": "'. 原因:",
"cmd.nickname.set.error.perms": "玩家没有设置昵称的权限",
"cmd.nickname.set.error.length": "昵称的长度 (%s) 超过了最大允许的长度 (%s)",
"cmd.rtp.error.pre": "未能执行指令 '/rtp'。原因是",
"cmd.rtp.error.cooldown.1": "指令冷却中 (还剩",
"cmd.rtp.error.cooldown.2": " 秒)",
"cmd.rtp.error.no_spawn_set": "出生点未设置。 (随机传送的目的地与传送点的距离是预设的,这意味着您需要先设置出生点)",
"cmd.rtp.location_name": "随机位置",
"cmd.rtp.log.location_validate_time": "若随机传送目标位置有效,%s 秒后开始传送",
"cmd.realname.feedback.none_match": "未找到使用该昵称的在线玩家 '",
"cmd.realname.feedback.matching.1": "如下玩家正在使用该昵称:'",
"cmd.realname.feedback.matching.2": "':",
"cmd.spawn.location_name": "出生点",
"cmd.spawn.tp.error.no_spawn_set": "出生点未设置",
"cmd.spawn.set.feedback": "出生点被设置为",
"cmd.tpaccept.feedback": "传送请求已被接受。",
"cmd.tpa_reply.error.shortcut_none_exist": "没有未处理的传送请求。",
"cmd.tpa_reply.error.shortcut_more_than_one": "存在多个未处理的传送请求,请明确您想要接受请求的发起玩家的名称",
"cmd.tpa_reply.error.no_request_from_target": "您指定的玩家并未发送传送请求。",
"cmd.tpask.receive": " 请求传送到您这里。\n输入 '/tpaccept <玩家名称>' 以接受请求,或输入 '/tpdeny <玩家名称>' 以拒绝请求。",
"cmd.tpask.send": "传送请求已发送至",
"cmd.tpaskhere.receive": " 请求您传送到TA那里。\n输入 '/tpaccept <玩家名称>' 以接受请求,或输入 '/tpdeny <玩家名称>' 以拒绝请求。",
"cmd.tpdeny.feedback": "传送请求已被拒绝",
"cmd.warp.feedback.1": "传送地标 '",
"cmd.warp.delete.feedback.2": " 已被删除。",
"cmd.warp.delete.error.2": "' 不能被删除。 (确定拼写没有错误吗?)",
"cmd.warp.set.feedback.2": "' 已设置。",
"cmd.warp.set.error.exists.2": "' 无法设置。已有一个相同名称的传送地标。",
"cmd.warp.location_name": "传送地标:%s",
"cmd.warp.tp.error.not_found": "未找到名为 '%s' 的传送地标。",
"cmd.warp.list.start": "本服务器可用传送地标:",
"cmd.workbench.feedback": "工作台已打开。",
"cmd.workbench.container_ui_name": "EC工作台",
"cmd.list.feedback.empty": "未找到位置。",
"cmd.top.location_name": "地表",

"teleport.error.interdimensional_teleport_disabled": "传送失败。原因:跨维度传送已禁用。",
"teleport.queued.1": "正在传送至",
"teleport.queued.2": "倒计时:",
"teleport.queued.3": " 秒...",
"teleport.done.1": "已传送至",

"generic.quote_fullstop": "'.",
"generic.argument.target_player": "",
"generic.error.unknown": "执行指令时发生未知错误。",
"generic.enabled": "启用",
"generic.disabled": "禁用",
"generic.confirm": "确定",
"generic.deny": "拒绝",
"generic.accept": "接受",

"essentialcommands.fullprefix": "[Essential Commands] ",
"essentialcommands.smallprefix": "[EC] ",
"cmd.config.reload": "配置已重载。"

}

0 comments on commit 7597912

Please sign in to comment.