From f61faa89075728ff72068ec5e59682e91eb533f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BUG=20killer=EF=BC=9A=EF=BC=89?= <38523332+woyaodangrapper@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:14:17 +0800 Subject: [PATCH] feat(i18n): add Simplified Chinese language support (zh-cn.yml) --- src/main/resources/lang/zh-cn.yml | 68 +++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/main/resources/lang/zh-cn.yml diff --git a/src/main/resources/lang/zh-cn.yml b/src/main/resources/lang/zh-cn.yml new file mode 100644 index 0000000..63d9f79 --- /dev/null +++ b/src/main/resources/lang/zh-cn.yml @@ -0,0 +1,68 @@ +# Help translate this file into more languages! +Messages: + Prefix: '&7[&6BetterRTP&7] ' + Success: # # 占位符! %x% %y% 和 %z% 是玩家正在传送到的 x、y 和 z 坐标! # + Paid: '&a您已被传送到&7 x=%x% y=%y% z=%z%,费用为 &c$%price%&7!' + Bypass: '&a您已被传送到&7 x=%x% y=%y% z=%z%' + Loading: '&a安全地点已找到! &7正在加载区块...' + Teleport: '&a正在传送... &f请稍候,我们正在寻找安全位置!' + Failed: + Price: '&c无法进行传送,因为资金不足! &7您必须至少拥有 $%price% &7才能进行传送!' + NotSafe: '&c在 %attempts% 次尝试中未找到安全地点! &7您未被传送!' + Hunger: '&c无法进行传送,因为您... &7太饿了&c,吃点东西吧!' + Other: + Success: '&a%player% 已被传送到&7 x=%x% y=%y% z=%z%' + NotSafe: '&c在 %attempts% 次尝试中未找到安全地点! &7%player% 未被传送!' + Biome: '&c看起来生物群落&7 %biome%&c 不存在! &7请尝试使用标签列表!' + Reload: '&e配置已成功重新加载!' + NoPermission: + Basic: '&c抱歉! &7您没有权限使用此命令! &8权限:%permission%' + World: '&c抱歉! &7您不被允许在 %world% 世界中进行传送! &8权限:%permission%' + DisabledWorld: '&c禁用的世界 %world%! &7无法进行 RTP!' + Cooldown: '&c抱歉! &7您必须等 &c%time%&7 后才能再次 RTP!' + Locked: '&c抱歉! &7您已经用完所有的 RTP!' + Invalid: '&c无效的参数。请尝试 ''/%command% help''' + NotOnline: '&c玩家 &7%player% &c不在线!' + Delay: '&a正在传送,延迟 &f%time% &a秒!请不要移动!' + Moved: '&c您已移动! &7RTP 被取消!' + NotExist: '&c看起来世界 &7%world% &c不存在!' + Already: '&c哎呀! &7看起来您已经在进行 RTP,请耐心等待!' + Sign: '&7命令标志已创建! &7命令是... ''&f/rtp %command%&7''' + Edit: + Error: '&c错误! &7提供了无效的输入!' + Set: '&b成功! &7%type% 设置为 %value%' + Remove: '&c已移除! &7您已移除自定义世界 %world%' + +Help: + Prefix: '&e&m-----&6&l BetterRTP &8| 帮助 &e&m-----' + Main: ' &7- &e/%command% &7- 随机传送您!' + Biome: ' &7- &e/%command% biome &7- 在这些生物群落中随机传送' + Edit: ' &7- &e/%command% edit [args...] &7- 编辑一些插件设置' + Help: ' &7- &e/%command% help &7- 显示帮助列表' + Info: ' &7- &e/%command% info [world/particles/shapes/potion_effects] &7- 查看有关插件参数的具体信息' + Player: ' &7- &e/%command% player [world] [biome1, biome2...] &7- 随机传送其他玩家' + Reload: ' &7- &e/%command% reload &7- 重新加载插件' + Settings: ' &7- &e/%command% settings &7- 打开 GUI 并编辑一些设置' + Test: ' &7- &e/%command% test &7- 在传送后测试插件效果,无需移动' + Version: ' &7- &e/%command% version &7- 查看当前运行的版本' + World: ' &7- &e/%command% world [biome1, biome2...] &7- 在另一个世界中随机传送' + Location: ' &7- &e/%command% location &7- 使用特定位置进行 RTP' + +Usage: + Player: '&c用法&7: /%command% player [world] [biome1, biome2]' + World: '&c用法&7: /%command% world [biome1, biome2...]' + Biome: '&c用法&7: /%command% biome ' + Location: '&c用法&7: /%command% location ' + Edit: + Base: '&c用法&7: /%command% edit [args...]' + Default: '&c用法&7: /%command% edit default ' + World: '&c用法&7: /%command% edit customworld + ' + PermissionGroup: '&c用法&7: /%command% edit permission_group + ' + Location: '&c用法&7: /%command% edit location + ' + Worldtype: '&c用法&7: /%command% edit world_type ' + Override: '&c用法&7: /%command% edit override ' + BlacklistedBlocks: '&c用法&7: /%command% edit blacklistedblocks ' +