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.

247 lines
8.7 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # falexandresilva <falexandresilva@gmail.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-07-21 02:42+0000\n"
  13. "PO-Revision-Date: 2018-08-04 14:33+0000\n"
  14. "Last-Translator: Rodrigo Macedo <rmsolucoeseminformatic4@gmail.com>\n"
  15. "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/"
  16. "23907/pt_BR/)\n"
  17. "Language: pt_BR\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=n > 1;\n"
  22. "X-Generator: Weblate 3.1.1\n"
  23. #. module: base_exception
  24. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  25. msgid "Active"
  26. msgstr "Ativo"
  27. #. module: base_exception
  28. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  29. msgid "Apply on"
  30. msgstr "Aplicar no"
  31. #. module: base_exception
  32. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  33. msgid "Created by"
  34. msgstr "Criado por"
  35. #. module: base_exception
  36. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  37. msgid "Created on"
  38. msgstr "Criado em"
  39. #. module: base_exception
  40. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  41. msgid "Description"
  42. msgstr "Descrição"
  43. #. module: base_exception
  44. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  45. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  46. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  47. msgid "Display Name"
  48. msgstr "Mostrar Nome"
  49. #. module: base_exception
  50. #: code:addons/base_exception/models/base_exception.py:215
  51. #, python-format
  52. msgid ""
  53. "Error when evaluating the exception.rule rule:\n"
  54. " %s \n"
  55. "(%s)"
  56. msgstr ""
  57. "Erro ao avaliar a regra exception.rule:\n"
  58. " %s \n"
  59. "(%s)"
  60. #. module: base_exception
  61. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  62. msgid "Exception Name"
  63. msgstr "Nome da exceção"
  64. #. module: base_exception
  65. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  66. msgid "Exception Rule"
  67. msgstr "Regra de exceção"
  68. #. module: base_exception
  69. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  70. msgid "Exception Rule Setup"
  71. msgstr "Configuração da regra da execeção"
  72. #. module: base_exception
  73. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  74. #: model:ir.model,name:base_exception.model_exception_rule
  75. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  76. msgid "Exception Rules"
  77. msgstr "Regras de exceção"
  78. #. module: base_exception
  79. #: model:res.groups,name:base_exception.group_exception_rule_manager
  80. msgid "Exception manager"
  81. msgstr "Gerenciar Exceção"
  82. #. module: base_exception
  83. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  84. msgid "Exceptions"
  85. msgstr "Exceções"
  86. #. module: base_exception
  87. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  88. msgid "Exceptions Rules"
  89. msgstr "Regras de exceção"
  90. #. module: base_exception
  91. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  92. msgid "Exceptions to resolve"
  93. msgstr "Exceções para resolver"
  94. #. module: base_exception
  95. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  96. msgid "Gives the sequence order when applying the test"
  97. msgstr "Dá a ordem de sequência ao aplicar o teste"
  98. #. module: base_exception
  99. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  101. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  102. msgid "ID"
  103. msgstr "Identificação"
  104. #. module: base_exception
  105. #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state
  106. msgid ""
  107. "If we detect exception we set the state of object (ex purchase) to the "
  108. "next_state (ex 'to approve'). If there are more than one exception detected "
  109. "and all have a value for next_state, we usethe exception having the smallest "
  110. "sequence value"
  111. msgstr ""
  112. "Se detectarmos uma exceção, definimos o estado do objeto (ex-purchase) para "
  113. "o next_state (ex 'to approve'). Se houver mais de uma exceção detectada e "
  114. "todas tiverem um valor para next_state, usamos a exceção com o menor valor "
  115. "de sequência"
  116. #. module: base_exception
  117. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  118. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  119. msgid "Ignore Exceptions"
  120. msgstr "Ignorar Exceções"
  121. #. module: base_exception
  122. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  123. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  124. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  125. msgid "Last Modified on"
  126. msgstr "Última Modificação em"
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  129. msgid "Last Updated by"
  130. msgstr "Última Atualização por"
  131. #. module: base_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  133. msgid "Last Updated on"
  134. msgstr "Última Atualização em"
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  137. msgid "Main Exception"
  138. msgstr "Exceção Principal"
  139. #. module: base_exception
  140. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state
  141. msgid "Next state"
  142. msgstr "Próximo estado"
  143. #. module: base_exception
  144. #: code:addons/base_exception/wizard/base_exception_confirm.py:28
  145. #, python-format
  146. msgid "Only 1 ID accepted, got %r."
  147. msgstr "Apenas 1 ID aceito, tenho %r."
  148. #. module: base_exception
  149. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  150. msgid "Outstanding exceptions to manage"
  151. msgstr "Excepções excepcionais para gerir"
  152. #. module: base_exception
  153. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  154. msgid "Outstanding exceptions to manager"
  155. msgstr "Exceções proeminentes para o gerente"
  156. #. module: base_exception
  157. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  158. msgid "Python Code"
  159. msgstr "Código Python"
  160. #. module: base_exception
  161. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  162. msgid ""
  163. "Python code executed to check if the exception apply or not. Use failed = "
  164. "True to block the exception"
  165. msgstr ""
  166. "Código Python executado para verificar se a exceção se aplica ou não. Use "
  167. "failed = True para bloquear a exceção"
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  170. msgid "Related Model"
  171. msgstr "Modelo Relatado"
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  175. msgid "Rule Group"
  176. msgstr "Regra de grupo"
  177. #. module: base_exception
  178. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  179. msgid ""
  180. "Rule group is used to group the rules that must validated at same time for a "
  181. "target object. Ex: validate sale.order.line rules with sale order rules."
  182. msgstr ""
  183. "O grupo de regras é usado para agrupar as regras que devem ser validadas ao "
  184. "mesmo tempo para um objeto de destino. Ex: valide as regras de "
  185. "sale.order.line com regras de ordem de venda."
  186. #. module: base_exception
  187. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  188. msgid "Sequence"
  189. msgstr "Sequência"
  190. #. module: base_exception
  191. #: code:addons/base_exception/models/base_exception.py:87
  192. #, python-format
  193. msgid ""
  194. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  195. "wrong. Value must be in this list %s"
  196. msgstr ""
  197. "O valor \"%s\" escolhido para o estado do campo \"próximo estado\" de \"%s\" "
  198. "está errado. O valor deve estar nesta lista %s"
  199. #. module: base_exception
  200. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  201. msgid "_Close"
  202. msgstr "_Fechar"
  203. #. module: base_exception
  204. #: model:ir.model,name:base_exception.model_base_exception
  205. msgid "base.exception"
  206. msgstr ""
  207. #. module: base_exception
  208. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  209. msgid "exception.rule.confirm"
  210. msgstr ""