jp.toml 790 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # More documentation here: https://github.com/nicksnyder/go-i18n
  2. [home]
  3. other = "ホーム"
  4. [posts]
  5. other = "記事"
  6. [toc_heading]
  7. other = "目次"
  8. [resume]
  9. other = "職務経歴書"
  10. [navigation]
  11. other = "メニュー"
  12. [contact_me]
  13. other = "連絡先"
  14. [email]
  15. other = "メール"
  16. [phone]
  17. other = "電話番号"
  18. [newsletter_text]
  19. other = "メールで最新情報を受け取る"
  20. [newsletter_input_placeholder]
  21. other = "ここにメールアドレスを入力"
  22. [newsletter_warning]
  23. other = "ご入力いただいたメールアドレスが他人に開示されることは決してございません。"
  24. [submit]
  25. other = "登録"
  26. [hugoAttributionText]
  27. other = "Powered by"
  28. [prev]
  29. other = "前"
  30. [next]
  31. other = "次"
  32. [improve_this_page]
  33. other = "編集リクエストを送る"