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