[I18N] Update translations from Launchpad 8.0 branches
[odoo/odoo.git] / addons / gamification / i18n / tr.po
1 # Turkish translation for openobject-addons
2 # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2014-09-23 16:27+0000\n"
11 "PO-Revision-Date: 2014-09-26 15:33+0000\n"
12 "Last-Translator: Ayhan KIZILTAN <Unknown>\n"
13 "Language-Team: Turkish <tr@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2014-09-27 06:38+0000\n"
18 "X-Generator: Launchpad (build 17196)\n"
19
20 #. module: gamification
21 #: model:email.template,body_html:gamification.email_template_badge_received
22 msgid ""
23 "\n"
24 "        <p>Congratulation, you have received the badge "
25 "<strong>${object.badge_id.name}</strong> !\n"
26 "            % if object.sender_id\n"
27 "                This badge was granted by "
28 "<strong>${object.sender_id.name}</strong>.\n"
29 "            % endif\n"
30 "        </p>\n"
31 "\n"
32 "        % if object.comment\n"
33 "            <p><em>${object.comment}</em></p>\n"
34 "        % endif\n"
35 "        "
36 msgstr ""
37
38 #. module: gamification
39 #: model:email.template,body_html:gamification.email_template_goal_reminder
40 msgid ""
41 "\n"
42 "    <header>\n"
43 "        <strong>Reminder ${object.name}</strong>\n"
44 "    </header>\n"
45 "    \n"
46 "    <p>You have not updated your progress for the goal "
47 "${object.definition_id.name} (currently reached at ${object.completeness}%) "
48 "for at least ${object.remind_update_delay} days. Do not forget to do "
49 "it.</p>\n"
50 "            "
51 msgstr ""
52
53 #. module: gamification
54 #: model:email.template,body_html:gamification.simple_report_template
55 msgid ""
56 "\n"
57 "<header>\n"
58 "    <strong>${object.name}</strong>\n"
59 "</header>\n"
60 "<p class=\"oe_grey\">The following message contains the current progress for "
61 "the challenge ${object.name}</p>\n"
62 "\n"
63 "% if object.visibility_mode == 'personal':\n"
64 "    <table width=\"100%\" border=\"1\">\n"
65 "    <tr>\n"
66 "        <th>Goal</th>\n"
67 "        <th>Target</th>\n"
68 "        <th>Current</th>\n"
69 "        <th>Completeness</th>\n"
70 "    </tr>\n"
71 "    % for line in ctx[\"challenge_lines\"]:\n"
72 "        <tr\n"
73 "            % if line['completeness'] >= 100:\n"
74 "                style=\"font-weight:bold;\"\n"
75 "            % endif\n"
76 "            >\n"
77 "            <td>${line['name']}</td>\n"
78 "            <td>${line['target']}\n"
79 "            % if line['suffix']:\n"
80 "                ${line['suffix']}\n"
81 "            % endif\n"
82 "            </td>\n"
83 "            <td>${line['current']}\n"
84 "            % if line['suffix']:\n"
85 "                ${line['suffix']}\n"
86 "            % endif\n"
87 "            </td>\n"
88 "            <td>${line['completeness']} %</td>\n"
89 "        </tr>\n"
90 "    % endfor\n"
91 "    </table>\n"
92 "% else:\n"
93 "    % for line in ctx[\"challenge_lines\"]:\n"
94 "        <table width=\"100%\" border=\"1\">\n"
95 "            <tr>\n"
96 "                <th colspan=\"4\">${line['name']}</th>\n"
97 "            </tr>\n"
98 "            <tr>\n"
99 "                <th>#</th>\n"
100 "                <th>Person</th>\n"
101 "                <th>Completeness</th>\n"
102 "                <th>Current</th>\n"
103 "            </tr>\n"
104 "            % for goal in line['goals']:\n"
105 "                <tr\n"
106 "                    % if goal.completeness >= 100:\n"
107 "                        style=\"font-weight:bold;\"\n"
108 "                    % endif\n"
109 "                    >\n"
110 "                    <td>${goal['rank']}</td>\n"
111 "                    <td>${goal['name']}</td>\n"
112 "                    <td>${goal['completeness']}%</td>\n"
113 "                    <td>${goal['current']}/${line['target']}\n"
114 "                    % if line['suffix']:\n"
115 "                        ${line['suffix']}\n"
116 "                    % endif\n"
117 "                    </td>\n"
118 "                </tr>\n"
119 "            % endfor\n"
120 "        </table>\n"
121 "\n"
122 "        <br/><br/>\n"
123 "\n"
124 "    % endfor\n"
125 "% endif\n"
126 "            "
127 msgstr ""
128
129 #. module: gamification
130 #: selection:gamification.challenge.line,condition:0
131 msgid "<="
132 msgstr "<="
133
134 #. module: gamification
135 #: code:addons/gamification/models/challenge.py:745
136 #, python-format
137 msgid ""
138 "<br/>Nobody has succeeded to reach every goal, no badge is rewared for this "
139 "challenge."
140 msgstr ""
141
142 #. module: gamification
143 #: code:addons/gamification/models/challenge.py:743
144 #, python-format
145 msgid "<br/>Reward (badge %s) for every succeeding user was sent to %s."
146 msgstr ""
147
148 #. module: gamification
149 #: code:addons/gamification/models/challenge.py:752
150 #, python-format
151 msgid ""
152 "<br/>Special rewards were sent to the top competing users. The ranking for "
153 "this challenge is :"
154 msgstr ""
155 "<br/>Özel ödüller üst rakip kullanıcılar gönderildi. Bu mücadele için "
156 "sıralamasıdır:"
157
158 #. module: gamification
159 #: model:ir.actions.act_window,help:gamification.badge_list_action
160 msgid ""
161 "<p class=\"oe_view_nocontent_create\">\n"
162 "                    Click to create a badge. \n"
163 "                </p>\n"
164 "                <p>\n"
165 "                    A badge is a symbolic token granted to a user as a sign "
166 "of reward.\n"
167 "                    It can be deserved automatically when some conditions "
168 "are met or manually by users.\n"
169 "                    Some badges are harder than others to get with specific "
170 "conditions.\n"
171 "                </p>\n"
172 "            "
173 msgstr ""
174
175 #. module: gamification
176 #: model:ir.actions.act_window,help:gamification.challenge_list_action
177 msgid ""
178 "<p class=\"oe_view_nocontent_create\">\n"
179 "                    Click to create a challenge. \n"
180 "                </p>\n"
181 "                <p>\n"
182 "                    Assign a list of goals to chosen users to evaluate "
183 "them.\n"
184 "                    The challenge can use a period (weekly, monthly...) for "
185 "automatic creation of goals.\n"
186 "                    The goals are created for the specified users or member "
187 "of the group.\n"
188 "                </p>\n"
189 "            "
190 msgstr ""
191
192 #. module: gamification
193 #: model:ir.actions.act_window,help:gamification.goal_definition_list_action
194 msgid ""
195 "<p class=\"oe_view_nocontent_create\">\n"
196 "                    Click to create a goal definition. \n"
197 "                </p>\n"
198 "                <p>\n"
199 "                    A goal definition is a technical model of goal defining "
200 "a condition to reach.\n"
201 "                    The dates, values to reach or users are defined in goal "
202 "instance.\n"
203 "                </p>\n"
204 "            "
205 msgstr ""
206
207 #. module: gamification
208 #: model:ir.actions.act_window,help:gamification.goal_list_action
209 msgid ""
210 "<p class=\"oe_view_nocontent_create\">\n"
211 "                    Click to create a goal. \n"
212 "                </p>\n"
213 "                <p>\n"
214 "                    A goal is defined by a user and a goal definition.\n"
215 "                    Goals can be created automatically by using challenges.\n"
216 "                </p>\n"
217 "            "
218 msgstr ""
219
220 #. module: gamification
221 #: model:ir.actions.act_window,help:gamification.goals_from_challenge_act
222 msgid ""
223 "<p>\n"
224 "                There is no goals associated to this challenge matching your "
225 "search.\n"
226 "                Make sure that your challenge is active and assigned to at "
227 "least one user.\n"
228 "              </p>\n"
229 "            "
230 msgstr ""
231
232 #. module: gamification
233 #: selection:gamification.challenge.line,condition:0
234 msgid ">="
235 msgstr ">="
236
237 #. module: gamification
238 #: help:gamification.goal.definition,condition:0
239 msgid ""
240 "A goal is considered as completed when the current value is compared to the "
241 "value to reach"
242 msgstr ""
243
244 #. module: gamification
245 #: selection:gamification.badge,rule_auth:0
246 msgid "A selected list of users"
247 msgstr ""
248
249 #. module: gamification
250 #: view:gamification.challenge:gamification.view_challenge_wizard
251 msgid "Accept"
252 msgstr "Kabulet"
253
254 #. module: gamification
255 #: field:gamification.goal.definition,action_id:0
256 msgid "Action"
257 msgstr ""
258
259 #. module: gamification
260 #: field:gamification.badge,active:0
261 msgid "Active"
262 msgstr "Etkin"
263
264 #. module: gamification
265 #: view:gamification.challenge:gamification.challenge_form_view
266 msgid "Advanced Options"
267 msgstr "Gelişmiş Seçenekler"
268
269 #. module: gamification
270 #: field:gamification.badge,rule_auth:0
271 msgid "Allowance to Grant"
272 msgstr ""
273
274 #. module: gamification
275 #: help:gamification.challenge,user_domain:0
276 msgid "Alternative to a list of users"
277 msgstr ""
278
279 #. module: gamification
280 #: field:gamification.challenge,category:0
281 msgid "Appears in"
282 msgstr ""
283
284 #. module: gamification
285 #: view:gamification.challenge:gamification.challenge_form_view
286 msgid "Assign Challenge To"
287 msgstr ""
288
289 #. module: gamification
290 #: field:gamification.badge,rule_auth_user_ids:0
291 msgid "Authorized Users"
292 msgstr ""
293
294 #. module: gamification
295 #: selection:gamification.goal.definition,computation_mode:0
296 msgid "Automatic: execute a specific Python code"
297 msgstr ""
298
299 #. module: gamification
300 #: selection:gamification.goal.definition,computation_mode:0
301 msgid "Automatic: number of records"
302 msgstr ""
303
304 #. module: gamification
305 #: selection:gamification.goal.definition,computation_mode:0
306 msgid "Automatic: sum on a field"
307 msgstr ""
308
309 #. module: gamification
310 #: view:gamification.badge:gamification.badge_form_view
311 #: field:gamification.badge,name:0
312 #: field:gamification.badge.user,badge_id:0
313 #: field:gamification.badge.user.wizard,badge_id:0
314 msgid "Badge"
315 msgstr ""
316
317 #. module: gamification
318 #: view:gamification.badge:gamification.badge_form_view
319 msgid "Badge Description"
320 msgstr ""
321
322 #. module: gamification
323 #: model:mail.message.subtype,description:gamification.mt_badge_granted
324 #: model:mail.message.subtype,name:gamification.mt_badge_granted
325 msgid "Badge Granted"
326 msgstr ""
327
328 #. module: gamification
329 #: view:gamification.badge:gamification.badge_list_view
330 msgid "Badge List"
331 msgstr ""
332
333 #. module: gamification
334 #: field:gamification.badge.user,badge_name:0
335 msgid "Badge Name"
336 msgstr ""
337
338 #. module: gamification
339 #: model:ir.actions.act_window,name:gamification.badge_list_action
340 #: model:ir.ui.menu,name:gamification.gamification_badge_menu
341 msgid "Badges"
342 msgstr ""
343
344 #. module: gamification
345 #: view:gamification.challenge:gamification.challenge_form_view
346 msgid ""
347 "Badges are granted when a challenge is finished. This is either at the end "
348 "of a running period (eg: end of the month for a monthly challenge), at the "
349 "end date of a challenge (if no periodicity is set) or when the challenge is "
350 "manually closed."
351 msgstr ""
352
353 #. module: gamification
354 #: field:gamification.goal.definition,batch_mode:0
355 msgid "Batch Mode"
356 msgstr ""
357
358 #. module: gamification
359 #: model:gamification.badge,name:gamification.badge_idea
360 msgid "Brilliant"
361 msgstr ""
362
363 #. module: gamification
364 #: view:gamification.badge:gamification.badge_kanban_view
365 msgid "Can not grant"
366 msgstr ""
367
368 #. module: gamification
369 #: code:addons/gamification/models/goal.py:453
370 #, python-format
371 msgid "Can not modify the configuration of a started goal"
372 msgstr ""
373
374 #. module: gamification
375 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
376 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
377 msgid "Cancel"
378 msgstr ""
379
380 #. module: gamification
381 #: selection:gamification.goal,state:0
382 msgid "Canceled"
383 msgstr ""
384
385 #. module: gamification
386 #: view:gamification.challenge:gamification.challenge_form_view
387 msgid "Category"
388 msgstr ""
389
390 #. module: gamification
391 #: view:gamification.challenge:gamification.view_challenge_wizard
392 #: field:gamification.challenge.line,challenge_id:0
393 #: field:gamification.goal,challenge_id:0
394 msgid "Challenge"
395 msgstr ""
396
397 #. module: gamification
398 #: model:ir.actions.act_window,name:gamification.challenge_wizard
399 msgid "Challenge Description"
400 msgstr ""
401
402 #. module: gamification
403 #: field:gamification.goal,line_id:0
404 msgid "Challenge Line"
405 msgstr ""
406
407 #. module: gamification
408 #: view:gamification.challenge:gamification.view_challenge_wizard
409 #: view:gamification.challenge.line:gamification.challenge_line_list_view
410 msgid "Challenge Lines"
411 msgstr ""
412
413 #. module: gamification
414 #: field:gamification.challenge,name:0
415 msgid "Challenge Name"
416 msgstr ""
417
418 #. module: gamification
419 #: field:gamification.badge.user,challenge_id:0
420 msgid "Challenge originating"
421 msgstr ""
422
423 #. module: gamification
424 #: help:gamification.goal,challenge_id:0
425 msgid ""
426 "Challenge that generated the goal, assign challenge to users to generate "
427 "goals with a value in this field."
428 msgstr ""
429
430 #. module: gamification
431 #: view:gamification.challenge:gamification.view_challenge_kanban
432 #: model:ir.actions.act_window,name:gamification.challenge_list_action
433 #: model:ir.ui.menu,name:gamification.gamification_challenge_menu
434 msgid "Challenges"
435 msgstr ""
436
437 #. module: gamification
438 #: help:gamification.badge,rule_max:0
439 msgid "Check to set a monthly limit per person of sending this badge"
440 msgstr ""
441
442 #. module: gamification
443 #: view:gamification.goal.definition:gamification.goal_definition_form_view
444 msgid "Clickable Goals"
445 msgstr ""
446
447 #. module: gamification
448 #: field:gamification.goal,closed:0
449 msgid "Closed goal"
450 msgstr ""
451
452 #. module: gamification
453 #: field:gamification.badge.user,comment:0
454 #: field:gamification.badge.user.wizard,comment:0
455 msgid "Comment"
456 msgstr ""
457
458 #. module: gamification
459 #: model:gamification.challenge,name:gamification.challenge_base_discover
460 msgid "Complete your Profile"
461 msgstr ""
462
463 #. module: gamification
464 #: field:gamification.goal,completeness:0
465 msgid "Completeness"
466 msgstr ""
467
468 #. module: gamification
469 #: view:gamification.goal.definition:gamification.goal_definition_search_view
470 #: field:gamification.goal.definition,computation_mode:0
471 msgid "Computation Mode"
472 msgstr ""
473
474 #. module: gamification
475 #: field:gamification.goal,computation_mode:0
476 msgid "Computation mode"
477 msgstr ""
478
479 #. module: gamification
480 #: field:gamification.challenge.line,condition:0
481 msgid "Condition"
482 msgstr ""
483
484 #. module: gamification
485 #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users
486 msgid "Create User"
487 msgstr ""
488
489 #. module: gamification
490 #: model:ir.actions.act_window,help:gamification.action_new_simplified_res_users
491 msgid ""
492 "Create and manage users that will connect to the system. Users can be "
493 "deactivated should there be a period of time during which they will/should "
494 "not connect to the system. You can assign them groups in order to give them "
495 "specific access to the applications they need to use in the system."
496 msgstr ""
497
498 #. module: gamification
499 #: field:gamification.badge.user,create_date:0
500 msgid "Created"
501 msgstr ""
502
503 #. module: gamification
504 #: field:gamification.badge,create_uid:0
505 #: field:gamification.badge.user.wizard,create_uid:0
506 #: field:gamification.challenge,create_uid:0
507 #: field:gamification.challenge.line,create_uid:0
508 #: field:gamification.goal,create_uid:0
509 #: field:gamification.goal.definition,create_uid:0
510 #: field:gamification.goal.wizard,create_uid:0
511 msgid "Created by"
512 msgstr ""
513
514 #. module: gamification
515 #: field:gamification.badge,create_date:0
516 #: field:gamification.badge.user.wizard,create_date:0
517 #: field:gamification.challenge,create_date:0
518 #: field:gamification.challenge.line,create_date:0
519 #: field:gamification.goal,create_date:0
520 #: field:gamification.goal.definition,create_date:0
521 #: field:gamification.goal.wizard,create_date:0
522 msgid "Created on"
523 msgstr ""
524
525 #. module: gamification
526 #: field:gamification.badge.user,create_uid:0
527 msgid "Creator"
528 msgstr ""
529
530 #. module: gamification
531 #: field:gamification.goal.wizard,current:0
532 msgid "Current"
533 msgstr ""
534
535 #. module: gamification
536 #: field:gamification.goal,current:0
537 msgid "Current Value"
538 msgstr ""
539
540 #. module: gamification
541 #: selection:gamification.challenge,period:0
542 #: selection:gamification.challenge,report_message_frequency:0
543 msgid "Daily"
544 msgstr ""
545
546 #. module: gamification
547 #: view:gamification.goal:gamification.goal_form_view
548 msgid "Data"
549 msgstr ""
550
551 #. module: gamification
552 #: field:gamification.goal.definition,field_date_id:0
553 msgid "Date Field"
554 msgstr ""
555
556 #. module: gamification
557 #: help:gamification.badge,message_last_post:0
558 #: help:gamification.challenge,message_last_post:0
559 msgid "Date of the last message posted on the record."
560 msgstr ""
561
562 #. module: gamification
563 #: help:gamification.challenge,category:0
564 msgid "Define the visibility of the challenge through menus"
565 msgstr ""
566
567 #. module: gamification
568 #: help:gamification.goal.definition,computation_mode:0
569 msgid ""
570 "Defined how will be computed the goals. The result of the operation will be "
571 "stored in the field 'Current'."
572 msgstr ""
573
574 #. module: gamification
575 #: field:gamification.goal,definition_condition:0
576 msgid "Definition Condition"
577 msgstr ""
578
579 #. module: gamification
580 #: field:gamification.goal,definition_description:0
581 msgid "Definition Description"
582 msgstr ""
583
584 #. module: gamification
585 #: view:gamification.challenge:gamification.challenge_form_view
586 msgid "Depending on the Display mode, reports will be individual or shared."
587 msgstr ""
588
589 #. module: gamification
590 #: view:gamification.challenge:gamification.challenge_form_view
591 msgid ""
592 "Describe the challenge: what is does, who it targets, why it matters..."
593 msgstr ""
594
595 #. module: gamification
596 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
597 msgid "Describe what they did and why it matters (will be public)"
598 msgstr ""
599
600 #. module: gamification
601 #: field:gamification.badge,description:0
602 #: field:gamification.challenge,description:0
603 msgid "Description"
604 msgstr ""
605
606 #. module: gamification
607 #: field:gamification.challenge,visibility_mode:0
608 #: field:gamification.goal,definition_display:0
609 msgid "Display Mode"
610 msgstr ""
611
612 #. module: gamification
613 #: field:gamification.goal.definition,display_mode:0
614 msgid "Displayed as"
615 msgstr ""
616
617 #. module: gamification
618 #: field:gamification.goal.definition,batch_distinctive_field:0
619 msgid "Distinctive field for batch user"
620 msgstr ""
621
622 #. module: gamification
623 #: help:gamification.goal.definition,domain:0
624 msgid ""
625 "Domain for filtering records. General rule, not user depending, e.g. "
626 "[('state', '=', 'done')]. The expression can contain reference to 'user' "
627 "which is a browse record of the current user if not in batch mode."
628 msgstr ""
629
630 #. module: gamification
631 #: selection:gamification.challenge,state:0
632 #: view:gamification.goal:gamification.goal_search_view
633 msgid "Done"
634 msgstr ""
635
636 #. module: gamification
637 #: selection:gamification.challenge,state:0
638 #: view:gamification.goal:gamification.goal_search_view
639 #: selection:gamification.goal,state:0
640 msgid "Draft"
641 msgstr ""
642
643 #. module: gamification
644 #: field:gamification.challenge,end_date:0
645 #: view:gamification.goal:gamification.goal_search_view
646 #: field:gamification.goal,end_date:0
647 msgid "End Date"
648 msgstr ""
649
650 #. module: gamification
651 #: code:addons/gamification/models/challenge.py:553
652 #: code:addons/gamification/models/goal.py:148
653 #: code:addons/gamification/models/goal.py:453
654 #, python-format
655 msgid "Error!"
656 msgstr ""
657
658 #. module: gamification
659 #: help:gamification.goal.definition,batch_mode:0
660 msgid "Evaluate the expression in batch instead of once for each user"
661 msgstr ""
662
663 #. module: gamification
664 #: field:gamification.goal.definition,batch_user_expression:0
665 msgid "Evaluted expression for batch mode"
666 msgstr ""
667
668 #. module: gamification
669 #: view:gamification.challenge:gamification.view_challenge_wizard
670 msgid "Even if the challenge is failed, best challengers will be rewarded"
671 msgstr ""
672
673 #. module: gamification
674 #: selection:gamification.badge,rule_auth:0
675 msgid "Everyone"
676 msgstr ""
677
678 #. module: gamification
679 #: selection:gamification.goal.definition,display_mode:0
680 msgid "Exclusive (done or not-done)"
681 msgstr ""
682
683 #. module: gamification
684 #: selection:gamification.goal,state:0
685 msgid "Failed"
686 msgstr ""
687
688 #. module: gamification
689 #: field:gamification.goal.definition,field_id:0
690 msgid "Field to Sum"
691 msgstr ""
692
693 #. module: gamification
694 #: field:gamification.goal.definition,domain:0
695 msgid "Filter Domain"
696 msgstr ""
697
698 #. module: gamification
699 #: field:gamification.badge,message_follower_ids:0
700 #: field:gamification.challenge,message_follower_ids:0
701 msgid "Followers"
702 msgstr ""
703
704 #. module: gamification
705 #: field:gamification.challenge,reward_first_id:0
706 msgid "For 1st user"
707 msgstr ""
708
709 #. module: gamification
710 #: field:gamification.challenge,reward_second_id:0
711 msgid "For 2nd user"
712 msgstr ""
713
714 #. module: gamification
715 #: field:gamification.challenge,reward_third_id:0
716 msgid "For 3rd user"
717 msgstr ""
718
719 #. module: gamification
720 #: field:gamification.challenge,reward_id:0
721 msgid "For Every Succeding User"
722 msgstr ""
723
724 #. module: gamification
725 #: view:gamification.goal.definition:gamification.goal_definition_form_view
726 msgid "Formating Options"
727 msgstr ""
728
729 #. module: gamification
730 #: view:gamification.goal:gamification.goal_kanban_view
731 msgid "From"
732 msgstr ""
733
734 #. module: gamification
735 #: field:gamification.goal.definition,full_suffix:0
736 msgid "Full Suffix"
737 msgstr ""
738
739 #. module: gamification
740 #: model:ir.module.category,name:gamification.module_goal_category
741 msgid "Gamification"
742 msgstr ""
743
744 #. module: gamification
745 #: model:ir.ui.menu,name:gamification.gamification_menu
746 msgid "Gamification Tools"
747 msgstr ""
748
749 #. module: gamification
750 #: model:ir.model,name:gamification.model_gamification_badge
751 msgid "Gamification badge"
752 msgstr ""
753
754 #. module: gamification
755 #: model:ir.model,name:gamification.model_gamification_challenge
756 msgid "Gamification challenge"
757 msgstr ""
758
759 #. module: gamification
760 #: model:ir.model,name:gamification.model_gamification_challenge_line
761 msgid "Gamification generic goal for challenge"
762 msgstr ""
763
764 #. module: gamification
765 #: model:ir.model,name:gamification.model_gamification_goal_definition
766 msgid "Gamification goal definition"
767 msgstr ""
768
769 #. module: gamification
770 #: model:ir.model,name:gamification.model_gamification_goal
771 msgid "Gamification goal instance"
772 msgstr ""
773
774 #. module: gamification
775 #: model:ir.model,name:gamification.model_gamification_badge_user
776 msgid "Gamification user badge"
777 msgstr ""
778
779 #. module: gamification
780 #: view:gamification.challenge:gamification.view_challenge_kanban
781 #: view:gamification.goal:gamification.goal_form_view
782 #: field:gamification.goal.wizard,goal_id:0
783 msgid "Goal"
784 msgstr ""
785
786 #. module: gamification
787 #: field:gamification.challenge.line,definition_id:0
788 #: view:gamification.goal:gamification.goal_search_view
789 #: field:gamification.goal,definition_id:0
790 #: field:gamification.goal.definition,name:0
791 msgid "Goal Definition"
792 msgstr ""
793
794 #. module: gamification
795 #: view:gamification.goal.definition:gamification.goal_definition_list_view
796 #: model:ir.actions.act_window,name:gamification.goal_definition_list_action
797 #: model:ir.ui.menu,name:gamification.gamification_definition_menu
798 msgid "Goal Definitions"
799 msgstr ""
800
801 #. module: gamification
802 #: field:gamification.goal.definition,description:0
803 msgid "Goal Description"
804 msgstr ""
805
806 #. module: gamification
807 #: view:gamification.goal:gamification.goal_form_view
808 msgid "Goal Failed"
809 msgstr ""
810
811 #. module: gamification
812 #: view:gamification.goal:gamification.goal_list_view
813 msgid "Goal List"
814 msgstr ""
815
816 #. module: gamification
817 #: field:gamification.goal.definition,condition:0
818 msgid "Goal Performance"
819 msgstr ""
820
821 #. module: gamification
822 #: view:gamification.goal:gamification.goal_form_view
823 msgid "Goal Reached"
824 msgstr ""
825
826 #. module: gamification
827 #: view:gamification.challenge:gamification.challenge_form_view
828 #: view:gamification.challenge:gamification.challenge_list_view
829 #: view:gamification.goal.definition:gamification.goal_definition_form_view
830 msgid "Goal definitions"
831 msgstr ""
832
833 #. module: gamification
834 #: view:gamification.challenge:gamification.challenge_form_view
835 #: view:gamification.challenge:gamification.view_challenge_kanban
836 #: view:gamification.challenge:gamification.view_challenge_wizard
837 #: model:ir.actions.act_window,name:gamification.goal_list_action
838 #: model:ir.ui.menu,name:gamification.gamification_goal_menu
839 msgid "Goals"
840 msgstr ""
841
842 #. module: gamification
843 #: model:gamification.badge,name:gamification.badge_good_job
844 msgid "Good Job"
845 msgstr ""
846
847 #. module: gamification
848 #: view:gamification.badge:gamification.badge_kanban_view
849 msgid "Grant"
850 msgstr ""
851
852 #. module: gamification
853 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
854 #: model:ir.actions.act_window,name:gamification.action_grant_wizard
855 msgid "Grant Badge"
856 msgstr ""
857
858 #. module: gamification
859 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
860 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
861 msgid "Grant Badge To"
862 msgstr ""
863
864 #. module: gamification
865 #: view:gamification.badge:gamification.badge_form_view
866 msgid "Grant this Badge"
867 msgstr ""
868
869 #. module: gamification
870 #: view:gamification.badge.user:gamification.badge_user_kanban_view
871 msgid "Granted by"
872 msgstr ""
873
874 #. module: gamification
875 #: view:gamification.badge:gamification.badge_form_view
876 msgid "Granting"
877 msgstr ""
878
879 #. module: gamification
880 #: view:gamification.challenge:gamification.challenge_search_view
881 #: view:gamification.goal:gamification.goal_search_view
882 #: view:gamification.goal.definition:gamification.goal_definition_search_view
883 msgid "Group By"
884 msgstr ""
885
886 #. module: gamification
887 #: help:gamification.challenge,report_message_group_id:0
888 msgid "Group that will receive a copy of the report in addition to the user"
889 msgstr ""
890
891 #. module: gamification
892 #: view:gamification.challenge:gamification.challenge_search_view
893 msgid "HR Challenges"
894 msgstr ""
895
896 #. module: gamification
897 #: model:gamification.badge,name:gamification.badge_hidden
898 msgid "Hidden"
899 msgstr ""
900
901 #. module: gamification
902 #: help:gamification.badge,message_summary:0
903 #: help:gamification.challenge,message_summary:0
904 msgid ""
905 "Holds the Chatter summary (number of messages, ...). This summary is "
906 "directly in html format in order to be inserted in kanban views."
907 msgstr ""
908
909 #. module: gamification
910 #: view:gamification.goal.definition:gamification.goal_definition_form_view
911 msgid "How to compute the goal?"
912 msgstr ""
913
914 #. module: gamification
915 #: field:gamification.badge,id:0
916 #: field:gamification.badge.user,id:0
917 #: field:gamification.badge.user.wizard,id:0
918 #: field:gamification.challenge,id:0
919 #: field:gamification.challenge.line,id:0
920 #: field:gamification.goal,id:0
921 #: field:gamification.goal.definition,id:0
922 #: field:gamification.goal.wizard,id:0
923 msgid "ID"
924 msgstr ""
925
926 #. module: gamification
927 #: field:gamification.goal.definition,res_id_field:0
928 msgid "ID Field of user"
929 msgstr ""
930
931 #. module: gamification
932 #: help:gamification.badge,remaining_sending:0
933 msgid "If a maxium is set"
934 msgstr ""
935
936 #. module: gamification
937 #: help:gamification.badge,message_unread:0
938 #: help:gamification.challenge,message_unread:0
939 msgid "If checked new messages require your attention."
940 msgstr ""
941
942 #. module: gamification
943 #: help:gamification.badge.user,challenge_id:0
944 msgid "If this badge was rewarded through a challenge"
945 msgstr ""
946
947 #. module: gamification
948 #: field:gamification.badge,image:0
949 msgid "Image"
950 msgstr ""
951
952 #. module: gamification
953 #: selection:gamification.challenge,state:0
954 msgid "In Progress"
955 msgstr ""
956
957 #. module: gamification
958 #: view:gamification.goal.definition:gamification.goal_definition_form_view
959 msgid ""
960 "In batch mode, the domain is evaluated globally. If enabled, do not use "
961 "keyword 'user' in above filter domain."
962 msgstr ""
963
964 #. module: gamification
965 #: help:gamification.goal.definition,batch_distinctive_field:0
966 msgid ""
967 "In batch mode, this indicates which field distinct one user form the other, "
968 "e.g. user_id, partner_id..."
969 msgstr ""
970
971 #. module: gamification
972 #: help:gamification.goal,last_update:0
973 msgid ""
974 "In case of manual goal, reminders are sent if the goal as not been updated "
975 "for a while (defined in challenge). Ignored in case of non-manual goal or "
976 "goal not linked to a challenge."
977 msgstr ""
978
979 #. module: gamification
980 #: selection:gamification.goal,state:0
981 msgid "In progress"
982 msgstr ""
983
984 #. module: gamification
985 #: selection:gamification.challenge,visibility_mode:0
986 msgid "Individual Goals"
987 msgstr ""
988
989 #. module: gamification
990 #: field:gamification.goal.definition,model_inherited_model_ids:0
991 msgid "Inherited models"
992 msgstr ""
993
994 #. module: gamification
995 #: code:addons/gamification/models/goal.py:319
996 #, python-format
997 msgid "Invalid return content from the evaluation of code for definition %s"
998 msgstr ""
999
1000 #. module: gamification
1001 #: model:gamification.goal.definition,name:gamification.definition_base_invite
1002 msgid "Invite new Users"
1003 msgstr "Yeni Kullanıcı Davet edin"
1004
1005 #. module: gamification
1006 #: view:gamification.challenge:gamification.view_challenge_wizard
1007 msgid "Invited"
1008 msgstr ""
1009
1010 #. module: gamification
1011 #. openerp-web
1012 #: code:addons/gamification/static/src/xml/gamification.xml:105
1013 #, python-format
1014 msgid "Invited Challenges"
1015 msgstr ""
1016
1017 #. module: gamification
1018 #: field:gamification.badge,message_is_follower:0
1019 #: field:gamification.challenge,message_is_follower:0
1020 msgid "Is a Follower"
1021 msgstr ""
1022
1023 #. module: gamification
1024 #: field:gamification.badge,message_last_post:0
1025 #: field:gamification.challenge,message_last_post:0
1026 msgid "Last Message Date"
1027 msgstr ""
1028
1029 #. module: gamification
1030 #: field:gamification.challenge,last_report_date:0
1031 msgid "Last Report Date"
1032 msgstr ""
1033
1034 #. module: gamification
1035 #: field:gamification.goal,last_update:0
1036 msgid "Last Update"
1037 msgstr ""
1038
1039 #. module: gamification
1040 #: field:gamification.badge,write_uid:0
1041 #: field:gamification.badge.user,write_uid:0
1042 #: field:gamification.badge.user.wizard,write_uid:0
1043 #: field:gamification.challenge,write_uid:0
1044 #: field:gamification.challenge.line,write_uid:0
1045 #: field:gamification.goal,write_uid:0
1046 #: field:gamification.goal.definition,write_uid:0
1047 #: field:gamification.goal.wizard,write_uid:0
1048 msgid "Last Updated by"
1049 msgstr ""
1050
1051 #. module: gamification
1052 #: field:gamification.badge,write_date:0
1053 #: field:gamification.badge.user,write_date:0
1054 #: field:gamification.badge.user.wizard,write_date:0
1055 #: field:gamification.challenge,write_date:0
1056 #: field:gamification.challenge.line,write_date:0
1057 #: field:gamification.goal,write_date:0
1058 #: field:gamification.goal.definition,write_date:0
1059 #: field:gamification.goal.wizard,write_date:0
1060 msgid "Last Updated on"
1061 msgstr ""
1062
1063 #. module: gamification
1064 #: selection:gamification.challenge,visibility_mode:0
1065 msgid "Leader Board (Group Ranking)"
1066 msgstr ""
1067
1068 #. module: gamification
1069 #: field:gamification.badge,rule_max_number:0
1070 msgid "Limitation Number"
1071 msgstr ""
1072
1073 #. module: gamification
1074 #: view:gamification.challenge:gamification.challenge_form_view
1075 msgid "Line List"
1076 msgstr ""
1077
1078 #. module: gamification
1079 #: field:gamification.challenge,line_ids:0
1080 msgid "Lines"
1081 msgstr ""
1082
1083 #. module: gamification
1084 #: help:gamification.challenge,line_ids:0
1085 msgid "List of goals that will be set"
1086 msgstr ""
1087
1088 #. module: gamification
1089 #: help:gamification.challenge,user_ids:0
1090 msgid "List of users participating to the challenge"
1091 msgstr ""
1092
1093 #. module: gamification
1094 #: model:gamification.goal.definition,name:gamification.definition_nbr_following
1095 msgid "Mail Group Following"
1096 msgstr ""
1097
1098 #. module: gamification
1099 #: model:res.groups,name:gamification.group_goal_manager
1100 msgid "Manager"
1101 msgstr ""
1102
1103 #. module: gamification
1104 #: field:gamification.badge,message_ids:0
1105 #: field:gamification.challenge,message_ids:0
1106 msgid "Messages"
1107 msgstr ""
1108
1109 #. module: gamification
1110 #: help:gamification.badge,message_ids:0
1111 #: help:gamification.challenge,message_ids:0
1112 msgid "Messages and communication history"
1113 msgstr ""
1114
1115 #. module: gamification
1116 #: view:gamification.goal.definition:gamification.goal_definition_search_view
1117 #: field:gamification.goal.definition,model_id:0
1118 msgid "Model"
1119 msgstr ""
1120
1121 #. module: gamification
1122 #: field:gamification.challenge.line,definition_monetary:0
1123 msgid "Monetary"
1124 msgstr ""
1125
1126 #. module: gamification
1127 #: field:gamification.goal.definition,monetary:0
1128 msgid "Monetary Value"
1129 msgstr ""
1130
1131 #. module: gamification
1132 #: selection:gamification.challenge,period:0
1133 #: selection:gamification.challenge,report_message_frequency:0
1134 msgid "Monthly"
1135 msgstr ""
1136
1137 #. module: gamification
1138 #: field:gamification.badge,rule_max:0
1139 msgid "Monthly Limited Sending"
1140 msgstr ""
1141
1142 #. module: gamification
1143 #: field:gamification.badge,stat_this_month:0
1144 msgid "Monthly total"
1145 msgstr ""
1146
1147 #. module: gamification
1148 #: view:gamification.goal:gamification.goal_search_view
1149 msgid "My Goals"
1150 msgstr ""
1151
1152 #. module: gamification
1153 #: field:gamification.badge,stat_my_monthly_sending:0
1154 msgid "My Monthly Sending Total"
1155 msgstr ""
1156
1157 #. module: gamification
1158 #: field:gamification.badge,stat_my_this_month:0
1159 msgid "My Monthly Total"
1160 msgstr ""
1161
1162 #. module: gamification
1163 #: field:gamification.badge,stat_my:0
1164 msgid "My Total"
1165 msgstr ""
1166
1167 #. module: gamification
1168 #: field:gamification.challenge.line,name:0
1169 msgid "Name"
1170 msgstr ""
1171
1172 #. module: gamification
1173 #: selection:gamification.challenge,report_message_frequency:0
1174 msgid "Never"
1175 msgstr ""
1176
1177 #. module: gamification
1178 #: help:gamification.challenge,remind_update_delay:0
1179 msgid "Never reminded if no value or zero is specified."
1180 msgstr ""
1181
1182 #. module: gamification
1183 #: field:gamification.challenge,next_report_date:0
1184 msgid "Next Report Date"
1185 msgstr ""
1186
1187 #. module: gamification
1188 #: view:gamification.badge:gamification.badge_form_view
1189 msgid "No monthly sending limit"
1190 msgstr ""
1191
1192 #. module: gamification
1193 #: selection:gamification.badge,rule_auth:0
1194 msgid "No one, assigned through challenges"
1195 msgstr ""
1196
1197 #. module: gamification
1198 #: code:addons/gamification/models/challenge.py:755
1199 #, python-format
1200 msgid "Nobody reached the required conditions to receive special badges."
1201 msgstr ""
1202
1203 #. module: gamification
1204 #: selection:gamification.challenge,period:0
1205 msgid "Non recurring"
1206 msgstr ""
1207
1208 #. module: gamification
1209 #: field:gamification.challenge,remind_update_delay:0
1210 msgid "Non-updated manual goals will be reminded after"
1211 msgstr ""
1212
1213 #. module: gamification
1214 #: view:gamification.challenge:gamification.challenge_form_view
1215 msgid "Notification Messages"
1216 msgstr ""
1217
1218 #. module: gamification
1219 #: field:gamification.badge,stat_count_distinct:0
1220 msgid "Number of users"
1221 msgstr ""
1222
1223 #. module: gamification
1224 #: selection:gamification.challenge,report_message_frequency:0
1225 msgid "On change"
1226 msgstr ""
1227
1228 #. module: gamification
1229 #: help:gamification.badge,rule_auth_badge_ids:0
1230 msgid "Only the people having these badges can give this badge"
1231 msgstr ""
1232
1233 #. module: gamification
1234 #: help:gamification.badge,rule_auth_user_ids:0
1235 msgid "Only these people can give this badge"
1236 msgstr ""
1237
1238 #. module: gamification
1239 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1240 msgid "Optimisation"
1241 msgstr ""
1242
1243 #. module: gamification
1244 #: field:gamification.badge,owner_ids:0
1245 msgid "Owners"
1246 msgstr ""
1247
1248 #. module: gamification
1249 #: view:gamification.challenge:gamification.view_challenge_wizard
1250 msgid "Participating"
1251 msgstr ""
1252
1253 #. module: gamification
1254 #: selection:gamification.badge,rule_auth:0
1255 msgid "People having some badges"
1256 msgstr ""
1257
1258 #. module: gamification
1259 #: view:gamification.challenge:gamification.challenge_search_view
1260 msgid "Period"
1261 msgstr ""
1262
1263 #. module: gamification
1264 #: help:gamification.challenge,period:0
1265 msgid ""
1266 "Period of automatic goal assigment. If none is selected, should be launched "
1267 "manually."
1268 msgstr ""
1269
1270 #. module: gamification
1271 #: field:gamification.challenge,period:0
1272 msgid "Periodicity"
1273 msgstr ""
1274
1275 #. module: gamification
1276 #: model:gamification.badge,name:gamification.badge_problem_solver
1277 msgid "Problem Solver"
1278 msgstr ""
1279
1280 #. module: gamification
1281 #: selection:gamification.goal.definition,display_mode:0
1282 msgid "Progressive (using numerical values)"
1283 msgstr ""
1284
1285 #. module: gamification
1286 #: field:gamification.goal.definition,compute_code:0
1287 msgid "Python Code"
1288 msgstr ""
1289
1290 #. module: gamification
1291 #: help:gamification.goal.definition,compute_code:0
1292 msgid ""
1293 "Python code to be executed for each user. 'result' should contains the new "
1294 "current value. Evaluated user can be access through object.user_id."
1295 msgstr ""
1296
1297 #. module: gamification
1298 #: selection:gamification.goal,state:0
1299 msgid "Reached"
1300 msgstr ""
1301
1302 #. module: gamification
1303 #: view:gamification.goal:gamification.goal_form_view
1304 msgid "Reached when current value is"
1305 msgstr ""
1306
1307 #. module: gamification
1308 #: selection:gamification.goal.definition,computation_mode:0
1309 msgid "Recorded manually"
1310 msgstr ""
1311
1312 #. module: gamification
1313 #: view:gamification.goal:gamification.goal_form_view
1314 msgid "Reference"
1315 msgstr ""
1316
1317 #. module: gamification
1318 #: view:gamification.challenge:gamification.challenge_form_view
1319 msgid "Refresh Challenge"
1320 msgstr ""
1321
1322 #. module: gamification
1323 #: view:gamification.challenge:gamification.view_challenge_wizard
1324 msgid "Reject"
1325 msgstr ""
1326
1327 #. module: gamification
1328 #: view:gamification.challenge:gamification.challenge_form_view
1329 msgid "Related"
1330 msgstr ""
1331
1332 #. module: gamification
1333 #: model:ir.actions.act_window,name:gamification.goals_from_challenge_act
1334 msgid "Related Goals"
1335 msgstr ""
1336
1337 #. module: gamification
1338 #: field:gamification.badge,remaining_sending:0
1339 msgid "Remaining Sending Allowed"
1340 msgstr ""
1341
1342 #. module: gamification
1343 #: field:gamification.goal,remind_update_delay:0
1344 msgid "Remind delay"
1345 msgstr ""
1346
1347 #. module: gamification
1348 #: view:gamification.challenge:gamification.challenge_form_view
1349 msgid "Reminders for Manual Goals"
1350 msgstr ""
1351
1352 #. module: gamification
1353 #: field:gamification.challenge,report_message_frequency:0
1354 msgid "Report Frequency"
1355 msgstr ""
1356
1357 #. module: gamification
1358 #: field:gamification.challenge,report_template_id:0
1359 msgid "Report Template"
1360 msgstr ""
1361
1362 #. module: gamification
1363 #: field:gamification.badge,rule_auth_badge_ids:0
1364 msgid "Required Badges"
1365 msgstr ""
1366
1367 #. module: gamification
1368 #: view:gamification.goal:gamification.goal_form_view
1369 msgid "Reset Completion"
1370 msgstr ""
1371
1372 #. module: gamification
1373 #: field:gamification.challenge,manager_id:0
1374 msgid "Responsible"
1375 msgstr ""
1376
1377 #. module: gamification
1378 #: code:addons/gamification/models/challenge.py:553
1379 #, python-format
1380 msgid "Retrieving progress for personal challenge without user information"
1381 msgstr ""
1382
1383 #. module: gamification
1384 #: view:gamification.challenge:gamification.challenge_form_view
1385 #: view:gamification.challenge:gamification.view_challenge_wizard
1386 msgid "Reward"
1387 msgstr ""
1388
1389 #. module: gamification
1390 #: field:gamification.challenge,reward_failure:0
1391 msgid "Reward Bests if not Succeeded?"
1392 msgstr ""
1393
1394 #. module: gamification
1395 #: field:gamification.challenge,reward_realtime:0
1396 msgid "Reward as soon as every goal is reached"
1397 msgstr ""
1398
1399 #. module: gamification
1400 #: field:gamification.badge,challenge_ids:0
1401 msgid "Reward of Challenges"
1402 msgstr ""
1403
1404 #. module: gamification
1405 #: field:gamification.badge,goal_definition_ids:0
1406 msgid "Rewarded by"
1407 msgstr ""
1408
1409 #. module: gamification
1410 #: view:gamification.badge:gamification.badge_form_view
1411 msgid "Rewards for challenges"
1412 msgstr ""
1413
1414 #. module: gamification
1415 #: view:gamification.goal:gamification.goal_search_view
1416 msgid "Running"
1417 msgstr ""
1418
1419 #. module: gamification
1420 #: view:gamification.challenge:gamification.challenge_search_view
1421 msgid "Running Challenges"
1422 msgstr ""
1423
1424 #. module: gamification
1425 #: view:gamification.goal:gamification.goal_form_view
1426 msgid "Schedule"
1427 msgstr ""
1428
1429 #. module: gamification
1430 #: view:gamification.challenge:gamification.challenge_search_view
1431 msgid "Search Challenges"
1432 msgstr ""
1433
1434 #. module: gamification
1435 #: view:gamification.goal.definition:gamification.goal_definition_search_view
1436 msgid "Search Goal Definitions"
1437 msgstr ""
1438
1439 #. module: gamification
1440 #: view:gamification.goal:gamification.goal_search_view
1441 msgid "Search Goals"
1442 msgstr ""
1443
1444 #. module: gamification
1445 #: view:gamification.badge:gamification.badge_form_view
1446 msgid ""
1447 "Security rules to define who is allowed to manually grant badges. Not "
1448 "enforced for administrator."
1449 msgstr ""
1450
1451 #. module: gamification
1452 #: view:gamification.challenge:gamification.challenge_form_view
1453 msgid "Send Report"
1454 msgstr ""
1455
1456 #. module: gamification
1457 #: field:gamification.challenge,report_message_group_id:0
1458 msgid "Send a copy to"
1459 msgstr ""
1460
1461 #. module: gamification
1462 #: field:gamification.badge.user,sender_id:0
1463 msgid "Sender"
1464 msgstr ""
1465
1466 #. module: gamification
1467 #: field:gamification.challenge.line,sequence:0
1468 msgid "Sequence"
1469 msgstr ""
1470
1471 #. module: gamification
1472 #: help:gamification.challenge.line,sequence:0
1473 msgid "Sequence number for ordering"
1474 msgstr ""
1475
1476 #. module: gamification
1477 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
1478 msgid "Set the current value you have reached for this goal"
1479 msgstr ""
1480
1481 #. module: gamification
1482 #: model:gamification.goal.definition,name:gamification.definition_base_company_data
1483 msgid "Set your Company Data"
1484 msgstr ""
1485
1486 #. module: gamification
1487 #: model:gamification.goal.definition,name:gamification.definition_base_company_logo
1488 msgid "Set your Company Logo"
1489 msgstr "Firmanızın Logosunu Ayarlayın"
1490
1491 #. module: gamification
1492 #: model:gamification.goal.definition,name:gamification.definition_base_timezone
1493 msgid "Set your Timezone"
1494 msgstr ""
1495
1496 #. module: gamification
1497 #: model:gamification.challenge,name:gamification.challenge_base_configure
1498 msgid "Setup your Company"
1499 msgstr "Firmanızı Ayarlayın"
1500
1501 #. module: gamification
1502 #: view:gamification.challenge:gamification.challenge_form_view
1503 msgid "Start Challenge"
1504 msgstr ""
1505
1506 #. module: gamification
1507 #: field:gamification.challenge,start_date:0
1508 #: field:gamification.goal,start_date:0
1509 msgid "Start Date"
1510 msgstr ""
1511
1512 #. module: gamification
1513 #: view:gamification.goal:gamification.goal_form_view
1514 msgid "Start goal"
1515 msgstr ""
1516
1517 #. module: gamification
1518 #: view:gamification.challenge:gamification.challenge_search_view
1519 #: field:gamification.challenge,state:0
1520 #: view:gamification.goal:gamification.goal_search_view
1521 #: field:gamification.goal,state:0
1522 msgid "State"
1523 msgstr ""
1524
1525 #. module: gamification
1526 #: view:gamification.badge:gamification.badge_form_view
1527 msgid "Statistics"
1528 msgstr ""
1529
1530 #. module: gamification
1531 #: view:gamification.challenge:gamification.challenge_form_view
1532 msgid "Subscriptions"
1533 msgstr ""
1534
1535 #. module: gamification
1536 #: field:gamification.challenge.line,definition_full_suffix:0
1537 #: field:gamification.goal,definition_suffix:0
1538 #: field:gamification.goal.definition,suffix:0
1539 msgid "Suffix"
1540 msgstr ""
1541
1542 #. module: gamification
1543 #: field:gamification.challenge,invited_user_ids:0
1544 msgid "Suggest to users"
1545 msgstr ""
1546
1547 #. module: gamification
1548 #: field:gamification.badge,message_summary:0
1549 #: field:gamification.challenge,message_summary:0
1550 msgid "Summary"
1551 msgstr ""
1552
1553 #. module: gamification
1554 #: field:gamification.challenge.line,target_goal:0
1555 msgid "Target Value to Reach"
1556 msgstr ""
1557
1558 #. module: gamification
1559 #. openerp-web
1560 #: code:addons/gamification/static/src/xml/gamification.xml:32
1561 #: code:addons/gamification/static/src/xml/gamification.xml:54
1562 #, python-format
1563 msgid "Target:"
1564 msgstr ""
1565
1566 #. module: gamification
1567 #. openerp-web
1568 #: code:addons/gamification/static/src/xml/gamification.xml:35
1569 #: code:addons/gamification/static/src/xml/gamification.xml:57
1570 #, python-format
1571 msgid "Target: <="
1572 msgstr ""
1573
1574 #. module: gamification
1575 #: view:gamification.goal:gamification.goal_kanban_view
1576 msgid "Target: less than"
1577 msgstr ""
1578
1579 #. module: gamification
1580 #: help:gamification.goal.definition,action_id:0
1581 msgid "The action that will be called to update the goal value."
1582 msgstr ""
1583
1584 #. module: gamification
1585 #: code:addons/gamification/models/challenge.py:739
1586 #, python-format
1587 msgid "The challenge %s is finished."
1588 msgstr ""
1589
1590 #. module: gamification
1591 #: help:gamification.goal.definition,full_suffix:0
1592 msgid "The currency and suffix field"
1593 msgstr ""
1594
1595 #. module: gamification
1596 #: help:gamification.goal.definition,field_date_id:0
1597 msgid "The date to use for the time period evaluated"
1598 msgstr ""
1599
1600 #. module: gamification
1601 #: help:gamification.challenge,end_date:0
1602 msgid ""
1603 "The day a new challenge will be automatically closed. If no periodicity is "
1604 "set, will use this date as the goal end date."
1605 msgstr ""
1606
1607 #. module: gamification
1608 #: help:gamification.challenge,start_date:0
1609 msgid ""
1610 "The day a new challenge will be automatically started. If no periodicity is "
1611 "set, will use this date as the goal start date."
1612 msgstr ""
1613
1614 #. module: gamification
1615 #: code:addons/gamification/models/goal.py:148
1616 #, python-format
1617 msgid ""
1618 "The domain for the definition %s seems incorrect, please check it.\n"
1619 "\n"
1620 "%s"
1621 msgstr ""
1622
1623 #. module: gamification
1624 #: help:gamification.goal.definition,field_id:0
1625 msgid "The field containing the value to evaluate"
1626 msgstr ""
1627
1628 #. module: gamification
1629 #: help:gamification.goal.definition,res_id_field:0
1630 msgid ""
1631 "The field name on the user profile (res.users) containing the value for "
1632 "res_id for action."
1633 msgstr ""
1634
1635 #. module: gamification
1636 #: selection:gamification.goal.definition,condition:0
1637 msgid "The higher the better"
1638 msgstr ""
1639
1640 #. module: gamification
1641 #: help:gamification.badge,owner_ids:0
1642 msgid "The list of instances of this badge granted to users"
1643 msgstr ""
1644
1645 #. module: gamification
1646 #: help:gamification.badge,unique_owner_ids:0
1647 msgid "The list of unique users having received this badge."
1648 msgstr ""
1649
1650 #. module: gamification
1651 #: selection:gamification.goal.definition,condition:0
1652 msgid "The lower the better"
1653 msgstr ""
1654
1655 #. module: gamification
1656 #: help:gamification.badge,rule_max_number:0
1657 msgid ""
1658 "The maximum number of time this badge can be sent per month per person."
1659 msgstr ""
1660
1661 #. module: gamification
1662 #: help:gamification.goal.definition,model_id:0
1663 msgid "The model object for the field to evaluate"
1664 msgstr ""
1665
1666 #. module: gamification
1667 #: help:gamification.goal,remind_update_delay:0
1668 msgid ""
1669 "The number of days after which the user assigned to a manual goal will be "
1670 "reminded. Never reminded if no value is specified."
1671 msgstr ""
1672
1673 #. module: gamification
1674 #: help:gamification.badge,stat_my_this_month:0
1675 msgid ""
1676 "The number of time the current user has received this badge this month."
1677 msgstr ""
1678
1679 #. module: gamification
1680 #: help:gamification.badge,stat_my:0
1681 msgid "The number of time the current user has received this badge."
1682 msgstr ""
1683
1684 #. module: gamification
1685 #: help:gamification.badge,stat_my_monthly_sending:0
1686 msgid "The number of time the current user has sent this badge this month."
1687 msgstr ""
1688
1689 #. module: gamification
1690 #: help:gamification.badge,stat_count_distinct:0
1691 msgid "The number of time this badge has been received by unique users."
1692 msgstr ""
1693
1694 #. module: gamification
1695 #: help:gamification.badge,stat_this_month:0
1696 msgid "The number of time this badge has been received this month."
1697 msgstr ""
1698
1699 #. module: gamification
1700 #: help:gamification.badge,stat_count:0
1701 msgid "The number of time this badge has been received."
1702 msgstr ""
1703
1704 #. module: gamification
1705 #: help:gamification.goal.definition,monetary:0
1706 msgid "The target and current value are defined in the company currency."
1707 msgstr ""
1708
1709 #. module: gamification
1710 #: help:gamification.goal.definition,suffix:0
1711 msgid "The unit of the target and current values"
1712 msgstr ""
1713
1714 #. module: gamification
1715 #: help:gamification.challenge,manager_id:0
1716 msgid "The user responsible for the challenge."
1717 msgstr ""
1718
1719 #. module: gamification
1720 #: help:gamification.badge.user,sender_id:0
1721 msgid "The user who has send the badge"
1722 msgstr ""
1723
1724 #. module: gamification
1725 #: help:gamification.badge,goal_definition_ids:0
1726 msgid ""
1727 "The users that have succeeded theses goals will receive automatically the "
1728 "badge."
1729 msgstr ""
1730
1731 #. module: gamification
1732 #: help:gamification.goal.definition,batch_user_expression:0
1733 msgid ""
1734 "The value to compare with the distinctive field. The expression can contain "
1735 "reference to 'user' which is a browse record of the current user, e.g. "
1736 "user.id, user.partner_id.id..."
1737 msgstr ""
1738
1739 #. module: gamification
1740 #: view:gamification.challenge:gamification.view_challenge_wizard
1741 msgid "There is no reward upon completion of this challenge."
1742 msgstr ""
1743
1744 #. module: gamification
1745 #: help:gamification.goal,closed:0
1746 msgid "These goals will not be recomputed."
1747 msgstr ""
1748
1749 #. module: gamification
1750 #: code:addons/gamification/models/badge.py:238
1751 #, python-format
1752 msgid "This badge can not be sent by users."
1753 msgstr ""
1754
1755 #. module: gamification
1756 #: help:gamification.badge,image:0
1757 msgid "This field holds the image used for the badge, limited to 256x256"
1758 msgstr ""
1759
1760 #. module: gamification
1761 #: field:gamification.goal,target_goal:0
1762 msgid "To Reach"
1763 msgstr ""
1764
1765 #. module: gamification
1766 #: field:gamification.goal,to_update:0
1767 msgid "To update"
1768 msgstr ""
1769
1770 #. module: gamification
1771 #: field:gamification.badge,stat_count:0
1772 msgid "Total"
1773 msgstr ""
1774
1775 #. module: gamification
1776 #: field:gamification.badge,unique_owner_ids:0
1777 msgid "Unique Owners"
1778 msgstr ""
1779
1780 #. module: gamification
1781 #: field:gamification.challenge.line,definition_suffix:0
1782 msgid "Unit"
1783 msgstr ""
1784
1785 #. module: gamification
1786 #: field:gamification.badge,message_unread:0
1787 #: field:gamification.challenge,message_unread:0
1788 msgid "Unread Messages"
1789 msgstr ""
1790
1791 #. module: gamification
1792 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
1793 msgid "Update"
1794 msgstr ""
1795
1796 #. module: gamification
1797 #: code:addons/gamification/models/goal.py:487
1798 #, python-format
1799 msgid "Update %s"
1800 msgstr ""
1801
1802 #. module: gamification
1803 #: field:gamification.badge.user,user_id:0
1804 #: field:gamification.badge.user.wizard,user_id:0
1805 #: view:gamification.goal:gamification.goal_search_view
1806 #: field:gamification.goal,user_id:0
1807 msgid "User"
1808 msgstr ""
1809
1810 #. module: gamification
1811 #: field:gamification.challenge,user_domain:0
1812 msgid "User domain"
1813 msgstr ""
1814
1815 #. module: gamification
1816 #: field:gamification.challenge,user_ids:0
1817 #: model:ir.model,name:gamification.model_res_users
1818 msgid "Users"
1819 msgstr ""
1820
1821 #. module: gamification
1822 #: code:addons/gamification/models/badge.py:238
1823 #: code:addons/gamification/models/badge.py:240
1824 #: code:addons/gamification/models/badge.py:242
1825 #: code:addons/gamification/models/badge.py:244
1826 #: code:addons/gamification/wizard/grant_badge.py:44
1827 #, python-format
1828 msgid "Warning!"
1829 msgstr ""
1830
1831 #. module: gamification
1832 #: selection:gamification.challenge,period:0
1833 #: selection:gamification.challenge,report_message_frequency:0
1834 msgid "Weekly"
1835 msgstr ""
1836
1837 #. module: gamification
1838 #: help:gamification.badge,rule_auth:0
1839 msgid "Who can grant this badge"
1840 msgstr ""
1841
1842 #. module: gamification
1843 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
1844 msgid "Who would you like to reward?"
1845 msgstr ""
1846
1847 #. module: gamification
1848 #: help:gamification.challenge,reward_realtime:0
1849 msgid ""
1850 "With this option enabled, a user can receive a badge only once. The top 3 "
1851 "badges are still rewarded only at the end of the challenge."
1852 msgstr ""
1853
1854 #. module: gamification
1855 #: selection:gamification.challenge,period:0
1856 #: selection:gamification.challenge,report_message_frequency:0
1857 msgid "Yearly"
1858 msgstr ""
1859
1860 #. module: gamification
1861 #: code:addons/gamification/models/badge.py:240
1862 #, python-format
1863 msgid "You are not in the user allowed list."
1864 msgstr ""
1865
1866 #. module: gamification
1867 #: code:addons/gamification/wizard/grant_badge.py:44
1868 #, python-format
1869 msgid "You can not grant a badge to yourself"
1870 msgstr ""
1871
1872 #. module: gamification
1873 #: view:gamification.badge:gamification.badge_form_view
1874 msgid "You can still grant"
1875 msgstr ""
1876
1877 #. module: gamification
1878 #: code:addons/gamification/models/badge.py:242
1879 #, python-format
1880 msgid "You do not have the required badges."
1881 msgstr ""
1882
1883 #. module: gamification
1884 #: code:addons/gamification/models/badge.py:244
1885 #, python-format
1886 msgid "You have already sent this badge too many time this month."
1887 msgstr ""
1888
1889 #. module: gamification
1890 #: view:gamification.badge:gamification.badge_form_view
1891 msgid "badges this month"
1892 msgstr ""
1893
1894 #. module: gamification
1895 #: view:gamification.challenge:gamification.challenge_form_view
1896 #: view:gamification.goal:gamification.goal_form_view
1897 msgid "days"
1898 msgstr ""
1899
1900 #. module: gamification
1901 #: view:gamification.challenge:gamification.challenge_form_view
1902 msgid "e.g. Monthly Sales Objectives"
1903 msgstr ""
1904
1905 #. module: gamification
1906 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1907 msgid "e.g. days"
1908 msgstr ""
1909
1910 #. module: gamification
1911 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1912 msgid ""
1913 "e.g. result = pool.get('mail.followers').search(cr, uid, [('res_model', '=', "
1914 "'mail.group'), ('partner_id', '=', object.user_id.partner_id.id)], "
1915 "count=True, context=context)"
1916 msgstr ""
1917
1918 #. module: gamification
1919 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1920 msgid "e.g. user.partner_id.id"
1921 msgstr ""
1922
1923 #. module: gamification
1924 #: view:gamification.badge:gamification.badge_kanban_view
1925 msgid "granted,"
1926 msgstr ""
1927
1928 #. module: gamification
1929 #. openerp-web
1930 #: code:addons/gamification/static/src/xml/gamification.xml:108
1931 #, python-format
1932 msgid "more details..."
1933 msgstr ""
1934
1935 #. module: gamification
1936 #: view:gamification.goal:gamification.goal_form_view
1937 msgid "refresh"
1938 msgstr ""
1939
1940 #. module: gamification
1941 #: view:gamification.challenge:gamification.view_challenge_wizard
1942 msgid "reply later"
1943 msgstr ""
1944
1945 #. module: gamification
1946 #: view:gamification.goal:gamification.goal_form_view
1947 msgid "than the target."
1948 msgstr ""
1949
1950 #. module: gamification
1951 #: view:gamification.badge.user:gamification.badge_user_kanban_view
1952 msgid "the"
1953 msgstr ""
1954
1955 #. module: gamification
1956 #: view:gamification.badge:gamification.badge_kanban_view
1957 msgid "this month"
1958 msgstr ""