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.

307 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_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:156
  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_base_exception__exceptions_summary
  154. #, fuzzy
  155. #| msgid "Exception manager"
  156. msgid "Exceptions Summary"
  157. msgstr "مدير قوانين الخلل"
  158. #. module: base_exception
  159. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  160. msgid "Exceptions to resolve"
  161. msgstr "خلل في انتظار التجاوز"
  162. #. module: base_exception
  163. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  164. msgid "Gives the sequence order when applying the test"
  165. msgstr ""
  166. #. module: base_exception
  167. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  168. msgid "Help"
  169. msgstr ""
  170. #. module: base_exception
  171. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  172. msgid "Help with Python expressions"
  173. msgstr ""
  174. #. module: base_exception
  175. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  176. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  179. msgid "ID"
  180. msgstr "المعرف"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  183. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  184. msgid "Ignore Exceptions"
  185. msgstr "تجاهل الخلل"
  186. #. module: base_exception
  187. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  188. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  189. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  190. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  191. msgid "Last Modified on"
  192. msgstr "آخر تعديل في"
  193. #. module: base_exception
  194. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  195. msgid "Last Updated by"
  196. msgstr "آخر تحديث بواسطة"
  197. #. module: base_exception
  198. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  199. msgid "Last Updated on"
  200. msgstr "آخر تحديث في"
  201. #. module: base_exception
  202. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  203. msgid "Main Exception"
  204. msgstr "الخلل الرئيسي"
  205. #. module: base_exception
  206. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  207. #, python-format
  208. msgid "Only 1 ID accepted, got %r."
  209. msgstr ""
  210. #. module: base_exception
  211. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  212. msgid "Outstanding exceptions to manage"
  213. msgstr ""
  214. #. module: base_exception
  215. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  216. msgid "Outstanding exceptions to manager"
  217. msgstr ""
  218. #. module: base_exception
  219. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  220. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  221. msgid "Python Code"
  222. msgstr ""
  223. #. module: base_exception
  224. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  225. msgid ""
  226. "Python code executed to check if the exception apply or not. Use failed = "
  227. "True to block the exception"
  228. msgstr ""
  229. #. module: base_exception
  230. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  231. msgid "Related Model"
  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:50
  239. #, python-format
  240. msgid ""
  241. "There is a problem of configuration, python code or domain is missing to "
  242. "match the exception type."
  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 ""
  258. #~ msgid "Next state"
  259. #~ msgstr "الحالة القادمة"