Skip to content

Commit

Permalink
Add missing op command prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Oct 20, 2024
1 parent b05fdc0 commit 91fa84e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/lang/chs/lang.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ commands.banlist.usage=/banlist [ips|players]
commands.defaultgamemode.usage=/defaultgamemode <模式>
commands.defaultgamemode.success=默认游戏模式已更新为 {%0}

commands.op.description="授予一名玩家操作员状态。"
commands.op.failed="无法夺得权限(已夺得或具有更高权限):{%0}"
commands.op.message="你已夺得权限"
commands.op.success={%0} 已获得管理员权限

commands.deop.success=已移除管理员 {%0}
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/lang/deu/lang.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ commands.banlist.usage=/banlist [ips|players]
commands.defaultgamemode.usage=/defaultgamemode <Modus>
commands.defaultgamemode.success=Der Standard-Spielmodus der Welt ist jetzt {%0}

commands.op.description="Gewährt einem Spieler den Operator-Status."
commands.op.failed="Operator-Status konnte nicht erteilt werden (bereits Operator oder höher): {%0}"
commands.op.message="Du wurdest zum Operator ernannt."
commands.op.success=Dem Spieler {%0} wurden Operator-Rechte gegeben

commands.deop.success=Dem Spieler {%0} wurden Operator-Rechte entzogen
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/lang/eng/lang.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ commands.banlist.usage=/banlist [ips|players]
commands.defaultgamemode.usage=/defaultgamemode <mode>
commands.defaultgamemode.success=The world's default game mode is now {%0}

commands.op.description="Grants operator status to a player."
commands.op.failed="Could not op (already op or higher): {%0}"
commands.op.message="You have been opped"
commands.op.success=Opped {%0}

commands.deop.success=De-opped {%0}
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/lang/rus/lang.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ commands.banlist.usage=/banlist [ips|players]
commands.defaultgamemode.usage=/defaultgamemode <mode>
commands.defaultgamemode.success=Режим игры по умолчанию для мира теперь {%0}

commands.op.description="Наделяет игрока статусом оператора."
commands.op.failed="Не удалось выдать права оператора (уже обладает этим или более высоким статусом): {%0}"
commands.op.message="Вы получили права модератора"
commands.op.success={%0} теперь оператор сервера

commands.deop.success={%0} больше не оператор сервера
Expand Down

0 comments on commit 91fa84e

Please sign in to comment.