Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/main/resources/multiverse-core_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@
mv-core.setspawn.description=为某个特定的世界设置出生点。
mv-core.setspawn.location.description=新出生点的位置。
mv-core.setspawn.world.description=需要设置出生点的目标世界(默认为玩家的当前世界)
mv-core.setspawn.unsafe=&c新的生成位置不安全!如果这是有意为之,你可以通过使用&6--unsafe&c标志来禁用安全检查。.

Check warning on line 167 in src/main/resources/multiverse-core_zh.properties

View workflow job for this annotation

GitHub Actions / checkstyle / checkstyle

[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.setspawn.unsafe' is not in the right order with previous property 'mv-core.setspawn.world.description'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_zh.properties:167:0: warning: Property key 'mv-core.setspawn.unsafe' is not in the right order with previous property 'mv-core.setspawn.world.description'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
mv-core.setspawn.success=&a成功在&6{world}&a中将生成点设置为&6{location}&a!

Check warning on line 168 in src/main/resources/multiverse-core_zh.properties

View workflow job for this annotation

GitHub Actions / checkstyle / checkstyle

[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.setspawn.success' is not in the right order with previous property 'mv-core.setspawn.unsafe'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_zh.properties:168:0: warning: Property key 'mv-core.setspawn.success' is not in the right order with previous property 'mv-core.setspawn.unsafe'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
mv-core.setspawn.failed=&c在&6{world}&c中将生成点设置为&6{location}&c时失败。{error}

Check warning on line 169 in src/main/resources/multiverse-core_zh.properties

View workflow job for this annotation

GitHub Actions / checkstyle / checkstyle

[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.setspawn.failed' is not in the right order with previous property 'mv-core.setspawn.success'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_zh.properties:169:0: warning: Property key 'mv-core.setspawn.failed' is not in the right order with previous property 'mv-core.setspawn.success'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
mv-core.setspawn.notmvworld=&c无法为&c{world}设置生成点,因为它不是一个Multiverse世界。

# /mv spawn
mv-core.spawn.description=传送某个特定的玩家到他们所在世界的出生点。
Expand Down Expand Up @@ -237,6 +241,12 @@
mv-core.entrycheck.exceedplayerlimit=该世界已经达到最大玩家数量限制。
mv-core.entrycheck.noworldaccess=你没有权限进入该世界。

# economy
mv-core.economy.item.deposit=&a{price}&f已存入你的背包。

Check warning on line 245 in src/main/resources/multiverse-core_zh.properties

View workflow job for this annotation

GitHub Actions / checkstyle / checkstyle

[checkstyle] reported by reviewdog 🐶 Property key 'mv-core.economy.item.deposit' is not in the right order with previous property 'mv-core.entrycheck.noworldaccess'. Raw Output: /github/workspace/./src/main/resources/multiverse-core_zh.properties:245:0: warning: Property key 'mv-core.economy.item.deposit' is not in the right order with previous property 'mv-core.entrycheck.noworldaccess'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
mv-core.economy.item.withdraw=&f你已被收取&a{price}。
mv-core.economy.vault.deposit=&2{price}&f已存入你的账户。
mv-core.economy.vault.withdraw=&f你已被收取&2{price}。

# multiverse parse destination failure reason
mv-core.destination.anchor.failurereason.anchornotfound=&c锚点 '&6{anchor}&c' 不存在!
mv-core.destination.bed.failurereason.playernotfound=&玩家 '&6{player}&c' 不存在或不在线!如果想传送到自己的床,使用 'playerbed'。
Expand Down
Loading