mirror of
https://github.com/bringout/oca-ocb-vertical-industry.git
synced 2026-04-23 20:32:04 +02:00
19.0 vanilla
This commit is contained in:
parent
4607ccbd2e
commit
825ff6514e
487 changed files with 184979 additions and 195262 deletions
|
|
@ -1,22 +1,22 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * gamification
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:24+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:46+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -28,51 +28,15 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid "%s has joined the challenge"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid "%s has refused the challenge"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid "<br/> %(rank)d. %(user_name)s - %(reward_name)s"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"<br/>Nobody has succeeded to reach every goal, no badge is rewarded for this"
|
||||
" challenge."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"<br/>Reward (badge %(badge_name)s) for every succeeding user was sent to "
|
||||
"%(users)s."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"<br/>Special rewards were sent to the top competing users. The ranking for "
|
||||
"this challenge is :"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:mail.template,body_html:gamification.mail_template_data_new_rank_reached
|
||||
msgid ""
|
||||
|
|
@ -86,10 +50,10 @@ msgid ""
|
|||
" <span t-out=\"object.name or ''\">Joel Willis</span>!\n"
|
||||
" </p>\n"
|
||||
" <p>\n"
|
||||
" You just reached a new rank : <strong t-out=\"object.rank_id.name or ''\">Newbie</strong>\n"
|
||||
" You just reached a new rank: <strong t-out=\"object.rank_id.name or ''\">Newbie</strong>\n"
|
||||
" </p>\n"
|
||||
" <t t-if=\"object.next_rank_id.name\">\n"
|
||||
" <p>Continue your work to become a <strong t-out=\"object.next_rank_id.name or ''\">Student</strong> !</p>\n"
|
||||
" <p>Continue your work to become a <strong t-out=\"object.next_rank_id.name or ''\">Student</strong>!</p>\n"
|
||||
" </t>\n"
|
||||
" <div style=\"margin: 16px 0px 16px 0px;\">\n"
|
||||
" <t t-set=\"gamification_redirection_data\" t-value=\"object.get_gamification_redirection_data()\"></t>\n"
|
||||
|
|
@ -133,30 +97,22 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
|
||||
msgid ""
|
||||
"<i role=\"img\" class=\"fa fa-clock-o fa-3x\" title=\"Goal in Progress\" "
|
||||
"aria-label=\"Goal in Progress\"/>"
|
||||
msgid "<i role=\"img\" class=\"fa fa-clock-o fa-3x\" title=\"Goal in Progress\" aria-label=\"Goal in Progress\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
|
||||
msgid ""
|
||||
"<i role=\"img\" class=\"text-danger fa fa-times fa-3x\" title=\"Goal "
|
||||
"Failed\" aria-label=\"Goal Failed\"/>"
|
||||
msgid "<i role=\"img\" class=\"text-danger fa fa-times fa-3x\" title=\"Goal Failed\" aria-label=\"Goal Failed\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_kanban_view
|
||||
msgid ""
|
||||
"<i role=\"img\" class=\"text-success fa fa-check fa-3x\" title=\"Goal "
|
||||
"Reached\" aria-label=\"Goal Reached\"/>"
|
||||
msgid "<i role=\"img\" class=\"text-success fa fa-check fa-3x\" title=\"Goal Reached\" aria-label=\"Goal Reached\"/>"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
|
||||
msgid ""
|
||||
"<span class=\"o_stat_text\">Related</span>\n"
|
||||
" <span class=\"o_stat_text\">Goals</span>"
|
||||
msgid "<span class=\"o_stat_text\">Related Goals</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -177,7 +133,7 @@ msgid ""
|
|||
" <tr><td valign=\"middle\">\n"
|
||||
" <span style=\"font-size: 10px;\">Your Badge</span><br>\n"
|
||||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.badge_id.name or ''\"></span>\n"
|
||||
" </td><td valign=\"middle\" align=\"right\">\n"
|
||||
" </td><td valign=\"middle\" align=\"right\" t-if=\"not object.user_id.company_id.uses_default_logo\">\n"
|
||||
" <img t-attf-src=\"/logo.png?company={{ object.user_id.company_id.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"object.user_id.company_id.name\">\n"
|
||||
" </td></tr>\n"
|
||||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||||
|
|
@ -192,8 +148,8 @@ msgid ""
|
|||
" <table width=\"590\" border=\"0\" cellpadding=\"0\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||||
" <tr><td valign=\"top\" style=\"font-size: 14px;\">\n"
|
||||
" <div>\n"
|
||||
" Congratulations <t t-out=\"object.user_id.name or ''\"></t> !<br>\n"
|
||||
" You just received badge <strong t-out=\"object.badge_id.name or ''\"></strong> !<br>\n"
|
||||
" Congratulations <t t-out=\"object.user_id.name or ''\"></t>!<br>\n"
|
||||
" You just received badge <strong t-out=\"object.badge_id.name or ''\"></strong>!<br>\n"
|
||||
" <table t-if=\"not is_html_empty(object.badge_id.description)\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 560px; margin-top: 5px;\">\n"
|
||||
" <tbody><tr>\n"
|
||||
" <td valign=\"center\">\n"
|
||||
|
|
@ -473,9 +429,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,help:gamification.field_gamification_challenge_line__condition
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal__definition_condition
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__condition
|
||||
msgid ""
|
||||
"A goal is considered as completed when the current value is compared to the "
|
||||
"value to reach"
|
||||
msgid "A goal is considered as completed when the current value is compared to the value to reach"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -513,6 +467,14 @@ msgstr "Action Needed"
|
|||
msgid "Active"
|
||||
msgstr "Active"
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_karma_tracking.py:0
|
||||
#: code:addons/gamification/models/res_users.py:0
|
||||
#: code:addons/gamification/tests/test_karma_tracking.py:0
|
||||
msgid "Add Manually"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
|
||||
msgid "Advanced Options"
|
||||
|
|
@ -615,11 +577,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
|
||||
msgid ""
|
||||
"Badges are granted when a challenge is finished. This is either at the end "
|
||||
"of a running period (eg: end of the month for a monthly challenge), at the "
|
||||
"end date of a challenge (if no periodicity is set) or when the challenge is "
|
||||
"manually closed."
|
||||
msgid "Badges are granted when a challenge is finished. This is either at the end of a running period (eg: end of the month for a monthly challenge), at the end date of a challenge (if no periodicity is set) or when the challenge is manually closed."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -650,7 +608,6 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_goal.py:0
|
||||
#, python-format
|
||||
msgid "Can not modify the configuration of a started goal"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -695,9 +652,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal__challenge_id
|
||||
msgid ""
|
||||
"Challenge that generated the goal, assign challenge to users to generate "
|
||||
"goals with a value in this field."
|
||||
msgid "Challenge that generated the goal, assign challenge to users to generate goals with a value in this field."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -757,6 +712,12 @@ msgstr ""
|
|||
msgid "Consolidated"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_karma_tracking.py:0
|
||||
msgid "Consolidation from %s to %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users
|
||||
msgid "Create User"
|
||||
|
|
@ -789,11 +750,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.actions.act_window,help:gamification.action_new_simplified_res_users
|
||||
msgid ""
|
||||
"Create and manage users that will connect to the system. Users can be "
|
||||
"deactivated should there be a period of time during which they will/should "
|
||||
"not connect to the system. You can assign them groups in order to give them "
|
||||
"specific access to the applications they need to use in the system."
|
||||
msgid "Create and manage users that will connect to the system. Users can be deactivated should there be a period of time during which they will/should not connect to the system. You can assign them groups in order to give them specific access to the applications they need to use in the system."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -845,6 +802,11 @@ msgstr ""
|
|||
msgid "Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_tree
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition__field_date_id
|
||||
msgid "Date Field"
|
||||
|
|
@ -853,9 +815,7 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal__computation_mode
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__computation_mode
|
||||
msgid ""
|
||||
"Define how the goals will be computed. The result of the operation will be "
|
||||
"stored in the field 'Current'."
|
||||
msgid "Define how the goals will be computed. The result of the operation will be stored in the field 'Current'."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -880,8 +840,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
|
||||
msgid ""
|
||||
"Describe the challenge: what is does, who it targets, why it matters..."
|
||||
msgid "Describe the challenge: what is does, who it targets, why it matters..."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -893,6 +852,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge__description
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__description
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__description
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__reason
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
|
@ -934,10 +894,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__domain
|
||||
msgid ""
|
||||
"Domain for filtering records. General rule, not user depending, e.g. "
|
||||
"[('state', '=', 'done')]. The expression can contain reference to 'user' "
|
||||
"which is a browse record of the current user if not in batch mode."
|
||||
msgid "Domain for filtering records. General rule, not user depending, e.g. [('state', '=', 'done')]. The expression can contain reference to 'user' which is a browse record of the current user if not in batch mode."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -955,7 +912,7 @@ msgstr "Draft"
|
|||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_newbie
|
||||
msgid "Earn your first points and join the adventure !"
|
||||
msgid "Earn your first points and join the adventure!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -978,7 +935,7 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#: model:ir.model.fields.selection,name:gamification.selection__gamification_badge__rule_auth__everyone
|
||||
msgid "Everyone"
|
||||
msgstr ""
|
||||
msgstr "દરેક વ્યક્તિને"
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields.selection,name:gamification.selection__gamification_goal_definition__display_mode__boolean
|
||||
|
|
@ -1052,6 +1009,11 @@ msgstr "From"
|
|||
msgid "Full Suffix"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__gain
|
||||
msgid "Gain"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model,name:gamification.model_gamification_badge
|
||||
msgid "Gamification Badge"
|
||||
|
|
@ -1109,13 +1071,11 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.actions.server,name:gamification.ir_cron_check_challenge_ir_actions_server
|
||||
#: model:ir.cron,cron_name:gamification.ir_cron_check_challenge
|
||||
msgid "Gamification: Goal Challenge Check"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.actions.server,name:gamification.ir_cron_consolidate_last_month_ir_actions_server
|
||||
#: model:ir.cron,cron_name:gamification.ir_cron_consolidate_last_month
|
||||
#: model:ir.actions.server,name:gamification.ir_cron_consolidate_ir_actions_server
|
||||
msgid "Gamification: Karma tracking consolidation"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1225,6 +1185,11 @@ msgstr ""
|
|||
msgid "Grant this Badge"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
|
||||
msgid "Granted By"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.badge_user_kanban_view
|
||||
msgid "Granted by"
|
||||
|
|
@ -1314,7 +1279,7 @@ msgstr "If checked, some messages have a delivery error."
|
|||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge__image_1920
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__image_1920
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
msgstr "ચિત્ર"
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge__image_1024
|
||||
|
|
@ -1343,28 +1308,21 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__state__inprogress
|
||||
msgid "In Progress"
|
||||
msgstr ""
|
||||
msgstr "પ્રગતિમાં છે"
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_definition_form_view
|
||||
msgid ""
|
||||
"In batch mode, the domain is evaluated globally. If enabled, do not use "
|
||||
"keyword 'user' in above filter domain."
|
||||
msgid "In batch mode, the domain is evaluated globally. If enabled, do not use keyword 'user' in above filter domain."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__batch_distinctive_field
|
||||
msgid ""
|
||||
"In batch mode, this indicates which field distinguishes one user from the "
|
||||
"other, e.g. user_id, partner_id..."
|
||||
msgid "In batch mode, this indicates which field distinguishes one user from the other, e.g. user_id, partner_id..."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal__last_update
|
||||
msgid ""
|
||||
"In case of manual goal, reminders are sent if the goal as not been updated "
|
||||
"for a while (defined in challenge). Ignored in case of non-manual goal or "
|
||||
"goal not linked to a challenge."
|
||||
msgid "In case of manual goal, reminders are sent if the goal as not been updated for a while (defined in challenge). Ignored in case of non-manual goal or goal not linked to a challenge."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -1395,6 +1353,7 @@ msgstr "Is Follower"
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_res_users__karma
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.res_users_view_form
|
||||
msgid "Karma"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1404,18 +1363,23 @@ msgid "Karma Changes"
|
|||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge_line____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_goal____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_goal_definition____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_goal_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank____last_update
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_tree
|
||||
msgid "Karma Owner"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.actions.act_window,name:gamification.gamification_karma_tracking_action
|
||||
#: model:ir.ui.menu,name:gamification.gamification_karma_tracking_menu
|
||||
msgid "Karma Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/res_users.py:0
|
||||
msgid "Karma Updates"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__last_report_date
|
||||
|
|
@ -1481,10 +1445,9 @@ msgid "List of goals that will be set"
|
|||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge__message_main_attachment_id
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__message_main_attachment_id
|
||||
msgid "Main Attachment"
|
||||
msgstr "Main Attachment"
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
|
||||
msgid "Manual"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:gamification.karma.rank,name:gamification.rank_master
|
||||
|
|
@ -1551,6 +1514,11 @@ msgstr ""
|
|||
msgid "My Goals"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
|
||||
msgid "My Karma"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge__stat_my_monthly_sending
|
||||
msgid "My Monthly Sending Total"
|
||||
|
|
@ -1611,6 +1579,11 @@ msgstr ""
|
|||
msgid "Next Report Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.actions.act_window,help:gamification.gamification_karma_tracking_action
|
||||
msgid "No Karma Tracking"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.actions.act_window,help:gamification.goals_from_challenge_act
|
||||
msgid "No goal found"
|
||||
|
|
@ -1634,7 +1607,12 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid "Nobody has succeeded to reach every goal, no badge is rewarded for this challenge."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
msgid "Nobody reached the required conditions to receive special badges."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1668,8 +1646,8 @@ msgstr "Number of errors"
|
|||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_badge__message_needaction_counter
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_challenge__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
msgid "Number of messages which requires an action"
|
||||
msgstr "Number of messages which requires an action"
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_badge__message_has_error_counter
|
||||
|
|
@ -1710,7 +1688,7 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.badge_kanban_view
|
||||
msgid "Owner"
|
||||
msgstr ""
|
||||
msgstr "માલિક"
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge__owner_ids
|
||||
|
|
@ -1736,9 +1714,7 @@ msgstr "Period"
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_challenge__period
|
||||
msgid ""
|
||||
"Period of automatic goal assignment. If none is selected, should be launched"
|
||||
" manually."
|
||||
msgid "Period of automatic goal assignment. If none is selected, should be launched manually."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -1746,6 +1722,11 @@ msgstr ""
|
|||
msgid "Periodicity"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_tree
|
||||
msgid "Previous Total"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:gamification.badge,name:gamification.badge_problem_solver
|
||||
msgid "Problem Solver"
|
||||
|
|
@ -1763,9 +1744,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__compute_code
|
||||
msgid ""
|
||||
"Python code to be executed for each user. 'result' should contains the new "
|
||||
"current value. Evaluated user can be access through object.user_id."
|
||||
msgid "Python code to be executed for each user. 'result' should contains the new current value. Evaluated user can be access through object.user_id."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -1795,44 +1774,24 @@ msgstr ""
|
|||
msgid "Ranks List"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_master
|
||||
msgid "Reach the next rank and become a Master!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_doctor
|
||||
msgid "Reach the next rank and become a powerful user!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_bachelor
|
||||
msgid "Reach the next rank and gain a very magic wand !"
|
||||
msgid "Reach the next rank and gain a very magic wand!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_master
|
||||
msgid "Reach the next rank and gain a very nice hat !"
|
||||
msgid "Reach the next rank and gain a very nice hat!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_student
|
||||
msgid "Reach the next rank and gain a very nice mug !"
|
||||
msgid "Reach the next rank and gain a very nice mug!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_doctor
|
||||
msgid "Reach the next rank and gain a very nice unicorn !"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_bachelor
|
||||
msgid "Reach the next rank to improve your status!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:gamification.karma.rank,description_motivational:gamification.rank_student
|
||||
msgid "Reach the next rank to show the rest of the world you exist."
|
||||
msgid "Reach the next rank and gain a very nice unicorn!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -1918,7 +1877,6 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid "Retrieving progress for personal challenge without user information"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1927,6 +1885,12 @@ msgstr ""
|
|||
msgid "Reward"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
msgid "Reward (badge %(badge_name)s) for every succeeding user was sent to %(users)s."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__reward_failure
|
||||
msgid "Reward Bests if not Succeeded?"
|
||||
|
|
@ -1955,7 +1919,7 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
msgstr "ચાલી રહ્યું છે"
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
|
||||
|
|
@ -1999,9 +1963,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
|
||||
msgid ""
|
||||
"Security rules to define who is allowed to manually grant badges. Not "
|
||||
"enforced for administrator."
|
||||
msgid "Security rules to define who is allowed to manually grant badges. Not enforced for administrator."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -2084,6 +2046,23 @@ msgstr ""
|
|||
msgid "Silver badges count"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__origin_ref
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__origin_ref_model_name
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
|
||||
msgid "Source Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
msgid "Special rewards were sent to the top competing users. The ranking for this challenge is:"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
|
||||
msgid "Start Challenge"
|
||||
|
|
@ -2093,7 +2072,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__start_date
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_goal__start_date
|
||||
msgid "Start Date"
|
||||
msgstr ""
|
||||
msgstr "શરુઆતની તારીખ"
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
|
||||
|
|
@ -2106,7 +2085,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_search_view
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
msgstr "અવસ્થા"
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.badge_form_view
|
||||
|
|
@ -2151,6 +2130,12 @@ msgstr ""
|
|||
msgid "Target: less than"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/tests/test_karma_tracking.py:0
|
||||
msgid "Test Reason"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__action_id
|
||||
msgid "The action that will be called to update the goal value."
|
||||
|
|
@ -2159,7 +2144,6 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid "The challenge %s is finished."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2177,22 +2161,17 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_challenge__end_date
|
||||
msgid ""
|
||||
"The day a new challenge will be automatically closed. If no periodicity is "
|
||||
"set, will use this date as the goal end date."
|
||||
msgid "The day a new challenge will be automatically closed. If no periodicity is set, will use this date as the goal end date."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_challenge__start_date
|
||||
msgid ""
|
||||
"The day a new challenge will be automatically started. If no periodicity is "
|
||||
"set, will use this date as the goal start date."
|
||||
msgid "The day a new challenge will be automatically started. If no periodicity is set, will use this date as the goal start date."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_goal_definition.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The domain for the definition %s seems incorrect, please check it.\n"
|
||||
"\n"
|
||||
|
|
@ -2201,9 +2180,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__res_id_field
|
||||
msgid ""
|
||||
"The field name on the user profile (res.users) containing the value for "
|
||||
"res_id for action."
|
||||
msgid "The field name on the user profile (res.users) containing the value for res_id for action."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -2233,14 +2210,12 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_badge__rule_max_number
|
||||
msgid ""
|
||||
"The maximum number of time this badge can be sent per month per person."
|
||||
msgid "The maximum number of time this badge can be sent per month per person."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_goal_definition.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The model configuration for the definition %(name)s seems incorrect, please check it.\n"
|
||||
"\n"
|
||||
|
|
@ -2250,7 +2225,6 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_goal_definition.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The model configuration for the definition %(name)s seems incorrect, please check it.\n"
|
||||
"\n"
|
||||
|
|
@ -2259,15 +2233,12 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal__remind_update_delay
|
||||
msgid ""
|
||||
"The number of days after which the user assigned to a manual goal will be "
|
||||
"reminded. Never reminded if no value is specified."
|
||||
msgid "The number of days after which the user assigned to a manual goal will be reminded. Never reminded if no value is specified."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_badge__stat_my_this_month
|
||||
msgid ""
|
||||
"The number of time the current user has received this badge this month."
|
||||
msgid "The number of time the current user has received this badge this month."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -2314,17 +2285,12 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_badge__goal_definition_ids
|
||||
msgid ""
|
||||
"The users that have succeeded these goals will receive automatically the "
|
||||
"badge."
|
||||
msgid "The users that have succeeded these goals will receive automatically the badge."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_goal_definition__batch_user_expression
|
||||
msgid ""
|
||||
"The value to compare with the distinctive field. The expression can contain "
|
||||
"reference to 'user' which is a browse record of the current user, e.g. "
|
||||
"user.id, user.partner_id.id..."
|
||||
msgid "The value to compare with the distinctive field. The expression can contain reference to 'user' which is a browse record of the current user, e.g. user.id, user.partner_id.id..."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -2337,7 +2303,6 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_badge.py:0
|
||||
#, python-format
|
||||
msgid "This badge can not be sent by users."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2358,6 +2323,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge__granted_count
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_tree
|
||||
msgid "Total"
|
||||
msgstr "Total"
|
||||
|
||||
|
|
@ -2366,6 +2332,11 @@ msgstr "Total"
|
|||
msgid "Track Karma Changes"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.actions.act_window,help:gamification.gamification_karma_tracking_action
|
||||
msgid "Track the sources of the users karma and monitor"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_form
|
||||
msgid "Tracking"
|
||||
|
|
@ -2377,8 +2348,6 @@ msgid "Tracking Date"
|
|||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.actions.act_window,name:gamification.gamification_karma_tracking_action
|
||||
#: model:ir.ui.menu,name:gamification.gamification_karma_tracking_menu
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_tree
|
||||
msgid "Trackings"
|
||||
msgstr ""
|
||||
|
|
@ -2401,21 +2370,27 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_goal.py:0
|
||||
#, python-format
|
||||
msgid "Update %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_karma_tracking.py:0
|
||||
#: model:ir.model,name:gamification.model_res_users
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user__user_id
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_badge_user_wizard__user_id
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_goal__user_id
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_tracking__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_tracking_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_search_view
|
||||
msgid "User"
|
||||
msgstr "User"
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/res_users.py:0
|
||||
msgid "User Creation"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_challenge__user_domain
|
||||
msgid "User domain"
|
||||
|
|
@ -2425,13 +2400,13 @@ msgstr ""
|
|||
#: model:ir.actions.act_window,name:gamification.action_current_rank_users
|
||||
#: model:ir.model.fields,field_description:gamification.field_gamification_karma_rank__user_ids
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
msgstr "વપરાશકર્તાઓ"
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__period__weekly
|
||||
#: model:ir.model.fields.selection,name:gamification.selection__gamification_challenge__report_message_frequency__weekly
|
||||
msgid "Weekly"
|
||||
msgstr ""
|
||||
msgstr "સાપ્તાહિક"
|
||||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_badge__rule_auth
|
||||
|
|
@ -2445,9 +2420,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model:ir.model.fields,help:gamification.field_gamification_challenge__reward_realtime
|
||||
msgid ""
|
||||
"With this option enabled, a user can receive a badge only once. The top 3 "
|
||||
"badges are still rewarded only at the end of the challenge."
|
||||
msgid "With this option enabled, a user can receive a badge only once. The top 3 badges are still rewarded only at the end of the challenge."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -2464,21 +2437,18 @@ msgstr "Yearly"
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_badge.py:0
|
||||
#, python-format
|
||||
msgid "You are not in the user allowed list."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/wizard/grant_badge.py:0
|
||||
#, python-format
|
||||
msgid "You can not grant a badge to yourself."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_challenge.py:0
|
||||
#, python-format
|
||||
msgid "You can not reset a challenge with unfinished goals."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2495,14 +2465,12 @@ msgstr ""
|
|||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_badge.py:0
|
||||
#, python-format
|
||||
msgid "You do not have the required badges."
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
#. odoo-python
|
||||
#: code:addons/gamification/models/gamification_badge.py:0
|
||||
#, python-format
|
||||
msgid "You have already sent this badge too many time this month."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2545,13 +2513,11 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:gamification.challenge_form_view
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.goal_form_view
|
||||
msgid "days"
|
||||
msgstr ""
|
||||
msgstr "દિવસો"
|
||||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
|
||||
msgid ""
|
||||
"e.g. A Master Chief knows quite everything on the forum! You cannot beat "
|
||||
"him!"
|
||||
msgid "e.g. A Master Chief knows quite everything on the forum! You cannot beat him!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
@ -2576,7 +2542,7 @@ msgstr ""
|
|||
|
||||
#. module: gamification
|
||||
#: model_terms:ir.ui.view,arch_db:gamification.gamification_karma_rank_view_form
|
||||
msgid "e.g. Reach this rank to gain a free mug !"
|
||||
msgid "e.g. Reach this rank to gain a free mug!"
|
||||
msgstr ""
|
||||
|
||||
#. module: gamification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue