Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # bbstuntman <claudiu.andrei.roman@gmail.com>, 2017
  5. # Flavio Curella <flavio.curella@gmail.com>, 2016
  6. # palmux <palmux@gmail.com>, 2015
  7. # Mattia Procopio <promat85@gmail.com>, 2015
  8. # Stefano Brentegani <sbrentegani@gmail.com>, 2015-2016
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  14. "PO-Revision-Date: 2017-09-23 20:42+0000\n"
  15. "Last-Translator: palmux <palmux@gmail.com>\n"
  16. "Language-Team: Italian (http://www.transifex.com/django/django/language/"
  17. "it/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: it\n"
  22. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  23. msgid "PostgreSQL extensions"
  24. msgstr "Estensioni per PostgreSQL"
  25. #, python-format
  26. msgid "Item %(nth)s in the array did not validate: "
  27. msgstr "L'elemento %(nth)s dell'array non ha superato la validazione:"
  28. msgid "Nested arrays must have the same length."
  29. msgstr "Gli array annidati devono avere la stessa lunghezza."
  30. msgid "Map of strings to strings/nulls"
  31. msgstr "Mappa di stringhe a stringhe/null"
  32. #, python-format
  33. msgid "The value of \"%(key)s\" is not a string or null."
  34. msgstr "Il valore di \"%(key)s\" non è una stringa o nullo."
  35. msgid "A JSON object"
  36. msgstr "Un oggetto JSON"
  37. msgid "Value must be valid JSON."
  38. msgstr "Il valore deve essere un JSON valido."
  39. msgid "Could not load JSON data."
  40. msgstr "Caricamento dati JSON fallito."
  41. msgid "Input must be a JSON dictionary."
  42. msgstr "L'input deve essere un dizionario JSON."
  43. #, python-format
  44. msgid "'%(value)s' value must be valid JSON."
  45. msgstr "Il valore di '%(value)s' deve essere un JSON valido."
  46. msgid "Enter two valid values."
  47. msgstr "Inserisci due valori validi."
  48. msgid "The start of the range must not exceed the end of the range."
  49. msgstr ""
  50. "Il valore iniziale dell'intervallo non può essere superiore al valore finale."
  51. msgid "Enter two whole numbers."
  52. msgstr "Inserisci due numeri interi."
  53. msgid "Enter two numbers."
  54. msgstr "Inserisci due numeri."
  55. msgid "Enter two valid date/times."
  56. msgstr "Inserisci due valori data/ora validi."
  57. msgid "Enter two valid dates."
  58. msgstr "Inserisci due date valide."
  59. #, python-format
  60. msgid ""
  61. "List contains %(show_value)d item, it should contain no more than "
  62. "%(limit_value)d."
  63. msgid_plural ""
  64. "List contains %(show_value)d items, it should contain no more than "
  65. "%(limit_value)d."
  66. msgstr[0] ""
  67. "La lista contiene %(show_value)d oggetto, non dovrebbe contenerne più di "
  68. "%(limit_value)d."
  69. msgstr[1] ""
  70. "La lista contiene %(show_value)d elementi, e dovrebbe contenerne al massimo "
  71. "%(limit_value)d."
  72. #, python-format
  73. msgid ""
  74. "List contains %(show_value)d item, it should contain no fewer than "
  75. "%(limit_value)d."
  76. msgid_plural ""
  77. "List contains %(show_value)d items, it should contain no fewer than "
  78. "%(limit_value)d."
  79. msgstr[0] ""
  80. "La lista contiene %(show_value)d oggetto, non dovrebbe contenerne meno di "
  81. "%(limit_value)d."
  82. msgstr[1] ""
  83. "La lista contiene %(show_value)d oggetti, e dovrebbe contenerne almeno "
  84. "%(limit_value)d."
  85. #, python-format
  86. msgid "Some keys were missing: %(keys)s"
  87. msgstr "Alcune chiavi risultano mancanti: %(keys)s"
  88. #, python-format
  89. msgid "Some unknown keys were provided: %(keys)s"
  90. msgstr "Sono state fornite alcune chiavi sconosciute: %(keys)s"
  91. #, python-format
  92. msgid ""
  93. "Ensure that this range is completely less than or equal to %(limit_value)s."
  94. msgstr ""
  95. "Assicurati che questo intervallo sia interamente minore o uguale a "
  96. "%(limit_value)s."
  97. #, python-format
  98. msgid ""
  99. "Ensure that this range is completely greater than or equal to "
  100. "%(limit_value)s."
  101. msgstr ""
  102. "Assicurati che questo intervallo sia interamente maggiore o uguale a "
  103. "%(limit_value)s."