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.

313 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: 2018-06-29 05:01+0000\n"
  13. "Last-Translator: Osoul <baruni@osoul.ly>\n"
  14. "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
  15. "Language: ar\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=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
  20. "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
  21. "X-Generator: Weblate 3.0.1\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 ""
  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 ""
  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 ""
  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. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  56. msgid "Created by"
  57. msgstr "أنشئ بواسطة"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  60. msgid "Created on"
  61. msgstr "أنشئ في"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  64. msgid "Description"
  65. msgstr "الوصف"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  70. msgid "Display Name"
  71. msgstr "اسم العرض"
  72. #. module: base_exception
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  74. msgid "Domain"
  75. msgstr ""
  76. #. module: base_exception
  77. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  78. msgid ""
  79. "Enter Python code here. Help about Python expression is available in the "
  80. "help tab of this document."
  81. msgstr ""
  82. #. module: base_exception
  83. #: code:addons/base_exception/models/base_exception.py:260
  84. #, fuzzy, python-format
  85. #| msgid ""
  86. #| "Error when evaluating the exception.rule rule:\n"
  87. #| " %s \n"
  88. #| "(%s)"
  89. msgid ""
  90. "Error when evaluating the exception.rule: %s\n"
  91. "(%s)"
  92. msgstr ""
  93. "يوجد خطأ عند تطبيق قانون الخلل:\n"
  94. " %s \n"
  95. "(%s)"
  96. #. module: base_exception
  97. #: model:ir.model,name:base_exception.model_base_exception
  98. #, fuzzy
  99. #| msgid "Exceptions"
  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. #, fuzzy
  114. #| msgid "Exception Rule"
  115. msgid "Exception Rule Confirm Wizard"
  116. msgstr "قانون الخلل"
  117. #. module: base_exception
  118. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  119. msgid "Exception Rule Setup"
  120. msgstr "اعداد قانون الخلل"
  121. #. module: base_exception
  122. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  123. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  124. msgid "Exception Rules"
  125. msgstr "قوانين الخلل"
  126. #. module: base_exception
  127. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  128. #, fuzzy
  129. #| msgid "Exception Name"
  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_exception_rule_confirm__exception_ids
  146. msgid "Exceptions to resolve"
  147. msgstr "خلل في انتظار التجاوز"
  148. #. module: base_exception
  149. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  150. msgid "Gives the sequence order when applying the test"
  151. msgstr ""
  152. #. module: base_exception
  153. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  154. msgid "Help"
  155. msgstr ""
  156. #. module: base_exception
  157. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  158. msgid "Help with Python expressions"
  159. msgstr ""
  160. #. module: base_exception
  161. #: model:ir.model.fields,field_description:base_exception.field_base_exception__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 "المعرف"
  166. #. module: base_exception
  167. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  168. msgid ""
  169. "If we detect exception we set the state of object (ex purchase) to the "
  170. "next_state (ex 'to approve'). If there are more than one exception detected "
  171. "and all have a value for next_state, we usethe exception having the smallest "
  172. "sequence value"
  173. msgstr ""
  174. #. module: base_exception
  175. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  177. msgid "Ignore Exceptions"
  178. msgstr "تجاهل الخلل"
  179. #. module: base_exception
  180. #: model:ir.model.fields,field_description:base_exception.field_base_exception____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. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  199. msgid "Next state"
  200. msgstr "الحالة القادمة"
  201. #. module: base_exception
  202. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  203. #, python-format
  204. msgid "Only 1 ID accepted, got %r."
  205. msgstr ""
  206. #. module: base_exception
  207. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  208. msgid "Outstanding exceptions to manage"
  209. msgstr ""
  210. #. module: base_exception
  211. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  212. msgid "Outstanding exceptions to manager"
  213. msgstr ""
  214. #. module: base_exception
  215. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  216. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  217. msgid "Python Code"
  218. msgstr ""
  219. #. module: base_exception
  220. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  221. msgid ""
  222. "Python code executed to check if the exception apply or not. Use failed = "
  223. "True to block the exception"
  224. msgstr ""
  225. #. module: base_exception
  226. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  227. msgid "Related Model"
  228. msgstr ""
  229. #. module: base_exception
  230. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  231. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  232. msgid "Rule Group"
  233. msgstr ""
  234. #. module: base_exception
  235. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  236. msgid ""
  237. "Rule group is used to group the rules that must validated at same time for a "
  238. "target object. Ex: validate sale.order.line rules with sale order rules."
  239. msgstr ""
  240. #. module: base_exception
  241. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  242. msgid "Sequence"
  243. msgstr ""
  244. #. module: base_exception
  245. #: code:addons/base_exception/models/base_exception.py:80
  246. #, python-format
  247. msgid ""
  248. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  249. "wrong. Value must be in this list %s"
  250. msgstr ""
  251. #. module: base_exception
  252. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  253. msgid "To block the exception use: <code>failed = True</code>"
  254. msgstr ""
  255. #. module: base_exception
  256. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  257. msgid ""
  258. "Various fields may use Python code or Python expressions. The following "
  259. "variables can be used:"
  260. msgstr ""
  261. #. module: base_exception
  262. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  263. msgid "_Close"
  264. msgstr ""