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.

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