diff options
Diffstat (limited to 'platform-paper/src/main/resources')
| -rw-r--r-- | platform-paper/src/main/resources/languages/en.yml | 2 | ||||
| -rw-r--r-- | platform-paper/src/main/resources/languages/ja.yml | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/platform-paper/src/main/resources/languages/en.yml b/platform-paper/src/main/resources/languages/en.yml index 95eca34..7e312c8 100644 --- a/platform-paper/src/main/resources/languages/en.yml +++ b/platform-paper/src/main/resources/languages/en.yml @@ -16,6 +16,7 @@ commandDescription: notice: "Toggle direct message notifications on/off" reply: "Reply to the player who last sent/received a direct message" tell: "Send a direct message to another player" + lc: "LunaticChat Main Command" directMessageNoticeStatus: "Direct message notifications are currently {toggle}" directMessageNoticeToggle: "Direct message notifications have been set to {toggle}" @@ -23,6 +24,7 @@ playerOnlyCommand: "This command can only be executed by players." replyTargetNotFound: "Reply target player not found." romajiConversionStatus: "Romaji-to-kana conversion is currently {toggle}" romajiConversionToggle: "Romaji-to-kana conversion has been set to {toggle}" +settingsAvailableValues: "Available settings value: {values}" tellTargetOffline: "Player '{target}' is currently offline." tellYourself: "You cannot send a message to yourself." diff --git a/platform-paper/src/main/resources/languages/ja.yml b/platform-paper/src/main/resources/languages/ja.yml index 6fdd242..cd93098 100644 --- a/platform-paper/src/main/resources/languages/ja.yml +++ b/platform-paper/src/main/resources/languages/ja.yml @@ -11,15 +11,12 @@ # # ---------------------------------------------- -toggle: - on: "有効" - off: "無効" - commandDescription: tell: "他のプレイヤーにダイレクトメッセージを送信します" reply: "最後にダイレクトメッセージを送信/受信したプレイヤーに返信します" jp: "かな・ローマ字変換機能のオン/オフを切り替えます" notice: "ダイレクトメッセージ通知のオン/オフを切り替えます" + lc: "LunaticChat のメインコマンド" directMessageNoticeToggle: "ダイレクトメッセージ通知を{toggle}にしました" directMessageNoticeStatus: "現在ダイレクトメッセージ通知は{toggle}です" @@ -27,6 +24,10 @@ playerOnlyCommand: "このコマンドはプレイヤーのみが実行できま replyTargetNotFound: "返信対象のプレイヤーが見つかりません" romajiConversionToggle: "かな・ローマ字変換機能を{toggle}にしました" romajiConversionStatus: "現在かな・ローマ字変換機能は{toggle}です" -settingsAvailableValues: "使用可能な設定値: " +settingsAvailableValues: "使用可能な設定値: {values}" tellTargetOffline: "プレイヤー '{target}' は現在オフラインです" tellYourself: "自分自身にメッセージを送信することはできません" + +toggle: + on: "有効" + off: "無効" |
