Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions src/main/resources/assets/feathers/lang/ja_jp.json
Original file line number Diff line number Diff line change
@@ -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 重量"
}