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.

310 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. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-05-01 10:38+0000\n"
  12. "PO-Revision-Date: 2019-08-31 04:24+0000\n"
  13. "Last-Translator: 黎伟杰 <674416404@qq.com>\n"
  14. "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
  15. "zh_CN/)\n"
  16. "Language: zh_CN\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=1; plural=0;\n"
  21. "X-Generator: Weblate 3.8\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>: 记录对规则求值的位置。"
  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>: 有用的Python库"
  30. #. module: base_exception
  31. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  32. msgid "Active"
  33. msgstr "有效"
  34. #. module: base_exception
  35. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  36. msgid "Apply on"
  37. msgstr "应用于"
  38. #. module: base_exception
  39. #: selection:exception.rule,exception_type:0
  40. msgid "By domain"
  41. msgstr "通过域"
  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 "通过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. "通过python代码:允许定义任意检查\n"
  59. "通过域: 仅限于odoo域的选择:\n"
  60. " 在评估异常情况时 可以使用几种记录来改进性能"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  63. msgid "Created by"
  64. msgstr "创建者"
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  67. msgid "Created on"
  68. msgstr "创建时间"
  69. #. module: base_exception
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  71. msgid "Description"
  72. msgstr "说明"
  73. #. module: base_exception
  74. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  75. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  76. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  77. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  78. msgid "Display Name"
  79. msgstr "显示名称"
  80. #. module: base_exception
  81. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  82. msgid "Domain"
  83. msgstr "域"
  84. #. module: base_exception
  85. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  86. msgid ""
  87. "Enter Python code here. Help about Python expression is available in the "
  88. "help tab of this document."
  89. msgstr ""
  90. "在这里输入Python代码。有关Python表达式的帮助,请参阅本文档的帮助选项卡。"
  91. #. module: base_exception
  92. #: code:addons/base_exception/models/base_exception.py:166
  93. #, python-format
  94. msgid ""
  95. "Error when evaluating the exception.rule rule:\n"
  96. " %s \n"
  97. "(%s)"
  98. msgstr ""
  99. "评估exception.rule规则时出错:\n"
  100. " %s \n"
  101. "(%s)"
  102. #. module: base_exception
  103. #: model:ir.model,name:base_exception.model_base_exception
  104. msgid "Exception"
  105. msgstr "异常"
  106. #. module: base_exception
  107. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  108. msgid "Exception Name"
  109. msgstr "异常名称"
  110. #. module: base_exception
  111. #: model:ir.model,name:base_exception.model_exception_rule
  112. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  113. msgid "Exception Rule"
  114. msgstr "异常规则"
  115. #. module: base_exception
  116. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  117. msgid "Exception Rule Confirm Wizard"
  118. msgstr "异常规则确认向导"
  119. #. module: base_exception
  120. #: model:ir.model,name:base_exception.model_base_exception_method
  121. msgid "Exception Rule Methods"
  122. msgstr "异常规则方法"
  123. #. module: base_exception
  124. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  125. msgid "Exception Rule Setup"
  126. msgstr "异常规则设置"
  127. #. module: base_exception
  128. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  129. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  130. msgid "Exception Rules"
  131. msgstr "异常规则"
  132. #. module: base_exception
  133. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  134. msgid "Exception Type"
  135. msgstr "异常类型"
  136. #. module: base_exception
  137. #: model:res.groups,name:base_exception.group_exception_rule_manager
  138. msgid "Exception manager"
  139. msgstr "异常管理"
  140. #. module: base_exception
  141. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  142. msgid "Exceptions"
  143. msgstr "异常"
  144. #. module: base_exception
  145. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  146. msgid "Exceptions Rules"
  147. msgstr "异常规则"
  148. #. module: base_exception
  149. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  150. #, fuzzy
  151. msgid "Exceptions Summary"
  152. msgstr "异常管理"
  153. #. module: base_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  155. msgid "Exceptions to resolve"
  156. msgstr "解决的异常情况"
  157. #. module: base_exception
  158. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  159. msgid "Gives the sequence order when applying the test"
  160. msgstr "应用测试时给出序列顺序"
  161. #. module: base_exception
  162. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  163. msgid "Help"
  164. msgstr "帮助"
  165. #. module: base_exception
  166. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  167. msgid "Help with Python expressions"
  168. msgstr "帮助Python表达式"
  169. #. module: base_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  171. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  174. msgid "ID"
  175. msgstr "ID"
  176. #. module: base_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  179. msgid "Ignore Exceptions"
  180. msgstr "忽略异常"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  183. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  186. msgid "Last Modified on"
  187. msgstr "最后修改时间"
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  190. msgid "Last Updated by"
  191. msgstr "最后更新者"
  192. #. module: base_exception
  193. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  194. msgid "Last Updated on"
  195. msgstr "最后更新时间"
  196. #. module: base_exception
  197. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  198. msgid "Main Exception"
  199. msgstr "主要异常"
  200. #. module: base_exception
  201. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  202. msgid "Method"
  203. msgstr ""
  204. #. module: base_exception
  205. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  206. #, python-format
  207. msgid "Only 1 ID accepted, got %r."
  208. msgstr "只接受了一个ID,得到 %r。"
  209. #. module: base_exception
  210. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  211. msgid "Outstanding exceptions to manage"
  212. msgstr "管理异常的情况"
  213. #. module: base_exception
  214. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  215. msgid "Outstanding exceptions to manager"
  216. msgstr "管理异常的情况"
  217. #. module: base_exception
  218. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  219. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  220. msgid "Python Code"
  221. msgstr "Python代码"
  222. #. module: base_exception
  223. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  224. msgid ""
  225. "Python code executed to check if the exception apply or not. Use failed = "
  226. "True to block the exception"
  227. msgstr "执行Python代码以检查异常是否适用。使用failed = True可阻止异常"
  228. #. module: base_exception
  229. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  230. msgid "Related Model"
  231. msgstr "相关模型"
  232. #. module: base_exception
  233. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  234. msgid "Sequence"
  235. msgstr "序列"
  236. #. module: base_exception
  237. #: code:addons/base_exception/models/base_exception.py:59
  238. #, python-format
  239. msgid ""
  240. "There is a problem of configuration, python code, domain or method is "
  241. "missing to match the exception type."
  242. msgstr ""
  243. #. module: base_exception
  244. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  245. msgid "To block the exception use: <code>failed = True</code>"
  246. msgstr "阻止异常使用: <code>failed = True</code>"
  247. #. module: base_exception
  248. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  249. msgid ""
  250. "Various fields may use Python code or Python expressions. The following "
  251. "variables can be used:"
  252. msgstr "各种字段可能使用Python代码或Python表达式。可以使用以下变量:"
  253. #. module: base_exception
  254. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  255. msgid "_Close"
  256. msgstr "关闭"
  257. #~ msgid ""
  258. #~ "There is a problem of configuration, python code or domain is missing to "
  259. #~ "match the exception type."
  260. #~ msgstr "存在配置问题,缺少python代码或域以匹配异常类型。"