se.toml 748 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [categories]
  2. one = "Kategori"
  3. other = "Katgorier"
  4. [tags]
  5. one = "Tagg"
  6. other = "Taggar"
  7. [series]
  8. one = "Serie"
  9. other = "Serie"
  10. [authors]
  11. one = "Författare"
  12. other = "Författare"
  13. [posts]
  14. other = "Inlägg"
  15. [reading_time]
  16. one = "Ein minut lästid"
  17. other = "{{ .Count }} minuter lästid"
  18. [page_not_found]
  19. other = "Sida hittades inte"
  20. [page_does_not_exist]
  21. other = "Ursäkta, men denna sida existerar inte."
  22. [head_back]
  23. other = "Här kan du komma tillbaka till <a href=\"{{ . }}\">startsidan</a>."
  24. [powered_by]
  25. other = "Byggd med"
  26. [see_also]
  27. other = "Se även i"
  28. [note]
  29. other = "Notera"
  30. [tip]
  31. other = "Tips"
  32. [example]
  33. other = "Exempel"
  34. [question]
  35. other = "Fråga"
  36. [info]
  37. other = "Info"
  38. [warning]
  39. other = "Varning"
  40. [error]
  41. other = "Fel"