it.toml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "Precedente"
  4. [ui_pager_next]
  5. other = "Successivo"
  6. [ui_read_more]
  7. other = "Leggi tutto"
  8. [ui_search]
  9. other = "Cerca nel sito…"
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "in"
  13. # Footer text
  14. [footer_all_rights_reserved]
  15. other = "Tutti i diritti riservati"
  16. [footer_privacy_policy]
  17. other = "Privacy Policy"
  18. # Post (blog, articles etc.)
  19. [post_byline_by]
  20. other = "Di"
  21. [post_created]
  22. other = "Creato"
  23. [post_last_mod]
  24. other = "Ultima modifica"
  25. [post_edit_this]
  26. other = "Modifica"
  27. [post_create_child_page]
  28. other = "Create child page"
  29. [post_create_issue]
  30. other = "Crea issue di documentazione"
  31. [post_create_project_issue]
  32. other = "Crea issue di progetto"
  33. [post_posts_in]
  34. other = "Post in"
  35. [post_reading_time]
  36. other = "minute read"
  37. [post_less_than_a_minute_read]
  38. other = "less than a minute"
  39. # Print support
  40. [print_printable_section]
  41. other = "This is the multi-page printable view of this section."
  42. [print_click_to_print]
  43. other = "Click here to print"
  44. [print_show_regular]
  45. other = "Return to the regular view of this page"
  46. [print_entire_section]
  47. other = "Print entire section"
  48. # Community
  49. [community_join]
  50. other = "Join the {{ .Site.Title }} community"
  51. [community_introduce]
  52. other = "{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."
  53. [community_learn]
  54. other = "Learn and Connect"
  55. [community_using]
  56. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  57. [community_develop]
  58. other = "Develop and Contribute"
  59. [community_contribute]
  60. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  61. [community_how_to]
  62. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  63. [community_guideline]
  64. other = "Contribution Guidelines"