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