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.

300 lines
9.8 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_base_exception_method__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  71. msgid "Display Name"
  72. msgstr "اسم العرض"
  73. #. module: base_exception
  74. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  75. msgid "Domain"
  76. msgstr ""
  77. #. module: base_exception
  78. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  79. msgid ""
  80. "Enter Python code here. Help about Python expression is available in the "
  81. "help tab of this document."
  82. msgstr ""
  83. #. module: base_exception
  84. #: code:addons/base_exception/models/base_exception.py:138
  85. #, fuzzy, python-format
  86. #| msgid ""
  87. #| "Error when evaluating the exception.rule rule:\n"
  88. #| " %s \n"
  89. #| "(%s)"
  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 "Exceptions"
  102. msgid "Exception"
  103. msgstr "الخلل"
  104. #. module: base_exception
  105. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  106. msgid "Exception Name"
  107. msgstr "اسم الخلل"
  108. #. module: base_exception
  109. #: model:ir.model,name:base_exception.model_exception_rule
  110. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  111. msgid "Exception Rule"
  112. msgstr "قانون الخلل"
  113. #. module: base_exception
  114. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  115. #, fuzzy
  116. #| msgid "Exception Rule"
  117. msgid "Exception Rule Confirm Wizard"
  118. msgstr "قانون الخلل"
  119. #. module: base_exception
  120. #: model:ir.model,name:base_exception.model_base_exception_method
  121. #, fuzzy
  122. #| msgid "Exception Rules"
  123. msgid "Exception Rule Methods"
  124. msgstr "قوانين الخلل"
  125. #. module: base_exception
  126. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  127. msgid "Exception Rule Setup"
  128. msgstr "اعداد قانون الخلل"
  129. #. module: base_exception
  130. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  131. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  132. msgid "Exception Rules"
  133. msgstr "قوانين الخلل"
  134. #. module: base_exception
  135. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  136. #, fuzzy
  137. #| msgid "Exception Name"
  138. msgid "Exception Type"
  139. msgstr "اسم الخلل"
  140. #. module: base_exception
  141. #: model:res.groups,name:base_exception.group_exception_rule_manager
  142. msgid "Exception manager"
  143. msgstr "مدير قوانين الخلل"
  144. #. module: base_exception
  145. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  146. msgid "Exceptions"
  147. msgstr "الخلل"
  148. #. module: base_exception
  149. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  150. msgid "Exceptions Rules"
  151. msgstr "قوانين الخلل"
  152. #. module: base_exception
  153. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  154. msgid "Exceptions to resolve"
  155. msgstr "خلل في انتظار التجاوز"
  156. #. module: base_exception
  157. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  158. msgid "Gives the sequence order when applying the test"
  159. msgstr ""
  160. #. module: base_exception
  161. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  162. msgid "Help"
  163. msgstr ""
  164. #. module: base_exception
  165. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  166. msgid "Help with Python expressions"
  167. msgstr ""
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  170. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  171. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  173. msgid "ID"
  174. msgstr "المعرف"
  175. #. module: base_exception
  176. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  178. msgid "Ignore Exceptions"
  179. msgstr "تجاهل الخلل"
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  182. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  184. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  185. msgid "Last Modified on"
  186. msgstr "آخر تعديل في"
  187. #. module: base_exception
  188. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  189. msgid "Last Updated by"
  190. msgstr "آخر تحديث بواسطة"
  191. #. module: base_exception
  192. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  193. msgid "Last Updated on"
  194. msgstr "آخر تحديث في"
  195. #. module: base_exception
  196. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  197. msgid "Main Exception"
  198. msgstr "الخلل الرئيسي"
  199. #. module: base_exception
  200. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  201. #, python-format
  202. msgid "Only 1 ID accepted, got %r."
  203. msgstr ""
  204. #. module: base_exception
  205. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  206. msgid "Outstanding exceptions to manage"
  207. msgstr ""
  208. #. module: base_exception
  209. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  210. msgid "Outstanding exceptions to manager"
  211. msgstr ""
  212. #. module: base_exception
  213. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  214. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  215. msgid "Python Code"
  216. msgstr ""
  217. #. module: base_exception
  218. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  219. msgid ""
  220. "Python code executed to check if the exception apply or not. Use failed = "
  221. "True to block the exception"
  222. msgstr ""
  223. #. module: base_exception
  224. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  225. msgid "Related Model"
  226. msgstr ""
  227. #. module: base_exception
  228. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  229. msgid "Sequence"
  230. msgstr ""
  231. #. module: base_exception
  232. #: code:addons/base_exception/models/base_exception.py:49
  233. #, python-format
  234. msgid ""
  235. "There is a problem of configuration, python code or domain is missing to "
  236. "match the exception type."
  237. msgstr ""
  238. #. module: base_exception
  239. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  240. msgid "To block the exception use: <code>failed = True</code>"
  241. msgstr ""
  242. #. module: base_exception
  243. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  244. msgid ""
  245. "Various fields may use Python code or Python expressions. The following "
  246. "variables can be used:"
  247. msgstr ""
  248. #. module: base_exception
  249. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  250. msgid "_Close"
  251. msgstr ""
  252. #~ msgid "Next state"
  253. #~ msgstr "الحالة القادمة"