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.

306 lines
9.9 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: 2018-07-22 11:30+0000\n"
  13. "Last-Translator: derKonig <fshahy@gmail.com>\n"
  14. "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
  15. "Language: fa\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=1; plural=0;\n"
  20. "X-Generator: Weblate 3.0.1\n"
  21. #. module: base_exception
  22. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  23. msgid "<code>self</code>: Record on which the rule is evaluated."
  24. msgstr ""
  25. #. module: base_exception
  26. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  27. msgid "<code>time</code>: useful Python libraries"
  28. msgstr ""
  29. #. module: base_exception
  30. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  31. msgid "Active"
  32. msgstr "فعال"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  35. msgid "Apply on"
  36. msgstr "اعمال بر"
  37. #. module: base_exception
  38. #: selection:exception.rule,exception_type:0
  39. msgid "By domain"
  40. msgstr ""
  41. #. module: base_exception
  42. #: selection:exception.rule,exception_type:0
  43. msgid "By python code"
  44. msgstr ""
  45. #. module: base_exception
  46. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  47. msgid ""
  48. "By python code: allow to define any arbitrary check\n"
  49. "By domain: limited to a selection by an odoo domain:\n"
  50. " performance can be better when exceptions are "
  51. "evaluated with several records"
  52. msgstr ""
  53. #. module: base_exception
  54. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  55. msgid "Created by"
  56. msgstr "ایجاد شده توسط"
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  59. msgid "Created on"
  60. msgstr "ایجاد شده در"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  63. msgid "Description"
  64. msgstr "توصیف"
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_base_exception__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 "نام نمایشی"
  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:260
  83. #, python-format
  84. msgid ""
  85. "Error when evaluating the exception.rule: %s\n"
  86. "(%s)"
  87. msgstr ""
  88. #. module: base_exception
  89. #: model:ir.model,name:base_exception.model_base_exception
  90. #, fuzzy
  91. #| msgid "Exception Name"
  92. msgid "Exception"
  93. msgstr "نام استثنا"
  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. #, fuzzy
  106. #| msgid "Exception Rule"
  107. msgid "Exception Rule Confirm Wizard"
  108. msgstr "قاعده استثنا"
  109. #. module: base_exception
  110. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  111. msgid "Exception Rule Setup"
  112. msgstr ""
  113. #. module: base_exception
  114. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  115. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  116. msgid "Exception Rules"
  117. msgstr ""
  118. #. module: base_exception
  119. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  120. #, fuzzy
  121. #| msgid "Exception Name"
  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_exception_rule_confirm__exception_ids
  138. msgid "Exceptions to resolve"
  139. msgstr ""
  140. #. module: base_exception
  141. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  142. msgid "Gives the sequence order when applying the test"
  143. msgstr ""
  144. #. module: base_exception
  145. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  146. msgid "Help"
  147. msgstr ""
  148. #. module: base_exception
  149. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  150. msgid "Help with Python expressions"
  151. msgstr ""
  152. #. module: base_exception
  153. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  155. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  156. msgid "ID"
  157. msgstr "شناسه"
  158. #. module: base_exception
  159. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  160. msgid ""
  161. "If we detect exception we set the state of object (ex purchase) to the "
  162. "next_state (ex 'to approve'). If there are more than one exception detected "
  163. "and all have a value for next_state, we usethe exception having the smallest "
  164. "sequence value"
  165. msgstr ""
  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_exception_rule____last_update
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  175. msgid "Last Modified on"
  176. msgstr "تاریخ آخرین به‌روزرسانی"
  177. #. module: base_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  179. msgid "Last Updated by"
  180. msgstr "آخرین به روز رسانی توسط"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  183. msgid "Last Updated on"
  184. msgstr "آخرین به روز رسانی در"
  185. #. module: base_exception
  186. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  187. msgid "Main Exception"
  188. msgstr ""
  189. #. module: base_exception
  190. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  191. msgid "Next state"
  192. msgstr ""
  193. #. module: base_exception
  194. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  195. #, python-format
  196. msgid "Only 1 ID accepted, got %r."
  197. msgstr ""
  198. #. module: base_exception
  199. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  200. msgid "Outstanding exceptions to manage"
  201. msgstr ""
  202. #. module: base_exception
  203. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  204. msgid "Outstanding exceptions to manager"
  205. msgstr ""
  206. #. module: base_exception
  207. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  208. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  209. msgid "Python Code"
  210. msgstr ""
  211. #. module: base_exception
  212. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  213. msgid ""
  214. "Python code executed to check if the exception apply or not. Use failed = "
  215. "True to block the exception"
  216. msgstr ""
  217. #. module: base_exception
  218. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  219. #, fuzzy
  220. msgid "Related Model"
  221. msgstr "ایجاد شده در"
  222. #. module: base_exception
  223. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  224. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  225. msgid "Rule Group"
  226. msgstr ""
  227. #. module: base_exception
  228. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  229. msgid ""
  230. "Rule group is used to group the rules that must validated at same time for a "
  231. "target object. Ex: validate sale.order.line rules with sale order rules."
  232. msgstr ""
  233. #. module: base_exception
  234. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  235. msgid "Sequence"
  236. msgstr ""
  237. #. module: base_exception
  238. #: code:addons/base_exception/models/base_exception.py:80
  239. #, python-format
  240. msgid ""
  241. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  242. "wrong. Value must be in this list %s"
  243. msgstr ""
  244. #. module: base_exception
  245. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  246. msgid "To block the exception use: <code>failed = True</code>"
  247. msgstr ""
  248. #. module: base_exception
  249. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  250. msgid ""
  251. "Various fields may use Python code or Python expressions. The following "
  252. "variables can be used:"
  253. msgstr ""
  254. #. module: base_exception
  255. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  256. msgid "_Close"
  257. msgstr ""