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.

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