Skip to content

Commit 47f19cb

Browse files
authored
Merge pull request #9 from hotfix/translation-autobind-status into main
Hotfix for translations for autobind status, that I forgot.
2 parents fd0fa53 + 9ad1e7a commit 47f19cb

4 files changed

Lines changed: 34 additions & 28 deletions

File tree

src/main/resources/locale/en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ messages:
6060
plugin-connection-already-disconnected: "Already disconnected from server." # Message when already disconnected
6161
plugin-connection-disconnect: "Disconnected from VOIP Server, Reason: $reason" # Message when disconnect
6262

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

src/main/resources/locale/ja.yml

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,39 @@ messages:
3232

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

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

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

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

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

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

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

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

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

68-
player-binded: "$player が VoiceCraft に接続しました。" # プレイヤーがボイス チャットに参加していることを示すメッセージ。
70+
player-binded: "$player が VoiceCraft に接続しました。" # プレイヤーがボイス チャットに参加していることを示すメッセージ。

src/main/resources/locale/nl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ messages:
5959
plugin-connection-already-disconnected: "Verbinding was al verbroken met server." # Message when already disconnected
6060
plugin-connection-disconnect: "Verbinding met VOIP Server verbroken, Reden: $reason" # Message when disconnect
6161

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

src/main/resources/locale/ru.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ messages:
6060
plugin-connection-already-disconnected: "Вы уже отключены от сервера."
6161
plugin-connection-disconnect: "Отключено от VOIP-сервера, причина: $reason"
6262

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

0 commit comments

Comments
 (0)