1# Translation of Odoo Server.
2# This file contains the translation of the following modules:
3# 	* gamification
4#
5# Translators:
6# Sherif Abd Ekmoniem <sherif.tsupport@gmail.com>, 2020
7# Mustafa Rawi <mustafa@cubexco.com>, 2020
8# Sadig Adam <sadig41@gmail.com>, 2020
9# Akram Alfusayal <akram_ma@hotmail.com>, 2020
10# amrnegm <amrnegm.01@gmail.com>, 2020
11# Martin Trigaux, 2020
12# hoxhe Aits <hoxhe0@gmail.com>, 2020
13# Ali zuaby <ali@zuaby.net>, 2020
14# Osoul <baruni@osoul.ly>, 2020
15# Mohammed Ibrahim <m.ibrahim@mussder.com>, 2020
16# Osama Ahmaro <osamaahmaro@gmail.com>, 2020
17# Zuhair Hammadi <zuhair12@gmail.com>, 2020
18# Shaima Safar <shaima.safar@open-inside.com>, 2020
19# Mostafa Hanafy <mostafa.s.hanafy@gmail.com>, 2020
20# Nisrine Tagri <nta@odoo.com>, 2020
21#
22msgid ""
23msgstr ""
24"Project-Id-Version: Odoo Server 14.0\n"
25"Report-Msgid-Bugs-To: \n"
26"POT-Creation-Date: 2020-10-29 15:48+0000\n"
27"PO-Revision-Date: 2020-09-07 08:12+0000\n"
28"Last-Translator: Nisrine Tagri <nta@odoo.com>, 2020\n"
29"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n"
30"MIME-Version: 1.0\n"
31"Content-Type: text/plain; charset=UTF-8\n"
32"Content-Transfer-Encoding: \n"
33"Language: ar\n"
34"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
35
36#. module: gamification
37#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__rank_users_count
38msgid "# Users"
39msgstr ""
40
41#. module: gamification
42#: code:addons/gamification/models/challenge.py:0
43#, python-format
44msgid "%s has joined the challenge"
45msgstr "انضم %s للتحدي"
46
47#. module: gamification
48#: code:addons/gamification/models/challenge.py:0
49#, python-format
50msgid "%s has refused the challenge"
51msgstr "رفض %s التحدي"
52
53#. module: gamification
54#: model:mail.template,body_html:gamification.email_template_badge_received
55msgid ""
56"<?xml version=\"1.0\"?>\n"
57"<table border=\"0\" cellpadding=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
58"<table border=\"0\" width=\"590\" cellpadding=\"0\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\" summary=\"o_mail_notification\">\n"
59"<tbody>\n"
60"    <!-- HEADER -->\n"
61"    <tr>\n"
62"        <td align=\"center\" style=\"min-width: 590px;\">\n"
63"            <table width=\"590\" border=\"0\" cellpadding=\"0\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
64"                <tr><td valign=\"middle\">\n"
65"                    <span style=\"font-size: 10px;\">Your Badge</span><br/>\n"
66"                    <span style=\"font-size: 20px; font-weight: bold;\">\n"
67"                        ${object.badge_id.name}\n"
68"                    </span>\n"
69"                </td><td valign=\"middle\" align=\"right\">\n"
70"                    <img src=\"/logo.png?company=${object.user_id.company_id.id}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" alt=\"${object.user_id.company_id.name}\"/>\n"
71"                </td></tr>\n"
72"                <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
73"                  <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
74"                </td></tr>\n"
75"            </table>\n"
76"        </td>\n"
77"    </tr>\n"
78"    <!-- CONTENT -->\n"
79"    <tr>\n"
80"        <td align=\"center\" style=\"min-width: 590px;\">\n"
81"            <table width=\"590\" border=\"0\" cellpadding=\"0\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
82"                <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
83"                    <div>\n"
84"                        Congratulations ${object.user_id.name} !<br/>\n"
85"                        You just received badge <strong>${object.badge_id.name}</strong> !<br/>\n"
86"                        % if object.badge_id.description\n"
87"                            <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 560px; margin-top: 5px;\">\n"
88"                            <tbody><tr>\n"
89"                                <td valign=\"center\">\n"
90"                                    <img src=\"/web/image/gamification.badge/${object.badge_id.id}/image_128/80x80\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" alt=\"${user.company_id.name}\"/>\n"
91"                                </td>\n"
92"                                <td valign=\"center\">\n"
93"                                    <cite>${object.badge_id.description}</cite>\n"
94"                                </td>\n"
95"                            </tr></tbody>\n"
96"                            </table>\n"
97"                        % endif\n"
98"                        <br/>\n"
99"                        % if object.sender_id\n"
100"                            This badge was granted by <strong>${object.sender_id.name}</strong>.\n"
101"                        % endif\n"
102"                        <br/>\n"
103"                        % if object.comment\n"
104"                            ${object.comment}\n"
105"                        % endif\n"
106"                        <br/><br/>\n"
107"                        Thank you,\n"
108"                        % if object.sender_id.signature:\n"
109"                            <br/>\n"
110"                            ${object.sender_id.signature | safe}\n"
111"                        % endif\n"
112"                    </div>\n"
113"                </td></tr>\n"
114"                <tr><td style=\"text-align:center;\">\n"
115"                  <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\"/>\n"
116"                </td></tr>\n"
117"            </table>\n"
118"        </td>\n"
119"    </tr>\n"
120"    <!-- FOOTER -->\n"
121"    <tr>\n"
122"        <td align=\"center\" style=\"min-width: 590px;\">\n"
123"            <table width=\"590\" border=\"0\" cellpadding=\"0\" style=\"min-width: 590px; background-color: white; font-size: 12px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
124"                <tr><td valign=\"middle\" align=\"left\">\n"
125"                    ${object.user_id.company_id.name}\n"
126"                </td></tr>\n"
127"                <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
128"                    ${object.user_id.company_id.phone}\n"
129"                    % if object.user_id.company_id.email\n"
130"                        | <a href=\"'mailto:%s' % ${object.user_id.company_id.email}\" style=\"text-decoration:none; color: #454748;\">${object.user_id.company_id.email}</a>\n"
131"                    % endif\n"
132"                    % if object.user_id.company_id.website\n"
133"                        | <a href=\"'%s' % ${object.user_id.company_id.website}\" style=\"text-decoration:none; color: #454748;\">\n"
134"                        ${object.user_id.company_id.website}\n"
135"                    </a>\n"
136"                    % endif\n"
137"                </td></tr>\n"
138"            </table>\n"
139"        </td>\n"
140"    </tr>\n"
141"</tbody>\n"
142"</table>\n"
143"</td></tr>\n"
144"<!-- POWERED BY -->\n"
145"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
146"    <table width=\"590\" border=\"0\" cellpadding=\"0\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
147"      <tr><td style=\"text-align: center; font-size: 14px;\">\n"
148"        Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&amp;utm_medium=gamification\" style=\"color: #875A7B;\">Odoo</a>\n"
149"      </td></tr>\n"
150"    </table>\n"
151"</td></tr>\n"
152"</table>"
153msgstr ""
154
155#. module: gamification
156#: code:addons/gamification/models/challenge.py:0
157#, python-format
158msgid "<br/> %(rank)d. %(user_name)s - %(reward_name)s"
159msgstr "<br/> %(rank)d. %(user_name)s - %(reward_name)s"
160
161#. module: gamification
162#: code:addons/gamification/models/challenge.py:0
163#, python-format
164msgid ""
165"<br/>Nobody has succeeded to reach every goal, no badge is rewarded for this"
166" challenge."
167msgstr ""
168"<br/>لم ينجح أحد في الوصول لكافة الأهداف، لم تُمنح أي شارة بهذا التحدي."
169
170#. module: gamification
171#: code:addons/gamification/models/challenge.py:0
172#, python-format
173msgid ""
174"<br/>Reward (badge %(badge_name)s) for every succeeding user was sent to "
175"%(users)s."
176msgstr ""
177
178#. module: gamification
179#: code:addons/gamification/models/challenge.py:0
180#, python-format
181msgid ""
182"<br/>Special rewards were sent to the top competing users. The ranking for "
183"this challenge is :"
184msgstr ""
185"<br/>تم إرسال مكافآت مميزة لأفضل المستخدمين المتنافسين. ترتيب المستخدمين "
186"بهذا التحدي هو:"
187
188#. module: gamification
189#: model:mail.template,body_html:gamification.mail_template_data_new_rank_reached
190msgid ""
191"<div style=\"background:#F0F0F0;color:#515166;padding:10px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
192"<table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
193"    <tbody>\n"
194"        <tr>\n"
195"            <td style=\"padding:15px 20px 10px 20px;\">\n"
196"                <p>\n"
197"                    Congratulations\n"
198"                    <span>${object.name or ''}</span>!\n"
199"                </p>\n"
200"                <p>\n"
201"                    You just reached a new rank : <strong>${object.rank_id.name}</strong>\n"
202"                </p>\n"
203"                % if object.next_rank_id.name\n"
204"                    <p>Continue your work to become a <strong>${object.next_rank_id.name}</strong> !</p>\n"
205"                % endif\n"
206"                <div style=\"margin: 16px 0px 16px 0px;\">\n"
207"                    % set gamification_redirection_data = object.get_gamification_redirection_data()\n"
208"                    % for data in gamification_redirection_data\n"
209"                        % set url = data['url']\n"
210"                        % set label = data['label']\n"
211"                        <a href=\"${url}\" style=\"background-color: #875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px; font-size:13px;\">${label}</a>\n"
212"                    % endfor\n"
213"                </div>\n"
214"            </td>\n"
215"            <td style=\"padding:15px 20px 10px 20px;\">\n"
216"                <p style=\"text-align: center;\">\n"
217"                    <img src=\"/web/image/gamification.karma.rank/${object.rank_id.id}/image_128\"/>\n"
218"                </p>\n"
219"            </td>\n"
220"        </tr>\n"
221"        % if user.signature\n"
222"        <tr>\n"
223"            <td style=\"padding:15px 20px 10px 20px;\">\n"
224"                ${user.signature | safe}\n"
225"            </td>\n"
226"        </tr>\n"
227"        % endif\n"
228"    </tbody>\n"
229" </table>\n"
230"</div>"
231msgstr ""
232
233#. module: gamification
234#: model:mail.template,body_html:gamification.email_template_goal_reminder
235msgid ""
236"<div>\n"
237"    <strong>Reminder ${object.name}</strong><br/>\n"
238"    You have not updated your progress for the goal ${object.definition_id.name} (currently reached at ${object.completeness}%) for at least ${object.remind_update_delay} days. Do not forget to do it.\n"
239"    <br/><br/>\n"
240"    Thank you,\n"
241"    % if object.challenge_id.manager_id.signature:\n"
242"        <br/>\n"
243"        ${object.challenge_id.manager_id.signature | safe}\n"
244"    % endif\n"
245"</div>"
246msgstr ""
247
248#. module: gamification
249#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
250msgid ""
251"<i role=\"img\" class=\"fa fa-clock-o fa-3x\" title=\"Goal in Progress\" "
252"aria-label=\"Goal in Progress\"/>"
253msgstr ""
254"<i role=\"img\" class=\"fa fa-clock-o fa-3x\" title=\"جاري التقدم نحو "
255"الهدف\" aria-label=\"جاري التقدم نحو الهدف\"/>"
256
257#. module: gamification
258#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
259msgid ""
260"<i role=\"img\" class=\"o_green fa fa-check fa-3x\" title=\"Goal Reached\" "
261"aria-label=\"Goal Reached\"/>"
262msgstr ""
263"<i role=\"img\" class=\"o_green fa fa-check fa-3x\" title=\"تم الوصول "
264"للهدف\" aria-label=\"تم الوصول للهدف\"/>"
265
266#. module: gamification
267#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
268msgid ""
269"<i role=\"img\" class=\"o_red fa fa-times fa-3x\" title=\"Goal Failed\" "
270"aria-label=\"Goal Failed\"/>"
271msgstr ""
272"<i role=\"img\" class=\"o_red fa fa-times fa-3x\" title=\"فشل الوصول للهدف\""
273" aria-label=\"فشل الوصول للهدف\"/>"
274
275#. module: gamification
276#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
277msgid ""
278"<span class=\"o_stat_text\">Related</span>\n"
279"                                <span class=\"o_stat_text\">Goals</span>"
280msgstr ""
281"<span class=\"o_stat_text\">الأهداف</span>\n"
282"                                <span class=\"o_stat_text\">ذات الصلة</span>"
283
284#. module: gamification
285#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
286msgid "<span class=\"o_stat_text\">Users</span>"
287msgstr ""
288
289#. module: gamification
290#: model:mail.template,body_html:gamification.simple_report_template
291msgid ""
292"<table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"background-color: #EEE; border-collapse: collapse;\">\n"
293"<tr>\n"
294"    <td valign=\"top\" align=\"center\">\n"
295"        % set record = ctx.get('record')\n"
296"        % set company = record and record.company_id or user.company_id\n"
297"        % set challenge_lines = ctx.get('challenge_lines', [])     \n"
298"        <table cellspacing=\"0\" cellpadding=\"0\" width=\"600\" style=\"margin: 0 auto; width: 570px;\">\n"
299"            <tr><td>\n"
300"                <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n"
301"                    <tr>\n"
302"                        <div>\n"
303"                            % if object.visibility_mode == 'ranking':\n"
304"                                <td style=\"padding:15px;\">\n"
305"                                    <p style=\"font-size:20px;color:#666666;\" align=\"center\">Leaderboard</p>\n"
306"                                </td>\n"
307"                            % endif\n"
308"                        </div>\n"
309"                    </tr>\n"
310"                </table>\n"
311"                <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" bgcolor=\"#fff\" style=\"background-color:#fff;\">\n"
312"                    <tr><td style=\"padding: 15px;\">\n"
313"                        % if object.visibility_mode == 'personal':\n"
314"                            <span style=\"color:#666666;font-size:13px;\">Here is your current progress in the challenge <strong>${object.name}</strong>.</span>\n"
315"                            <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-top:20px;\">\n"
316"                                <tr>\n"
317"                                    <td align=\"center\">\n"
318"                                        <div>Personal Performance</div>\n"
319"                                    </td>\n"
320"                                </tr>\n"
321"                            </table>\n"
322"                            <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-top:30px;color:#666666;\">\n"
323"                                <thead>\n"
324"                                    <tr style=\"color:#9A6C8E; font-size:12px;\">\n"
325"                                        <th align=\"left\" style=\"padding-bottom: 0px;width:40%;text-align:left;\">Goals</th>\n"
326"                                        <th style=\"width:20%;text-align:right;\" align=\"left\">Target</th>\n"
327"                                        <th style=\"width:20%;text-align:right;\" align=\"right\">Current</th>\n"
328"                                        <th style=\"width:20%;text-align:right;\" align=\"right\">Completeness</th>\n"
329"                                    </tr>\n"
330"                                    <tr>\n"
331"                                        <td colspan=\"5\" style=\"height:1px;background-color:#9A6C8E;\"/>\n"
332"                                    </tr>\n"
333"                                </thead>\n"
334"                                <tbody>\n"
335"                                % for line in challenge_lines:\n"
336"                                    <tr style=\"font-weight:bold;\">\n"
337"                                        <td style=\"padding: 20px 0;\" align=\"left\">\n"
338"                                            ${line['name']}\n"
339"                                            % if line['suffix'] or line['monetary']:\n"
340"                                                (${line['full_suffix']})\n"
341"                                            % endif\n"
342"                                        </td>\n"
343"                                        <td style=\"padding: 20px 0;\" align=\"right\">${\"%.2f\" % line['target']}\n"
344"                                            % if line['suffix']:\n"
345"                                                ${line['suffix']}\n"
346"                                            % endif\n"
347"                                        </td>\n"
348"                                        <td style=\"padding: 20px 0;\" align=\"right\">${\"%.2f\" % line['current']}\n"
349"                                            % if line['suffix']:\n"
350"                                                ${line['suffix']}\n"
351"                                            % endif\n"
352"                                        </td>\n"
353"                                        <td style=\"padding: 20px 0;font-size:25px;color:#9A6C8E;\" align=\"right\"><strong>${line['completeness']| int}%</strong></td>\n"
354"                                    </tr>\n"
355"                                    <tr>\n"
356"                                        <td colspan=\"5\" style=\"height:1px;background-color:#e3e3e3;\"/>\n"
357"                                    </tr>\n"
358"                                % endfor        \n"
359"                                </tbody>\n"
360"                            </table>                   \n"
361"                        % else: \n"
362"                            <span style=\"color:#A8A8A8;font-size:13px;\">\n"
363"                                Challenge: <strong>${object.name}</strong>.\n"
364"                            </span> \n"
365"                            % for line in challenge_lines:\n"
366"                                <!-- Header + Button table -->\n"
367"                                <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-top:35px;\">\n"
368"                                    <tr>\n"
369"                                        <td width=\"50%\">\n"
370"                                            <div>Top Achievers for goal <strong>${line['name']}</strong></div>\n"
371"                                        </td>\n"
372"                                    </tr>\n"
373"                                </table>\n"
374"                                <!-- Podium -->\n"
375"                                % if len(line['goals']) == 2:\n"
376"                                    <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-top:10px;\">\n"
377"                                        <tr><td style=\"padding:0 30px;\">\n"
378"                                            <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"table-layout: fixed;\">\n"
379"                                                <tr>\n"
380"                                                    % set top_goals = line['goals'][:3]\n"
381"                                                    % for goal in top_goals:\n"
382"                                                        <td align=\"center\" style=\"width:32%;\">\n"
383"                                                            % if loop.index == 1:\n"
384"                                                                % set extra_div = '<div style=\"height:40px;\"/>'\n"
385"                                                                % set heightA = 95\n"
386"                                                                % set heightB = 75\n"
387"                                                                % set bgColor = '#b898b0'\n"
388"                                                                % set fontSize = 50\n"
389"                                                                % set podiumPosition = '2'\n"
390"                                                            % elif loop.index == 2:\n"
391"                                                                % set extra_div = ''\n"
392"                                                                % set heightA = 55\n"
393"                                                                % set heightB = 115\n"
394"                                                                % set bgColor = '#9A6C8E'\n"
395"                                                                % set fontSize = 85\n"
396"                                                                % set podiumPosition = '1'\n"
397"                                                            % elif loop.index == 3:\n"
398"                                                                % set extra_div = '<div style=\"height:60px;\"/>'\n"
399"                                                                % set heightA = 115\n"
400"                                                                % set heightB = 55\n"
401"                                                                % set bgColor = '#c8afc1'\n"
402"                                                                % set fontSize = 35\n"
403"                                                                % set podiumPosition = '3'\n"
404"                                                            % endif\n"
405"                                                            <div style=\"margin:0 3px 0 3px;height:220px;\">\n"
406"                                                                <div style=\"height:${heightA}px;\">\n"
407"                                                                    ${extra_div | safe}   \n"
408"                                                                    <div style=\"height:55px;\">\n"
409"                                                                        <img style=\"margin-bottom:5px;width:50px;height:50px;border-radius:50%;object-fit:cover;\" t-att-src=\"image_data_uri(object.env['res.users'].browse(goal['user_id']).partner_id.image_128)\" alt=\"${goal['name']}\"/>\n"
410"                                                                    </div>\n"
411"                                                                    <div align=\"center\" style=\"color:${bgColor};height:20px\">\n"
412"                                                                        ${goal['name']}\n"
413"                                                                    </div>\n"
414"                                                                </div>\n"
415"                                                                <div style=\"background-color:${bgColor | safe};height:${heightB}px;\">\n"
416"                                                                    <strong><span style=\"color:#fff;font-size:${fontSize}px;\">${podiumPosition | safe}</span></strong>\n"
417"                                                                </div>\n"
418"                                                                <div style=\"height:30px;\">\n"
419"                                                                    ${\"%.2f\" % goal['current']}\n"
420"                                                                    % if line['suffix'] or line['monetary']:\n"
421"                                                                        ${line['full_suffix']}\n"
422"                                                                    % endif\n"
423"                                                                </div>\n"
424"                                                            </div>\n"
425"                                                        </td>\n"
426"                                                    % endfor\n"
427"                                                </tr>\n"
428"                                            </table>\n"
429"                                            </td>\n"
430"                                        </tr>\n"
431"                                    </table>\n"
432"                                % endif\n"
433"                                <!-- data table -->\n"
434"                                <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-bottom:5px\">\n"
435"                                    <tr>\n"
436"                                        <td>\n"
437"                                            <table cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"margin-top:30px;margin-bottom:5px;color:#666666;\">\n"
438"                                                <thead>\n"
439"                                                    <tr style=\"color:#9A6C8E; font-size:12px;\">\n"
440"                                                        <th style=\"width:15%;text-align:center;\">Rank</th>\n"
441"                                                        <th style=\"width:25%;text-align:left;\">Name</th>\n"
442"                                                        <th style=\"width:30%;text-align:right;\">Performance \n"
443"                                                            % if line['suffix']:\n"
444"                                                                (${line['suffix']})\n"
445"                                                            % elif line['monetary']:\n"
446"                                                                (${company.currency_id.symbol})\n"
447"                                                            % endif\n"
448"                                                        </th>\n"
449"                                                        <th style=\"width:30%;text-align:right;\">Completeness</th>\n"
450"                                                    </tr>\n"
451"                                                    <tr>\n"
452"                                                        <td colspan=\"5\" style=\"height:1px;background-color:#9A6C8E;\"/>\n"
453"                                                    </tr>\n"
454"                                                </thead>\n"
455"                                                <tbody>\n"
456"                                                    % for goal in line['goals']:\n"
457"                                                        <tr>\n"
458"                                                            % set tdBgColor = '#fff'\n"
459"                                                            % set tdColor = 'gray'\n"
460"                                                            % set mutedColor = '#AAAAAA'\n"
461"                                                            % set tdPercentageColor = '#9A6C8E'\n"
462"                                                            <td width=\"15%\" align=\"center\" valign=\"middle\" style=\"background-color:${tdBgColor};padding :5px 0;font-size:20px;\">${goal['rank']+1}\n"
463"                                                            </td>\n"
464"                                                            <td width=\"25%\" align=\"left\" valign=\"middle\" style=\"background-color:${tdBgColor};padding :5px 0;font-size:13px;\">${goal['name']}</td>\n"
465"                                                            <td width=\"30%\" align=\"right\" style=\"background-color:${tdBgColor};padding:5px 0;line-height:1;\">${\"%.2f\" % goal['current']}<br/><span style=\"font-size:13px;color:${mutedColor};\">on ${\"%.2f\" % line['target']}</span>\n"
466"                                                            </td>\n"
467"                                                            <td width=\"30%\" style=\"color:${tdPercentageColor};background-color:${tdBgColor};padding-right:15px;font-size:22px;\" align=\"right\"><strong>${goal['completeness'] | int}%</strong></td>\n"
468"                                                        </tr>\n"
469"                                                        <tr>\n"
470"                                                            <td colspan=\"5\" style=\"height:1px;background-color:#DADADA;\"/>\n"
471"                                                        </tr>\n"
472"                                                    % endfor\n"
473"                                                </tbody>\n"
474"                                            </table>\n"
475"                                        </td>\n"
476"                                    </tr>\n"
477"                                </table> \n"
478"                            % endfor\n"
479"                        % endif\n"
480"                    </td></tr>\n"
481"                </table>\n"
482"            </td></tr>\n"
483"        </table>\n"
484"    </td>\n"
485"</tr>\n"
486"</table>\n"
487"            "
488msgstr ""
489
490#. module: gamification
491#: model_terms:ir.actions.act_window,help:gamification.badge_list_action
492msgid ""
493"A badge is a symbolic token granted to a user as a sign of reward.\n"
494"                It can be deserved automatically when some conditions are met or manually by users.\n"
495"                Some badges are harder than others to get with specific conditions."
496msgstr ""
497"الشارة هي عملة رمزية تُمنح للمستخدم كمكافأة.\n"
498"                يمكن الفوز بالشارة تلقائيًا عند تحقيق بعض الشروط أو منحها يدويًا من قبل المستخدمين.\n"
499"                الحصول على بعض الشارات أصعب من غيرها بشروط معينة."
500
501#. module: gamification
502#: model_terms:ir.actions.act_window,help:gamification.goal_definition_list_action
503msgid ""
504"A goal definition is a technical specification of a condition to reach.\n"
505"                The dates, values to reach or users are defined in goal instance."
506msgstr ""
507
508#. module: gamification
509#: model:ir.model.fields,help:gamification.field_gamification_challenge_line__condition
510#: model:ir.model.fields,help:gamification.field_gamification_goal__definition_condition
511#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__condition
512msgid ""
513"A goal is considered as completed when the current value is compared to the "
514"value to reach"
515msgstr ""
516"يعتبر الهدف مكتملًا إذا كانت القيمة الحالية مساوية للقيمة المراد الوصول "
517"إليها"
518
519#. module: gamification
520#: model_terms:ir.actions.act_window,help:gamification.goal_list_action
521msgid ""
522"A goal is defined by a user and a goal definition.\n"
523"                Goals can be created automatically by using challenges."
524msgstr ""
525"يُعرف الهدف بواسطة المستخدم والنوع التابع له.\n"
526"                يمكن إنشاء الأهداف تلقائيًا باستخدام التحديات."
527
528#. module: gamification
529#: model_terms:ir.actions.act_window,help:gamification.gamification_karma_ranks_action
530msgid ""
531"A rank correspond to a fixed karma level. The more you have karma, the more your rank is high.\n"
532"                    This is used to quickly know which user is new or old or highly or not active."
533msgstr ""
534
535#. module: gamification
536#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__rule_auth__users
537msgid "A selected list of users"
538msgstr "قائمة مختارة من المستخدمين"
539
540#. module: gamification
541#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__action_id
542msgid "Action"
543msgstr "إجراء"
544
545#. module: gamification
546#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_needaction
547#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_needaction
548msgid "Action Needed"
549msgstr "إجراء مطلوب"
550
551#. module: gamification
552#: model:ir.model.fields,field_description:gamification.field_gamification_badge__active
553msgid "Active"
554msgstr "نشط"
555
556#. module: gamification
557#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
558msgid "Advanced Options"
559msgstr "خيارات متقدمة"
560
561#. module: gamification
562#: model:ir.model.fields,field_description:gamification.field_gamification_badge__rule_auth
563msgid "Allowance to Grant"
564msgstr "السماح بالمنح"
565
566#. module: gamification
567#: model:ir.model.fields,help:gamification.field_gamification_challenge__user_domain
568msgid "Alternative to a list of users"
569msgstr "بديل لقائمة المستخدمين"
570
571#. module: gamification
572#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__challenge_category
573msgid "Appears in"
574msgstr "يظهر في"
575
576#. module: gamification
577#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
578#: model_terms:ir.ui.view,arch_db:gamification.gamification_badge_view_search
579msgid "Archived"
580msgstr "مؤرشف"
581
582#. module: gamification
583#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
584msgid "Assign Challenge To"
585msgstr "إسناد التحدي إلى"
586
587#. module: gamification
588#: model_terms:ir.actions.act_window,help:gamification.challenge_list_action
589msgid ""
590"Assign a list of goals to chosen users to evaluate them.\n"
591"                The challenge can use a period (weekly, monthly...) for automatic creation of goals.\n"
592"                The goals are created for the specified users or member of the group."
593msgstr ""
594"قم بتعيين قائمة من الأهداف لمجموعة محددة من المستخدمين لتقييمهم.\n"
595"                    قد يكون التحدي دوريًا (أسبوعيًا أو شهريًا) ليتم إنشاء الأهداف تلقائيًا.\n"
596"                    يتم إنشاء الأهداف للمستخدمين المحددين أو لأعضاء مجموعة ما."
597
598#. module: gamification
599#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_attachment_count
600#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_attachment_count
601msgid "Attachment Count"
602msgstr "عدد المرفقات"
603
604#. module: gamification
605#: model:ir.model.fields,field_description:gamification.field_gamification_badge__rule_auth_user_ids
606msgid "Authorized Users"
607msgstr "المستخدمين المعتمدين"
608
609#. module: gamification
610#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__computation_mode__python
611msgid "Automatic: execute a specific Python code"
612msgstr "تلقائي: تنفيذ كود بايثون معين"
613
614#. module: gamification
615#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__computation_mode__count
616msgid "Automatic: number of records"
617msgstr "تلقائي: عدد من السجلات"
618
619#. module: gamification
620#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__computation_mode__sum
621msgid "Automatic: sum on a field"
622msgstr "تلقائي: المجموع في حقل"
623
624#. module: gamification
625#: model:gamification.karma.rank,name:gamification.rank_bachelor
626msgid "Bachelor"
627msgstr "البكالوريوس"
628
629#. module: gamification
630#: model:ir.model.fields,field_description:gamification.field_gamification_badge__name
631#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__badge_id
632#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__badge_id
633#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
634msgid "Badge"
635msgstr "الشارة"
636
637#. module: gamification
638#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
639msgid "Badge Description"
640msgstr "وصف الشارة"
641
642#. module: gamification
643#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__level
644msgid "Badge Level"
645msgstr ""
646
647#. module: gamification
648#: model_terms:ir.ui.view,arch_db:gamification.badge_list_view
649msgid "Badge List"
650msgstr "قائمة الشارات"
651
652#. module: gamification
653#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__badge_name
654#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
655msgid "Badge Name"
656msgstr "اسم الشارة"
657
658#. module: gamification
659#: model:ir.actions.act_window,name:gamification.badge_list_action
660#: model:ir.model.fields,field_description:gamification.field_res_users__badge_ids
661#: model:ir.ui.menu,name:gamification.gamification_badge_menu
662msgid "Badges"
663msgstr "الشارات"
664
665#. module: gamification
666#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
667msgid ""
668"Badges are granted when a challenge is finished. This is either at the end "
669"of a running period (eg: end of the month for a monthly challenge), at the "
670"end date of a challenge (if no periodicity is set) or when the challenge is "
671"manually closed."
672msgstr ""
673"تُمنح الشارات عند إنهاء التحدي. يحدث هذا إما بنهاية فترة جارية (مثلًا: نهاية"
674" الشهر لتحدٍ شهري)، أو بتاريخ نهاية التحدي (إذا لم تحدد فترة دورية) أو عند "
675"إقفال التحدي يدويًا."
676
677#. module: gamification
678#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__batch_mode
679msgid "Batch Mode"
680msgstr "الوضع الدفعي"
681
682#. module: gamification
683#: model:gamification.badge,name:gamification.badge_idea
684msgid "Brilliant"
685msgstr "متألق"
686
687#. module: gamification
688#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__level__bronze
689msgid "Bronze"
690msgstr "برونزي"
691
692#. module: gamification
693#: model:ir.model.fields,field_description:gamification.field_res_users__bronze_badge
694msgid "Bronze badges count"
695msgstr "عدد الشارات البرونزية"
696
697#. module: gamification
698#: model_terms:ir.ui.view,arch_db:gamification.badge_kanban_view
699msgid "Can not grant"
700msgstr "لا يمكنه منح"
701
702#. module: gamification
703#: code:addons/gamification/models/goal.py:0
704#, python-format
705msgid "Can not modify the configuration of a started goal"
706msgstr "لا يمكن تعديل إعدادات هدف مبدوء"
707
708#. module: gamification
709#: model_terms:ir.ui.view,arch_db:gamification.view_badge_wizard_grant
710#: model_terms:ir.ui.view,arch_db:gamification.view_goal_wizard_update_current
711msgid "Cancel"
712msgstr "الغاء"
713
714#. module: gamification
715#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal__state__canceled
716msgid "Canceled"
717msgstr "ملغي"
718
719#. module: gamification
720#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
721msgid "Category"
722msgstr "فئة"
723
724#. module: gamification
725#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__challenge_id
726#: model:ir.model.fields,field_description:gamification.field_gamification_goal__challenge_id
727msgid "Challenge"
728msgstr "التحدي"
729
730#. module: gamification
731#: model:ir.model.fields,field_description:gamification.field_gamification_goal__line_id
732msgid "Challenge Line"
733msgstr "بند التحدي"
734
735#. module: gamification
736#: model_terms:ir.ui.view,arch_db:gamification.challenge_line_list_view
737msgid "Challenge Lines"
738msgstr "بنود التحدي"
739
740#. module: gamification
741#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__name
742msgid "Challenge Name"
743msgstr "اسم التحدي"
744
745#. module: gamification
746#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__challenge_id
747msgid "Challenge originating"
748msgstr "منشأ التحدي"
749
750#. module: gamification
751#: model:ir.model.fields,help:gamification.field_gamification_goal__challenge_id
752msgid ""
753"Challenge that generated the goal, assign challenge to users to generate "
754"goals with a value in this field."
755msgstr ""
756"التحدي الذي نشأ منه الهدف، قم بإسناد التحدي لمستخدمين لإنشاء أهداف بقيم في "
757"هذا الحقل."
758
759#. module: gamification
760#: model:ir.actions.act_window,name:gamification.challenge_list_action
761#: model:ir.ui.menu,name:gamification.gamification_challenge_menu
762#: model_terms:ir.ui.view,arch_db:gamification.view_challenge_kanban
763msgid "Challenges"
764msgstr "التحديات"
765
766#. module: gamification
767#: model:ir.model.fields,help:gamification.field_gamification_badge__rule_max
768msgid "Check to set a monthly limit per person of sending this badge"
769msgstr "حدده لتعيين حد شهري لكل شخص لإرسال هذه الشارة"
770
771#. module: gamification
772#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
773msgid "Clickable Goals"
774msgstr "أهداف قابلة للنقر"
775
776#. module: gamification
777#: model:ir.model.fields,field_description:gamification.field_gamification_goal__closed
778msgid "Closed goal"
779msgstr "هدف مغلق"
780
781#. module: gamification
782#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__comment
783#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__comment
784msgid "Comment"
785msgstr "تعليق"
786
787#. module: gamification
788#: model:gamification.challenge,name:gamification.challenge_base_discover
789msgid "Complete your Profile"
790msgstr "إكمال ملفك الشخصي"
791
792#. module: gamification
793#: model:ir.model.fields,field_description:gamification.field_gamification_goal__completeness
794msgid "Completeness"
795msgstr "إكمال"
796
797#. module: gamification
798#: model:ir.model.fields,field_description:gamification.field_gamification_goal__computation_mode
799#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__computation_mode
800#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_search_view
801msgid "Computation Mode"
802msgstr "طريقة الاحتساب"
803
804#. module: gamification
805#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__condition
806msgid "Condition"
807msgstr "الشرط"
808
809#. module: gamification
810#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__consolidated
811#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
812msgid "Consolidated"
813msgstr ""
814
815#. module: gamification
816#: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users
817msgid "Create User"
818msgstr "إنشاء مستخدم"
819
820#. module: gamification
821#: model_terms:ir.actions.act_window,help:gamification.badge_list_action
822msgid "Create a new badge"
823msgstr "إنشاء شارة جديدة"
824
825#. module: gamification
826#: model_terms:ir.actions.act_window,help:gamification.challenge_list_action
827msgid "Create a new challenge"
828msgstr "إنشاء تحدي جديد"
829
830#. module: gamification
831#: model_terms:ir.actions.act_window,help:gamification.goal_list_action
832msgid "Create a new goal"
833msgstr "إنشاء هدف جديد"
834
835#. module: gamification
836#: model_terms:ir.actions.act_window,help:gamification.goal_definition_list_action
837msgid "Create a new goal definition"
838msgstr "إنشاء تعريف جديد للهدف"
839
840#. module: gamification
841#: model_terms:ir.actions.act_window,help:gamification.gamification_karma_ranks_action
842msgid "Create a new rank"
843msgstr ""
844
845#. module: gamification
846#: model_terms:ir.actions.act_window,help:gamification.action_new_simplified_res_users
847msgid ""
848"Create and manage users that will connect to the system. Users can be "
849"deactivated should there be a period of time during which they will/should "
850"not connect to the system. You can assign them groups in order to give them "
851"specific access to the applications they need to use in the system."
852msgstr ""
853"إنشاء وإدارة مستخدمي النظام. يمكن تعطيل مستخدم لمدة محدودة في حالة عدم "
854"استخدامه للنظام، أو عدم رغبتك في السماح له باستخدام النظام. يمكن تعيين "
855"مجموعات للمستخدمين لمنحهم صلاحيات محددة للتطبيقات التي يحتاجونها."
856
857#. module: gamification
858#: model:ir.model.fields,field_description:gamification.field_gamification_badge__create_uid
859#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__create_uid
860#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__create_uid
861#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__create_uid
862#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__create_uid
863#: model:ir.model.fields,field_description:gamification.field_gamification_goal__create_uid
864#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__create_uid
865#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__create_uid
866#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__create_uid
867#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__create_uid
868msgid "Created by"
869msgstr "أنشئ بواسطة"
870
871#. module: gamification
872#: model:ir.model.fields,field_description:gamification.field_gamification_badge__create_date
873#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__create_date
874#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__create_date
875#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__create_date
876#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__create_date
877#: model:ir.model.fields,field_description:gamification.field_gamification_goal__create_date
878#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__create_date
879#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__create_date
880#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__create_date
881#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__create_date
882msgid "Created on"
883msgstr "أنشئ في"
884
885#. module: gamification
886#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__current
887msgid "Current"
888msgstr "الجاري"
889
890#. module: gamification
891#: model:ir.model.fields,field_description:gamification.field_gamification_goal__current
892msgid "Current Value"
893msgstr "القيمة الحالية"
894
895#. module: gamification
896#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__period__daily
897#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__daily
898msgid "Daily"
899msgstr "يوميًا"
900
901#. module: gamification
902#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
903msgid "Data"
904msgstr "بيانات"
905
906#. module: gamification
907#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__field_date_id
908msgid "Date Field"
909msgstr "حقل البيانات"
910
911#. module: gamification
912#: model:ir.model.fields,help:gamification.field_gamification_goal__computation_mode
913#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__computation_mode
914msgid ""
915"Define how the goals will be computed. The result of the operation will be "
916"stored in the field 'Current'."
917msgstr ""
918
919#. module: gamification
920#: model:ir.model.fields,help:gamification.field_gamification_challenge__challenge_category
921msgid "Define the visibility of the challenge through menus"
922msgstr "تحديد إمكانية ظهور التحدي عبر القوائم"
923
924#. module: gamification
925#: model:ir.model.fields,field_description:gamification.field_gamification_goal__definition_condition
926msgid "Definition Condition"
927msgstr ""
928
929#. module: gamification
930#: model:ir.model.fields,field_description:gamification.field_gamification_goal__definition_description
931msgid "Definition Description"
932msgstr "وصف التعريف"
933
934#. module: gamification
935#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
936msgid "Depending on the Display mode, reports will be individual or shared."
937msgstr "حسب وضع العرض، ستكون التقارير فردية أو مشتركة."
938
939#. module: gamification
940#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
941msgid ""
942"Describe the challenge: what is does, who it targets, why it matters..."
943msgstr "صف التحدي: ماذا يفعل، من يستهدف، ما سبب أهميته..."
944
945#. module: gamification
946#: model_terms:ir.ui.view,arch_db:gamification.view_badge_wizard_grant
947msgid "Describe what they did and why it matters (will be public)"
948msgstr "صف ما فعلوه وما أهميته (سيكون عامًا)"
949
950#. module: gamification
951#: model:ir.model.fields,field_description:gamification.field_gamification_badge__description
952#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__description
953#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__description
954#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
955msgid "Description"
956msgstr "الوصف"
957
958#. module: gamification
959#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__visibility_mode
960#: model:ir.model.fields,field_description:gamification.field_gamification_goal__definition_display
961msgid "Display Mode"
962msgstr "وضع العرض"
963
964#. module: gamification
965#: model:ir.model.fields,field_description:gamification.field_gamification_badge__display_name
966#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__display_name
967#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__display_name
968#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__display_name
969#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__display_name
970#: model:ir.model.fields,field_description:gamification.field_gamification_goal__display_name
971#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__display_name
972#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__display_name
973#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__display_name
974#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__display_name
975#: model:ir.model.fields,field_description:gamification.field_res_users__display_name
976msgid "Display Name"
977msgstr "الاسم المعروض"
978
979#. module: gamification
980#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__display_mode
981msgid "Displayed as"
982msgstr "معروض كـ"
983
984#. module: gamification
985#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__batch_distinctive_field
986msgid "Distinctive field for batch user"
987msgstr "حقل مميز لمستخدم الوضع الدفعي"
988
989#. module: gamification
990#: model:gamification.karma.rank,name:gamification.rank_doctor
991msgid "Doctor"
992msgstr "دكتور"
993
994#. module: gamification
995#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__domain
996msgid ""
997"Domain for filtering records. General rule, not user depending, e.g. "
998"[('state', '=', 'done')]. The expression can contain reference to 'user' "
999"which is a browse record of the current user if not in batch mode."
1000msgstr ""
1001"مجال تصفية السجلات. يعتبر قاعدة عامة لا تتغير حسب المستخدم، مثلًا: "
1002"[('المحافظة'، '='، 'منتهي')]. يمكن أن يحتوي التعبير علي رقم إشارة لقيمة "
1003"'المستخدم' وهو سجل استعراض للمستخدم الحالي إذا لم يكن في الوضع الدفعي."
1004
1005#. module: gamification
1006#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__state__done
1007#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
1008msgid "Done"
1009msgstr "المنتهية"
1010
1011#. module: gamification
1012#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__state__draft
1013#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal__state__draft
1014#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
1015msgid "Draft"
1016msgstr "مسودة"
1017
1018#. module: gamification
1019#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_newbie
1020msgid "Earn your first points and join the adventure !"
1021msgstr ""
1022
1023#. module: gamification
1024#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__end_date
1025#: model:ir.model.fields,field_description:gamification.field_gamification_goal__end_date
1026#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
1027msgid "End Date"
1028msgstr "تاريخ الانتهاء"
1029
1030#. module: gamification
1031#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__batch_mode
1032msgid "Evaluate the expression in batch instead of once for each user"
1033msgstr "تقييم التعبير كدفعة بدلًا من تقييمه مرة واحدة لكل مستخدم"
1034
1035#. module: gamification
1036#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__batch_user_expression
1037msgid "Evaluated expression for batch mode"
1038msgstr "التعبير المقيم في الوضع الدفعي"
1039
1040#. module: gamification
1041#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__rule_auth__everyone
1042msgid "Everyone"
1043msgstr "الجميع"
1044
1045#. module: gamification
1046#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__display_mode__boolean
1047msgid "Exclusive (done or not-done)"
1048msgstr "حصري (المنتهي أو غير المنتهي)"
1049
1050#. module: gamification
1051#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal__state__failed
1052msgid "Failed"
1053msgstr "فشل"
1054
1055#. module: gamification
1056#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__field_id
1057msgid "Field to Sum"
1058msgstr "حقل الجمع"
1059
1060#. module: gamification
1061#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__domain
1062msgid "Filter Domain"
1063msgstr "نطاق الفلترة"
1064
1065#. module: gamification
1066#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_follower_ids
1067#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_follower_ids
1068msgid "Followers"
1069msgstr "المتابعون"
1070
1071#. module: gamification
1072#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_channel_ids
1073#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_channel_ids
1074msgid "Followers (Channels)"
1075msgstr "المتابعون (القنوات)"
1076
1077#. module: gamification
1078#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_partner_ids
1079#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_partner_ids
1080msgid "Followers (Partners)"
1081msgstr "المتابعون (الشركاء)"
1082
1083#. module: gamification
1084#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__reward_first_id
1085msgid "For 1st user"
1086msgstr "لأول مستخدم"
1087
1088#. module: gamification
1089#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__reward_second_id
1090msgid "For 2nd user"
1091msgstr "لثاني مستخدم"
1092
1093#. module: gamification
1094#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__reward_third_id
1095msgid "For 3rd user"
1096msgstr "لثالث مستخدم"
1097
1098#. module: gamification
1099#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__reward_id
1100msgid "For Every Succeeding User"
1101msgstr "عن كل مستخدم ناجح"
1102
1103#. module: gamification
1104#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
1105msgid "Formatting Options"
1106msgstr ""
1107
1108#. module: gamification
1109#: model:ir.model.fields,field_description:gamification.field_gamification_badge__level
1110msgid "Forum Badge Level"
1111msgstr "مستوى شارة المنتدى"
1112
1113#. module: gamification
1114#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
1115msgid "From"
1116msgstr "من"
1117
1118#. module: gamification
1119#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__full_suffix
1120msgid "Full Suffix"
1121msgstr "اللاحقة الكاملة"
1122
1123#. module: gamification
1124#: model:ir.model,name:gamification.model_gamification_badge
1125msgid "Gamification Badge"
1126msgstr "شارة التنافسية"
1127
1128#. module: gamification
1129#: model:ir.model,name:gamification.model_gamification_challenge
1130msgid "Gamification Challenge"
1131msgstr "تحدي التنافسية"
1132
1133#. module: gamification
1134#: model:ir.model,name:gamification.model_gamification_goal
1135msgid "Gamification Goal"
1136msgstr "هدف التنافسية"
1137
1138#. module: gamification
1139#: model:ir.model,name:gamification.model_gamification_goal_definition
1140msgid "Gamification Goal Definition"
1141msgstr "تعريف هدف التنافسية"
1142
1143#. module: gamification
1144#: model:ir.model,name:gamification.model_gamification_goal_wizard
1145msgid "Gamification Goal Wizard"
1146msgstr "معالج هدف التنافسية"
1147
1148#. module: gamification
1149#: model:ir.ui.menu,name:gamification.gamification_menu
1150msgid "Gamification Tools"
1151msgstr "أدوات التنافسية"
1152
1153#. module: gamification
1154#: model:ir.model,name:gamification.model_gamification_badge_user
1155msgid "Gamification User Badge"
1156msgstr "شارة مستخدم التنافسية"
1157
1158#. module: gamification
1159#: model:ir.model,name:gamification.model_gamification_badge_user_wizard
1160msgid "Gamification User Badge Wizard"
1161msgstr "معالج شارة مستخدم التنافسية"
1162
1163#. module: gamification
1164#: model:ir.model,name:gamification.model_gamification_challenge_line
1165msgid "Gamification generic goal for challenge"
1166msgstr "التنافسية: هدف التحدي العام"
1167
1168#. module: gamification
1169#: model:ir.actions.server,name:gamification.ir_cron_check_challenge_ir_actions_server
1170#: model:ir.cron,cron_name:gamification.ir_cron_check_challenge
1171#: model:ir.cron,name:gamification.ir_cron_check_challenge
1172msgid "Gamification: Goal Challenge Check"
1173msgstr "التنافسية: التحقق من هدف التحدي"
1174
1175#. module: gamification
1176#: model:ir.actions.server,name:gamification.ir_cron_consolidate_last_month_ir_actions_server
1177#: model:ir.cron,cron_name:gamification.ir_cron_consolidate_last_month
1178#: model:ir.cron,name:gamification.ir_cron_consolidate_last_month
1179msgid "Gamification: Karma tracking consolidation"
1180msgstr ""
1181
1182#. module: gamification
1183#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__goal_id
1184#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
1185#: model_terms:ir.ui.view,arch_db:gamification.view_challenge_kanban
1186msgid "Goal"
1187msgstr "الهدف"
1188
1189#. module: gamification
1190#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__definition_id
1191#: model:ir.model.fields,field_description:gamification.field_gamification_goal__definition_id
1192#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__name
1193#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
1194msgid "Goal Definition"
1195msgstr "تعريف الهدف"
1196
1197#. module: gamification
1198#: model:ir.actions.act_window,name:gamification.goal_definition_list_action
1199#: model:ir.ui.menu,name:gamification.gamification_definition_menu
1200#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_list_view
1201msgid "Goal Definitions"
1202msgstr "تعريفات الهدف"
1203
1204#. module: gamification
1205#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__description
1206msgid "Goal Description"
1207msgstr "وصف الهدف"
1208
1209#. module: gamification
1210#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
1211msgid "Goal Failed"
1212msgstr "فشل الهدف"
1213
1214#. module: gamification
1215#: model_terms:ir.ui.view,arch_db:gamification.goal_list_view
1216msgid "Goal List"
1217msgstr "قائمة الأهداف"
1218
1219#. module: gamification
1220#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__condition
1221msgid "Goal Performance"
1222msgstr "أداء الهدف"
1223
1224#. module: gamification
1225#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
1226msgid "Goal Reached"
1227msgstr "تم الوصول للهدف"
1228
1229#. module: gamification
1230#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
1231#: model_terms:ir.ui.view,arch_db:gamification.challenge_list_view
1232#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
1233msgid "Goal definitions"
1234msgstr "تعريفات الهدف"
1235
1236#. module: gamification
1237#: model:ir.actions.act_window,name:gamification.goal_list_action
1238#: model:ir.ui.menu,name:gamification.gamification_goal_menu
1239#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
1240#: model_terms:ir.ui.view,arch_db:gamification.view_challenge_kanban
1241msgid "Goals"
1242msgstr "الأهداف"
1243
1244#. module: gamification
1245#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__level__gold
1246msgid "Gold"
1247msgstr "ذهبي"
1248
1249#. module: gamification
1250#: model:ir.model.fields,field_description:gamification.field_res_users__gold_badge
1251msgid "Gold badges count"
1252msgstr "عدد الشارات الذهبية"
1253
1254#. module: gamification
1255#: model:gamification.badge,name:gamification.badge_good_job
1256msgid "Good Job"
1257msgstr "عمل رائع"
1258
1259#. module: gamification
1260#: model_terms:ir.ui.view,arch_db:gamification.badge_kanban_view
1261msgid "Grant"
1262msgstr "منح"
1263
1264#. module: gamification
1265#: model:ir.actions.act_window,name:gamification.action_grant_wizard
1266#: model_terms:ir.ui.view,arch_db:gamification.view_badge_wizard_grant
1267msgid "Grant Badge"
1268msgstr "منح الشارة"
1269
1270#. module: gamification
1271#: model_terms:ir.ui.view,arch_db:gamification.view_badge_wizard_grant
1272#: model_terms:ir.ui.view,arch_db:gamification.view_goal_wizard_update_current
1273msgid "Grant Badge To"
1274msgstr "منح الشارة ل"
1275
1276#. module: gamification
1277#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
1278msgid "Grant this Badge"
1279msgstr "منح هذا الشارة"
1280
1281#. module: gamification
1282#: model_terms:ir.ui.view,arch_db:gamification.badge_user_kanban_view
1283msgid "Granted by"
1284msgstr "تم منحها بواسطة"
1285
1286#. module: gamification
1287#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
1288msgid "Granting"
1289msgstr "منح"
1290
1291#. module: gamification
1292#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
1293#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
1294#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_search_view
1295#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
1296msgid "Group By"
1297msgstr "تجميع حسب"
1298
1299#. module: gamification
1300#: model:ir.model.fields,help:gamification.field_gamification_challenge__report_message_group_id
1301msgid "Group that will receive a copy of the report in addition to the user"
1302msgstr "المجموعة التي ستتلقي نسخة من هذا التقرير بالإضافة للمستخدم"
1303
1304#. module: gamification
1305#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
1306msgid "HR Challenges"
1307msgstr "تحديات الموارد البشرية"
1308
1309#. module: gamification
1310#: model:gamification.badge,name:gamification.badge_hidden
1311msgid "Hidden"
1312msgstr "خفي"
1313
1314#. module: gamification
1315#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
1316msgid "How is the goal computed?"
1317msgstr ""
1318
1319#. module: gamification
1320#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__challenge_category__hr
1321msgid "Human Resources / Engagement"
1322msgstr "الموارد البشرية/المشاركة"
1323
1324#. module: gamification
1325#: model:ir.model.fields,field_description:gamification.field_gamification_badge__id
1326#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__id
1327#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__id
1328#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__id
1329#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__id
1330#: model:ir.model.fields,field_description:gamification.field_gamification_goal__id
1331#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__id
1332#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__id
1333#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__id
1334#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__id
1335#: model:ir.model.fields,field_description:gamification.field_res_users__id
1336msgid "ID"
1337msgstr "المُعرف"
1338
1339#. module: gamification
1340#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__res_id_field
1341msgid "ID Field of user"
1342msgstr "حقل مُعرف المستخدم"
1343
1344#. module: gamification
1345#: model:ir.model.fields,help:gamification.field_gamification_badge__remaining_sending
1346msgid "If a maximum is set"
1347msgstr "إذا تم تحديد حد أقصى"
1348
1349#. module: gamification
1350#: model:ir.model.fields,help:gamification.field_gamification_badge__message_needaction
1351#: model:ir.model.fields,help:gamification.field_gamification_badge__message_unread
1352#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_needaction
1353#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_unread
1354msgid "If checked, new messages require your attention."
1355msgstr "إذا كان محددًا، فهناك رسائل جديدة تحتاج لرؤيتها."
1356
1357#. module: gamification
1358#: model:ir.model.fields,help:gamification.field_gamification_badge__message_has_error
1359#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_has_error
1360msgid "If checked, some messages have a delivery error."
1361msgstr "إذا كان محددًا، فقد حدث خطأ في تسليم بعض الرسائل."
1362
1363#. module: gamification
1364#: model:ir.model.fields,help:gamification.field_gamification_badge_user__challenge_id
1365msgid "If this badge was rewarded through a challenge"
1366msgstr "إن كانت هذه الشارة قد مُنحت من خلال تحدي"
1367
1368#. module: gamification
1369#: model:ir.model.fields,field_description:gamification.field_gamification_badge__image_1920
1370#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__image_1920
1371msgid "Image"
1372msgstr "صورة"
1373
1374#. module: gamification
1375#: model:ir.model.fields,field_description:gamification.field_gamification_badge__image_1024
1376#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__image_1024
1377msgid "Image 1024"
1378msgstr ""
1379
1380#. module: gamification
1381#: model:ir.model.fields,field_description:gamification.field_gamification_badge__image_128
1382#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__image_128
1383msgid "Image 128"
1384msgstr ""
1385
1386#. module: gamification
1387#: model:ir.model.fields,field_description:gamification.field_gamification_badge__image_256
1388#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__image_256
1389msgid "Image 256"
1390msgstr ""
1391
1392#. module: gamification
1393#: model:ir.model.fields,field_description:gamification.field_gamification_badge__image_512
1394#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__image_512
1395msgid "Image 512"
1396msgstr ""
1397
1398#. module: gamification
1399#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__state__inprogress
1400msgid "In Progress"
1401msgstr "قيد التنفيذ"
1402
1403#. module: gamification
1404#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
1405msgid ""
1406"In batch mode, the domain is evaluated globally. If enabled, do not use "
1407"keyword 'user' in above filter domain."
1408msgstr ""
1409"في الوضع الدفعي، يتم تقييم النطاق بشكل عام. إذا كان مفعلًا، لا تستخدم الكلمة"
1410" الدلالية 'مستخدم' في نطاق التصفية أعلاه."
1411
1412#. module: gamification
1413#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__batch_distinctive_field
1414msgid ""
1415"In batch mode, this indicates which field distinguishes one user from the "
1416"other, e.g. user_id, partner_id..."
1417msgstr ""
1418
1419#. module: gamification
1420#: model:ir.model.fields,help:gamification.field_gamification_goal__last_update
1421msgid ""
1422"In case of manual goal, reminders are sent if the goal as not been updated "
1423"for a while (defined in challenge). Ignored in case of non-manual goal or "
1424"goal not linked to a challenge."
1425msgstr ""
1426"في حالة الهدف اليدوي، يتم إرسال التذكيرات إذا لم يتم تحديث الهدف لفترة من "
1427"الوقت (معرفة في التحدي). يتم تجاهلها في حالة الهدف غير اليدوي أو الهدف غير "
1428"المرتبط بتحدي."
1429
1430#. module: gamification
1431#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal__state__inprogress
1432msgid "In progress"
1433msgstr "قيد التنفيذ"
1434
1435#. module: gamification
1436#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__visibility_mode__personal
1437msgid "Individual Goals"
1438msgstr "الأهداف الفردية"
1439
1440#. module: gamification
1441#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__model_inherited_ids
1442msgid "Inherited models"
1443msgstr "الكائنات الموروثة"
1444
1445#. module: gamification
1446#: model:gamification.challenge.line,name:gamification.line_base_admin3
1447#: model:gamification.goal.definition,name:gamification.definition_base_invite
1448msgid "Invite new Users"
1449msgstr "دعوة مستخدمين جدد"
1450
1451#. module: gamification
1452#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_is_follower
1453#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_is_follower
1454msgid "Is Follower"
1455msgstr "متابع"
1456
1457#. module: gamification
1458#: model:ir.model.fields,field_description:gamification.field_res_users__karma
1459msgid "Karma"
1460msgstr "نقاط الكارما"
1461
1462#. module: gamification
1463#: model:ir.model.fields,field_description:gamification.field_res_users__karma_tracking_ids
1464msgid "Karma Changes"
1465msgstr ""
1466
1467#. module: gamification
1468#: model:ir.model.fields,field_description:gamification.field_gamification_badge____last_update
1469#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user____last_update
1470#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard____last_update
1471#: model:ir.model.fields,field_description:gamification.field_gamification_challenge____last_update
1472#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line____last_update
1473#: model:ir.model.fields,field_description:gamification.field_gamification_goal____last_update
1474#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition____last_update
1475#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard____last_update
1476#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank____last_update
1477#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking____last_update
1478#: model:ir.model.fields,field_description:gamification.field_res_users____last_update
1479msgid "Last Modified on"
1480msgstr "آخر تعديل في"
1481
1482#. module: gamification
1483#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__last_report_date
1484msgid "Last Report Date"
1485msgstr "تاريخ آخر تقرير"
1486
1487#. module: gamification
1488#: model:ir.model.fields,field_description:gamification.field_gamification_goal__last_update
1489msgid "Last Update"
1490msgstr "آخر تحديث"
1491
1492#. module: gamification
1493#: model:ir.model.fields,field_description:gamification.field_gamification_badge__write_uid
1494#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__write_uid
1495#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__write_uid
1496#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__write_uid
1497#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__write_uid
1498#: model:ir.model.fields,field_description:gamification.field_gamification_goal__write_uid
1499#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__write_uid
1500#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__write_uid
1501#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__write_uid
1502#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__write_uid
1503msgid "Last Updated by"
1504msgstr "آخر تحديث بواسطة"
1505
1506#. module: gamification
1507#: model:ir.model.fields,field_description:gamification.field_gamification_badge__write_date
1508#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__write_date
1509#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__write_date
1510#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__write_date
1511#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__write_date
1512#: model:ir.model.fields,field_description:gamification.field_gamification_goal__write_date
1513#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__write_date
1514#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard__write_date
1515#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__write_date
1516#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__write_date
1517msgid "Last Updated on"
1518msgstr "آخر تحديث في"
1519
1520#. module: gamification
1521#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__visibility_mode__ranking
1522msgid "Leader Board (Group Ranking)"
1523msgstr "لائحة المتصدرين (ترتيب جماعي)"
1524
1525#. module: gamification
1526#: model:ir.model.fields,field_description:gamification.field_gamification_badge__rule_max_number
1527msgid "Limitation Number"
1528msgstr "رقم الحد"
1529
1530#. module: gamification
1531#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
1532msgid "Line List"
1533msgstr "قائمة البنود"
1534
1535#. module: gamification
1536#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__line_ids
1537msgid "Lines"
1538msgstr "البنود"
1539
1540#. module: gamification
1541#: model:ir.model.fields,help:gamification.field_gamification_challenge__line_ids
1542msgid "List of goals that will be set"
1543msgstr "قائمة الأهداف التي سيتم تعيينها"
1544
1545#. module: gamification
1546#: model:ir.model.fields,help:gamification.field_gamification_challenge__user_ids
1547msgid "List of users participating to the challenge"
1548msgstr "قائمة المستخدمين المشاركين في هذا التحدي"
1549
1550#. module: gamification
1551#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_main_attachment_id
1552#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_main_attachment_id
1553msgid "Main Attachment"
1554msgstr "المرفق الرئيسي"
1555
1556#. module: gamification
1557#: model:gamification.karma.rank,name:gamification.rank_master
1558msgid "Master"
1559msgstr "الرئيسي"
1560
1561#. module: gamification
1562#: model_terms:ir.ui.view,arch_db:gamification.view_challenge_kanban
1563msgid "Member"
1564msgstr "العضو"
1565
1566#. module: gamification
1567#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_has_error
1568#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_has_error
1569msgid "Message Delivery error"
1570msgstr "خطأ في تسليم الرسائل"
1571
1572#. module: gamification
1573#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_ids
1574#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_ids
1575msgid "Messages"
1576msgstr "الرسائل"
1577
1578#. module: gamification
1579#: model:ir.model.fields,help:gamification.field_gamification_karma_rank__karma_min
1580msgid "Minimum karma needed to reach this rank"
1581msgstr ""
1582
1583#. module: gamification
1584#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__model_id
1585#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_search_view
1586msgid "Model"
1587msgstr "الكائن"
1588
1589#. module: gamification
1590#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__definition_monetary
1591msgid "Monetary"
1592msgstr "نقدي"
1593
1594#. module: gamification
1595#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__monetary
1596msgid "Monetary Value"
1597msgstr "قيمة مالية"
1598
1599#. module: gamification
1600#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__period__monthly
1601#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__monthly
1602msgid "Monthly"
1603msgstr "شهرياً"
1604
1605#. module: gamification
1606#: model:ir.model.fields,field_description:gamification.field_gamification_badge__rule_max
1607msgid "Monthly Limited Sending"
1608msgstr "إرسالات محدودة شهريًا"
1609
1610#. module: gamification
1611#: model:ir.model.fields,field_description:gamification.field_gamification_badge__stat_this_month
1612msgid "Monthly total"
1613msgstr "الإجمالي الشهري"
1614
1615#. module: gamification
1616#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__description_motivational
1617#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
1618msgid "Motivational"
1619msgstr ""
1620
1621#. module: gamification
1622#: model:ir.model.fields,help:gamification.field_gamification_karma_rank__description_motivational
1623msgid "Motivational phrase to reach this rank"
1624msgstr ""
1625
1626#. module: gamification
1627#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
1628msgid "My Goals"
1629msgstr "أهدافي"
1630
1631#. module: gamification
1632#: model:ir.model.fields,field_description:gamification.field_gamification_badge__stat_my_monthly_sending
1633msgid "My Monthly Sending Total"
1634msgstr "إجمالي إرسالاتي الشهرية"
1635
1636#. module: gamification
1637#: model:ir.model.fields,field_description:gamification.field_gamification_badge__stat_my_this_month
1638msgid "My Monthly Total"
1639msgstr "إجماليّ الشهري"
1640
1641#. module: gamification
1642#: model:ir.model.fields,field_description:gamification.field_gamification_badge__stat_my
1643msgid "My Total"
1644msgstr "إجماليّ"
1645
1646#. module: gamification
1647#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__name
1648msgid "Name"
1649msgstr "الاسم"
1650
1651#. module: gamification
1652#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__never
1653msgid "Never"
1654msgstr "مطلقًا"
1655
1656#. module: gamification
1657#: model:ir.model.fields,help:gamification.field_gamification_challenge__remind_update_delay
1658msgid "Never reminded if no value or zero is specified."
1659msgstr "لا يتم التذكير إذا كانت هذه القيمة صفرًا أو تركت فارغة."
1660
1661#. module: gamification
1662#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__new_value
1663msgid "New Karma Value"
1664msgstr ""
1665
1666#. module: gamification
1667#: model:mail.template,subject:gamification.email_template_badge_received
1668msgid "New badge ${object.badge_id.name} granted"
1669msgstr "تم منح شارة جديدة ${object.badge_id.name}"
1670
1671#. module: gamification
1672#: model:mail.template,subject:gamification.mail_template_data_new_rank_reached
1673msgid "New rank: ${object.rank_id.name}"
1674msgstr ""
1675
1676#. module: gamification
1677#: model:gamification.karma.rank,name:gamification.rank_newbie
1678msgid "Newbie"
1679msgstr ""
1680
1681#. module: gamification
1682#: model:ir.model.fields,field_description:gamification.field_res_users__next_rank_id
1683msgid "Next Rank"
1684msgstr ""
1685
1686#. module: gamification
1687#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__next_report_date
1688msgid "Next Report Date"
1689msgstr "تاريخ التقرير المقبل"
1690
1691#. module: gamification
1692#: model_terms:ir.actions.act_window,help:gamification.goals_from_challenge_act
1693msgid "No goal found"
1694msgstr "لم يُعثر على هدف"
1695
1696#. module: gamification
1697#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
1698msgid "No monthly sending limit"
1699msgstr "لا يوجد حد إرسال شهري"
1700
1701#. module: gamification
1702#: model:gamification.badge,description:gamification.badge_problem_solver
1703msgid "No one can solve challenges like you do."
1704msgstr "لا يمكن لأحد حل التحديات مثلك."
1705
1706#. module: gamification
1707#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__rule_auth__nobody
1708msgid "No one, assigned through challenges"
1709msgstr "لا أحد، يتم تعيينه من خلال التحديات"
1710
1711#. module: gamification
1712#: code:addons/gamification/models/challenge.py:0
1713#, python-format
1714msgid "Nobody reached the required conditions to receive special badges."
1715msgstr "لم يحقق أحد الشروط المطلوبة لاستلام الشارات الخاصة."
1716
1717#. module: gamification
1718#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__period__once
1719msgid "Non recurring"
1720msgstr "غير متكرر"
1721
1722#. module: gamification
1723#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__remind_update_delay
1724msgid "Non-updated manual goals will be reminded after"
1725msgstr "سيتم التذكير بالأهداف اليدوية غير المحدثة بعد"
1726
1727#. module: gamification
1728#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
1729msgid "Notification Messages"
1730msgstr "رسائل الإشعارات"
1731
1732#. module: gamification
1733#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_needaction_counter
1734#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_needaction_counter
1735msgid "Number of Actions"
1736msgstr "عدد الإجراءات"
1737
1738#. module: gamification
1739#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_has_error_counter
1740#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_has_error_counter
1741msgid "Number of errors"
1742msgstr "عدد الاخطاء"
1743
1744#. module: gamification
1745#: model:ir.model.fields,help:gamification.field_gamification_badge__message_needaction_counter
1746#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_needaction_counter
1747msgid "Number of messages which requires an action"
1748msgstr "عدد الرسائل التي تتطلب إجراء"
1749
1750#. module: gamification
1751#: model:ir.model.fields,help:gamification.field_gamification_badge__message_has_error_counter
1752#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_has_error_counter
1753msgid "Number of messages with delivery error"
1754msgstr "عدد الرسائل الحادث بها خطأ في التسليم"
1755
1756#. module: gamification
1757#: model:ir.model.fields,help:gamification.field_gamification_badge__message_unread_counter
1758#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_unread_counter
1759msgid "Number of unread messages"
1760msgstr "عدد الرسائل الجديدة"
1761
1762#. module: gamification
1763#: model:ir.model.fields,field_description:gamification.field_gamification_badge__granted_users_count
1764msgid "Number of users"
1765msgstr "عدد المستخدمين"
1766
1767#. module: gamification
1768#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__old_value
1769msgid "Old Karma Value"
1770msgstr ""
1771
1772#. module: gamification
1773#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__onchange
1774msgid "On change"
1775msgstr "عند التغيير"
1776
1777#. module: gamification
1778#: model:ir.model.fields,help:gamification.field_gamification_badge__rule_auth_badge_ids
1779msgid "Only the people having these badges can give this badge"
1780msgstr "بإمكان مالكي هذه الشارات فقط منح هذه الشارة"
1781
1782#. module: gamification
1783#: model:ir.model.fields,help:gamification.field_gamification_badge__rule_auth_user_ids
1784msgid "Only these people can give this badge"
1785msgstr "بإمكان هؤلاء الأشخاص فقط منح هذه الشارة"
1786
1787#. module: gamification
1788#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
1789msgid "Optimisation"
1790msgstr "تحقيق الأداء الأمثل"
1791
1792#. module: gamification
1793#: model_terms:ir.ui.view,arch_db:gamification.badge_kanban_view
1794msgid "Owner"
1795msgstr "المالك"
1796
1797#. module: gamification
1798#: model:ir.model.fields,field_description:gamification.field_gamification_badge__owner_ids
1799msgid "Owners"
1800msgstr "المالكون"
1801
1802#. module: gamification
1803#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__rule_auth__having
1804msgid "People having some badges"
1805msgstr "الأشخاص الذين يملكون بعض الشارات"
1806
1807#. module: gamification
1808#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
1809msgid "Period"
1810msgstr "الفترة"
1811
1812#. module: gamification
1813#: model:ir.model.fields,help:gamification.field_gamification_challenge__period
1814msgid ""
1815"Period of automatic goal assigment. If none is selected, should be launched "
1816"manually."
1817msgstr "فترة إسناد الهدف تلقائيًا. إذا لم يتم تحديد فترة، يجب إطلاقه يدويًا."
1818
1819#. module: gamification
1820#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__period
1821msgid "Periodicity"
1822msgstr "التكرار"
1823
1824#. module: gamification
1825#: model:gamification.badge,name:gamification.badge_problem_solver
1826msgid "Problem Solver"
1827msgstr "حلال مشاكل"
1828
1829#. module: gamification
1830#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__display_mode__progress
1831msgid "Progressive (using numerical values)"
1832msgstr "التقدمية (باستخدام القيم العددية)"
1833
1834#. module: gamification
1835#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__compute_code
1836msgid "Python Code"
1837msgstr "كود بايثون"
1838
1839#. module: gamification
1840#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__compute_code
1841msgid ""
1842"Python code to be executed for each user. 'result' should contains the new "
1843"current value. Evaluated user can be access through object.user_id."
1844msgstr ""
1845"كود بايثون يتم تنفيذه لكل مستخدم. ينبغي أن تحتوي القيمة 'النتيجة' على القيمة"
1846" الجديدة الحالية. يمكن للوصول للمستخدم الذي يتم تقييمه من خلال "
1847"object.user_id."
1848
1849#. module: gamification
1850#: model:ir.model.fields,field_description:gamification.field_res_users__rank_id
1851#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
1852msgid "Rank"
1853msgstr ""
1854
1855#. module: gamification
1856#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__name
1857msgid "Rank Name"
1858msgstr ""
1859
1860#. module: gamification
1861#: model:ir.model,name:gamification.model_gamification_karma_rank
1862msgid "Rank based on karma"
1863msgstr ""
1864
1865#. module: gamification
1866#: model:ir.actions.act_window,name:gamification.gamification_karma_ranks_action
1867#: model:ir.ui.menu,name:gamification.gamification_karma_ranks_menu
1868msgid "Ranks"
1869msgstr ""
1870
1871#. module: gamification
1872#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_ranks_view_tree
1873msgid "Ranks List"
1874msgstr ""
1875
1876#. module: gamification
1877#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_bachelor
1878msgid "Reach the next rank and gain a very magic wand !"
1879msgstr ""
1880
1881#. module: gamification
1882#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_master
1883msgid "Reach the next rank and gain a very nice hat !"
1884msgstr ""
1885
1886#. module: gamification
1887#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_student
1888msgid "Reach the next rank and gain a very nice mug !"
1889msgstr ""
1890
1891#. module: gamification
1892#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_doctor
1893msgid "Reach the next rank and gain a very nice unicorn !"
1894msgstr ""
1895
1896#. module: gamification
1897#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal__state__reached
1898msgid "Reached"
1899msgstr "وصل"
1900
1901#. module: gamification
1902#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
1903msgid "Reached when current value is"
1904msgstr "تم الوصول إليه عندما كانت القيمة الحالية"
1905
1906#. module: gamification
1907#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__computation_mode__manually
1908msgid "Recorded manually"
1909msgstr "تم التسجيل يدويًا"
1910
1911#. module: gamification
1912#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
1913msgid "Reference"
1914msgstr "رقم الإشارة"
1915
1916#. module: gamification
1917#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
1918msgid "Refresh Challenge"
1919msgstr "تحديث التحدي"
1920
1921#. module: gamification
1922#: model:ir.actions.act_window,name:gamification.goals_from_challenge_act
1923msgid "Related Goals"
1924msgstr "الأهداف المقترنة"
1925
1926#. module: gamification
1927#: model:ir.model.fields,help:gamification.field_gamification_badge_user_wizard__user_id
1928msgid "Related user name for the resource to manage its access."
1929msgstr "اسم المستخدم المرتبط بالمورد لإدارة وصوله."
1930
1931#. module: gamification
1932#: model:ir.model.fields,field_description:gamification.field_gamification_badge__remaining_sending
1933msgid "Remaining Sending Allowed"
1934msgstr "عدد الإرسالات المتبقية المسموح به"
1935
1936#. module: gamification
1937#: model:ir.model.fields,field_description:gamification.field_gamification_goal__remind_update_delay
1938msgid "Remind delay"
1939msgstr "التذكير بالتأخير"
1940
1941#. module: gamification
1942#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
1943msgid "Reminders for Manual Goals"
1944msgstr "تذكيرات للأهداف اليدوية"
1945
1946#. module: gamification
1947#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__report_message_frequency
1948msgid "Report Frequency"
1949msgstr "تكرار التقارير"
1950
1951#. module: gamification
1952#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__report_template_id
1953msgid "Report Template"
1954msgstr "قالب التقرير"
1955
1956#. module: gamification
1957#: model:ir.model.fields,field_description:gamification.field_gamification_badge__rule_auth_badge_ids
1958msgid "Required Badges"
1959msgstr "الشارات المطلوبة"
1960
1961#. module: gamification
1962#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__karma_min
1963msgid "Required Karma"
1964msgstr ""
1965
1966#. module: gamification
1967#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
1968msgid "Reset Completion"
1969msgstr "إعادة تعيين نسبة الإكمال"
1970
1971#. module: gamification
1972#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__manager_id
1973msgid "Responsible"
1974msgstr "المسئول"
1975
1976#. module: gamification
1977#: code:addons/gamification/models/challenge.py:0
1978#, python-format
1979msgid "Retrieving progress for personal challenge without user information"
1980msgstr "عرض نسبة التقدم للتحدي الشخصي بدون بيانات المستخدم"
1981
1982#. module: gamification
1983#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
1984msgid "Reward"
1985msgstr "مكافأة"
1986
1987#. module: gamification
1988#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__reward_failure
1989msgid "Reward Bests if not Succeeded?"
1990msgstr "مكافأة الأفضل في حال عدم النجاح؟"
1991
1992#. module: gamification
1993#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__reward_realtime
1994msgid "Reward as soon as every goal is reached"
1995msgstr "تقديم المكافأة بمجرد الوصول للهدف"
1996
1997#. module: gamification
1998#: model:ir.model.fields,field_description:gamification.field_gamification_badge__challenge_ids
1999msgid "Reward of Challenges"
2000msgstr "مكافأة على التحديات"
2001
2002#. module: gamification
2003#: model:ir.model.fields,field_description:gamification.field_gamification_badge__goal_definition_ids
2004msgid "Rewarded by"
2005msgstr "مكافئ من قبل"
2006
2007#. module: gamification
2008#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
2009msgid "Rewards for challenges"
2010msgstr "مكافآت التحديات"
2011
2012#. module: gamification
2013#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
2014msgid "Running"
2015msgstr "جاري"
2016
2017#. module: gamification
2018#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
2019msgid "Running Challenges"
2020msgstr "التحديات الجارية"
2021
2022#. module: gamification
2023#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
2024msgid "Schedule"
2025msgstr "جدولة"
2026
2027#. module: gamification
2028#: model_terms:ir.ui.view,arch_db:gamification.gamification_badge_view_search
2029msgid "Search Badge"
2030msgstr ""
2031
2032#. module: gamification
2033#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
2034msgid "Search Challenges"
2035msgstr "البحث في التحديات"
2036
2037#. module: gamification
2038#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_search_view
2039msgid "Search Goal Definitions"
2040msgstr "البحث في تعريفات الهدف"
2041
2042#. module: gamification
2043#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
2044msgid "Search Goals"
2045msgstr "البحث في الأهداف"
2046
2047#. module: gamification
2048#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_ranks_view_search
2049msgid "Search Ranks"
2050msgstr ""
2051
2052#. module: gamification
2053#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
2054msgid "Search Trackings"
2055msgstr ""
2056
2057#. module: gamification
2058#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
2059msgid ""
2060"Security rules to define who is allowed to manually grant badges. Not "
2061"enforced for administrator."
2062msgstr ""
2063"قواعد أمنية تحدد الأشخاص المسموح لهم بمنح الشارات يدويًا. لا يتم فرضها على "
2064"المشرفين."
2065
2066#. module: gamification
2067#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
2068msgid "Send Report"
2069msgstr "إرسال التقرير"
2070
2071#. module: gamification
2072#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__report_message_group_id
2073msgid "Send a copy to"
2074msgstr "إرسال نسخة إلى"
2075
2076#. module: gamification
2077#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__sender_id
2078msgid "Sender"
2079msgstr "المرسل"
2080
2081#. module: gamification
2082#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__sequence
2083msgid "Sequence"
2084msgstr "المسلسل"
2085
2086#. module: gamification
2087#: model:ir.model.fields,help:gamification.field_gamification_challenge_line__sequence
2088msgid "Sequence number for ordering"
2089msgstr "الرقم المسلسل للترتيب"
2090
2091#. module: gamification
2092#: model_terms:ir.ui.view,arch_db:gamification.view_goal_wizard_update_current
2093msgid "Set the current value you have reached for this goal"
2094msgstr "حدد القيمة الحالية التي وصلت لها بهذا الهدف"
2095
2096#. module: gamification
2097#: model:gamification.challenge.line,name:gamification.line_base_admin1
2098#: model:gamification.goal.definition,name:gamification.definition_base_company_data
2099msgid "Set your Company Data"
2100msgstr "تعيين بيانات مؤسستك"
2101
2102#. module: gamification
2103#: model:gamification.challenge.line,name:gamification.line_base_admin2
2104#: model:gamification.goal.definition,name:gamification.definition_base_company_logo
2105msgid "Set your Company Logo"
2106msgstr "تعيين شعار مؤسستك"
2107
2108#. module: gamification
2109#: model:gamification.challenge.line,name:gamification.line_base_discover1
2110#: model:gamification.goal.definition,name:gamification.definition_base_timezone
2111msgid "Set your Timezone"
2112msgstr "تعيين منطقتك الزمنية"
2113
2114#. module: gamification
2115#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__challenge_category__other
2116msgid "Settings / Gamification Tools"
2117msgstr "إعدادات/أدوات التنافسية"
2118
2119#. module: gamification
2120#: model:gamification.challenge,name:gamification.challenge_base_configure
2121msgid "Setup your Company"
2122msgstr "إعداد مؤسستك"
2123
2124#. module: gamification
2125#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__level__silver
2126msgid "Silver"
2127msgstr "فضي"
2128
2129#. module: gamification
2130#: model:ir.model.fields,field_description:gamification.field_res_users__silver_badge
2131msgid "Silver badges count"
2132msgstr "عدد الشارات الفضية"
2133
2134#. module: gamification
2135#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
2136msgid "Start Challenge"
2137msgstr "بدء التحدي"
2138
2139#. module: gamification
2140#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__start_date
2141#: model:ir.model.fields,field_description:gamification.field_gamification_goal__start_date
2142msgid "Start Date"
2143msgstr "تاريخ البداية"
2144
2145#. module: gamification
2146#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
2147msgid "Start goal"
2148msgstr "بدء الهدف"
2149
2150#. module: gamification
2151#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__state
2152#: model:ir.model.fields,field_description:gamification.field_gamification_goal__state
2153#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
2154#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
2155msgid "State"
2156msgstr "المحافظة"
2157
2158#. module: gamification
2159#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
2160msgid "Statistics"
2161msgstr "الإحصائيات"
2162
2163#. module: gamification
2164#: model:gamification.karma.rank,name:gamification.rank_student
2165msgid "Student"
2166msgstr "طالب"
2167
2168#. module: gamification
2169#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
2170msgid "Subscriptions"
2171msgstr "الاشتراكات"
2172
2173#. module: gamification
2174#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__definition_full_suffix
2175#: model:ir.model.fields,field_description:gamification.field_gamification_goal__definition_suffix
2176#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__suffix
2177msgid "Suffix"
2178msgstr "اللاحقة"
2179
2180#. module: gamification
2181#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__invited_user_ids
2182msgid "Suggest to users"
2183msgstr "اقترح على المستخدمين"
2184
2185#. module: gamification
2186#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
2187#: model_terms:ir.ui.view,arch_db:gamification.challenge_line_list_view
2188msgid "Target"
2189msgstr "الهدف"
2190
2191#. module: gamification
2192#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__target_goal
2193msgid "Target Value to Reach"
2194msgstr "القيمة المستهدفة"
2195
2196#. module: gamification
2197#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
2198msgid "Target: less than"
2199msgstr "الهدف: أقل من"
2200
2201#. module: gamification
2202#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__action_id
2203msgid "The action that will be called to update the goal value."
2204msgstr "الإجراء المتبع لتحديث قيمة الهدف."
2205
2206#. module: gamification
2207#: code:addons/gamification/models/challenge.py:0
2208#, python-format
2209msgid "The challenge %s is finished."
2210msgstr "انتهى التحدي %s."
2211
2212#. module: gamification
2213#: model:ir.model.fields,help:gamification.field_gamification_challenge_line__definition_full_suffix
2214#: model:ir.model.fields,help:gamification.field_gamification_goal__definition_suffix
2215#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__full_suffix
2216msgid "The currency and suffix field"
2217msgstr "حقل العملة واللاحقة"
2218
2219#. module: gamification
2220#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__field_date_id
2221msgid "The date to use for the time period evaluated"
2222msgstr "التاريخ المستخدم لفترة التقييم"
2223
2224#. module: gamification
2225#: model:ir.model.fields,help:gamification.field_gamification_challenge__end_date
2226msgid ""
2227"The day a new challenge will be automatically closed. If no periodicity is "
2228"set, will use this date as the goal end date."
2229msgstr ""
2230"يوم إغلاق التحدي الجديد تلقائيًا. في حال عدم تعيين فترة دورية، سيستخدم هذا "
2231"التاريخ كتاريخ انتهاء الهدف."
2232
2233#. module: gamification
2234#: model:ir.model.fields,help:gamification.field_gamification_challenge__start_date
2235msgid ""
2236"The day a new challenge will be automatically started. If no periodicity is "
2237"set, will use this date as the goal start date."
2238msgstr ""
2239"يوم بداية التحدي الجديد تلقائيًا. في حال عدم تعيين فترة دورية، سيستخدم هذا "
2240"التاريخ كتاريخ بدء الهدف."
2241
2242#. module: gamification
2243#: code:addons/gamification/models/goal.py:0
2244#, python-format
2245msgid ""
2246"The domain for the definition %s seems incorrect, please check it.\n"
2247"\n"
2248"%s"
2249msgstr ""
2250"نطاق التعريف %s غير صحيح، برجاء التحقق منه.\n"
2251"\n"
2252"%s"
2253
2254#. module: gamification
2255#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__field_id
2256msgid "The field containing the value to evaluate"
2257msgstr "الحقل الذي يحتوي القيمة المراد تقييمها"
2258
2259#. module: gamification
2260#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__res_id_field
2261msgid ""
2262"The field name on the user profile (res.users) containing the value for "
2263"res_id for action."
2264msgstr ""
2265"اسم الحقل في ملف المستخدم الشخصي (res.users) الذي يحتوي على القيمة res_id "
2266"للإجراء."
2267
2268#. module: gamification
2269#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__condition__higher
2270msgid "The higher the better"
2271msgstr "كلما كانت القيمة أعلى كان ذلك أفضل"
2272
2273#. module: gamification
2274#: model:ir.model.fields,help:gamification.field_gamification_badge__owner_ids
2275msgid "The list of instances of this badge granted to users"
2276msgstr "قائمة الشارات الممنوحة للمستخدمين من هذا النوع"
2277
2278#. module: gamification
2279#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__model_inherited_ids
2280msgid "The list of models that extends the current model."
2281msgstr "قائمة الكائنات التي يمتد لها الكائن الحالي."
2282
2283#. module: gamification
2284#: model:ir.model.fields,help:gamification.field_gamification_badge__unique_owner_ids
2285msgid "The list of unique users having received this badge."
2286msgstr "قائمة المستخدمين الفريدين الذين استلموا هذه الشارة."
2287
2288#. module: gamification
2289#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__condition__lower
2290msgid "The lower the better"
2291msgstr "كلما كانت القيمة أقل كان ذلك أفضل"
2292
2293#. module: gamification
2294#: model:ir.model.fields,help:gamification.field_gamification_badge__rule_max_number
2295msgid ""
2296"The maximum number of time this badge can be sent per month per person."
2297msgstr "الحد الأقصى لعدد مرات إرسال هذه الشارة بكل شهر لكل شخص."
2298
2299#. module: gamification
2300#: code:addons/gamification/models/goal.py:0
2301#, python-format
2302msgid ""
2303"The model configuration for the definition %(name)s seems incorrect, please check it.\n"
2304"\n"
2305"%(error)s not found"
2306msgstr ""
2307
2308#. module: gamification
2309#: code:addons/gamification/models/goal.py:0
2310#, python-format
2311msgid ""
2312"The model configuration for the definition %(name)s seems incorrect, please check it.\n"
2313"\n"
2314"%(field_name)s not stored"
2315msgstr ""
2316
2317#. module: gamification
2318#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__model_id
2319msgid "The model object for the field to evaluate"
2320msgstr "كائن نموذج الحقل الذي سيتم تقييمه"
2321
2322#. module: gamification
2323#: model:ir.model.fields,help:gamification.field_gamification_goal__remind_update_delay
2324msgid ""
2325"The number of days after which the user assigned to a manual goal will be "
2326"reminded. Never reminded if no value is specified."
2327msgstr ""
2328"عدد الأيام التي سيتم بعدها تذكير المستخدم المُسند لهدف يدوي. إذا لم تُعين "
2329"قيمة لن يتم تذكيره أبدًا."
2330
2331#. module: gamification
2332#: model:ir.model.fields,help:gamification.field_gamification_badge__stat_my_this_month
2333msgid ""
2334"The number of time the current user has received this badge this month."
2335msgstr "عدد مرات استلام المستخدم الحالي لهذه الشارة بهذا الشهر."
2336
2337#. module: gamification
2338#: model:ir.model.fields,help:gamification.field_gamification_badge__stat_my
2339msgid "The number of time the current user has received this badge."
2340msgstr "عدد مرات استلام المستخدم الحالي لهذه الشارة."
2341
2342#. module: gamification
2343#: model:ir.model.fields,help:gamification.field_gamification_badge__stat_my_monthly_sending
2344msgid "The number of time the current user has sent this badge this month."
2345msgstr "عدد مرات إرسال المستخدم الحالي لهذه الشارة بهذا الشهر."
2346
2347#. module: gamification
2348#: model:ir.model.fields,help:gamification.field_gamification_badge__granted_users_count
2349msgid "The number of time this badge has been received by unique users."
2350msgstr "عدد مرات استلام مستخدمين فريدين لهذه الشارة."
2351
2352#. module: gamification
2353#: model:ir.model.fields,help:gamification.field_gamification_badge__stat_this_month
2354msgid "The number of time this badge has been received this month."
2355msgstr "عدد مرات استلام هذه الشارة بهذا الشهر."
2356
2357#. module: gamification
2358#: model:ir.model.fields,help:gamification.field_gamification_badge__granted_count
2359msgid "The number of time this badge has been received."
2360msgstr "عدد مرات استلام هذه الشارة."
2361
2362#. module: gamification
2363#: model:ir.model.constraint,message:gamification.constraint_gamification_karma_rank_karma_min_check
2364msgid "The required karma has to be above 0."
2365msgstr ""
2366
2367#. module: gamification
2368#: model:ir.model.fields,help:gamification.field_gamification_challenge_line__definition_monetary
2369#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__monetary
2370msgid "The target and current value are defined in the company currency."
2371msgstr "يتم تعريف الهدف والقيمة الحالية في عملة المؤسسة."
2372
2373#. module: gamification
2374#: model:ir.model.fields,help:gamification.field_gamification_challenge_line__definition_suffix
2375#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__suffix
2376msgid "The unit of the target and current values"
2377msgstr "وحدة الهدف والقيم الحالية"
2378
2379#. module: gamification
2380#: model:ir.model.fields,help:gamification.field_gamification_challenge__manager_id
2381msgid "The user responsible for the challenge."
2382msgstr "المستخدم المسئول عن التحدي."
2383
2384#. module: gamification
2385#: model:ir.model.fields,help:gamification.field_gamification_badge_user__sender_id
2386msgid "The user who has send the badge"
2387msgstr "المستخدم الذي يرسل الشارة"
2388
2389#. module: gamification
2390#: model:ir.model.fields,help:gamification.field_gamification_badge__goal_definition_ids
2391msgid ""
2392"The users that have succeeded theses goals will receive automatically the "
2393"badge."
2394msgstr "سيستلم المستخدمون الذين نجحوا في تحقيق هذه الأهداف الشارة تلقائيًا."
2395
2396#. module: gamification
2397#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__batch_user_expression
2398msgid ""
2399"The value to compare with the distinctive field. The expression can contain "
2400"reference to 'user' which is a browse record of the current user, e.g. "
2401"user.id, user.partner_id.id..."
2402msgstr ""
2403"القيمة التي تُقارن بالحقل المميز. يمكن أن يحتوي التعبير على إشارة لـ'مستخدم'"
2404" وهو سجل استعراض للمستخدم الحالي، مثلًا: user.id, user.partner_id.id..."
2405
2406#. module: gamification
2407#: model_terms:ir.actions.act_window,help:gamification.goals_from_challenge_act
2408msgid ""
2409"There is no goal associated to this challenge matching your search.\n"
2410"            Make sure that your challenge is active and assigned to at least one user."
2411msgstr ""
2412"لا يوجد هدف مرتبط بهذا التحدي يطابق بحثك.\n"
2413"            تأكد من أن تحديك نشط ومُسند لمستخدم واحد على الأقل."
2414
2415#. module: gamification
2416#: model:ir.model.fields,help:gamification.field_gamification_goal__closed
2417msgid "These goals will not be recomputed."
2418msgstr "لن يتم إعادة احتساب هذه الأهداف."
2419
2420#. module: gamification
2421#: code:addons/gamification/models/badge.py:0
2422#, python-format
2423msgid "This badge can not be sent by users."
2424msgstr "لا يمكن للمستخدمين إرسال هذه الشارة."
2425
2426#. module: gamification
2427#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
2428msgid "To"
2429msgstr "إلى"
2430
2431#. module: gamification
2432#: model:ir.model.fields,field_description:gamification.field_gamification_goal__target_goal
2433msgid "To Reach"
2434msgstr "للوصول"
2435
2436#. module: gamification
2437#: model:ir.model.fields,field_description:gamification.field_gamification_goal__to_update
2438msgid "To update"
2439msgstr "لتحديث"
2440
2441#. module: gamification
2442#: model:ir.model.fields,field_description:gamification.field_gamification_badge__granted_count
2443msgid "Total"
2444msgstr "الإجمالي"
2445
2446#. module: gamification
2447#: model:ir.model,name:gamification.model_gamification_karma_tracking
2448msgid "Track Karma Changes"
2449msgstr ""
2450
2451#. module: gamification
2452#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_form
2453msgid "Tracking"
2454msgstr "التتبع"
2455
2456#. module: gamification
2457#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__tracking_date
2458msgid "Tracking Date"
2459msgstr ""
2460
2461#. module: gamification
2462#: model:ir.actions.act_window,name:gamification.gamification_karma_tracking_action
2463#: model:ir.ui.menu,name:gamification.gamification_karma_tracking_menu
2464#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_tree
2465msgid "Trackings"
2466msgstr ""
2467
2468#. module: gamification
2469#: model:ir.model.fields,field_description:gamification.field_gamification_badge__unique_owner_ids
2470msgid "Unique Owners"
2471msgstr "المالكون الفريدون"
2472
2473#. module: gamification
2474#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line__definition_suffix
2475msgid "Unit"
2476msgstr "الوحدة"
2477
2478#. module: gamification
2479#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_unread
2480#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_unread
2481msgid "Unread Messages"
2482msgstr "الرسائل الجديدة"
2483
2484#. module: gamification
2485#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_unread_counter
2486#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_unread_counter
2487msgid "Unread Messages Counter"
2488msgstr "عدد الرسائل الجديدة"
2489
2490#. module: gamification
2491#: model_terms:ir.ui.view,arch_db:gamification.view_goal_wizard_update_current
2492msgid "Update"
2493msgstr "تحديث"
2494
2495#. module: gamification
2496#: code:addons/gamification/models/goal.py:0
2497#, python-format
2498msgid "Update %s"
2499msgstr "تحديث %s"
2500
2501#. module: gamification
2502#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__user_id
2503#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__user_id
2504#: model:ir.model.fields,field_description:gamification.field_gamification_goal__user_id
2505#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__user_id
2506#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
2507#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
2508msgid "User"
2509msgstr "المستخدم"
2510
2511#. module: gamification
2512#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__user_domain
2513msgid "User domain"
2514msgstr "نطاق المستخدم"
2515
2516#. module: gamification
2517#: model:ir.actions.act_window,name:gamification.action_current_rank_users
2518#: model:ir.model,name:gamification.model_res_users
2519#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__user_ids
2520#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__user_ids
2521msgid "Users"
2522msgstr "المستخدمون"
2523
2524#. module: gamification
2525#: model:ir.model.fields,help:gamification.field_gamification_karma_rank__user_ids
2526msgid "Users having this rank"
2527msgstr ""
2528
2529#. module: gamification
2530#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__period__weekly
2531#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__weekly
2532msgid "Weekly"
2533msgstr "أسبوعيًا"
2534
2535#. module: gamification
2536#: model:ir.model.fields,help:gamification.field_gamification_badge__rule_auth
2537msgid "Who can grant this badge"
2538msgstr "أصحاب حق منح هذه الشارة"
2539
2540#. module: gamification
2541#: model_terms:ir.ui.view,arch_db:gamification.view_badge_wizard_grant
2542msgid "Who would you like to reward?"
2543msgstr "لمن تريد إعطاء المكافأة؟"
2544
2545#. module: gamification
2546#: model:ir.model.fields,help:gamification.field_gamification_challenge__reward_realtime
2547msgid ""
2548"With this option enabled, a user can receive a badge only once. The top 3 "
2549"badges are still rewarded only at the end of the challenge."
2550msgstr ""
2551"بتفعيل هذا الخيار، يمكن للمستخدم استلام شارة مرة واحدة فقط. سيتم منح أعلى 3 "
2552"شارات عند نهاية التحدي فقط."
2553
2554#. module: gamification
2555#: model:gamification.badge,description:gamification.badge_idea
2556msgid "With your brilliant ideas, you are an inspiration to others."
2557msgstr "بأفكارك اللامعة، تلهم الآخرين."
2558
2559#. module: gamification
2560#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__period__yearly
2561#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__yearly
2562msgid "Yearly"
2563msgstr "سنويًا"
2564
2565#. module: gamification
2566#: code:addons/gamification/models/badge.py:0
2567#, python-format
2568msgid "You are not in the user allowed list."
2569msgstr "لست في قائمة المستخدمين المسموح لهم."
2570
2571#. module: gamification
2572#: code:addons/gamification/wizard/grant_badge.py:0
2573#, python-format
2574msgid "You can not grant a badge to yourself."
2575msgstr "لا يمكنك منح نفسك هذه الشارة."
2576
2577#. module: gamification
2578#: code:addons/gamification/models/challenge.py:0
2579#, python-format
2580msgid "You can not reset a challenge with unfinished goals."
2581msgstr "لا يمكنك إعادة تعيين تحدي به أهداف غير مكتملة."
2582
2583#. module: gamification
2584#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
2585msgid "You can still grant"
2586msgstr "لا يزال بإمكانك منح"
2587
2588#. module: gamification
2589#: model:gamification.badge,description:gamification.badge_good_job
2590msgid "You did great at your job."
2591msgstr "قمت بعمل مذهل."
2592
2593#. module: gamification
2594#: code:addons/gamification/models/badge.py:0
2595#, python-format
2596msgid "You do not have the required badges."
2597msgstr "لا تملك الشارات المطلوبة."
2598
2599#. module: gamification
2600#: code:addons/gamification/models/badge.py:0
2601#, python-format
2602msgid "You have already sent this badge too many time this month."
2603msgstr "لقد أرسلت بالفعل هذه الشارة عدة مرات هذا الشهر."
2604
2605#. module: gamification
2606#: model:gamification.badge,description:gamification.badge_hidden
2607msgid "You have found the hidden badge"
2608msgstr "لقد وجدت الشارة الخفية"
2609
2610#. module: gamification
2611#: model_terms:gamification.karma.rank,description:gamification.rank_doctor
2612msgid "You have reached the last rank. Congratulations!"
2613msgstr ""
2614
2615#. module: gamification
2616#: model_terms:gamification.karma.rank,description:gamification.rank_newbie
2617msgid "You just began the adventure! Welcome!"
2618msgstr ""
2619
2620#. module: gamification
2621#: model_terms:gamification.karma.rank,description:gamification.rank_master
2622msgid "You know what you are talking about. People learn from you."
2623msgstr ""
2624
2625#. module: gamification
2626#: model_terms:gamification.karma.rank,description:gamification.rank_bachelor
2627msgid "You love learning things. Curiosity is a good way to progress."
2628msgstr ""
2629
2630#. module: gamification
2631#: model_terms:gamification.karma.rank,description:gamification.rank_student
2632msgid "You're a young padawan now. May the force be with you!"
2633msgstr ""
2634
2635#. module: gamification
2636#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
2637msgid "badges this month"
2638msgstr "شارات هذا الشهر"
2639
2640#. module: gamification
2641#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
2642#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
2643msgid "days"
2644msgstr "يوم"
2645
2646#. module: gamification
2647#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
2648msgid ""
2649"e.g. A Master Chief knows quite everything on the forum! You cannot beat "
2650"him!"
2651msgstr ""
2652
2653#. module: gamification
2654#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
2655msgid "e.g. Master Chief"
2656msgstr ""
2657
2658#. module: gamification
2659#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
2660msgid "e.g. Monthly Sales Objectives"
2661msgstr "مثلًا: أهداف المبيعات الشهرية"
2662
2663#. module: gamification
2664#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
2665msgid "e.g. Reach this rank to gain a free mug !"
2666msgstr ""
2667
2668#. module: gamification
2669#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
2670msgid "e.g. days"
2671msgstr "مثلًا: أيام"
2672
2673#. module: gamification
2674#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
2675msgid "e.g. user.partner_id.id"
2676msgstr "مثلًا: user.partner_id.id"
2677
2678#. module: gamification
2679#: model_terms:ir.ui.view,arch_db:gamification.badge_kanban_view
2680msgid "granted,"
2681msgstr "منح،"
2682
2683#. module: gamification
2684#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
2685msgid "refresh"
2686msgstr "تحديث"
2687
2688#. module: gamification
2689#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
2690msgid "than the target."
2691msgstr "من الهدف."
2692
2693#. module: gamification
2694#: model_terms:ir.ui.view,arch_db:gamification.badge_user_kanban_view
2695msgid "the"
2696msgstr "ال"
2697
2698#. module: gamification
2699#: model_terms:ir.ui.view,arch_db:gamification.badge_kanban_view
2700msgid "this month"
2701msgstr "هذا الشهر"
2702