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.

288 lines
9.2 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. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-08-01 02:43+0000\n"
  12. "PO-Revision-Date: 2017-08-01 02:43+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
  15. "Language: ca\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: base_exception
  21. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  22. msgid "<code>self</code>: Record on which the rule is evaluated."
  23. msgstr ""
  24. #. module: base_exception
  25. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  26. msgid "<code>time</code>: useful Python libraries"
  27. msgstr ""
  28. #. module: base_exception
  29. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  30. msgid "Active"
  31. msgstr "Actiu"
  32. #. module: base_exception
  33. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  34. msgid "Apply on"
  35. msgstr ""
  36. #. module: base_exception
  37. #: selection:exception.rule,exception_type:0
  38. msgid "By domain"
  39. msgstr ""
  40. #. module: base_exception
  41. #: selection:exception.rule,exception_type:0
  42. msgid "By python code"
  43. msgstr ""
  44. #. module: base_exception
  45. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  46. msgid ""
  47. "By python code: allow to define any arbitrary check\n"
  48. "By domain: limited to a selection by an odoo domain:\n"
  49. " performance can be better when exceptions are "
  50. "evaluated with several records"
  51. msgstr ""
  52. #. module: base_exception
  53. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  54. msgid "Created by"
  55. msgstr "Creat per"
  56. #. module: base_exception
  57. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  58. msgid "Created on"
  59. msgstr "Creat el"
  60. #. module: base_exception
  61. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  62. msgid "Description"
  63. msgstr "Descripció"
  64. #. module: base_exception
  65. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  66. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  69. msgid "Display Name"
  70. msgstr "Veure el nom"
  71. #. module: base_exception
  72. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  73. msgid "Domain"
  74. msgstr ""
  75. #. module: base_exception
  76. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  77. msgid ""
  78. "Enter Python code here. Help about Python expression is available in the "
  79. "help tab of this document."
  80. msgstr ""
  81. #. module: base_exception
  82. #: code:addons/base_exception/models/base_exception.py:156
  83. #, python-format
  84. msgid ""
  85. "Error when evaluating the exception.rule rule:\n"
  86. " %s \n"
  87. "(%s)"
  88. msgstr ""
  89. #. module: base_exception
  90. #: model:ir.model,name:base_exception.model_base_exception
  91. #, fuzzy
  92. msgid "Exception"
  93. msgstr "Descripció"
  94. #. module: base_exception
  95. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  96. msgid "Exception Name"
  97. msgstr ""
  98. #. module: base_exception
  99. #: model:ir.model,name:base_exception.model_exception_rule
  100. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  101. msgid "Exception Rule"
  102. msgstr ""
  103. #. module: base_exception
  104. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  105. msgid "Exception Rule Confirm Wizard"
  106. msgstr ""
  107. #. module: base_exception
  108. #: model:ir.model,name:base_exception.model_base_exception_method
  109. msgid "Exception Rule Methods"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  113. msgid "Exception Rule Setup"
  114. msgstr ""
  115. #. module: base_exception
  116. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  117. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  118. msgid "Exception Rules"
  119. msgstr ""
  120. #. module: base_exception
  121. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  122. msgid "Exception Type"
  123. msgstr ""
  124. #. module: base_exception
  125. #: model:res.groups,name:base_exception.group_exception_rule_manager
  126. msgid "Exception manager"
  127. msgstr ""
  128. #. module: base_exception
  129. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  130. msgid "Exceptions"
  131. msgstr ""
  132. #. module: base_exception
  133. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  134. msgid "Exceptions Rules"
  135. msgstr ""
  136. #. module: base_exception
  137. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  138. #, fuzzy
  139. msgid "Exceptions Summary"
  140. msgstr "Descripció"
  141. #. module: base_exception
  142. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  143. msgid "Exceptions to resolve"
  144. msgstr ""
  145. #. module: base_exception
  146. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  147. msgid "Gives the sequence order when applying the test"
  148. msgstr ""
  149. #. module: base_exception
  150. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  151. msgid "Help"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  155. msgid "Help with Python expressions"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  159. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  160. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  161. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  162. msgid "ID"
  163. msgstr "ID"
  164. #. module: base_exception
  165. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  166. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  167. msgid "Ignore Exceptions"
  168. msgstr ""
  169. #. module: base_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  171. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  174. msgid "Last Modified on"
  175. msgstr "Darrera modificació el"
  176. #. module: base_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  178. msgid "Last Updated by"
  179. msgstr "Darrera Actualització per"
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  182. msgid "Last Updated on"
  183. msgstr "Darrera Actualització el"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  186. msgid "Main Exception"
  187. msgstr ""
  188. #. module: base_exception
  189. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  190. #, python-format
  191. msgid "Only 1 ID accepted, got %r."
  192. msgstr ""
  193. #. module: base_exception
  194. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  195. msgid "Outstanding exceptions to manage"
  196. msgstr ""
  197. #. module: base_exception
  198. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  199. msgid "Outstanding exceptions to manager"
  200. msgstr ""
  201. #. module: base_exception
  202. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  203. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  204. msgid "Python Code"
  205. msgstr ""
  206. #. module: base_exception
  207. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  208. msgid ""
  209. "Python code executed to check if the exception apply or not. Use failed = "
  210. "True to block the exception"
  211. msgstr ""
  212. #. module: base_exception
  213. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  214. #, fuzzy
  215. msgid "Related Model"
  216. msgstr "Creat el"
  217. #. module: base_exception
  218. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  219. msgid "Sequence"
  220. msgstr ""
  221. #. module: base_exception
  222. #: code:addons/base_exception/models/base_exception.py:50
  223. #, python-format
  224. msgid ""
  225. "There is a problem of configuration, python code or domain is missing to "
  226. "match the exception type."
  227. msgstr ""
  228. #. module: base_exception
  229. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  230. msgid "To block the exception use: <code>failed = True</code>"
  231. msgstr ""
  232. #. module: base_exception
  233. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  234. msgid ""
  235. "Various fields may use Python code or Python expressions. The following "
  236. "variables can be used:"
  237. msgstr ""
  238. #. module: base_exception
  239. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  240. msgid "_Close"
  241. msgstr ""