nb.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Content
  2. - id: dateFormat
  3. translation: "02.01.2006"
  4. - id: shortdateFormat
  5. translation: "2 Jan, 2006 15:04:05"
  6. - id: postedOnDate
  7. translation: "Postet {{ . }}"
  8. - id: lastModified
  9. translation: "(Sist endret {{ . }})"
  10. - id: translationsLabel
  11. translation: "Andre språk: "
  12. - id: translationsSeparator
  13. translation: ", "
  14. - id: readMore
  15. translation: "Les Mer"
  16. - id: olderPosts
  17. translation: "Eldre Poster"
  18. - id: newerPosts
  19. translation: "Nyere Poster"
  20. - id: previousPost
  21. translation: "Forrige Post"
  22. - id: nextPost
  23. translation: "Neste Post"
  24. - id: readTime
  25. translation: "minutter"
  26. - id: words
  27. translation: "ord"
  28. # 404 page
  29. - id: pageNotFound
  30. translation: "Oisann! Denne siden finnes visst ikke. Prøv noe annet. (404 feil)"
  31. # Footer
  32. - id: poweredBy # Accepts HTML
  33. translation: 'Kjører på <a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>&nbsp;&bull;&nbsp; Tema fra <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> tilpasset fra <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
  34. # Navigation
  35. - id: toggleNavigation
  36. translation: "Navigasjon på/av"
  37. - id: languageSwitcherLabel
  38. translation: "Språk"
  39. - id: gcseLabelShort
  40. translation: "Søk"
  41. - id: gcseLabelLong
  42. translation: "Søk {{ .Site.Title }}"
  43. - id: gcseClose
  44. translation: "Lukk"
  45. # Staticman
  46. - id: noComment
  47. translation: "Ingen kommentarer"
  48. - id: oneComment
  49. translation: "kommentar"
  50. - id: moreComment
  51. translation: "kommentarer"
  52. - id: useMarkdown
  53. translation: "Du kan bruke Markdown syntax"
  54. - id: yourName
  55. translation: "Ditt navn"
  56. - id: yourEmail
  57. translation: "Din e-postadresse"
  58. - id: yourWebsite
  59. translation: "Din webside"
  60. # Delayed Disqus
  61. - id: show
  62. translation: "Vis"
  63. - id: comments
  64. translation: "kommentarer"
  65. # Related posts
  66. - id: seeAlso
  67. translation: "Se også"