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.

200 lines
6.5 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 <inactive+pcs.sossia@transifex.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-12-01 02:09+0000\n"
  13. "PO-Revision-Date: 2017-12-01 02:09+0000\n"
  14. "Last-Translator: Pedro Castro Silva <inactive+pcs.sossia@transifex.com>, "
  15. "2017\n"
  16. "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
  17. "Language: pt\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. #. module: base_exception
  23. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  24. msgid "Active"
  25. msgstr "Ativo"
  26. #. module: base_exception
  27. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  28. msgid "Apply on"
  29. msgstr ""
  30. #. module: base_exception
  31. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  32. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  33. msgid "Blocked in draft due to exceptions"
  34. msgstr ""
  35. #. module: base_exception
  36. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  37. msgid "Created by"
  38. msgstr "Criado por"
  39. #. module: base_exception
  40. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  41. msgid "Created on"
  42. msgstr "Criado em"
  43. #. module: base_exception
  44. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  45. msgid "Description"
  46. msgstr "Descrição"
  47. #. module: base_exception
  48. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  49. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  50. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  51. msgid "Display Name"
  52. msgstr "Nome"
  53. #. module: base_exception
  54. #: code:addons/base_exception/models/base_exception.py:187
  55. #, python-format
  56. msgid ""
  57. "Error when evaluating the exception.rule rule:\n"
  58. " %s \n"
  59. "(%s)"
  60. msgstr ""
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  63. msgid "Exception Name"
  64. msgstr ""
  65. #. module: base_exception
  66. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  67. msgid "Exception Rule"
  68. msgstr ""
  69. #. module: base_exception
  70. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  71. msgid "Exception Rule Setup"
  72. msgstr ""
  73. #. module: base_exception
  74. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  75. #: model:ir.model,name:base_exception.model_exception_rule
  76. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  77. msgid "Exception Rules"
  78. msgstr ""
  79. #. module: base_exception
  80. #: model:res.groups,name:base_exception.group_exception_rule_manager
  81. msgid "Exception manager"
  82. msgstr ""
  83. #. module: base_exception
  84. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  85. msgid "Exceptions"
  86. msgstr ""
  87. #. module: base_exception
  88. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  89. msgid "Exceptions Rules"
  90. msgstr ""
  91. #. module: base_exception
  92. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  93. msgid "Exceptions to resolve"
  94. msgstr ""
  95. #. module: base_exception
  96. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  97. msgid "Gives the sequence order when applying the test"
  98. msgstr ""
  99. #. module: base_exception
  100. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  101. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  102. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  103. msgid "ID"
  104. msgstr "ID"
  105. #. module: base_exception
  106. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  107. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  108. msgid "Ignore Exceptions"
  109. msgstr ""
  110. #. module: base_exception
  111. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  112. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  113. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  114. msgid "Last Modified on"
  115. msgstr "Última Modificação Em"
  116. #. module: base_exception
  117. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  118. msgid "Last Updated by"
  119. msgstr "Última Modificação Por"
  120. #. module: base_exception
  121. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  122. msgid "Last Updated on"
  123. msgstr "Última Atualização Em"
  124. #. module: base_exception
  125. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  126. msgid "Main Exception"
  127. msgstr ""
  128. #. module: base_exception
  129. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  130. msgid "Python Code"
  131. msgstr ""
  132. #. module: base_exception
  133. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  134. msgid ""
  135. "Python code executed to check if the exception apply or not. The code must "
  136. "apply block = True to apply the exception."
  137. msgstr ""
  138. #. module: base_exception
  139. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  140. msgid "Related model id"
  141. msgstr ""
  142. #. module: base_exception
  143. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  144. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  145. msgid "Rule group"
  146. msgstr ""
  147. #. module: base_exception
  148. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  149. msgid ""
  150. "Rule group is used to group the rules that must validated at same time for a "
  151. "target object. Ex: validate sale.order.line rules with sale order rules."
  152. msgstr ""
  153. #. module: base_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  155. msgid "Sequence"
  156. msgstr "Sequência"
  157. #. module: base_exception
  158. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  159. msgid "_Close"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model,name:base_exception.model_base_exception
  163. msgid "base.exception"
  164. msgstr ""
  165. #. module: base_exception
  166. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  167. msgid "exception.rule.confirm"
  168. msgstr ""