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.

308 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 method"
  45. msgstr ""
  46. #. module: base_exception
  47. #: selection:exception.rule,exception_type:0
  48. msgid "By python code"
  49. msgstr ""
  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. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  60. msgid "Created by"
  61. msgstr "أنشئ بواسطة"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  64. msgid "Created on"
  65. msgstr "أنشئ في"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  68. msgid "Description"
  69. msgstr "الوصف"
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  74. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  75. msgid "Display Name"
  76. msgstr "اسم العرض"
  77. #. module: base_exception
  78. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  79. msgid "Domain"
  80. msgstr ""
  81. #. module: base_exception
  82. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  83. msgid ""
  84. "Enter Python code here. Help about Python expression is available in the "
  85. "help tab of this document."
  86. msgstr ""
  87. #. module: base_exception
  88. #: code:addons/base_exception/models/base_exception.py:166
  89. #, fuzzy, python-format
  90. msgid ""
  91. "Error when evaluating the exception.rule rule:\n"
  92. " %s \n"
  93. "(%s)"
  94. msgstr ""
  95. "يوجد خطأ عند تطبيق قانون الخلل:\n"
  96. " %s \n"
  97. "(%s)"
  98. #. module: base_exception
  99. #: model:ir.model,name:base_exception.model_base_exception
  100. #, fuzzy
  101. msgid "Exception"
  102. msgstr "الخلل"
  103. #. module: base_exception
  104. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  105. msgid "Exception Name"
  106. msgstr "اسم الخلل"
  107. #. module: base_exception
  108. #: model:ir.model,name:base_exception.model_exception_rule
  109. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  110. msgid "Exception Rule"
  111. msgstr "قانون الخلل"
  112. #. module: base_exception
  113. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  114. #, fuzzy
  115. msgid "Exception Rule Confirm Wizard"
  116. msgstr "قانون الخلل"
  117. #. module: base_exception
  118. #: model:ir.model,name:base_exception.model_base_exception_method
  119. #, fuzzy
  120. msgid "Exception Rule Methods"
  121. msgstr "قوانين الخلل"
  122. #. module: base_exception
  123. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  124. msgid "Exception Rule Setup"
  125. msgstr "اعداد قانون الخلل"
  126. #. module: base_exception
  127. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  128. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  129. msgid "Exception Rules"
  130. msgstr "قوانين الخلل"
  131. #. module: base_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  133. #, fuzzy
  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 ""
  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 "المعرف"
  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 ""
  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 ""
  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 ""
  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 ""
  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 ""
  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 "Next state"
  258. #~ msgstr "الحالة القادمة"