it.yaml 509 B

123456789101112131415161718192021222324252627282930313233
  1. - id: prev_page
  2. translation: "Precedente"
  3. - id: next_page
  4. translation: "Successivo"
  5. - id: read_time
  6. translation:
  7. one: "1 minuto"
  8. other: "{{ .Count }} minuti"
  9. - id: words
  10. translation:
  11. one : "parola"
  12. other: "{{ .Count }} parole"
  13. - id: toc
  14. translation: "Indice contenuti"
  15. - id: translations
  16. translation: "Traduzioni"
  17. - id: home
  18. translation: "Home"
  19. - id: edit_post
  20. translation: "Modifica"
  21. - id: code_copy
  22. translation: "copia"
  23. - id: code_copied
  24. translation: "copiato!"