ja.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Content
  2. - id: dateFormat
  3. translation: "2006年1月2日"
  4. - id: shortdateFormat
  5. translation: "2 Jan, 2006 15:04:05"
  6. - id: postedOnDate
  7. translation: "{{ . }}に投稿"
  8. - id: lastModified
  9. translation: "(最終更新日時{{ . }})"
  10. - id: translationsLabel
  11. translation: "翻訳:"
  12. - id: translationsSeparator
  13. translation: "・"
  14. - id: readMore
  15. translation: "続きを読む"
  16. - id: olderPosts
  17. translation: "古いページ"
  18. - id: newerPosts
  19. translation: "新しいページ"
  20. - id: previousPost
  21. translation: "前ページ"
  22. - id: nextPost
  23. translation: "次ページ"
  24. - id: readTime
  25. translation: "分間"
  26. - id: words
  27. translation: "言葉"
  28. # 404 page
  29. - id: pageNotFound
  30. translation: "おっと、このページが存在しない。他にあたってください。(404エラー)"
  31. # Footer
  32. - id: poweredBy # Accepts HTML
  33. translation: '起動力に<a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; テーマに<a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>に基づいている<a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
  34. # Navigation
  35. - id: toggleNavigation
  36. translation: "メニューを切り替え"
  37. - id: languageSwitcherLabel
  38. translation: "言語"
  39. - id: gcseLabelShort
  40. translation: "検索"
  41. - id: gcseLabelLong
  42. translation: "{{ .Site.Title }}を検索"
  43. - id: gcseClose
  44. translation: "閉じる"
  45. # Staticman
  46. - id: noComment
  47. translation: "0 件のコメント"
  48. - id: oneComment
  49. translation: "件のコメント"
  50. - id: moreComment
  51. translation: "件のコメント"
  52. - id: useMarkdown
  53. translation: "Markdown を使用できます"
  54. - id: yourName
  55. translation: "名前"
  56. - id: yourEmail
  57. translation: "メールアドレス"
  58. - id: yourWebsite
  59. translation: "ウェブサイト"
  60. # Delayed Disqus
  61. - id: show
  62. translation: "ショー"
  63. - id: comments
  64. translation: "コメント"
  65. # Related posts
  66. - id: seeAlso
  67. translation: "も参照してください"