Advertisement
Guest User

ja.json

a guest
Nov 10th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. {
  2. // use Helper.Translation.Get(<translation key>) in code // ja (japanese)
  3. // custom tree translation
  4. "custom-tree.oak": "オークの木",
  5. "custom-tree.maple": "カエデの木",
  6. "custom-tree.pine": "松の木",
  7. "custom-tree.coconut": "ココナッツの木",
  8. "custom-tree.mushroom": "キノコの木",
  9. "custom-tree.mahogany": "マホガニーの木",
  10. "custom-tree.palm": "ヤシの木",
  11. "custom-tree.green-rain-wild": "緑の雨の木",
  12. "custom-tree.green-rain-lush": "茂った緑の雨の木",
  13. "custom-tree.fiddlehead-fern": "フィドルヘッド シダの木",
  14. "custom-tree.mystic": "ミスティックツリー",
  15.  
  16. // growth info translation
  17. "growth-info.fully-grown": "完全な成長",
  18. "growth-info.stage": "段階",
  19. "growth-info.of": "の",
  20. "growth-info.days-left": "残りの日数",
  21. "growth-info.day-left": "残り日",
  22.  
  23. // for Generic Config Menu Mod
  24. "config.mouse-hover.name": "マウスホバー",
  25. "config.mouse-hover.desc": "マウスを切り抜きタイルの上に移動すると、有効になっているときにラベルが表示されます。",
  26. "config.growth-info.name": "成長情報",
  27. "config.growth-info.desc": "有効にすると、作物の成長または収穫段階が表示されます。",
  28. "config.custom-keybinds.name": "キーバインド",
  29. "config.custom-keybinds.desc": "デフォルトを置き換えます。マウス ホバーを有効にすると、これが上書きされます。"
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement