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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Andre Machado <csantos.machado@gmail.com>, 2016
  5. # Carlos Leite <caduado@gmail.com>, 2016
  6. # Claudemiro Alves Feitosa Neto <dimiro1@gmail.com>, 2015
  7. # Fábio C. Barrionuevo da Luz <bnafta@gmail.com>, 2015
  8. # Lucas Infante <maccinza@gmail.com>, 2015
  9. # Luiz Boaretto <lboaretto@gmail.com>, 2017
  10. # Marcelo Moro Brondani <mbrondani@inf.ufsm.br>, 2018
  11. # Rafael Ribeiro <pereiraribeirorafael@gmail.com>, 2016
  12. msgid ""
  13. msgstr ""
  14. "Project-Id-Version: django\n"
  15. "Report-Msgid-Bugs-To: \n"
  16. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  17. "PO-Revision-Date: 2018-06-25 18:11+0000\n"
  18. "Last-Translator: Marcelo Moro Brondani <mbrondani@inf.ufsm.br>\n"
  19. "Language-Team: Portuguese (Brazil) (http://www.transifex.com/django/django/"
  20. "language/pt_BR/)\n"
  21. "MIME-Version: 1.0\n"
  22. "Content-Type: text/plain; charset=UTF-8\n"
  23. "Content-Transfer-Encoding: 8bit\n"
  24. "Language: pt_BR\n"
  25. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  26. msgid "PostgreSQL extensions"
  27. msgstr "Extensões para PostgreSQL"
  28. #, python-format
  29. msgid "Item %(nth)s in the array did not validate:"
  30. msgstr "O item %(nth)s na matriz não validou:"
  31. msgid "Nested arrays must have the same length."
  32. msgstr "Matrizes aninhadas devem ter o mesmo comprimento."
  33. msgid "Map of strings to strings/nulls"
  34. msgstr "Mapa de strings para strings/nulls"
  35. #, python-format
  36. msgid "The value of \"%(key)s\" is not a string or null."
  37. msgstr "O valor de \"%(key)s\" não é uma string ou null."
  38. msgid "A JSON object"
  39. msgstr "Um objeto JSON"
  40. msgid "Value must be valid JSON."
  41. msgstr "O valor deve ser um JSON válido."
  42. msgid "Could not load JSON data."
  43. msgstr "Não foi possível carregar dados JSON."
  44. msgid "Input must be a JSON dictionary."
  45. msgstr "Input deve ser um dicionário JSON"
  46. #, python-format
  47. msgid "'%(value)s' value must be valid JSON."
  48. msgstr "'%(value)s' deve ser um JSON válido."
  49. msgid "Enter two valid values."
  50. msgstr "Insira dois valores válidos."
  51. msgid "The start of the range must not exceed the end of the range."
  52. msgstr "O inicio do intervalo não deve exceder o fim do intervalo."
  53. msgid "Enter two whole numbers."
  54. msgstr "Insira dois números cheios."
  55. msgid "Enter two numbers."
  56. msgstr "Insira dois números"
  57. msgid "Enter two valid date/times."
  58. msgstr "Insira duas datas/horas válidas."
  59. msgid "Enter two valid dates."
  60. msgstr "Insira duas datas válidas."
  61. #, python-format
  62. msgid ""
  63. "List contains %(show_value)d item, it should contain no more than "
  64. "%(limit_value)d."
  65. msgid_plural ""
  66. "List contains %(show_value)d items, it should contain no more than "
  67. "%(limit_value)d."
  68. msgstr[0] ""
  69. "A lista contém um item %(show_value)d, não deveria conter mais que "
  70. "%(limit_value)d."
  71. msgstr[1] ""
  72. "A lista contém itens %(show_value)d, não deveria conter mais que "
  73. "%(limit_value)d."
  74. #, python-format
  75. msgid ""
  76. "List contains %(show_value)d item, it should contain no fewer than "
  77. "%(limit_value)d."
  78. msgid_plural ""
  79. "List contains %(show_value)d items, it should contain no fewer than "
  80. "%(limit_value)d."
  81. msgstr[0] ""
  82. "A lista contém um item %(show_value)d, deveria conter não menos que "
  83. "%(limit_value)d."
  84. msgstr[1] ""
  85. "A lista contém %(show_value)d itens, deveria conter não menos que "
  86. "%(limit_value)d."
  87. #, python-format
  88. msgid "Some keys were missing: %(keys)s"
  89. msgstr "Algumas chaves estavam faltando: %(keys)s"
  90. #, python-format
  91. msgid "Some unknown keys were provided: %(keys)s"
  92. msgstr "Algumas chaves desconhecidas foram fornecidos: %(keys)s"
  93. #, python-format
  94. msgid ""
  95. "Ensure that this range is completely less than or equal to %(limit_value)s."
  96. msgstr ""
  97. "Certifique-se que o intervalo é completamente menor que %(limit_value)s."
  98. #, python-format
  99. msgid ""
  100. "Ensure that this range is completely greater than or equal to "
  101. "%(limit_value)s."
  102. msgstr ""
  103. "Certifique-se que este intervalo é completamente maior ou igual a "
  104. "%(limit_value)s."