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