Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions src/main/resources/locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ messages:
plugin-connection-already-disconnected: "Already disconnected from server." # Message when already disconnected
plugin-connection-disconnect: "Disconnected from VOIP Server, Reason: $reason" # Message when disconnect

plugin-autobind-enabled: "Autobinding Enabled." # Message indicating we'll try autobind
plugin-autobind-binding: "Binding to key: $key!" # Message indicating that we're autobinding
plugin-autobind-success: "AutoBind success!" # Successful AutoBind execution.
plugin-autobind-failed: "AutoBind failed! Are you not in the VoiceCraft app?" # Error message during failed AutoBind execution.

Expand Down
54 changes: 28 additions & 26 deletions src/main/resources/locale/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,39 @@ messages:

reload: "プラグインがリロードされました!"

cmd-invalid-args: "コマンドの使用法が無効です。使用法: /voice <connect | reconnect | disconnect | settings | bind | bindfake | updatefake | clearautobind | reload>" # 無効なコマンドの使用に関するエラー メッセージ。
cmd-invalid-args: "コマンドの使用法が無効です。使用法: /voice <connect | reconnect | disconnect | settings | bind | bindfake | updatefake | clearautobind | reload>" # 無効なコマンドの使用に関するエラー メッセージ。

cmd-not-player: "このコマンドはプレイヤーのみが使用できます!" # コマンドの使用がプレイヤーのみに制限されていることを示すエラー メッセージ。
cmd-not-exists: "このコマンドは存在しません。" # コマンドが存在しないことを示すメッセージ。
cmd-not-player: "このコマンドはプレイヤーのみが使用できます!" # コマンドの使用がプレイヤーのみに制限されていることを示すエラー メッセージ。
cmd-not-exists: "このコマンドは存在しません。" # コマンドが存在しないことを示すメッセージ。

plugin-reload-pl: "プレイヤー $player がプラグインの再読み込みを発行しました。" # プレイヤーがトリガーしたプラグインの再読み込みメッセージ。
plugin-reload: "プレイヤー $player がプラグインの再読み込みを発行しました。" # プレイヤーがトリガーしたプラグインの再読み込みメッセージ。
plugin-reload-pl: "プレイヤー $player がプラグインの再読み込みを発行しました。" # プレイヤーがトリガーしたプラグインの再読み込みメッセージ。
plugin-reload: "プレイヤー $player がプラグインの再読み込みを発行しました。" # プレイヤーがトリガーしたプラグインの再読み込みメッセージ。

plugin-config-loaded: "構成がロードされました。" # 構成が正常にロードされたことを示すメッセージ。
plugin-command-executor: "コマンド エグゼキュータが有効になりました。" # コマンド エグゼキュータが正常に有効になったことを示すメッセージ。
plugin-config-loaded: "構成がロードされました。" # 構成が正常にロードされたことを示すメッセージ。
plugin-command-executor: "コマンド エグゼキュータが有効になりました。" # コマンド エグゼキュータが正常に有効になったことを示すメッセージ。

plugin-connect-connecting: "サーバーを接続/リンクしています..." # ボイスチャット サーバーへの接続に成功しました。
plugin-connect-connected: "ログインが受け入れられました。サーバーが正常にリンクされました!" # ボイスチャット サーバーへの接続に成功しました。
plugin-connect-failed: "ログインに失敗しました。サーバーがリンクされていません。再接続するには、/voice <reload | reconnect> を実行してください。" # ボイスチャット サーバーへの接続中にエラー メッセージが表示されます。
plugin-connect-proxy: "プロキシ ベースのサーバー設定。ボイスチャット サーバーに接続していません。" # Velocity/Bungeecord ベースのボイスチャット サーバー接続。
plugin-connect-invalid-data: "接続に失敗しました。無効な構成です。" # 無効な構成が原因で接続に失敗したことを示すエラー メッセージ。
plugin-connect-connecting: "サーバーを接続/リンクしています..." # ボイスチャット サーバーへの接続に成功しました。
plugin-connect-connected: "ログインが受け入れられました。サーバーが正常にリンクされました!" # ボイスチャット サーバーへの接続に成功しました。
plugin-connect-failed: "ログインに失敗しました。サーバーがリンクされていません。再接続するには、/voice <reload | reconnect> を実行してください。" # ボイスチャット サーバーへの接続中にエラー メッセージが表示されます。
plugin-connect-proxy: "プロキシ ベースのサーバー設定。ボイスチャット サーバーに接続していません。" # Velocity/Bungeecord ベースのボイスチャット サーバー接続。
plugin-connect-invalid-data: "接続に失敗しました。無効な構成です。" # 無効な構成が原因で接続に失敗したことを示すエラー メッセージ。

plugin-connection-lost: "ボイスチャット サーバーからの接続が失われました。" # 接続が失われたときのメッセージ。
plugin-connection-lost-reconnect: "ボイスチャットサーバーからの接続が失われました。再接続を試行しています..." # 接続が失われたときと再接続するときのメッセージ
plugin-connection-reconnecting-attempt: "サーバーに再接続しています... 試行: $attempt" # 再接続するときのメッセージ
plugin-connection-reconnecting-success: "ボイスチャットサーバーに正常に再接続しました。" # サーバーに再接続するときのメッセージ
plugin-connection-reconnecting-failed-retry: "接続に失敗しました。再試行しています..." # 再接続に失敗し再試行するときのメッセージ
plugin-connection-reconnecting-failed: "ボイスチャットサーバーへの再接続に失敗しました。" # 5 回試行しても再接続が失敗したときのメッセージ
plugin-connection-disconnecting: "サーバーから切断しています..." # 切断するときのメッセージ
plugin-connection-already-disconnected: "すでにサーバーから切断されています。" # すでに切断されている場合のメッセージ
plugin-connection-disconnect: "VOIP サーバーから切断されました。理由: $reason" # 切断されている場合のメッセージ
plugin-connection-lost: "ボイスチャット サーバーからの接続が失われました。" # 接続が失われたときのメッセージ。
plugin-connection-lost-reconnect: "ボイスチャットサーバーからの接続が失われました。再接続を試行しています..." # 接続が失われたときと再接続するときのメッセージ
plugin-connection-reconnecting-attempt: "サーバーに再接続しています... 試行: $attempt" # 再接続するときのメッセージ
plugin-connection-reconnecting-success: "ボイスチャットサーバーに正常に再接続しました。" # サーバーに再接続するときのメッセージ
plugin-connection-reconnecting-failed-retry: "接続に失敗しました。再試行しています..." # 再接続に失敗し再試行するときのメッセージ
plugin-connection-reconnecting-failed: "ボイスチャットサーバーへの再接続に失敗しました。" # 5 回試行しても再接続が失敗したときのメッセージ
plugin-connection-disconnecting: "サーバーから切断しています..." # 切断するときのメッセージ
plugin-connection-already-disconnected: "すでにサーバーから切断されています。" # すでに切断されている場合のメッセージ
plugin-connection-disconnect: "VOIP サーバーから切断されました。理由: $reason" # 切断されている場合のメッセージ

plugin-autobind-success: "AutoBind 成功!" # AutoBind の実行が成功しました。
plugin-autobind-failed: "AutoBind に失敗しました。VoiceCraft アプリを使用していませんか?" # AutoBind の実行が失敗した場合のエラー メッセージ。
plugin-autobind-enabled: "Autobinding Enabled." # Message indicating we'll try autobind
plugin-autobind-binding: "Binding to key: $key!" # Message indicating that we're autobinding
plugin-autobind-success: "AutoBind 成功!" # AutoBind の実行が成功しました。
plugin-autobind-failed: "AutoBind に失敗しました。VoiceCraft アプリを使用していませんか?" # AutoBind の実行が失敗した場合のエラー メッセージ。

player-disconnect-success: "プレイヤー $player がボイス チャットから退出しました。" # プレイヤーがボイス チャットを退出することを示すメッセージ。
player-disconnect-failed: "プレイヤー $player がボイス チャットを退出するときにエラーを受信しました。" # プレイヤーがボイス チャットを退出するときのエラー メッセージ。
player-disconnect-success: "プレイヤー $player がボイス チャットから退出しました。" # プレイヤーがボイス チャットを退出することを示すメッセージ。
player-disconnect-failed: "プレイヤー $player がボイス チャットを退出するときにエラーを受信しました。" # プレイヤーがボイス チャットを退出するときのエラー メッセージ。

player-binded: "$player が VoiceCraft に接続しました。" # プレイヤーがボイス チャットに参加していることを示すメッセージ。
player-binded: "$player が VoiceCraft に接続しました。" # プレイヤーがボイス チャットに参加していることを示すメッセージ。
4 changes: 2 additions & 2 deletions src/main/resources/locale/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ messages:
plugin-connection-already-disconnected: "Verbinding was al verbroken met server." # Message when already disconnected
plugin-connection-disconnect: "Verbinding met VOIP Server verbroken, Reden: $reason" # Message when disconnect

plugin-autobind-enabled: "Autobinding Enabled."
plugin-autobind-binding: "Binding to key: $key!"
plugin-autobind-enabled: "Autobinden Ingeschakeld." # Message indicating we'll try autobind
plugin-autobind-binding: "Binden met sleutel: $key!" # Message indicating that we're autobinding
plugin-autobind-success: "AutoBind succes!" # Successful AutoBind execution.
plugin-autobind-failed: "AutoBind mislukt! Zit je niet in de VoiceCraft app?" # Error message during failed AutoBind execution.

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/locale/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ messages:
plugin-connection-already-disconnected: "Вы уже отключены от сервера."
plugin-connection-disconnect: "Отключено от VOIP-сервера, причина: $reason"

plugin-autobind-enabled: "Автопривязка включена."
plugin-autobind-binding: "Привязка к ключу: $key!"
plugin-autobind-success: "Автопривязка выполнена успешно!"
plugin-autobind-failed: "Ошибка автопривязки! Вы не находитесь в приложении VoiceCraft?"

Expand Down