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.

303 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 python code"
  45. msgstr "Por código Python"
  46. #. module: base_exception
  47. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  48. msgid ""
  49. "By python code: allow to define any arbitrary check\n"
  50. "By domain: limited to a selection by an odoo domain:\n"
  51. " performance can be better when exceptions are "
  52. "evaluated with several records"
  53. msgstr ""
  54. "Por código python: permite definir qualquer verificação arbitrária\n"
  55. "Por domínio: limitado a uma seleção por um domínio Odoo:\n"
  56. " o desempenho pode ser superior quando as exceções são "
  57. "avaliadas com vários registos"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  60. msgid "Created by"
  61. msgstr "Criado por"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  64. msgid "Created on"
  65. msgstr "Criado em"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  68. msgid "Description"
  69. msgstr "Descrição"
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  74. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  75. msgid "Display Name"
  76. msgstr "Nome"
  77. #. module: base_exception
  78. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  79. msgid "Domain"
  80. msgstr "Domínio"
  81. #. module: base_exception
  82. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  83. msgid ""
  84. "Enter Python code here. Help about Python expression is available in the "
  85. "help tab of this document."
  86. msgstr ""
  87. "Introduza aqui código Python. A ajuda sobre expressões Python está "
  88. "disponível no separador Ajuda deste documento."
  89. #. module: base_exception
  90. #: code:addons/base_exception/models/base_exception.py:156
  91. #, python-format
  92. msgid ""
  93. "Error when evaluating the exception.rule rule:\n"
  94. " %s \n"
  95. "(%s)"
  96. msgstr ""
  97. "Erro na avaliação da regra exception.rule:\n"
  98. " %s \n"
  99. "(%s)"
  100. #. module: base_exception
  101. #: model:ir.model,name:base_exception.model_base_exception
  102. msgid "Exception"
  103. msgstr "Exceção"
  104. #. module: base_exception
  105. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  106. msgid "Exception Name"
  107. msgstr "Noma da Exceção"
  108. #. module: base_exception
  109. #: model:ir.model,name:base_exception.model_exception_rule
  110. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  111. msgid "Exception Rule"
  112. msgstr "Regra da Exceção"
  113. #. module: base_exception
  114. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  115. msgid "Exception Rule Confirm Wizard"
  116. msgstr "Assistente de Confirmação de Regra de Exceção"
  117. #. module: base_exception
  118. #: model:ir.model,name:base_exception.model_base_exception_method
  119. msgid "Exception Rule Methods"
  120. msgstr "Métodos de Regras de Exceção"
  121. #. module: base_exception
  122. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  123. msgid "Exception Rule Setup"
  124. msgstr "Configuração da Regra de Exceção"
  125. #. module: base_exception
  126. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  127. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  128. msgid "Exception Rules"
  129. msgstr "Regras de Exceção"
  130. #. module: base_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  132. msgid "Exception Type"
  133. msgstr "Tipo de Exceção"
  134. #. module: base_exception
  135. #: model:res.groups,name:base_exception.group_exception_rule_manager
  136. msgid "Exception manager"
  137. msgstr "Gestor de Exceções"
  138. #. module: base_exception
  139. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  140. msgid "Exceptions"
  141. msgstr "Exceções"
  142. #. module: base_exception
  143. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  144. msgid "Exceptions Rules"
  145. msgstr "Regras de Exceções"
  146. #. module: base_exception
  147. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  148. #, fuzzy
  149. msgid "Exceptions Summary"
  150. msgstr "Gestor de Exceções"
  151. #. module: base_exception
  152. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  153. msgid "Exceptions to resolve"
  154. msgstr "Exceções para resolver"
  155. #. module: base_exception
  156. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  157. msgid "Gives the sequence order when applying the test"
  158. msgstr "Fornece a ordem da sequência na aplicação do teste"
  159. #. module: base_exception
  160. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  161. msgid "Help"
  162. msgstr "Ajuda"
  163. #. module: base_exception
  164. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  165. msgid "Help with Python expressions"
  166. msgstr "Ajuda de expressões Python"
  167. #. module: base_exception
  168. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  169. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  171. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  172. msgid "ID"
  173. msgstr "ID"
  174. #. module: base_exception
  175. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  177. msgid "Ignore Exceptions"
  178. msgstr "Ignorar Exceções"
  179. #. module: base_exception
  180. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  181. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  182. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  184. msgid "Last Modified on"
  185. msgstr "Última Modificação Em"
  186. #. module: base_exception
  187. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  188. msgid "Last Updated by"
  189. msgstr "Última Modificação Por"
  190. #. module: base_exception
  191. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  192. msgid "Last Updated on"
  193. msgstr "Última Atualização Em"
  194. #. module: base_exception
  195. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  196. msgid "Main Exception"
  197. msgstr "Exceção Principal"
  198. #. module: base_exception
  199. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  200. #, python-format
  201. msgid "Only 1 ID accepted, got %r."
  202. msgstr "Só é permitido 1 ID, obtidos %r."
  203. #. module: base_exception
  204. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  205. msgid "Outstanding exceptions to manage"
  206. msgstr "Exceções extraordinárias para gerir"
  207. #. module: base_exception
  208. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  209. msgid "Outstanding exceptions to manager"
  210. msgstr ""
  211. #. module: base_exception
  212. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  213. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  214. msgid "Python Code"
  215. msgstr "Código Python"
  216. #. module: base_exception
  217. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  218. msgid ""
  219. "Python code executed to check if the exception apply or not. Use failed = "
  220. "True to block the exception"
  221. msgstr ""
  222. "Código Python executado para verificar se a exceção se aplica ou não. Use "
  223. "failed = True para bloquear a exceção"
  224. #. module: base_exception
  225. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  226. msgid "Related Model"
  227. msgstr "Modelo Relacionado"
  228. #. module: base_exception
  229. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  230. msgid "Sequence"
  231. msgstr "Sequência"
  232. #. module: base_exception
  233. #: code:addons/base_exception/models/base_exception.py:50
  234. #, python-format
  235. msgid ""
  236. "There is a problem of configuration, python code or domain is missing to "
  237. "match the exception type."
  238. msgstr ""
  239. "Há um problema de configuração. Falta código python ou um domínio para "
  240. "verificação do tipo de exceção."
  241. #. module: base_exception
  242. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  243. msgid "To block the exception use: <code>failed = True</code>"
  244. msgstr "Para bloquear a exceção utilize: <code>failed = True</code>"
  245. #. module: base_exception
  246. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  247. msgid ""
  248. "Various fields may use Python code or Python expressions. The following "
  249. "variables can be used:"
  250. msgstr ""
  251. "Vários campos podem usar código ou expressões Python. As seguintes variáveis "
  252. "podem ser usadas:"
  253. #. module: base_exception
  254. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  255. msgid "_Close"
  256. msgstr "_Fechar"