From 3ee972b4d03d8396d44257ae2f5f7608dce372c6 Mon Sep 17 00:00:00 2001 From: Konuma Takaki <54429650+konumatakaki@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:44:26 +0900 Subject: [PATCH] Addition of Japanese translation Japanese translation files (ja_jp.json) added (This is a redo of #669.) --- .../resources/assets/carryon/lang/ja_jp.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Common/src/main/resources/assets/carryon/lang/ja_jp.json diff --git a/Common/src/main/resources/assets/carryon/lang/ja_jp.json b/Common/src/main/resources/assets/carryon/lang/ja_jp.json new file mode 100644 index 0000000..106dd13 --- /dev/null +++ b/Common/src/main/resources/assets/carryon/lang/ja_jp.json @@ -0,0 +1,16 @@ +{ + "carryon.category.settings": "設定", + "carryon.category.blacklist": "ブラックリスト", + "carryon.category.modeloverrides": "モデルの上書き(上級)", + "carryon.category.custompickupconditions": "カスタム持ち上げ条件(上級)", + "carryon.category.whitelist": "ホワイトリスト", + + "carryon.general.modeloverrides.modeloverrides": "モデルの上書き", + "carryon.general.blacklist.forbiddenentities": "プレイヤーが持ち上げられないエンティティ", + "carryon.general.blacklist.forbiddentiles": "プレーヤーが持ち上げられないブロック", + "carryon.category.custompickupconditions.custompickupconditionsblocks": "カスタムブロック持ち上げ条件", + "carryon.category.custompickupconditions.custompickupconditionsentities": "カスタムエンティティ持ち上げ条件", + + "key.carry.desc": "Carry", + "key.carry.category": "Carry On" +} \ No newline at end of file