1
0

nl.toml 793 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [categories]
  2. one = "categorie"
  3. other = "categorieën"
  4. [tags]
  5. one = "label"
  6. other = "labels"
  7. [series]
  8. one = "serie"
  9. other = "series"
  10. [authors]
  11. one = "auteur"
  12. other = "auteurs"
  13. [posts]
  14. other = "berichten"
  15. [reading_time]
  16. one = "Eén minuut leestijd"
  17. other = "{{ .Count }} minuten leestijd"
  18. [page_not_found]
  19. other = "Pagina niet gevonden"
  20. [page_does_not_exist]
  21. other = "Sorry, deze pagina bestaat niet."
  22. [head_back]
  23. other = "U kunt terugkeren naar de <a href=\"{{ . }}\">thuispagina</a>."
  24. [licensed_under]
  25. other = "Valt onder"
  26. [powered_by]
  27. other = "Aangedreven door"
  28. [see_also]
  29. other = "Zie ook in"
  30. [note]
  31. other = "notitie"
  32. [tip]
  33. other = "tip"
  34. [example]
  35. other = "voorbeeld"
  36. [question]
  37. other = "vraag"
  38. [info]
  39. other = "info"
  40. [warning]
  41. other = "waarschuwing"
  42. [error]
  43. other = "fout"