diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 05:04:18 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 05:04:18 +0900 |
| commit | 2b2838e9401b3ecf4ec7ec0c642900e015929363 (patch) | |
| tree | 5c6fc0c42b3bf95dd9c8a92464024d505eaa6d69 /platform-paper/src/main/resources | |
| parent | 32fc6180bdc2a04f5a3c3d275ac03024905c92cc (diff) | |
| download | LunaticChat-2b2838e9401b3ecf4ec7ec0c642900e015929363.tar.gz LunaticChat-2b2838e9401b3ecf4ec7ec0c642900e015929363.tar.bz2 LunaticChat-2b2838e9401b3ecf4ec7ec0c642900e015929363.zip | |
feat: Improve Velocity status command UI
Diffstat (limited to 'platform-paper/src/main/resources')
| -rw-r--r-- | platform-paper/src/main/resources/languages/en.yml | 22 | ||||
| -rw-r--r-- | platform-paper/src/main/resources/languages/ja.yml | 21 |
2 files changed, 32 insertions, 11 deletions
diff --git a/platform-paper/src/main/resources/languages/en.yml b/platform-paper/src/main/resources/languages/en.yml index f19c494..06355c6 100644 --- a/platform-paper/src/main/resources/languages/en.yml +++ b/platform-paper/src/main/resources/languages/en.yml @@ -198,14 +198,24 @@ toggle: on: "Enabled" velocity: + state: + disconnected: "Disconnected" + handshaking: "Handshaking..." + connected: "Connected" + failed: "Failed" status: header: "--- LunaticChat Velocity Cooperation Status ---" - paperVersion: "Paper Plugin Version: v{version}" - velocityVersion: "Velocity Plugin Version: v{version}" - protocolVersion: "Protocol Version: v{version}" - connectionState: "Connection State" error: "Error" checkingLiveStatus: "Checking live status..." - liveStatusSuccess: "Live status: Velocity v{version}, Protocol v{protocol}, Online: {online}" liveStatusFailed: "Live status check failed" - + label: + paperVersion: "Paper Version" + velocityVersion: "Velocity Version" + protocolVersion: "Protocol Version" + connectionState: "Connection State" + onlinePlayers: "Online Players" + hoverInfo: + disconnected: "The connection between LunaticChat and the Velocity server is disconnected. A server restart is required to reconnect" + handshaking: "Currently establishing connection between LunaticChat and the Velocity server. Integration features are unavailable until the connection is complete" + connected: "LunaticChat is successfully connected to the Velocity server. Integration features are available" + failed: "Failed to establish connection between LunaticChat and the Velocity server. A server restart is required to reconnect" diff --git a/platform-paper/src/main/resources/languages/ja.yml b/platform-paper/src/main/resources/languages/ja.yml index ed02f5a..1b46354 100644 --- a/platform-paper/src/main/resources/languages/ja.yml +++ b/platform-paper/src/main/resources/languages/ja.yml @@ -198,13 +198,24 @@ toggle: off: "無効" velocity: + state: + disconnected: "切断済み" + handshaking: "ハンドシェイク中..." + connected: "接続済み" + failed: "接続失敗" status: header: "--- LunaticChat Velocity 連携ステータス ---" - paperVersion: "Paper プラグインバージョン: v{version}" - velocityVersion: "Velocity プラグインバージョン: v{version}" - protocolVersion: "プロトコルバージョン: v{version}" - connectionState: "接続状態" error: "エラー" checkingLiveStatus: "ライブステータスを確認中..." - liveStatusSuccess: "ライブステータス: Velocity v{version}, プロトコル v{protocol}, オンライン: {online}" liveStatusFailed: "ライブステータスチェックに失敗しました" + label: + paperVersion: "Paper バージョン" + velocityVersion: "Velocity バージョン" + protocolVersion: "プロトコルバージョン" + connectionState: "接続状態" + onlinePlayers: "オンラインプレイヤー" + hoverInfo: + disconnected: "LunaticChat と Velocity サーバ間の接続が切断されています。再接続するにはサーバを再起動する必要があります" + handshaking: "現在 LunaticChat と Velocity サーバ間の接続を確立中です。接続が完了するまで各種連携機能は利用できません" + connected: "LunaticChat は Velocity サーバと正常に接続されています。各種連携機能が利用可能です" + failed: "LunaticChat と Velocity サーバ間の接続に失敗しました。再接続するにはサーバを再起動する必要があります" |
