1
0

se.toml 769 B

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