From d271f5332dbbbeebca9b152b0aee7c9b9095f6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=B3=E3=83=87=E3=82=A3=E3=83=AB?= <135924661+EndilCrafter@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:36:09 +0900 Subject: [PATCH] Create ja_jp.json --- .../resources/assets/feathers/lang/ja_jp.json | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/main/resources/assets/feathers/lang/ja_jp.json diff --git a/src/main/resources/assets/feathers/lang/ja_jp.json b/src/main/resources/assets/feathers/lang/ja_jp.json new file mode 100644 index 0000000..057a24b --- /dev/null +++ b/src/main/resources/assets/feathers/lang/ja_jp.json @@ -0,0 +1,46 @@ +{ + "feathers.max_feathers": "スタミナの最大値", + "feathers.feather_regen": "スタミナの再生速度", + "effect.feathers.endurance": "忍耐", + "effect.feathers.endurance.desc": "再生不可なスタミナを一時的に追加します。", + "effect.feathers.endurance.description": "再生不可なスタミナを一時的に追加します。", + "item.minecraft.potion.effect.endurance_potion": "忍耐のポーション", + "item.minecraft.splash_potion.effect.endurance_potion": "忍耐のスプラッシュポーション", + "item.minecraft.lingering_potion.effect.endurance_potion": "忍耐の残留ポーション", + "item.minecraft.tipped_arrow.effect.endurance_potion": "忍耐の矢", + "item.minecraft.potion.effect.long_endurance_potion": "忍耐のポーション", + "item.minecraft.splash_potion.effect.long_endurance_potion": "忍耐のスプラッシュポーション", + "item.minecraft.lingering_potion.effect.long_endurance_potion": "忍耐の残留ポーション", + "item.minecraft.tipped_arrow.effect.long_endurance_potion": "忍耐の矢", + "item.minecraft.potion.effect.strong_endurance_potion": "忍耐のポーション", + "item.minecraft.splash_potion.effect.strong_endurance_potion": "忍耐のスプラッシュポーション", + "item.minecraft.lingering_potion.effect.strong_endurance_potion": "忍耐の残留ポーション", + "item.minecraft.tipped_arrow.effect.strong_endurance_potion": "忍耐の矢", + "effect.feathers.cold": "硬直", + "effect.feathers.cold.desc": "スタミナが再生しなくなります。", + "effect.feathers.cold.description": "スタミナが再生しなくなります。", + "item.minecraft.potion.effect.cold_potion": "硬直のポーション", + "item.minecraft.splash_potion.effect.cold_potion": "硬直のスプラッシュポーション", + "item.minecraft.lingering_potion.effect.cold_potion": "硬直の残留ポーション", + "item.minecraft.tipped_arrow.effect.cold_potion": "硬直の矢", + "effect.feathers.energized": "活気", + "effect.feathers.energized.desc": "スタミナの再生速度が速くなります。", + "effect.feathers.energized.description": "スタミナの再生速度が速くなります。", + "item.minecraft.potion.effect.energized_potion": "活気のポーション", + "item.minecraft.splash_potion.effect.energized_potion": "活気のスプラッシュポーション", + "item.minecraft.lingering_potion.effect.energized_potion": "活気の残留ポーション", + "item.minecraft.tipped_arrow.effect.energized_potion": "活気の矢", + "item.minecraft.potion.effect.strong_energized_potion": "活気のポーション", + "item.minecraft.splash_potion.effect.strong_energized_potion": "活気のスプラッシュポーション", + "item.minecraft.lingering_potion.effect.strong_energized_potion": "活気の残留ポーション", + "item.minecraft.tipped_arrow.effect.strong_energized_potion": "活気の矢", + "item.minecraft.potion.effect.long_energized_potion": "活気のポーション", + "item.minecraft.splash_potion.effect.long_energized_potion": "活気のスプラッシュポーション", + "item.minecraft.lingering_potion.effect.long_energized_potion": "活気の残留ポーション", + "item.minecraft.tipped_arrow.effect.long_energized_potion": "活気の矢", + "enchantment.feathers.lightweight": "軽量化", + "enchantment.feathers.lightweight.desc": "防具の重量が軽くなります。", + "enchantment.feathers.heavy": "重苦の呪い", + "enchantment.feathers.heavy.desc": "防具の重量が重くなります。", + "text.feathers.tooltip": "+%s 重量" +}