From c44f11916b7583c42f21156841726986af9f2d4d Mon Sep 17 00:00:00 2001 From: kuragehime Date: Sat, 12 Aug 2023 11:00:46 +0900 Subject: [PATCH] Add Japanese translation --- src/main/resources/assets/windchimes/lang/ja_jp.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/assets/windchimes/lang/ja_jp.json diff --git a/src/main/resources/assets/windchimes/lang/ja_jp.json b/src/main/resources/assets/windchimes/lang/ja_jp.json new file mode 100644 index 0000000..6f9cba2 --- /dev/null +++ b/src/main/resources/assets/windchimes/lang/ja_jp.json @@ -0,0 +1,8 @@ +{ + "block.windchimes.iron_chime": "鉄の風鈴", + "block.windchimes.bamboo_chime": "竹の風鈴", + "block.windchimes.copper_chime": "銅の風鈴", + "subtitles.block.windchimes.chime": "風鈴", + "modmenu.descriptionTranslation.windchimes": "このMODは、風に揺れて時々鳴る風鈴を3つ追加します。 バニラのゲームを補完するように設計されているため、このMODには設定できる項目はありません。", + "modmenu.summaryTranslation.windchimes": "風に揺れる優しいチャイム…" +}