Skip to content

Commit

Permalink
Merge pull request #190 from cmplstofB/patch-1
Browse files Browse the repository at this point in the history
Add Japanese Translation
  • Loading branch information
lucaargolo authored Sep 27, 2024
2 parents ed49f84 + 2c1f9c0 commit 5bfc779
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/resources/assets/seasons/lang/ja_jp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"tooltip.seasons.spring": "",
"tooltip.seasons.summer": "",
"tooltip.seasons.fall": "",
"tooltip.seasons.winter": "",
"tooltip.seasons.faster_grow": "今の季節で成長が早い",
"tooltip.seasons.normal_grow": "今の季節で通常通り成長",
"tooltip.seasons.slowed_grow": "今の季節で成長が遅い",
"tooltip.seasons.not_grow": "今の季節で成長しない",
"tooltip.seasons.show_more": "§e%s§rを押して詳細",

"chat.seasons.mod_installed": "%sを導入済みなようです。",
"chat.seasons.mod_not_installed": "%sを導入していないようです。",
"chat.seasons.compatibility": "Fabric Seasonsとの完全な互換性を得るためには,次のアドオンを導入してください:",
"chat.seasons.extras": "冒険に役立つ追加アイテムやブロックが欲しい場合は,次のアドオンを導入してください:",
"chat.seasons.available_at": "入手先: ",
"chat.seasons.show_once": "この通知はただ一度だけ表示されます。",

"commands.seasons.query_1": "今の季節は%sです。",
"commands.seasons.query_2": "あと%s日 (%sティック) で%sになります。"
}

0 comments on commit 5bfc779

Please sign in to comment.