Skip to content

Commit

Permalink
Remove outdated key (#34)
Browse files Browse the repository at this point in the history
Also fix description

Co-Authored-By: Kiwi <42833050+Kiwi233@users.noreply.github.com>

Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
  • Loading branch information
ChromicRedBrick and Kiwi233 authored Oct 4, 2022
1 parent d0be7d5 commit 7221108
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/assets/alchemicalwizardry/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ commands.bind.remove.success=Unbinding successful
commands.orb.usage=/bloodmagic orb [set|get] player [tier]
commands.orb.help=Used to set or get the Player's max Blood Orb tier.

commands.bind.usage=/bind <player>
commands.bind.success=Item successfully bound!
commands.bind.failed.noPlayer=There is no player specified
commands.bind.failed.alreadyBound=Item is already bound; use /unbind to unbind it
commands.bind.failed.notBindable=Item cannot be bound
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ entity.AWWayofTime.MinorDemonGrunt.name=Демон Грунт

#Commands
commands.soulnetwork.usage=/soulnetwork <игрок>
commands.bind.usage=/bind <игрок>
commands.bind.usage=/bloodmagic bind [true|false] <игрок>
commands.bind.success=Предмет успешно привязан!
commands.bind.failed.noPlayer=Игрок не выбран
commands.bind.failed.alreadyBound=Предмет уже привязан; используйте /unbind для отвязки
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/assets/alchemicalwizardry/lang/zh_CN.lang
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ commands.bind.remove.success=解绑成功
commands.orb.usage=/bloodmagic orb [set|get] player [等级]
commands.orb.help=用来设定或获取指定玩家的最高等级气血宝珠.

commands.bind.usage=/bind <玩家>
commands.bind.success=物品成功绑定!
commands.bind.failed.noPlayer=没有指定玩家
commands.bind.failed.alreadyBound=物品已经被绑定; 使用 /unbind 来解除绑定
commands.bind.failed.notBindable=物品无法被绑定
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ entity.AWWayofTime.MinorDemonGrunt.name=格倫魔

#Commands
commands.soulnetwork.usage=/soulnetwork <玩家>
commands.bind.usage=/bind <玩家>
commands.bind.usage=/bloodmagic bind [true|false] <玩家>
commands.bind.success=物品成功綁定!
commands.bind.failed.noPlayer=沒有指定玩家
commands.bind.failed.alreadyBound=物品已經被綁定; 使用 /unbind 來解除綁定
Expand Down

0 comments on commit 7221108

Please sign in to comment.