Skip to content

Commit

Permalink
feat(i18n): add Simplified Chinese language support (zh-cn.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
woyaodangrapper committed Oct 17, 2024
1 parent 12125d2 commit f61faa8
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions src/main/resources/lang/zh-cn.yml
Original file line number Diff line number Diff line change
@@ -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 <biome1, biome2...> &7- 在这些生物群落中随机传送'
Edit: ' &7- &e/%command% edit <default/world> [args...] &7- 编辑一些插件设置'
Help: ' &7- &e/%command% help &7- 显示帮助列表'
Info: ' &7- &e/%command% info [world/particles/shapes/potion_effects] &7- 查看有关插件参数的具体信息'
Player: ' &7- &e/%command% player <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 <world> [biome1, biome2...] &7- 在另一个世界中随机传送'
Location: ' &7- &e/%command% location <location_name> &7- 使用特定位置进行 RTP'

Usage:
Player: '&c用法&7: /%command% player <player> [world] [biome1, biome2]'
World: '&c用法&7: /%command% world <world> [biome1, biome2...]'
Biome: '&c用法&7: /%command% biome <biome1, biome2...>'
Location: '&c用法&7: /%command% location <location_name>'
Edit:
Base: '&c用法&7: /%command% edit <default/world> [args...]'
Default: '&c用法&7: /%command% edit default <max/min/useworldborder/center> <value>'
World: '&c用法&7: /%command% edit customworld <world> <max/min/useworldborder/center>
<value>'
PermissionGroup: '&c用法&7: /%command% edit permission_group <group> <world> <max/min/useworldborder/center>
<value>'
Location: '&c用法&7: /%command% edit location <location_name> <max/min/useworldborder/center>
<value>'
Worldtype: '&c用法&7: /%command% edit world_type <world> <NETHER/NORMAL>'
Override: '&c用法&7: /%command% edit override <world> <world_to>'
BlacklistedBlocks: '&c用法&7: /%command% edit blacklistedblocks <add/remove> <block_id>'

0 comments on commit f61faa8

Please sign in to comment.