1
0

it.toml 542 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [categories]
  2. one = "categoria"
  3. other = "categorie"
  4. [tags]
  5. one = "tag"
  6. other = "tags"
  7. [series]
  8. one = "serie"
  9. other = "serie"
  10. [authors]
  11. one = "autore"
  12. other = "autori"
  13. [posts]
  14. other = "post"
  15. [reading_time]
  16. one = "Lettura di un minuto"
  17. other = "{{ .Count }} minuti di lettura"
  18. [page_not_found]
  19. other = "Pagina non trovata"
  20. [page_does_not_exist]
  21. other = "Siamo spiacenti, questa pagina non esiste."
  22. [head_back]
  23. other = "Torna alla <a href=\"{{ . }}\">homepage</a>."
  24. [powered_by]
  25. other = "Generato da"
  26. [see_also]
  27. other = "Vedi anche in"