it.toml 713 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # More documentation here: https://github.com/nicksnyder/go-i18n
  2. [home]
  3. other = "Home"
  4. [posts]
  5. other = "Post"
  6. [toc_heading]
  7. other = "Contenuti"
  8. [at]
  9. other = "presso"
  10. [resume]
  11. other = "Il mio curriculum"
  12. [navigation]
  13. other = "Navigazione"
  14. [contact_me]
  15. other = "Contattami:"
  16. [email]
  17. other = "Email"
  18. [phone]
  19. other = "Telefono"
  20. [newsletter_text]
  21. other = "Resta aggiornato con la notifica di email"
  22. [newsletter_input_placeholder]
  23. other = "Inserisci l'email"
  24. [newsletter_warning]
  25. other = "Non condivideremo l'email con altri."
  26. [submit]
  27. other = "Invia"
  28. [hugoAttributionText]
  29. other = "Creato con"
  30. [prev]
  31. other = "Precedente"
  32. [next]
  33. other = "Successivo"
  34. [improve_this_page]
  35. other = "Migliora questa pagina"