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.

335 lines
11 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/"
  16. "teams/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_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  25. msgid "<code>self</code>: Record on which the rule is evaluated."
  26. msgstr ""
  27. #. module: base_exception
  28. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  29. msgid "<code>time</code>: useful Python libraries"
  30. msgstr ""
  31. #. module: base_exception
  32. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  33. msgid "Active"
  34. msgstr "Ativo"
  35. #. module: base_exception
  36. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  37. msgid "Apply on"
  38. msgstr "Aplicar no"
  39. #. module: base_exception
  40. #: selection:exception.rule,exception_type:0
  41. msgid "By domain"
  42. msgstr ""
  43. #. module: base_exception
  44. #: selection:exception.rule,exception_type:0
  45. #, fuzzy
  46. #| msgid "Python Code"
  47. msgid "By python code"
  48. msgstr "Código Python"
  49. #. module: base_exception
  50. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  51. msgid ""
  52. "By python code: allow to define any arbitrary check\n"
  53. "By domain: limited to a selection by an odoo domain:\n"
  54. " performance can be better when exceptions are "
  55. "evaluated with several records"
  56. msgstr ""
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  59. msgid "Created by"
  60. msgstr "Criado por"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  63. msgid "Created on"
  64. msgstr "Criado em"
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  67. msgid "Description"
  68. msgstr "Descrição"
  69. #. module: base_exception
  70. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  74. msgid "Display Name"
  75. msgstr "Mostrar Nome"
  76. #. module: base_exception
  77. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  78. msgid "Domain"
  79. msgstr ""
  80. #. module: base_exception
  81. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  82. msgid ""
  83. "Enter Python code here. Help about Python expression is available in the "
  84. "help tab of this document."
  85. msgstr ""
  86. #. module: base_exception
  87. #: code:addons/base_exception/models/base_exception.py:138
  88. #, fuzzy, python-format
  89. #| msgid ""
  90. #| "Error when evaluating the exception.rule rule:\n"
  91. #| " %s \n"
  92. #| "(%s)"
  93. msgid ""
  94. "Error when evaluating the exception.rule rule:\n"
  95. " %s \n"
  96. "(%s)"
  97. msgstr ""
  98. "Erro ao avaliar a regra exception.rule:\n"
  99. " %s \n"
  100. "(%s)"
  101. #. module: base_exception
  102. #: model:ir.model,name:base_exception.model_base_exception
  103. #, fuzzy
  104. #| msgid "Exceptions"
  105. msgid "Exception"
  106. msgstr "Exceções"
  107. #. module: base_exception
  108. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  109. msgid "Exception Name"
  110. msgstr "Nome da exceção"
  111. #. module: base_exception
  112. #: model:ir.model,name:base_exception.model_exception_rule
  113. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  114. msgid "Exception Rule"
  115. msgstr "Regra de exceção"
  116. #. module: base_exception
  117. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  118. #, fuzzy
  119. #| msgid "Exception Rule"
  120. msgid "Exception Rule Confirm Wizard"
  121. msgstr "Regra de exceção"
  122. #. module: base_exception
  123. #: model:ir.model,name:base_exception.model_base_exception_method
  124. #, fuzzy
  125. #| msgid "Exception Rules"
  126. msgid "Exception Rule Methods"
  127. msgstr "Regras de exceção"
  128. #. module: base_exception
  129. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  130. msgid "Exception Rule Setup"
  131. msgstr "Configuração da regra da execeção"
  132. #. module: base_exception
  133. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  134. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  135. msgid "Exception Rules"
  136. msgstr "Regras de exceção"
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  139. #, fuzzy
  140. #| msgid "Exception Name"
  141. msgid "Exception Type"
  142. msgstr "Nome da exceção"
  143. #. module: base_exception
  144. #: model:res.groups,name:base_exception.group_exception_rule_manager
  145. msgid "Exception manager"
  146. msgstr "Gerenciar Exceção"
  147. #. module: base_exception
  148. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  149. msgid "Exceptions"
  150. msgstr "Exceções"
  151. #. module: base_exception
  152. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  153. msgid "Exceptions Rules"
  154. msgstr "Regras de exceção"
  155. #. module: base_exception
  156. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  157. msgid "Exceptions to resolve"
  158. msgstr "Exceções para resolver"
  159. #. module: base_exception
  160. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  161. msgid "Gives the sequence order when applying the test"
  162. msgstr "Dá a ordem de sequência ao aplicar o teste"
  163. #. module: base_exception
  164. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  165. msgid "Help"
  166. msgstr ""
  167. #. module: base_exception
  168. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  169. msgid "Help with Python expressions"
  170. msgstr ""
  171. #. module: base_exception
  172. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  175. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  176. msgid "ID"
  177. msgstr "Identificação"
  178. #. module: base_exception
  179. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  180. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  181. msgid "Ignore Exceptions"
  182. msgstr "Ignorar Exceções"
  183. #. module: base_exception
  184. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  185. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  186. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  187. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  188. msgid "Last Modified on"
  189. msgstr "Última Modificação em"
  190. #. module: base_exception
  191. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  192. msgid "Last Updated by"
  193. msgstr "Última Atualização por"
  194. #. module: base_exception
  195. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  196. msgid "Last Updated on"
  197. msgstr "Última Atualização em"
  198. #. module: base_exception
  199. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  200. msgid "Main Exception"
  201. msgstr "Exceção Principal"
  202. #. module: base_exception
  203. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  204. #, python-format
  205. msgid "Only 1 ID accepted, got %r."
  206. msgstr "Apenas 1 ID aceito, tenho %r."
  207. #. module: base_exception
  208. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  209. msgid "Outstanding exceptions to manage"
  210. msgstr "Excepções excepcionais para gerir"
  211. #. module: base_exception
  212. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  213. msgid "Outstanding exceptions to manager"
  214. msgstr "Exceções proeminentes para o gerente"
  215. #. module: base_exception
  216. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  217. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  218. msgid "Python Code"
  219. msgstr "Código Python"
  220. #. module: base_exception
  221. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  222. msgid ""
  223. "Python code executed to check if the exception apply or not. Use failed = "
  224. "True to block the exception"
  225. msgstr ""
  226. "Código Python executado para verificar se a exceção se aplica ou não. Use "
  227. "failed = True para bloquear a exceção"
  228. #. module: base_exception
  229. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  230. msgid "Related Model"
  231. msgstr "Modelo Relatado"
  232. #. module: base_exception
  233. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  234. msgid "Sequence"
  235. msgstr "Sequência"
  236. #. module: base_exception
  237. #: code:addons/base_exception/models/base_exception.py:49
  238. #, python-format
  239. msgid ""
  240. "There is a problem of configuration, python code or domain is missing to "
  241. "match the exception type."
  242. msgstr ""
  243. #. module: base_exception
  244. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  245. msgid "To block the exception use: <code>failed = True</code>"
  246. msgstr ""
  247. #. module: base_exception
  248. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  249. msgid ""
  250. "Various fields may use Python code or Python expressions. The following "
  251. "variables can be used:"
  252. msgstr ""
  253. #. module: base_exception
  254. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  255. msgid "_Close"
  256. msgstr "_Fechar"
  257. #~ msgid ""
  258. #~ "If we detect exception we set the state of object (ex purchase) to the "
  259. #~ "next_state (ex 'to approve'). If there are more than one exception "
  260. #~ "detected and all have a value for next_state, we usethe exception having "
  261. #~ "the smallest sequence value"
  262. #~ msgstr ""
  263. #~ "Se detectarmos uma exceção, definimos o estado do objeto (ex-purchase) "
  264. #~ "para o next_state (ex 'to approve'). Se houver mais de uma exceção "
  265. #~ "detectada e todas tiverem um valor para next_state, usamos a exceção com "
  266. #~ "o menor valor de sequência"
  267. #~ msgid "Next state"
  268. #~ msgstr "Próximo estado"
  269. #~ msgid "Rule Group"
  270. #~ msgstr "Regra de grupo"
  271. #~ msgid ""
  272. #~ "Rule group is used to group the rules that must validated at same time "
  273. #~ "for a target object. Ex: validate sale.order.line rules with sale order "
  274. #~ "rules."
  275. #~ msgstr ""
  276. #~ "O grupo de regras é usado para agrupar as regras que devem ser validadas "
  277. #~ "ao mesmo tempo para um objeto de destino. Ex: valide as regras de sale."
  278. #~ "order.line com regras de ordem de venda."
  279. #~ msgid ""
  280. #~ "The value \"%s\" you choose for the \"next state\" field state of \"%s\" "
  281. #~ "is wrong. Value must be in this list %s"
  282. #~ msgstr ""
  283. #~ "O valor \"%s\" escolhido para o estado do campo \"próximo estado\" de \"%s"
  284. #~ "\" está errado. O valor deve estar nesta lista %s"