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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Claudio Fernandes <squeral@gmail.com>, 2015
  5. # jorgecarleitao <jorgecarleitao@gmail.com>, 2015
  6. # Nuno Mariz <nmariz@gmail.com>, 2015,2017-2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  12. "PO-Revision-Date: 2018-12-20 15:31+0000\n"
  13. "Last-Translator: Nuno Mariz <nmariz@gmail.com>\n"
  14. "Language-Team: Portuguese (http://www.transifex.com/django/django/language/"
  15. "pt/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: pt\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. msgid "PostgreSQL extensions"
  22. msgstr "Extensões de PostgresSQL"
  23. #, python-format
  24. msgid "Item %(nth)s in the array did not validate:"
  25. msgstr "Item %(nth)s na lista não validou:"
  26. msgid "Nested arrays must have the same length."
  27. msgstr "As sub-listas têm de ter o mesmo tamanho."
  28. msgid "Map of strings to strings/nulls"
  29. msgstr "Mapeamento de strings para strings/nulos"
  30. #, python-format
  31. msgid "The value of \"%(key)s\" is not a string or null."
  32. msgstr "O valor de \"%(key)s\" não é uma string ou nulo."
  33. msgid "A JSON object"
  34. msgstr "Um objecto JSON"
  35. msgid "Value must be valid JSON."
  36. msgstr "O valor deve ser JSON válido"
  37. msgid "Could not load JSON data."
  38. msgstr "Não foi possível carregar os dados JSON."
  39. msgid "Input must be a JSON dictionary."
  40. msgstr "A entrada deve ser um dicionário JSON."
  41. #, python-format
  42. msgid "'%(value)s' value must be valid JSON."
  43. msgstr "O valor '%(value)s' deve ser JSON válido."
  44. msgid "Enter two valid values."
  45. msgstr "Introduza dois valores válidos."
  46. msgid "The start of the range must not exceed the end of the range."
  47. msgstr "O início da gama não pode ser maior que o seu fim."
  48. msgid "Enter two whole numbers."
  49. msgstr "Introduza dois números inteiros."
  50. msgid "Enter two numbers."
  51. msgstr "Introduza dois números."
  52. msgid "Enter two valid date/times."
  53. msgstr "Introduza duas datas/horas válidas."
  54. msgid "Enter two valid dates."
  55. msgstr "Introduza duas datas válidas."
  56. #, python-format
  57. msgid ""
  58. "List contains %(show_value)d item, it should contain no more than "
  59. "%(limit_value)d."
  60. msgid_plural ""
  61. "List contains %(show_value)d items, it should contain no more than "
  62. "%(limit_value)d."
  63. msgstr[0] ""
  64. "A lista contém %(show_value)d item, não pode conter mais do que "
  65. "%(limit_value)d."
  66. msgstr[1] ""
  67. "A lista contém %(show_value)d itens, não pode conter mais do que "
  68. "%(limit_value)d."
  69. #, python-format
  70. msgid ""
  71. "List contains %(show_value)d item, it should contain no fewer than "
  72. "%(limit_value)d."
  73. msgid_plural ""
  74. "List contains %(show_value)d items, it should contain no fewer than "
  75. "%(limit_value)d."
  76. msgstr[0] ""
  77. "A lista contém %(show_value)d item, tem de conter pelo menos %(limit_value)d."
  78. msgstr[1] ""
  79. "A lista contém %(show_value)d itens, tem de conter pelo menos "
  80. "%(limit_value)d."
  81. #, python-format
  82. msgid "Some keys were missing: %(keys)s"
  83. msgstr "Algumas chaves estão em falta: %(keys)s"
  84. #, python-format
  85. msgid "Some unknown keys were provided: %(keys)s"
  86. msgstr "Foram fornecidas algumas chaves desconhecidas: %(keys)s"
  87. #, python-format
  88. msgid ""
  89. "Ensure that this range is completely less than or equal to %(limit_value)s."
  90. msgstr "Garanta que esta gama é toda ela menor ou igual a %(limit_value)s."
  91. #, python-format
  92. msgid ""
  93. "Ensure that this range is completely greater than or equal to "
  94. "%(limit_value)s."
  95. msgstr "Garanta que esta gama é toda ela maior ou igual a %(limit_value)s."