From 2eab9b522696be35e8ccd74f2aa33c201faddec3 Mon Sep 17 00:00:00 2001 From: KAGUYA-1137 <122584989+KAGUYA-1137@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:58:45 +0900 Subject: [PATCH] Added ja_jp.json --- src/main/resources/assets/extrasounds/lang/ja_jp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/assets/extrasounds/lang/ja_jp.json diff --git a/src/main/resources/assets/extrasounds/lang/ja_jp.json b/src/main/resources/assets/extrasounds/lang/ja_jp.json new file mode 100644 index 00000000..0443b87e --- /dev/null +++ b/src/main/resources/assets/extrasounds/lang/ja_jp.json @@ -0,0 +1,10 @@ +{ + "soundCategory.extrasounds_master": "ExtraSounds", + "soundCategory.inventory": "インベントリ", + "soundCategory.action": "アイテムアクション", + "soundCategory.chat": "チャット", + "soundCategory.chat_mention": "チャットメンション", + "soundCategory.effects": "エフェクト/ポーション", + "soundCategory.scroll": "スクロール", + "soundCategory.typing": "タイピング" +} \ No newline at end of file