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.

318 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. # Pedro Castro Silva <pedrocs@sossia.pt>, 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-06-22 01:11+0000\n"
  13. "PO-Revision-Date: 2019-08-14 12:44+0000\n"
  14. "Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
  15. "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
  16. "Language: pt\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. "X-Generator: Weblate 3.7.1\n"
  22. #. module: base_exception
  23. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  24. msgid "<code>self</code>: Record on which the rule is evaluated."
  25. msgstr "<code>self</code>: Registo no qual a regra é avaliada."
  26. #. module: base_exception
  27. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  28. msgid "<code>time</code>: useful Python libraries"
  29. msgstr "<code>time</code>: bibliotecas Python úteis"
  30. #. module: base_exception
  31. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  32. msgid "Active"
  33. msgstr "Ativo"
  34. #. module: base_exception
  35. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  36. msgid "Apply on"
  37. msgstr "Aplicar em"
  38. #. module: base_exception
  39. #: selection:exception.rule,exception_type:0
  40. msgid "By domain"
  41. msgstr "Por domínio"
  42. #. module: base_exception
  43. #: selection:exception.rule,exception_type:0
  44. msgid "By method"
  45. msgstr ""
  46. #. module: base_exception
  47. #: selection:exception.rule,exception_type:0
  48. msgid "By python code"
  49. msgstr "Por código Python"
  50. #. module: base_exception
  51. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  52. msgid ""
  53. "By python code: allow to define any arbitrary check\n"
  54. "By domain: limited to a selection by an odoo domain:\n"
  55. " performance can be better when exceptions are "
  56. "evaluated with several records"
  57. msgstr ""
  58. "Por código python: permite definir qualquer verificação arbitrária\n"
  59. "Por domínio: limitado a uma seleção por um domínio Odoo:\n"
  60. " o desempenho pode ser superior quando as exceções são "
  61. "avaliadas com vários registos"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  64. msgid "Created by"
  65. msgstr "Criado por"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  68. msgid "Created on"
  69. msgstr "Criado em"
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  72. msgid "Description"
  73. msgstr "Descrição"
  74. #. module: base_exception
  75. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  76. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  77. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  78. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  79. msgid "Display Name"
  80. msgstr "Nome"
  81. #. module: base_exception
  82. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  83. msgid "Domain"
  84. msgstr "Domínio"
  85. #. module: base_exception
  86. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  87. msgid ""
  88. "Enter Python code here. Help about Python expression is available in the "
  89. "help tab of this document."
  90. msgstr ""
  91. "Introduza aqui código Python. A ajuda sobre expressões Python está "
  92. "disponível no separador Ajuda deste documento."
  93. #. module: base_exception
  94. #: code:addons/base_exception/models/base_exception.py:166
  95. #, python-format
  96. msgid ""
  97. "Error when evaluating the exception.rule rule:\n"
  98. " %s \n"
  99. "(%s)"
  100. msgstr ""
  101. "Erro na avaliação da regra exception.rule:\n"
  102. " %s \n"
  103. "(%s)"
  104. #. module: base_exception
  105. #: model:ir.model,name:base_exception.model_base_exception
  106. msgid "Exception"
  107. msgstr "Exceção"
  108. #. module: base_exception
  109. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  110. msgid "Exception Name"
  111. msgstr "Noma da Exceção"
  112. #. module: base_exception
  113. #: model:ir.model,name:base_exception.model_exception_rule
  114. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  115. msgid "Exception Rule"
  116. msgstr "Regra da Exceção"
  117. #. module: base_exception
  118. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  119. msgid "Exception Rule Confirm Wizard"
  120. msgstr "Assistente de Confirmação de Regra de Exceção"
  121. #. module: base_exception
  122. #: model:ir.model,name:base_exception.model_base_exception_method
  123. msgid "Exception Rule Methods"
  124. msgstr "Métodos de Regras de Exceção"
  125. #. module: base_exception
  126. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  127. msgid "Exception Rule Setup"
  128. msgstr "Configuração da Regra de Exceção"
  129. #. module: base_exception
  130. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  131. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  132. msgid "Exception Rules"
  133. msgstr "Regras de Exceção"
  134. #. module: base_exception
  135. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  136. msgid "Exception Type"
  137. msgstr "Tipo de Exceção"
  138. #. module: base_exception
  139. #: model:res.groups,name:base_exception.group_exception_rule_manager
  140. msgid "Exception manager"
  141. msgstr "Gestor de Exceções"
  142. #. module: base_exception
  143. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  144. msgid "Exceptions"
  145. msgstr "Exceções"
  146. #. module: base_exception
  147. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  148. msgid "Exceptions Rules"
  149. msgstr "Regras de Exceções"
  150. #. module: base_exception
  151. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  152. #, fuzzy
  153. msgid "Exceptions Summary"
  154. msgstr "Gestor de Exceções"
  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 "Fornece a ordem da sequência na aplicação do teste"
  163. #. module: base_exception
  164. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  165. msgid "Help"
  166. msgstr "Ajuda"
  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 "Ajuda de expressões Python"
  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 "ID"
  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 Modificaçã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. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  204. msgid "Method"
  205. msgstr ""
  206. #. module: base_exception
  207. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  208. #, python-format
  209. msgid "Only 1 ID accepted, got %r."
  210. msgstr "Só é permitido 1 ID, obtidos %r."
  211. #. module: base_exception
  212. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  213. msgid "Outstanding exceptions to manage"
  214. msgstr "Exceções extraordinárias para gerir"
  215. #. module: base_exception
  216. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  217. msgid "Outstanding exceptions to manager"
  218. msgstr ""
  219. #. module: base_exception
  220. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  221. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  222. msgid "Python Code"
  223. msgstr "Código Python"
  224. #. module: base_exception
  225. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  226. msgid ""
  227. "Python code executed to check if the exception apply or not. Use failed = "
  228. "True to block the exception"
  229. msgstr ""
  230. "Código Python executado para verificar se a exceção se aplica ou não. Use "
  231. "failed = True para bloquear a exceção"
  232. #. module: base_exception
  233. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  234. msgid "Related Model"
  235. msgstr "Modelo Relacionado"
  236. #. module: base_exception
  237. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  238. msgid "Sequence"
  239. msgstr "Sequência"
  240. #. module: base_exception
  241. #: code:addons/base_exception/models/base_exception.py:59
  242. #, python-format
  243. msgid ""
  244. "There is a problem of configuration, python code, domain or method is "
  245. "missing to match the exception type."
  246. msgstr ""
  247. #. module: base_exception
  248. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  249. msgid "To block the exception use: <code>failed = True</code>"
  250. msgstr "Para bloquear a exceção utilize: <code>failed = True</code>"
  251. #. module: base_exception
  252. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  253. msgid ""
  254. "Various fields may use Python code or Python expressions. The following "
  255. "variables can be used:"
  256. msgstr ""
  257. "Vários campos podem usar código ou expressões Python. As seguintes variáveis "
  258. "podem ser usadas:"
  259. #. module: base_exception
  260. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  261. msgid "_Close"
  262. msgstr "_Fechar"
  263. #~ msgid ""
  264. #~ "There is a problem of configuration, python code or domain is missing to "
  265. #~ "match the exception type."
  266. #~ msgstr ""
  267. #~ "Há um problema de configuração. Falta código python ou um domínio para "
  268. #~ "verificação do tipo de exceção."