mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 18:52:02 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{
|
||||
'name': 'UTM Trackers',
|
||||
'category': 'Hidden',
|
||||
'category': 'Marketing',
|
||||
'description': """
|
||||
Enable management of UTM trackers: campaign, medium, source.
|
||||
""",
|
||||
|
|
@ -31,5 +31,6 @@ Enable management of UTM trackers: campaign, medium, source.
|
|||
'utm/static/src/**/*',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<odoo noupdate="1">
|
||||
<record model="utm.medium" id="utm_medium_website">
|
||||
<field name="name">Website</field>
|
||||
</record>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<field name="name">Banner</field>
|
||||
</record>
|
||||
<record model="utm.medium" id="utm_medium_twitter">
|
||||
<field name="name">Twitter</field>
|
||||
<field name="name">X</field>
|
||||
</record>
|
||||
<record model="utm.medium" id="utm_medium_facebook">
|
||||
<field name="name">Facebook</field>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<odoo noupdate="1">
|
||||
<record model="utm.source" id="utm_source_search_engine">
|
||||
<field name="name">Search engine</field>
|
||||
</record>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
<field name="name">Facebook</field>
|
||||
</record>
|
||||
<record model="utm.source" id="utm_source_twitter">
|
||||
<field name="name">Twitter</field>
|
||||
<field name="name">X</field>
|
||||
</record>
|
||||
<record model="utm.source" id="utm_source_linkedin">
|
||||
<field name="name">LinkedIn</field>
|
||||
|
|
@ -27,4 +27,7 @@
|
|||
<record model="utm.source" id="utm_source_craigslist">
|
||||
<field name="name">Craigslist</field>
|
||||
</record>
|
||||
<record model="utm.source" id="utm_source_referral">
|
||||
<field name="name">Referral</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -1,32 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktief"
|
||||
|
|
@ -39,19 +39,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -63,7 +68,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -75,7 +79,7 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
msgstr "Veldtog"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
|
|
@ -109,9 +113,12 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -122,7 +129,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -135,7 +141,6 @@ msgstr "Kleur Indeks"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -180,7 +185,6 @@ msgstr "Geskep op"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -192,23 +196,19 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -224,17 +224,9 @@ msgstr "Vertoningsnaam"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -253,24 +245,19 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -295,20 +282,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laas Gewysig op"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -330,19 +306,17 @@ msgstr "Laas Opgedateer op"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
msgstr "Skakel Spoorsnyer"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -369,10 +343,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
|
|
@ -389,30 +369,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -422,25 +396,27 @@ msgstr ""
|
|||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
msgstr "Verkoop"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
|
|
@ -455,17 +431,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -477,14 +449,12 @@ msgstr "Volgorde"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -494,7 +464,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
msgstr "Bron"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
|
|
@ -514,6 +484,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -521,35 +492,29 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -562,22 +527,18 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -587,25 +548,19 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -627,9 +582,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -649,9 +602,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -672,10 +623,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,679 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
@ -1,35 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Mohamed Abofanas <mohammed.abofanas@it.misuratau.edu.ly>, 2022
|
||||
# Wil Odoo, 2025
|
||||
# Malaz Abuidris <msea@odoo.com>, 2025
|
||||
#
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2025\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 13:42+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/utm/ar/>\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s تم إنشاؤه في %(create_date)s) "
|
||||
msgstr "%(content)s (%(model_description)s تم إنشاؤه في %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "نشط"
|
||||
|
|
@ -37,43 +38,47 @@ msgstr "نشط"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr "اسمح لنا بتطبيق عوامل التصفية على الحملات ذات الصلة "
|
||||
msgstr "اسمح لنا بتطبيق عوامل التصفية على الحملات ذات الصلة"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "التدفق القائم علي الموافقة"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "تمت الموافقة "
|
||||
msgstr "تمت الموافقة"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "الأرشيف"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "مؤرشف"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr "قم بتعيين علامات التصنيف في حملاتك لتنظيمها وتصفيتها وتتبعها. "
|
||||
msgstr "قم بتعيين علامات التصنيف في حملاتك لتنظيمها وتصفيتها وتتبعها."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "سير العمل المعتمد على الجمهور "
|
||||
msgstr "سير العمل المعتمد على الجمهور"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr "حملة منشأة تلقائياً "
|
||||
msgstr "حملة منشأة تلقائياً"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
|
|
@ -83,7 +88,7 @@ msgstr "الحملة"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr "معرّف الحملة "
|
||||
msgstr "معرّف الحملة"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
|
|
@ -101,7 +106,7 @@ msgstr "مرحلة الحملة"
|
|||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "علامات تصنيف الحملة "
|
||||
msgstr "علامات تصنيف الحملة"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
|
|
@ -115,17 +120,21 @@ msgstr "الحملات"
|
|||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr "تُستخدم الحملات لتركيز جهودك التسويقية وتتبع نتائجها. "
|
||||
msgstr "تُستخدم الحملات لتركيز جهودك التسويقية وتتبع نتائجها."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "الحملات المسندة إلي"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr "عروض الكريسماس الخاصة "
|
||||
msgstr "عروض الكريسماس الخاصة"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "إجمع الأفكار, صمم محتوي إبداعي وقم بنشره بعد أن يتم إعتماده."
|
||||
|
||||
|
|
@ -133,19 +142,18 @@ msgstr "إجمع الأفكار, صمم محتوي إبداعي وقم بنشر
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "معرف اللون"
|
||||
msgstr "مؤشر اللون"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "الكتابة الإعلامية "
|
||||
msgstr "الكتابة الإعلامية"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "إنشاء وسط "
|
||||
msgstr "إنشاء وسط"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -155,12 +163,12 @@ msgstr "أنشئ وسم"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr "أنشئ مرحله"
|
||||
msgstr "إنشاء حملة"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr "قم بإنشاء مرحلة لحملاتك "
|
||||
msgstr "قم بإنشاء مرحلة لحملاتك"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
|
|
@ -183,7 +191,6 @@ msgstr "أنشئ في"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "التدفق الإبداعي"
|
||||
|
||||
|
|
@ -195,48 +202,39 @@ msgstr "حذف"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "طور"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "تم تطويره"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "تصميم"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض "
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "منتهي "
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "القائمة المنسدلة"
|
||||
msgstr "منتهي"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -246,42 +244,34 @@ msgstr "تحرير"
|
|||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr "حملة البريد الإلكتروني - المنتجات "
|
||||
msgstr "حملة البريد الإلكتروني - المنتجات"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "حملة البريد الإلكتروني - الخدمات "
|
||||
msgstr "حملة البريد الإلكتروني - الخدمات"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "سير العمل المعتمد على الفعالية "
|
||||
msgstr "سير العمل المعتمد على الفعالية"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "جمع البيانات"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"اجمع البيانات وابنِ قائمة من المستلمين واكتب المحتوى بناءً على هدف التسويق "
|
||||
"الخاص بك. "
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "التجميع حسب "
|
||||
"الخاص بك."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -289,9 +279,12 @@ msgid "HTTP Routing"
|
|||
msgstr "مسار HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -300,20 +293,9 @@ msgstr "المُعرف"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "أفكار"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "آخر تعديل في"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -335,7 +317,6 @@ msgstr "آخر تحديث في"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "لاحقاً"
|
||||
|
||||
|
|
@ -347,7 +328,6 @@ msgstr "متتبع الرابط"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "بناء قائمة"
|
||||
|
||||
|
|
@ -360,24 +340,30 @@ msgstr "التسويق"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "متوسط "
|
||||
msgstr "متوسط"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "اسم الوسط "
|
||||
msgstr "اسم الوسط"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "الأوساط "
|
||||
msgstr "الأوساط"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "حملاتي"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "الاسم"
|
||||
|
||||
|
|
@ -391,33 +377,39 @@ msgstr "جديد"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "لايوجد مصدر بعد!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"عذراً، لا يمكنك حذف الوسط '%s'.\n"
|
||||
"الأمر أشبه بهدمك لسد — فكرة سيئة."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "قبل الإطلاق"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "جهز الحملات واحصل على موافقاتها قبل نشرها على الموقع. "
|
||||
msgstr "جهز الحملات واحصل على موافقاتها قبل نشرها على الموقع."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr "جهز حملتك واختبرها مع جزء من حاضريك ثم اعتمدها بشكل كامل بعد ذلك. "
|
||||
msgstr "جهز حملتك واختبرها مع جزء من حاضريك ثم اعتمدها بشكل كامل بعد ذلك."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "التقرير"
|
||||
|
||||
|
|
@ -425,73 +417,69 @@ msgstr "التقرير"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "المسؤول "
|
||||
msgstr "المسؤول"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "استعادة"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "مراجعة"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "جاري"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "المبيعات"
|
||||
msgstr "بيع"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "جدولة "
|
||||
msgstr "جدولة"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "البحث في وسط UTM "
|
||||
msgstr "البحث في وسط UTM"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "إرسال"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "تم الإرسال"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "التسلسل "
|
||||
msgstr "تسلسل"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "الإطلاق التجريبي "
|
||||
msgstr "الإطلاق التجريبي"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "مراحل الإطلاق التجريبي "
|
||||
msgstr "مراحل الإطلاق التجريبي"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
|
|
@ -510,7 +498,7 @@ msgstr "اسم المصدر"
|
|||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "المصادر "
|
||||
msgstr "المصادر"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
|
|
@ -519,6 +507,7 @@ msgid "Stage"
|
|||
msgstr "المرحلة"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -527,11 +516,11 @@ msgstr "المراحل"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"تتيح لك المراحل تنظيم سير عملك (مثال: التخطيط، التصميم، قيد التنفيذ، تم "
|
||||
"الانتهاء، ...). "
|
||||
"الانتهاء، ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -540,65 +529,53 @@ msgid ""
|
|||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"لون علامة التصنيف. إن لم يكن هناك لون، فهذا يعني أنه لا يوجد عرض في كانبان، "
|
||||
"لتمييز علامات التصنيف الداخلية من علامات التصنيف العامة. "
|
||||
"لتمييز علامات التصنيف الداخلية من علامات التصنيف العامة."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "اسم علامة التصنيف موجود بالفعل! "
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "اسم علامة التصنيف مستخدم بالفعل!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "علامات التصنيف "
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"لا يمكن حذف وسط UTM \"%s\" حيث إنه مستخدَم في بعض الوظائف الأساسية، كالتوظيف"
|
||||
" والرسائل الجماعية. "
|
||||
msgstr "علامات التصنيف"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr "يجب أن يكون الاسم فريداً "
|
||||
msgstr "يجب أن يكون الاسم فريداً"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "هذا الشهر"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "هذا الأسبوع"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"يساعدك هذا الاسم على تتبع جهود حملاتك المختلفة، مثال: fall_drive "
|
||||
"،christmas_special "
|
||||
"يساعدك هذا الاسم على تتبع جهود حملاتك المختلفة، مثال: "
|
||||
"fall_drive ،christmas_special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"هذه هي طريقة التوصيل، مثال: بطاقة بريدية، أو البريد الإلكتروني أو لافتة "
|
||||
"إعلانية "
|
||||
"إعلانية"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -612,20 +589,18 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "للاعتماد"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"تتبع الفعاليات القادمة (مثال: الكريسماس، الجمعة السوداء، ...) وقم بنشر "
|
||||
"المحتوى في الوقت المناسب. "
|
||||
"المحتوى في الوقت المناسب."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -642,16 +617,16 @@ msgstr "مرحلة UTM"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "وسط UTM "
|
||||
msgstr "وسط UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"تقوم أوساط UTM بتتبع الطريقة المستخدمة لجلب الزوار (مثال: \"الموقع "
|
||||
"الإلكتروني\"، \"تويتر\"، ...). "
|
||||
"الإلكتروني\"، \"X\"، ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -661,26 +636,26 @@ msgstr "UTM Mixin"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "مصدر UTM "
|
||||
msgstr "مصدر UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr "مجموعة مخصصات مصدر UTM "
|
||||
msgstr "مجموعة مخصصات مصدر UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"مسار مصادر UTM حيث تأتي الزيارات (مثال: \"النشرة الإخبارية لشهر مايو\"، "
|
||||
"\"\"، ...). "
|
||||
"\"\"، ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr "مراحل UTM "
|
||||
msgstr "مراحل UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
|
|
@ -695,21 +670,57 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "إستخدم هذه لمرحلتي"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "لا يمكنك حذف سجل مصدر UTM 'الإحالة'."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr "لا يمكنك تحديث عدة سجلات بنفس الاسم. يجب أن يكون الاسم فريداً! "
|
||||
msgstr "لا يمكنك تحديث عدة سجلات بنفس الاسم. يجب أن يكون الاسم فريداً!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "مثال: \"العصف الذهني\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "مثال: \"رسائل العيد\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "مثال: \"البريد الإلكتروني\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "علي سبيل المثال: الجمعة السوداء"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "التجميع حسب "
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "لا يمكن حذف وسط UTM \"%s\" حيث إنه مستخدَم في بعض الوظائف الأساسية، "
|
||||
#~ "كالتوظيف والرسائل الجماعية. "
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "تقوم أوساط UTM بتتبع الطريقة المستخدمة لجلب الزوار (مثال: \"الموقع "
|
||||
#~ "الإلكتروني\"، \"تويتر\"، ...). "
|
||||
|
|
|
|||
|
|
@ -1,33 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
# erpgo translator <jumshud@erpgo.az>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2022\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-19/utm/"
|
||||
"az/>\n"
|
||||
"Language: az\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktiv"
|
||||
|
|
@ -40,19 +43,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Təsdiq olundu"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arxiv"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arxivləndi"
|
||||
|
||||
|
|
@ -64,7 +72,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -88,7 +95,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr " Kampaniyanın Adı"
|
||||
msgstr "Kampaniyanın Adı"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
|
|
@ -115,6 +122,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -123,7 +135,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -136,7 +147,6 @@ msgstr "Rəng İndeksi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -181,7 +191,6 @@ msgstr "Tarixdə yaradıldı"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -193,30 +202,29 @@ msgstr "Silin"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -225,17 +233,9 @@ msgstr "Ekran Adı"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Hazırdır"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Açılan menyu"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -254,40 +254,35 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Aşağıdakılara görə Qrupla"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Marşrutizasiyası"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -296,20 +291,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Son Dəyişdirilmə tarixi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -331,7 +315,6 @@ msgstr "Son Yenilənmə tarixi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -343,7 +326,6 @@ msgstr "Bağlantı İzləyicisi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -370,10 +352,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Ad"
|
||||
|
||||
|
|
@ -387,24 +375,29 @@ msgstr "Yeni"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -413,7 +406,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Hesabat"
|
||||
|
||||
|
|
@ -423,18 +415,20 @@ msgstr "Hesabat"
|
|||
msgid "Responsible"
|
||||
msgstr "Məsul"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Bərpa edin"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Yenidən nəzərdən keçirin"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "İdarəetmə"
|
||||
|
||||
|
|
@ -456,17 +450,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Göndərin"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Göndərildi"
|
||||
|
||||
|
|
@ -478,14 +468,12 @@ msgstr "Ardıcıllıq"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -515,6 +503,7 @@ msgid "Stage"
|
|||
msgstr "Mərhələ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -523,8 +512,8 @@ msgstr "Mərhələlər"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -536,23 +525,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Etiket adı artıq mövcuddur!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiketlər"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -563,25 +544,23 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Bu Ay"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Bu Həftə"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Bu, Fall_Drive, Christmas_Special kimi müxtəlif kampaniya səylərini izləməyə"
|
||||
" kömək edən bir addır"
|
||||
"Bu, Fall_Drive, Christmas_Special kimi müxtəlif kampaniya səylərini izləməyə "
|
||||
"kömək edən bir addır"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -600,17 +579,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -634,7 +611,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -655,8 +632,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -677,12 +654,43 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Aşağıdakılara görə Qrupla"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# KeyVillage, 2023
|
||||
# Nikola Iliev, 2023
|
||||
# Ивайло Малинов <iv.malinov@gmail.com>, 2023
|
||||
# Ivan Goychev <igoychev.projects@gmail.com>, 2023
|
||||
# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2023
|
||||
|
|
@ -14,31 +14,31 @@
|
|||
# Daria Stefanova <daria@clearlypro.eu>, 2023
|
||||
# aleksandar ivanov, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
# Elena Varbanova, 2024
|
||||
# Veselina Slavkova, 2025
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Veselina Slavkova, 2025\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.odoo.com/projects/odoo-19/utm/bg/"
|
||||
">\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Активно"
|
||||
|
|
@ -51,19 +51,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Одобрен"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Архив"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Архивирано"
|
||||
|
||||
|
|
@ -75,7 +80,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -128,6 +132,11 @@ msgstr ""
|
|||
"Кампаниите се използват за централизиране на вашите маркетинг усилия и "
|
||||
"проследяване на техните резултати."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -136,7 +145,6 @@ msgstr "Специална Коледа"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -149,7 +157,6 @@ msgstr "Цветен индекс"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -194,7 +201,6 @@ msgstr "Създадено на"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -206,30 +212,29 @@ msgstr "Изтриване"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Внедрете"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Разгърнат"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Проектирайте"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -238,17 +243,9 @@ msgstr "Име за показване"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Извършен"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Падащо меню"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -267,40 +264,35 @@ msgstr "Имейл кампания - услуги"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Групиране по"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Маршрутизиране"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -309,20 +301,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Идеи"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промяна на"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -344,7 +325,6 @@ msgstr "Последно актуализирано на"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "По-късно"
|
||||
|
||||
|
|
@ -356,7 +336,6 @@ msgstr "Link Tracker"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -383,10 +362,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Име"
|
||||
|
||||
|
|
@ -400,24 +385,29 @@ msgstr "Нов"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -426,7 +416,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Отчет"
|
||||
|
||||
|
|
@ -436,18 +425,20 @@ msgstr "Отчет"
|
|||
msgid "Responsible"
|
||||
msgstr "Отговорно лице"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Възстанови"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Прегледайте"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Работещ"
|
||||
|
||||
|
|
@ -469,17 +460,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Изпрати"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Изпратен"
|
||||
|
||||
|
|
@ -491,14 +478,12 @@ msgstr "Последователност"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -528,6 +513,7 @@ msgid "Stage"
|
|||
msgstr "Стадий"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -536,8 +522,8 @@ msgstr "Стадии"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -549,23 +535,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Маркер с това име вече съществува!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Тагът вече съществува"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Маркери"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -576,22 +554,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Този месец"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Тази седмица"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Това е име, което ви помага да проследявате различните кампании, например "
|
||||
"\"Есенна кампания\", \"Коледна оферта\"."
|
||||
|
|
@ -609,23 +585,21 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Това е източникът на връзката, напр. търсачка, друг домейн или име на списък"
|
||||
" с имейли"
|
||||
"Това е източникът на връзката, напр. търсачка, друг домейн или име на списък "
|
||||
"с имейли"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -649,7 +623,7 @@ msgstr "UTM среда"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -670,8 +644,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -692,21 +666,43 @@ msgstr "UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Групиране по"
|
||||
|
|
|
|||
|
|
@ -1,28 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Boško Stojaković <bluesoft83@gmail.com>, 2018
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2025-02-10 08:27+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2018-10-08 06:49+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s kreirano %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivan"
|
||||
|
|
@ -30,43 +36,47 @@ msgstr "Aktivan"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr "Omogućava nam filtriranje relevantnih kampanja"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Tok zasnovan na odobrenju"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Odobreno"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivirano"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr "Dodelite oznake vašim kampanjama za organizaciju, filtriranje i praćenje."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Tok zasnovan na publici"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr "Automatski generisana kampanja"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
|
|
@ -76,7 +86,7 @@ msgstr "Kampanja"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr "Identifikator kampanje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
|
|
@ -88,13 +98,13 @@ msgstr "Naziv kampanje"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr "Faza kampanje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "Oznake kampanje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
|
|
@ -110,6 +120,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -118,42 +133,40 @@ msgstr "Božićni specijal"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "Pokupite ideje, dizajnirajte kreativni sadržaj i objavite ga nakon recenzije."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Indeks boje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Pisanje tekstova"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "Kreiraj medij"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr "Kreiraj oznaku"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr "Kreiraj kampanju"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr "Kreiraj fazu za vaše kampanje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
|
|
@ -176,42 +189,40 @@ msgstr "Kreirano"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Kreativni tok"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Pokreni"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Raspoređeno"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Dizajn"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -220,26 +231,18 @@ msgstr "Prikazani naziv"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Riješeno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Definiraj novi medij"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "Definiraj novi izvor"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr "Email kampanja - artikli"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
|
|
@ -249,40 +252,35 @@ msgstr "E-mail kampanja - usluge"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Tok zasnovan na događaju"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Prikupiti podatke"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupiraj po"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP usmjeravanje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -291,19 +289,8 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
|
|
@ -326,9 +313,8 @@ msgstr "Zadnje ažurirano"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Kasnije"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
|
|
@ -338,14 +324,13 @@ msgstr "Pratioc veza"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Izgradnja lista"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -356,50 +341,61 @@ msgstr "Medijum"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Ime medija"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "Mediji"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "Novi"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr "Još nema izvora!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pre-lansiranje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Pripremite kampanje i odobrite ih pre puštanja u život."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -408,30 +404,31 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Izvještaj"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "Odgovoran"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Pregledaj"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "U tijeku"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
|
|
@ -441,48 +438,42 @@ msgstr "Prodaja"
|
|||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Planiraj"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "Pretraži UTM medij"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Pošalji"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Poslano"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Sekvenca"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Meko-lansiranje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Tok meko-lansiranja"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
|
|
@ -507,19 +498,20 @@ msgstr "Izvori"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "Faza"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "Faze"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -531,21 +523,13 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Naziv oznake već postoji !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Oznake"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -553,33 +537,31 @@ msgstr ""
|
|||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr "Ime mora biti jedinstveno"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Ovaj mjesec"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Ovaj tjedan"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "Ovo je način isporuke, na pr. Razglednica, e-pošta ili natpisni oglas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -591,74 +573,72 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Treba odobriti"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "UTM kampanja"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr "UTM kampanje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "UTM medij"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "UTM mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "UTM izvor"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr "UTM izvor mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr "UTM faze"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr "UTM oznaka"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
|
|
@ -668,21 +648,40 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Koristi ovo za moje kampanje"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "npr. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Carles Antoli <carlesantoli@hotmail.com>, 2022
|
||||
# Jonatan Gk, 2022
|
||||
|
|
@ -16,31 +16,34 @@
|
|||
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Ivan Espinola, 2022
|
||||
# Óscar Fonseca <tecnico@pyming.com>, 2023
|
||||
# Josep Anton Belchi, 2023
|
||||
#
|
||||
# Óscar Fonseca <tecnico@extreme-micro.com>, 2023
|
||||
# jabelchi, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Josep Anton Belchi, 2023\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/utm/ca/"
|
||||
">\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s creat el %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Actiu"
|
||||
|
|
@ -53,19 +56,24 @@ msgstr "Ens permet filtrar campanyes rellevants"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Flux basat en l'aprovació"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Aprovat"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arxivar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arxivat"
|
||||
|
||||
|
|
@ -73,13 +81,12 @@ msgstr "Arxivat"
|
|||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
"Assigneu etiquetes a les vostres campanyes per organitzar-les, filtrar-les i"
|
||||
" seguir-les."
|
||||
"Assigneu etiquetes a les vostres campanyes per organitzar-les, filtrar-les i "
|
||||
"seguir-les."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Flux orientat a l'audiència"
|
||||
|
||||
|
|
@ -132,6 +139,11 @@ msgstr ""
|
|||
"Les campanyes s'utilitzen per centralitzar els vostres esforços de "
|
||||
"màrqueting i fer un seguiment dels seus resultats."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -140,7 +152,6 @@ msgstr "Especial Nadal"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Recull idees, dissenya contingut creatiu i publica-ho una vegada revisat."
|
||||
|
|
@ -154,7 +165,6 @@ msgstr "Índex de color"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Redacció de textos publicitaris"
|
||||
|
||||
|
|
@ -199,7 +209,6 @@ msgstr "Creat el"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Flux creatiu"
|
||||
|
||||
|
|
@ -211,49 +220,40 @@ msgstr "Eliminar"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Desplegar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Desplegat"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Disseny"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom a mostrar"
|
||||
msgstr "Nom mostrat"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Fet"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menú desplegable"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -272,32 +272,24 @@ msgstr "Correu de campanya - Serveis"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Flux conduït per esdeveniments"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Reunir dades"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"Reunir dades, construeix una llista de destinataris i escriu contingut basat"
|
||||
" en la vostra destinació de màrqueting."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar per"
|
||||
"Reunir dades, construeix una llista de destinataris i escriu contingut basat "
|
||||
"en la vostra destinació de màrqueting."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -305,9 +297,12 @@ msgid "HTTP Routing"
|
|||
msgstr "Enrutament HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -316,20 +311,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idees"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificació el "
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -351,7 +335,6 @@ msgstr "Última actualització el"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Més tard"
|
||||
|
||||
|
|
@ -363,7 +346,6 @@ msgstr "Rastrejador d'enllaços"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Construcció de llistes"
|
||||
|
||||
|
|
@ -390,10 +372,16 @@ msgstr "Nom mitjà"
|
|||
msgid "Mediums"
|
||||
msgstr "Mitjans"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Les meves campanyes"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
|
|
@ -407,17 +395,23 @@ msgstr "Nou"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "¡Encara no hi ha fonts!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Abans del llançament"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Prepareu campanyes i obtingueu que s'aprovin abans de fer-les sortir en "
|
||||
|
|
@ -426,7 +420,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -437,7 +430,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Informe"
|
||||
|
||||
|
|
@ -447,18 +439,20 @@ msgstr "Informe"
|
|||
msgid "Responsible"
|
||||
msgstr "Responsable"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Restaurar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Revisió"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "En procés"
|
||||
|
||||
|
|
@ -480,17 +474,13 @@ msgstr "Cerca en UTM Medium"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Enviat"
|
||||
|
||||
|
|
@ -502,14 +492,12 @@ msgstr "Seqüència"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Llançament suau"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Flux de llançament suau"
|
||||
|
||||
|
|
@ -539,6 +527,7 @@ msgid "Stage"
|
|||
msgstr "Etapa"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -547,11 +536,9 @@ msgstr "Etapes"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Les escales us permeten organitzar el vostre flux de treball (per exemple: "
|
||||
"pla, disseny, en curs, fet...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -564,25 +551,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Nom d'etiqueta ja existeix!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "¡El nom de l'etiqueta ja existeix!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiquetes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"El medi UTM '%s' no es pot suprimir perquè s'utilitza en alguns fluxos "
|
||||
"funcionals principals, com ara la contractació i el mailing massiu."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -593,22 +570,20 @@ msgstr "El nom ha de ser únic"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Aquest mes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Aquest setmana"
|
||||
msgstr "Aquesta setmana"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Es tracta d'un nom que l'ajuda a realitzar un seguiment de les seves "
|
||||
"diferents campanyes, per exemple, Fall_Drive, Christmas_Special"
|
||||
|
|
@ -632,20 +607,16 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Per aprovar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Segueix els esdeveniments entrants (per exemple: Nadal, Divendres Negre, "
|
||||
"...) i publica un contingut oportú."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -668,10 +639,8 @@ msgstr "UTM Mitjà"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Els mitjans UTM rastregen el mitjà que es va utilitzar per a atreure el "
|
||||
"trànsit (per exemple, \"Lloc web\", \"Twitter\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -691,8 +660,8 @@ msgstr "Mescla d'origen UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Les fonts UTM fan un seguiment d'on prové el trànsit (per exemple, \"May "
|
||||
"Newsletter\", \"\", ...)."
|
||||
|
|
@ -715,12 +684,57 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Utilitza això per a les meves campanyes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "p. ex. Divendres Negre"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar per"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "El medi UTM '%s' no es pot suprimir perquè s'utilitza en alguns fluxos "
|
||||
#~ "funcionals principals, com ara la contractació i el mailing massiu."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "Els mitjans UTM rastregen el mitjà que es va utilitzar per a atreure el "
|
||||
#~ "trànsit (per exemple, \"Lloc web\", \"Twitter\", ...)."
|
||||
|
|
|
|||
|
|
@ -1,42 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
|
||||
# Jan Horzinka <jan.horzinka@centrum.cz>, 2022
|
||||
# Ladislav Tomm <tomm@helemik.cz>, 2022
|
||||
# Chris, 2022
|
||||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
|
||||
# Jiří Podhorecký <jirka.p@volny.cz>, 2022
|
||||
# Jiří Podhorecký, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Michal Veselý <michal@veselyberanek.net>, 2022
|
||||
# Tomáš Píšek, 2023
|
||||
# Jakub Smolka, 2023
|
||||
# Marta Wacławek, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2026.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Marta Wacławek, 2025\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:48+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/utm/cs/>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : "
|
||||
"(n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s vytvořeno dne %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivní"
|
||||
|
|
@ -49,19 +50,24 @@ msgstr "Umožňuje filtrovat relevantní kampaně"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Tok na základě schválení"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Schváleno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archivovat"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archivováno"
|
||||
|
||||
|
|
@ -73,7 +79,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -108,7 +113,7 @@ msgstr "Fáze kampaně"
|
|||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "Značky kampaně"
|
||||
msgstr "Štítky kampaní"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
|
|
@ -124,6 +129,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -132,7 +142,6 @@ msgstr "Vánoční specialita"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -145,7 +154,6 @@ msgstr "Barevný index"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -176,7 +184,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Vytvořeno od"
|
||||
msgstr "Vytvořeno uživatelem"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -185,12 +193,11 @@ msgstr "Vytvořeno od"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vytvořeno"
|
||||
msgstr "Vytvořeno dne"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -202,49 +209,40 @@ msgstr "Smazat"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
msgstr "Nasadit"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Návrh"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazované jméno"
|
||||
msgstr "Zobrazovaný název"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Hotovo"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Rozbalovací nabídka"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -263,40 +261,35 @@ msgstr "E-mailová kampaň - Služba"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Seskupit podle"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -305,20 +298,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Nápady"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Naposled změněno"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -326,7 +308,7 @@ msgstr "Naposled změněno"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposledy upraveno od"
|
||||
msgstr "Naposledy upraveno uživatelem"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -335,12 +317,11 @@ msgstr "Naposledy upraveno od"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposled upraveno"
|
||||
msgstr "Naposledy upraveno dne"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Později"
|
||||
|
||||
|
|
@ -352,7 +333,6 @@ msgstr "Sledovač odkazů"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -370,7 +350,7 @@ msgstr "Médium"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Médium název "
|
||||
msgstr "Médium název"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
|
|
@ -379,12 +359,18 @@ msgstr "Médium název "
|
|||
msgid "Mediums"
|
||||
msgstr "Média"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Jméno"
|
||||
msgstr "Název"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
|
|
@ -396,24 +382,29 @@ msgstr "Nové"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -422,9 +413,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Sestava"
|
||||
msgstr "Výkaz"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
|
|
@ -433,17 +423,19 @@ msgid "Responsible"
|
|||
msgstr "Odpovědný"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Recenze"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Obnovit"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr "Revize"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Spuštěno"
|
||||
|
||||
|
|
@ -465,36 +457,30 @@ msgstr "Vyhledejte médium UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Odeslat"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Odesláno"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Číselná řada"
|
||||
msgstr "Sekvence"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -524,6 +510,7 @@ msgid "Stage"
|
|||
msgstr "Fáze"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -532,8 +519,8 @@ msgstr "Fáze"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -545,22 +532,14 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Název značky již existuje!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Tagy"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
msgstr "Štítky"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
|
|
@ -572,22 +551,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Tento měsíc"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Tento týden"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Toto je název, který vám pomůže sledovat různé kampaně, např. Fall_Drive, "
|
||||
"Christmas_Special"
|
||||
|
|
@ -604,23 +581,21 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Toto je zdroj odkazu, např. vyhledávač, jiná doména nebo název seznamu "
|
||||
"e-mailů"
|
||||
"Toto je zdroj odkazu, např. vyhledávač, jiná doména nebo název seznamu e-"
|
||||
"mailů"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -638,13 +613,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "UTM Médium"
|
||||
msgstr "UTM médium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -655,7 +630,7 @@ msgstr "UTM mixin"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "UTM Zdroj"
|
||||
msgstr "UTM zdroj"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
|
|
@ -665,8 +640,8 @@ msgstr "UTM zdroj mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -687,21 +662,43 @@ msgstr "UTM parametry"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "např. \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "např. \"E-mail\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Seskupit podle"
|
||||
|
|
|
|||
|
|
@ -1,33 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Mads Søndergaard, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kira Petersen François (peti)" <peti@odoo.com>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-25 13:33+0000\n"
|
||||
"Last-Translator: \"Kira Petersen François (peti)\" <peti@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/utm/da/>\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktiv"
|
||||
|
|
@ -40,19 +43,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Godkendelse-baseret Flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Godkendt"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arkivér"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arkiveret"
|
||||
|
||||
|
|
@ -64,7 +72,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Publikum-drevet Flow"
|
||||
|
||||
|
|
@ -116,6 +123,11 @@ msgid ""
|
|||
msgstr ""
|
||||
"Kampagner bruges til at centralisere dit marketing og spore resultaterne."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -124,7 +136,6 @@ msgstr "Julespecial"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Indsaml ideer, design kreativt indhold, og udgiv det når det er gennemgået."
|
||||
|
|
@ -138,7 +149,6 @@ msgstr "Farve index"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Tekstforfatning"
|
||||
|
||||
|
|
@ -183,7 +193,6 @@ msgstr "Oprettet den"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Kreativ Flow"
|
||||
|
||||
|
|
@ -195,30 +204,29 @@ msgstr "Slet"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Indsæt"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Indsat"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Design"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -227,17 +235,9 @@ msgstr "Vis navn"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Udført"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Dropdown menu"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -256,21 +256,18 @@ msgstr "E-mailkampagne - Serviceydelse"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Begivenhed-drevet Flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Indhent Data"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -278,20 +275,18 @@ msgstr ""
|
|||
"Indhent data, byg en modtager liste, og skriv indhold baseret på dit "
|
||||
"Marketing mål."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Sortér efter"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -300,20 +295,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideer"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sidst ændret den"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -335,7 +319,6 @@ msgstr "Sidst opdateret den"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Senere"
|
||||
|
||||
|
|
@ -347,7 +330,6 @@ msgstr "Sporing af link"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Liste-opbygning"
|
||||
|
||||
|
|
@ -374,10 +356,16 @@ msgstr "Medie navn"
|
|||
msgid "Mediums"
|
||||
msgstr "Medier"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
|
|
@ -391,24 +379,29 @@ msgstr "Ny"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pre-Lancering"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Forbered Kampagner og få dem godkendt før du gør dem live."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -419,7 +412,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
|
|
@ -429,18 +421,20 @@ msgstr "Rapport"
|
|||
msgid "Responsible"
|
||||
msgstr "Ansvarlig"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Gendan"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Gennemse"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Kører"
|
||||
|
||||
|
|
@ -462,17 +456,13 @@ msgstr "Søg UTM Medie"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Sendt"
|
||||
|
||||
|
|
@ -484,14 +474,12 @@ msgstr "Sekvens"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Blød Lancering"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Blød Lancering Flow"
|
||||
|
||||
|
|
@ -521,6 +509,7 @@ msgid "Stage"
|
|||
msgstr "Fase"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -529,11 +518,9 @@ msgstr "Faser"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Stadier gør det muligt for dig at organisere dit workflow (f.eks. : planlæg,"
|
||||
" design, igangværende, udført, ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -541,28 +528,20 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Mærkat farve. Ingen farve betyder ingen visning i opslagstavle til at kende "
|
||||
"Mærkat farve. Ingen farve betyder ingen visning i kanban til at kende "
|
||||
"interne mærkater fra offentlige kategori mærkater."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Tag navn eksisterer allerede!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Tag-navn findes allerede!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Tags"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -573,22 +552,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Denne måned"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Denne uge"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Dette er et navn, der hjælper dig med at holde styr på dine forskellige "
|
||||
"kampagneindsatser"
|
||||
|
|
@ -596,7 +573,7 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "Dette er leveringsmetoden. Fx postkort, e-mail eller bannerannonce"
|
||||
msgstr "Dette er leveringsmetoden. F.eks. postkort, e-mail eller bannerannonce"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -604,26 +581,22 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Dette er kilden til linket, fx søgemaskine, andet domæne eller navn på "
|
||||
"Dette er kilden til linket, f.eks. søgemaskine, andet domæne eller navn på "
|
||||
"mailliste"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Til Godkendelse"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Spor indgående arrangementer (f.eks. : Juleaften, Black Friday, ...) og "
|
||||
"udgiv tidskorrekt indhold."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -646,7 +619,7 @@ msgstr "UTM medie"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -667,8 +640,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -689,12 +662,43 @@ msgstr "UTM'er"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Brug Dette Til Mine Kampagner"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "f.eks. Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Sortér efter"
|
||||
|
|
|
|||
|
|
@ -1,35 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Friederike Fasterling-Nesselbosch, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Martin Trigaux, 2022
|
||||
# Larissa Manderfeld, 2023
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025, 2026.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-13 09:17+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/utm/de/>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s erstellt am %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktiv"
|
||||
|
|
@ -42,19 +44,24 @@ msgstr "Erlaubt uns, relevante Kampagnen zu filtern"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Genehmigungsbasierter Ablauf"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Genehmigt"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archivieren"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archiviert"
|
||||
|
||||
|
|
@ -68,7 +75,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Zielgruppenorientierter Ablauf"
|
||||
|
||||
|
|
@ -118,8 +124,13 @@ msgid ""
|
|||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"Kampagnen werden verwendet, um Ihre Marketingmaßnahmen zu zentralisieren und"
|
||||
" deren Ergebnisse zu verfolgen."
|
||||
"Kampagnen werden verwendet, um Ihre Marketingmaßnahmen zu zentralisieren und "
|
||||
"deren Ergebnisse zu verfolgen."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Mir zugewiesene Kampagnen"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -129,7 +140,6 @@ msgstr "Weihnachtsspecial"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Sammeln Sie Ideen, entwerfen Sie kreative Inhalte und veröffentlichen Sie "
|
||||
|
|
@ -144,7 +154,6 @@ msgstr "Farbkennzeichnung"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Texterstellung"
|
||||
|
||||
|
|
@ -189,7 +198,6 @@ msgstr "Erstellt am"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Kreativer Ablauf"
|
||||
|
||||
|
|
@ -201,30 +209,29 @@ msgstr "Löschen"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Implementieren"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Implementiert"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Design"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -233,17 +240,9 @@ msgstr "Anzeigename"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Erledigt"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Drop-down-Menü"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -262,21 +261,18 @@ msgstr "E-Mail-Kampagne - Services"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Ereignisgesteuerter Ablauf"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Daten sammeln"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -284,20 +280,18 @@ msgstr ""
|
|||
"Sammeln Sie Daten, erstellen Sie eine Empfängerliste und verfassen Sie "
|
||||
"Inhalte, die auf Ihr Marketingziel abgestimmt sind."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Gruppieren nach"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP-Routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -306,20 +300,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideen"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Letzte Änderung am"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -341,7 +324,6 @@ msgstr "Zuletzt aktualisiert am"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Später"
|
||||
|
||||
|
|
@ -353,7 +335,6 @@ msgstr "Link-Tracker"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Listenerstellung"
|
||||
|
||||
|
|
@ -380,10 +361,16 @@ msgstr "Name des Mediums"
|
|||
msgid "Mediums"
|
||||
msgstr "Medien"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Meine Kampagnen"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
|
|
@ -397,17 +384,26 @@ msgstr "Neu"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Noch keine Quellen!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Ups, Sie können das Medium „%s“ nicht löschen.\n"
|
||||
"Das wäre so, als würde man eine tragende Wand einreißen – nicht gerade die "
|
||||
"beste Idee."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Vor dem Start"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Bereiten Sie Kampagnen vor und lassen Sie sie genehmigen, bevor Sie damit "
|
||||
|
|
@ -416,7 +412,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -427,7 +422,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Bericht"
|
||||
|
||||
|
|
@ -437,25 +431,27 @@ msgstr "Bericht"
|
|||
msgid "Responsible"
|
||||
msgstr "Verantwortlich"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Wiederherstellen"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Prüfung"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Laufend"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Verkauf"
|
||||
msgstr "Sale"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
|
|
@ -470,17 +466,13 @@ msgstr "UTM-Medium suchen"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Senden"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Gesendet"
|
||||
|
||||
|
|
@ -492,14 +484,12 @@ msgstr "Reihenfolge"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Soft-Launch-Ablauf"
|
||||
|
||||
|
|
@ -529,6 +519,7 @@ msgid "Stage"
|
|||
msgstr "Phase"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -537,11 +528,11 @@ msgstr "Phasen"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Phasen ermöglichen es Ihnen, Ihren Arbeitsablauf zu organisieren (z. B.: "
|
||||
"planen, entwerfen, in Arbeit, erledigt ...)."
|
||||
"Planen, Gestalten, in Bearbeitung, Erledigt ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -554,26 +545,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Stichwortbezeichnung existiert bereits!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Stichwörter"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Das UTM-Medium „%s“ kann nicht gelöscht werden, da es in einigen "
|
||||
"funktionellen Hauptabläufen wie der Personalbeschaffung oder dem "
|
||||
"Massenmailing verwendet wird."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -584,25 +564,23 @@ msgstr "Der Name muss eindeutig sein"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Diesen Monat"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Diese Woche"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Diese Bezeichnung hilft Ihnen bei der Analyse Ihres Kampagnenerfolgs, z. B.:"
|
||||
" Herbstangebot, Weihnachtsangebot"
|
||||
"Diese Bezeichnung hilft Ihnen bei der Analyse Ihres Kampagnenerfolgs, z. B.: "
|
||||
"Herbstangebot, Weihnachtsangebot"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -623,17 +601,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Zu Genehmigen"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Verfolgen Sie eingehende Ereignisse (z. B.: Weihnachten, Black Friday, ...) "
|
||||
"und veröffentlichen Sie rechtzeitig Inhalte."
|
||||
|
|
@ -659,10 +635,10 @@ msgstr "UTM-Medium"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM-Medien verfolgen das Mittel, das verwendet wurde, um Besucher anzuziehen"
|
||||
" (z. B. „Website“, „Twitter“ ...)."
|
||||
"UTM-Medien verfolgen das Mittel, das verwendet wurde, um Besucher anzuziehen "
|
||||
"(z. B. „Website“, „X“ ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -682,8 +658,8 @@ msgstr "UTM-Quellmixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM-Quellen verfolgen, woher das Besucheraufkommen kommt (z. B. „Newsletter "
|
||||
"vom Mai“ ...)."
|
||||
|
|
@ -706,14 +682,18 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Für meine Kampagnen verwenden"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Sie können den UTM-Quelldatensatz „Empfehlung“ nicht löschen."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
|
|
@ -721,8 +701,41 @@ msgstr ""
|
|||
"Sie können nicht mehrere Datensätze mit demselben Namen aktualisieren. Der "
|
||||
"Name sollte einzigartig sein."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "z. B. „Brainstorming“"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "z. B. „Weihnachtsmailing“"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "z. B. „E-Mail“"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "z. B. Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Gruppieren nach"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "Das UTM-Medium „%s“ kann nicht gelöscht werden, da es in einigen "
|
||||
#~ "funktionellen Hauptabläufen wie der Personalbeschaffung oder dem "
|
||||
#~ "Massenmailing verwendet wird."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "UTM-Medien verfolgen das Mittel, das verwendet wurde, um Besucher "
|
||||
#~ "anzuziehen (z. B. „Website“, „Twitter“ ...)."
|
||||
|
|
|
|||
|
|
@ -1,68 +1,181 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2018
|
||||
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||
# George Tarasidis <george_tarasidis@yahoo.com>, 2018
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Panagiotis karampaglis <panosdotk@gmail.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-10-08 06:49+0000\n"
|
||||
"PO-Revision-Date: 2018-10-08 06:49+0000\n"
|
||||
"Last-Translator: George Tarasidis <george_tarasidis@yahoo.com>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-21 05:28+0000\n"
|
||||
"Last-Translator: Panagiotis karampaglis <panosdotk@gmail.com>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/utm/el/>\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Σε Ισχύ"
|
||||
msgstr "Ενεργό"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr "Εγκρίθηκε"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Αρχειοθετήθηκαν"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Αρχειοθετημένα"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Εκστρατεία"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "Όνομα Εκστρατείας"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "Εκστρατείες"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Κανάλι"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Channel Name"
|
||||
msgstr "Όνομα Καναλιού"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Χρωματισμός Ευρετήριου"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Δημιουργήθηκε από"
|
||||
|
||||
|
|
@ -70,62 +183,123 @@ msgstr "Δημιουργήθηκε από"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Define a new medium"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Define a new source"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "Διαγραφή"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr "Σχεδίαση"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Εμφάνιση Ονόματος"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr "Ολοκληρωμένη"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "Επεξεργασία"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr "Εκστρατεία Email - Είδη"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
msgstr "HTTP Routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Τελευταία τροποποίηση στις"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr "Ιδέες"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Τελευταία Ενημέρωση από"
|
||||
|
||||
|
|
@ -133,13 +307,16 @@ msgstr "Τελευταία Ενημέρωση από"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Τελευταία Ενημέρωση στις"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Lead Newsletter"
|
||||
msgstr ""
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr "Αργότερα"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
|
|
@ -147,32 +324,164 @@ msgid "Link Tracker"
|
|||
msgstr "Ιχνηλάτης URL"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr "Marketing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Μέσο"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Περιγραφή"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "Νέα"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr "Αναφορά"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "Υπεύθυνοι"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Επαναφορά"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr "Επισκόπηση"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr "Σε Εξέλιξη"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Πώληση"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr "Μηχανή αναζήτησης"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Προγραμματισμός"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr "Αποστολή"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr "Εστάλη"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Ακολουθία"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "Πηγή"
|
||||
|
||||
|
|
@ -187,11 +496,68 @@ msgstr "Ονομασία Προέλευσης"
|
|||
msgid "Sources"
|
||||
msgstr "Πηγές"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "Στάδιο"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "Στάδια"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Το όνομα ετικέτας υπάρχει ήδη!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Ετικέτες"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr "Αυτόν τον μήνα"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr "Της Εβδομάδας"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -207,13 +573,29 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "Καμπάνια UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -221,6 +603,13 @@ msgstr ""
|
|||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
|
|
@ -231,7 +620,70 @@ msgstr ""
|
|||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,257 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/en_AU/)\n"
|
||||
"Language: en_AU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -1,257 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/"
|
||||
"odoo-9/language/en_GB/)\n"
|
||||
"Language: en_GB\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Active"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Channel"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr "Source"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -1,35 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2022
|
||||
# Pedro M. Baeza <pedro.baeza@tecnativa.com>, 2023
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:09+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/utm/es/"
|
||||
">\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
|
||||
"0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s creado el %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
|
@ -42,32 +43,35 @@ msgstr "Nos permite filtrar las campañas relevantes"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Flujo basado en aprobaciones "
|
||||
msgstr "Flujo basado en aprobaciones"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Aprobado"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archivar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archivado"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
"Asigne etiquetas a sus campañas para organizar, filtrar y rastrearlas."
|
||||
msgstr "Asigne etiquetas a sus campañas para organizar, filtrar y rastrearlas."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Flujo basado en la audiencia"
|
||||
|
||||
|
|
@ -120,6 +124,11 @@ msgstr ""
|
|||
"Las campañas se usan para centralizar sus esfuerzos de marketing y seguir "
|
||||
"sus resultados."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Campañas que me han asignado"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -128,7 +137,6 @@ msgstr "Especial de Navidad"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Coleccione ideas, diseñe contenido creativo y publíquelo una vez que esté "
|
||||
|
|
@ -143,7 +151,6 @@ msgstr "Índice de Colores"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Redacción"
|
||||
|
||||
|
|
@ -188,7 +195,6 @@ msgstr "Creado el"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Flujo creativo"
|
||||
|
||||
|
|
@ -200,49 +206,40 @@ msgstr "Eliminar"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Desplegar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Desplegado"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Diseño"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Hecho"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menú desplegable"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -261,21 +258,18 @@ msgstr "Campaña por correo - Servicios"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Flujo centrado en el evento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Recopilar información"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -283,20 +277,18 @@ msgstr ""
|
|||
"Recopile información, cree una lista de destinatarios y escriba contenido "
|
||||
"que se centre en su objetivo de marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Enrutamiento HTTP "
|
||||
msgstr "Enrutamiento HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -305,20 +297,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación el"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -340,7 +321,6 @@ msgstr "Última actualización el"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Más tarde"
|
||||
|
||||
|
|
@ -352,7 +332,6 @@ msgstr "Rastreador de enlaces"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Construir lista"
|
||||
|
||||
|
|
@ -379,10 +358,16 @@ msgstr "Nombre de medio"
|
|||
msgid "Mediums"
|
||||
msgstr "Medios"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Mis campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
|
|
@ -396,17 +381,25 @@ msgstr "Nuevo"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "¡Todavía no hay fuentes!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"No es posible eliminar el medio %s.\n"
|
||||
"Sería como derribar un muro de carga: no es precisamente la mejor idea."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Prelanzamiento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Prepare campañas y consiga que las aprueben antes de que se usen en vivo."
|
||||
|
|
@ -414,7 +407,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -425,7 +417,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Informe"
|
||||
|
||||
|
|
@ -435,25 +426,27 @@ msgstr "Informe"
|
|||
msgid "Responsible"
|
||||
msgstr "Responsable"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Restaurar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Revisión"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "En curso"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Rebajas"
|
||||
msgstr "Venta"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
|
|
@ -468,17 +461,13 @@ msgstr "Buscar un medio UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Enviado"
|
||||
|
||||
|
|
@ -490,14 +479,12 @@ msgstr "Secuencia"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Prelanzamiento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Flujo del prelanzamiento"
|
||||
|
||||
|
|
@ -527,6 +514,7 @@ msgid "Stage"
|
|||
msgstr "Etapa"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -535,11 +523,11 @@ msgstr "Etapas"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Las etapas le permiten organizar su flujo de trabajo (p. ej. planeación, "
|
||||
"diseño, en progreso, listo,...)."
|
||||
"Las etapas le permiten organizar su flujo de trabajo (por ejemplo, "
|
||||
"planificación, diseño, en proceso, listo...)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -547,31 +535,21 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Color de etiqueta. Si no tiene color significa que no se puede visualizar en"
|
||||
" kanban para distinguir las etiquetas internas de las etiquetas de "
|
||||
"categorización públicas. "
|
||||
"Color de etiqueta. Si no tiene color significa que no se puede visualizar en "
|
||||
"kanban para distinguir las etiquetas internas de las etiquetas de "
|
||||
"categorización públicas."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "¡El nombre de categoría ya existe!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "¡El nombre de la etiqueta ya existe!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiquetas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"El medio UTM '%s' no se puede eliminar, ya que se usa en algunos flujos "
|
||||
"funcionales como el reclutamiento y correos masivos."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -582,25 +560,23 @@ msgstr "El nombre debe ser único"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Este mes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Esta semana"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Esto es un nombre que facilita el seguimiento de sus diferentes proyectos de"
|
||||
" campaña. Por ejemplo: Rebajas_de_otoño, Especial_de_Navidad"
|
||||
"Esto es un nombre que facilita el seguimiento de sus diferentes proyectos de "
|
||||
"campaña. Por ejemplo: Rebajas_de_otoño, Especial_de_Navidad"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -615,26 +591,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Esto es la fuente del enlace. Por ejemplo: motor de búsqueda, otro dominio o"
|
||||
" nombre en listado de correos electrónicos"
|
||||
"Esto es la fuente del enlace. Por ejemplo: motor de búsqueda, otro dominio o "
|
||||
"nombre en listado de correos electrónicos"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "A aprobar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Rastree siguientes eventos (p. ej. navidad, viernes negro, ...) y publique "
|
||||
"el contenido que se debe"
|
||||
"Rastree los siguientes eventos (por ejemplo, Navidad, Black Friday, etc.) y "
|
||||
"publique el contenido correspondiente."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -657,10 +631,10 @@ msgstr "Medio UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Los medios UTM rastrean el medio que se usó para atraer tráfico (p. ej. "
|
||||
"\"sitio web\", \"Twitter\", ...)."
|
||||
"\"sitio web\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -680,11 +654,11 @@ msgstr "Mixin de la fuente UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Las fuentes UTM rastrean de dónde viene el tráfico (por ejemplo, \"boletín "
|
||||
"de noticias de mayo\", ...)."
|
||||
"informativo de mayo\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -704,23 +678,59 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Use esto para Mis campañas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "No se puede eliminar el registro de fuente UTM “Referencia”."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"No puede actualizar varios registros con el mismo nombre, el nombre debe ser"
|
||||
" único."
|
||||
"No puede actualizar varios registros con el mismo nombre, el nombre debe ser "
|
||||
"único."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "por ej. \"Lluvia de ideas\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "por ej., \"Envíos navideños\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "p. ej. \"Correo electrónico\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "p. ej. Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "El medio UTM '%s' no se puede borrar ya que se usa en algunos flujos "
|
||||
#~ "funcionales, como el reclutamiento y correos masivos,"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "Los medios UTM rastrean el medio que se usó para atraer tráfico (p. ej. "
|
||||
#~ "\"sitio web\", \"twitter\", ...)."
|
||||
|
|
|
|||
|
|
@ -1,35 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Braulio D. López Vázquez <bdl@odoo.com>, 2022
|
||||
# Patricia Gutiérrez Capetillo <pagc@odoo.com>, 2025
|
||||
# Fernanda Alvarez, 2025
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2025\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-30 17:22+0000\n"
|
||||
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/utm/es_419/>\n"
|
||||
"Language: es_419\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s creado en %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s creado el %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
|
@ -42,19 +40,24 @@ msgstr "Nos permite filtrar las campañas relevantes"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Flujo basado en aprobaciones "
|
||||
msgstr "Flujo basado en aprobaciones"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Aprobado"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archivar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archivado"
|
||||
|
||||
|
|
@ -67,14 +70,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Flujo basado en la audiencia"
|
||||
msgstr "Flujo según la audiencia"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr "Campaña generada automaticamente"
|
||||
msgstr "Campaña generada de forma automática"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
|
|
@ -84,7 +86,7 @@ msgstr "Campaña"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr "Identificador de campañas"
|
||||
msgstr "Identificador de la campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
|
|
@ -120,6 +122,11 @@ msgstr ""
|
|||
"Las campañas se usan para centralizar sus esfuerzos de marketing y seguir "
|
||||
"sus resultados."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Campañas que me han asignado"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -128,24 +135,22 @@ msgstr "Especial de Navidad"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Coleccione ideas, diseñe contenido creativo y publíquelo una vez que esté "
|
||||
"Recopile ideas, diseñe contenido creativo y publíquelo una vez que esté "
|
||||
"revisado."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Indice de colores"
|
||||
msgstr "Índice de color"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Redacción de textos publicitarios"
|
||||
msgstr "Redacción"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
|
|
@ -188,7 +193,6 @@ msgstr "Creado el"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Flujo creativo"
|
||||
|
||||
|
|
@ -200,48 +204,39 @@ msgstr "Eliminar"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Desplegar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Desplegado"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Diseño"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
msgstr "Nombre en pantalla"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Hecho"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menú desplegable"
|
||||
msgstr "Listo"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -261,42 +256,37 @@ msgstr "Correo electrónico de campaña - Servicios"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Flujo centrado en el evento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Juntar información"
|
||||
msgstr "Recopilar información"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"Junte información, cree una lista de destinatarios y escriba contenido que "
|
||||
"se centre en su objetivo de marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
"Recopile información, cree una lista de destinatarios y escriba contenido "
|
||||
"que se centre en su objetivo de marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Ruta HTTP "
|
||||
msgstr "Enrutamiento HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -305,20 +295,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación el"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -340,9 +319,8 @@ msgstr "Última actualización el"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Más tarde"
|
||||
msgstr "Después"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
|
|
@ -352,7 +330,6 @@ msgstr "Rastreador de enlaces"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Construir lista"
|
||||
|
||||
|
|
@ -365,12 +342,12 @@ msgstr "Marketing"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Media"
|
||||
msgstr "Medio"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Nombre de medio"
|
||||
msgstr "Nombre del medio"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
|
|
@ -379,10 +356,16 @@ msgstr "Nombre de medio"
|
|||
msgid "Mediums"
|
||||
msgstr "Medios"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Mis campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
|
|
@ -394,38 +377,41 @@ msgstr "Nuevo"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr "¡Todavía no hay fuentes!"
|
||||
msgstr "Todavía no hay fuentes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr "No es posible eliminar el medio %s."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pre lanzamiento"
|
||||
msgstr "Prelanzamiento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Prepare campañas y consiga que las aprueben antes de que se usen en vivo."
|
||||
msgstr "Prepare campañas y consiga que las aprueben antes de que se usen."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"Prepare su campaña, pruébelo con parte de su audiencia y comience usarla "
|
||||
"Prepare su campaña, pruébela con parte de su audiencia y comience a usarla "
|
||||
"después por completo."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Reporte"
|
||||
|
||||
|
|
@ -435,18 +421,20 @@ msgstr "Reporte"
|
|||
msgid "Responsible"
|
||||
msgstr "Responsable"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Restaurar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Revisión"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "En proceso"
|
||||
|
||||
|
|
@ -458,7 +446,7 @@ msgstr "Venta"
|
|||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Horario"
|
||||
msgstr "Programar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
|
|
@ -468,17 +456,13 @@ msgstr "Busque un medio UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Enviado"
|
||||
|
||||
|
|
@ -490,16 +474,14 @@ msgstr "Secuencia"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Prelanzamiento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Flujo del pre lanzamiento"
|
||||
msgstr "Flujo del prelanzamiento"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
|
|
@ -527,6 +509,7 @@ msgid "Stage"
|
|||
msgstr "Etapa"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -535,11 +518,11 @@ msgstr "Etapas"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Las etapas le permiten organizar su flujo de trabajo (p. ej. planeación, "
|
||||
"diseño, en progreso, listo,...)."
|
||||
"Las etapas le permiten organizar su flujo de trabajo (por ejemplo, "
|
||||
"planeación, diseño, en progreso, listo, entre otras)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -547,31 +530,21 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Color de etiqueta. Si no tiene color significa que no se puede visualizar en"
|
||||
" kanban para distinguir las etiquetas internas de las etiquetas de "
|
||||
"categorización públicas. "
|
||||
"Color de etiqueta. Si no tiene color significa que no se puede visualizar en "
|
||||
"kanban para distinguir las etiquetas internas de las etiquetas de "
|
||||
"categorización públicas."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "¡Ya existe el nombre de etiqueta!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Ya hay una etiqueta con este nombre."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiquetas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"No puede eliminar el medio UTM %s porque se usa en algunos flujos "
|
||||
"funcionales principales, como el de reclutamiento y correos masivos."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -582,22 +555,20 @@ msgstr "El nombre debe ser único"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Este mes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Esta semana"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Este es el nombre que te ayuda a identificar tus campañas, por ejemplo: "
|
||||
"descuentos_octubre, rebajas_de_navidad"
|
||||
|
|
@ -615,26 +586,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Esta es la fuente del enlace. Por ejemplo: motor de búsqueda, otro dominio o"
|
||||
" nombre de lista de correos electrónicos"
|
||||
"Esta es la fuente del enlace. Por ejemplo: motor de búsqueda, otro dominio o "
|
||||
"nombre de lista de correos electrónicos"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Por aprobar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Rastree siguientes eventos (p. ej. navidad, viernes negro, ...) y publique "
|
||||
"el contenido que se debe"
|
||||
"Rastree los siguientes eventos (por ejemplo, Navidad, Buen fin, etc.) y "
|
||||
"publique el contenido correspondiente."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -657,20 +626,20 @@ msgstr "Medio UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Los medios UTM rastrean el medio que se usó para atraer tráfico (p. ej. "
|
||||
"\"sitio web\", \"twitter\", ...)."
|
||||
"Los medios UTM rastrean el medio que se usó para atraer tráfico (por "
|
||||
"ejemplo, \"Sitio web\", \"X\", entre otros)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "UTM Mixin"
|
||||
msgstr "Mixin UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "UTM Source"
|
||||
msgstr "Fuente UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
|
|
@ -680,11 +649,11 @@ msgstr "Mixin de la fuente UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Los recursos UTM rastrean de dónde viene el tráfico (p. ej. \"newsletter de "
|
||||
"mayo\", ...)"
|
||||
"Las fuentes UTM rastrean de dónde viene el tráfico (por ejemplo, \"boletín "
|
||||
"de noticias de mayo\", entre otras)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -704,23 +673,45 @@ msgstr "UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Use esto para Mis campañas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "No puedes eliminar el registro de fuente UTM \"Referido\"."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"No puede actualizar varios registros con el mismo nombre, el nombre debe ser"
|
||||
" único. "
|
||||
"No puede actualizar varios registros con el mismo nombre, el nombre debe ser "
|
||||
"único."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "Por ejemplo, \"Lluvia de ideas\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "Por ejemplo, \"Envíos navideños\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "Por ejemplo, \"Correo electrónico\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "p. ej. Buen fin"
|
||||
msgstr "Por ejemplo, Buen fin"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
|
@ -1,237 +0,0 @@
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -7,11 +7,10 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-10-06 08:56+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_CL/)\n"
|
||||
"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/language/es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "Texto original"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -208,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -252,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,270 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# ANDRES FELIPE NEGRETE GOMEZ <psi@nubark.com>, 2016
|
||||
# Mateo Tibaquirá <nestormateo@gmail.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-02-17 22:25+0000\n"
|
||||
"Last-Translator: Felipe Palomino <omega@nubark.com>\n"
|
||||
"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_CO/)\n"
|
||||
"Language: es_CO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Activo(a)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr "Nombre de la Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr "Campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr "Nombre del Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr "Canales"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr "Especial de Navidad"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr "Clic para definir un nuevo medio."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr "Clic para definir un nuevo origen."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "Campaña por Correo - Servicios"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr "Facebook"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr "Enrutamiento HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Rastreador de Enlaces"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr "Correos a Asociados"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr "Media"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Boletín Informativo"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Venta"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr "Motor de búsqueda"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr "Fuente"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr "Nombre de la Fuente"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "Fuentes"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Éste es un nombre que le ayuda a mantener rastro de sus diferentes esfuerzos "
|
||||
"en las campañas. Por ejemplo: Rebajas_Otoño, Especial_Navidad"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
#, fuzzy
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Éste es el método de entrega. Por ejemplo: Tarjeta postal, Correo "
|
||||
"electrónico, o Banner de publicidad"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
"Ésta es la fuente del enlace. Ej: motor de búsqueda, otro dominio, o nombre "
|
||||
"de la lista de correo"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr "Twitter"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTMs"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr "utm.mixin"
|
||||
|
||||
#~ msgid "Email Campaign - Products"
|
||||
#~ msgstr "Campaña por Correo - Productos"
|
||||
|
|
@ -1,257 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_CR/)\n"
|
||||
"Language: es_CR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr "Nombre de la campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr "Campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr "Nombre del canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr "Canales"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr "Media"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Boletín de noticias"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr "Texto original"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr "Nombre de la fuente"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -1,268 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-03-22 15:23+0000\n"
|
||||
"Last-Translator: Juliano Henriquez <juliano@consultoriahenca.com>\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/odoo/"
|
||||
"odoo-9/language/es_DO/)\n"
|
||||
"Language: es_DO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr "Nombre de la Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr "Campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr "Nombre de canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr "Canales"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr "Especial de Navidad"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr "Haga clic para definir un nuevo medio."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr "Haga clic para definir una nueva fuente."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "Campaña de correo electrónico - Servicios"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr "Facebook"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr "Enrutado HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Rastreador de Enlaces"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr "Correo socios"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr "Media"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Boletín de noticias"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Venta"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr "Motor de búsqueda"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr "Texto original"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr "Nombre de la fuente"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "Fuentes"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Éste es un nombre que facilita la búsqueda de los diferentes esfuerzos de "
|
||||
"campañas. Por ejemplo: campaña de Navidad, rebajas de otoño"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
#, fuzzy
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Éste es el método de envío. Por ejemplo: carta postal, correo electrónico, "
|
||||
"publicidad web"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
"Ésta es la fuente del enlace. Por ejemplo: motor de búsqueda, otro dominio o "
|
||||
"nombre de unos lista de correos"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr "Twitter"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTMs"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr "utm.mixin"
|
||||
|
||||
#~ msgid "Email Campaign - Products"
|
||||
#~ msgstr "Campaña de correo electrónico - Productos"
|
||||
|
|
@ -1,269 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Rick Hunter <rick_hunter_ec@yahoo.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-02-10 17:31+0000\n"
|
||||
"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n"
|
||||
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_EC/)\n"
|
||||
"Language: es_EC\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr "Nombre de la campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr "Campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr "Nombre del Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr "Canales"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr "Especial de Navidad"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr "Presione para definir un nuevo medio"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr "Presione para definir un nuevo origen."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por:"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "Campañas Email - Servicios"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr "Facebook"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr "Ruta HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Fecha de modificación"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima Actualización por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr "Proveedor de Mailing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr "Media"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Boletín de noticias"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Oferta"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr "Motor de búsqueda"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr "Texto original"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr "Nombre del Origen"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "Origenes "
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Este es un nombre que le ayuda a mantener un registro de sus distintas "
|
||||
"campañas Ej: Fall_Drive, Especial de Navidad."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
#, fuzzy
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Este es el método de entrega. Ej: postal, correo electrónico, o banner "
|
||||
"publicitario"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
"Este es el origen del vínculo Ej: motor de búsqueda, otro dominio o nombre "
|
||||
"de la lista de correo electrónico"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr "Twitter"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTMs"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr "utm.mixin"
|
||||
|
||||
#~ msgid "Email Campaign - Products"
|
||||
#~ msgstr "Campañas Email - Productos"
|
||||
|
|
@ -1,257 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_PA/)\n"
|
||||
"Language: es_PA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -1,263 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-06-15 15:08+0000\n"
|
||||
"Last-Translator: Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>\n"
|
||||
"Language-Team: Spanish (Peru) (http://www.transifex.com/odoo/odoo-9/language/"
|
||||
"es_PE/)\n"
|
||||
"Language: es_PE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado última vez por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima Actualización"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Seguidor de Enlace"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr "Medio"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Noticias"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Venta"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr "Fuente"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Este es un nombre que lo ayuda a hacer el seguimiento a sus diferentes "
|
||||
"esfuerzos por campañas Ej: Fall_Drive, Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
#, fuzzy
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr "Este es el método de envio. Ej. Postal, Email, o Báner Publicitario"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
"Esta es la fuente del enlace Ej: Motor de Búsqueda, otro dominio, o el "
|
||||
"nombre de la lista de correos"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -1,257 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_PY/)\n"
|
||||
"Language: es_PY\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr "Nombre de la campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr "Campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Boletín de noticias"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -1,257 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-05-15 18:50+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_VE/)\n"
|
||||
"Language: es_VE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
msgid "Campaign"
|
||||
msgstr "Campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
msgid "Campaign Name"
|
||||
msgstr "Nombre de la campaña"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
msgid "Campaigns"
|
||||
msgstr "Campañas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizacion en"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgstr "Media"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Boletín de noticias"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
msgstr ""
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Andre Roomet <andreroomet@gmail.com>, 2022
|
||||
# Oliver Ernest, 2022
|
||||
|
|
@ -15,31 +15,33 @@
|
|||
# Helen Sulaoja <helen@avalah.ee>, 2022
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2022
|
||||
# Triine Aavik <triine@avalah.ee>, 2022
|
||||
# Anna, 2023
|
||||
# JanaAvalah, 2023
|
||||
# Anna, 2024
|
||||
#
|
||||
# Kristina Pešehodko <kristina@avalah.ee>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Anna, 2024\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-24 09:52+0000\n"
|
||||
"Last-Translator: Kristina Pešehodko <kristina@avalah.ee>\n"
|
||||
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/utm/et/"
|
||||
">\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s loodud %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Tegev"
|
||||
|
|
@ -52,19 +54,24 @@ msgstr "Võimaldab asjakohaseid kampaaniaid filtreerida"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Kampaania planeerimine"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Kinnitatud"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arhiveeri"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhiveeritud"
|
||||
|
||||
|
|
@ -72,11 +79,12 @@ msgstr "Arhiveeritud"
|
|||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
"Määra enda kampaaniatele sildid, et organiseerida, filtreerida ja jälgida "
|
||||
"neid."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Sisulooja töövoog"
|
||||
|
||||
|
|
@ -129,6 +137,11 @@ msgstr ""
|
|||
"Kampaaniaid kasutatakse teie turundustegevuse tsentraliseerimiseks ja nende "
|
||||
"tulemuste jälgimiseks."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Minule määratud kampaaniad"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -137,9 +150,8 @@ msgstr "Jõulu erpakkumine"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
msgstr "Kogu ideid, loo loominguline sisu ja avalda see peale ülevaatamist."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
|
|
@ -150,14 +162,13 @@ msgstr "Värvikood"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Reklaamsisu loomine"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
msgstr "Loo meedium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -195,7 +206,6 @@ msgstr "Loomise kuupäev"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Disaineri töövoog"
|
||||
|
||||
|
|
@ -207,30 +217,29 @@ msgstr "Kustuta"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Postitatud"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Tehtud"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Disain"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -239,17 +248,9 @@ msgstr "Näidatav nimi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Tehtud"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Rippmenüü"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -258,7 +259,7 @@ msgstr "Muuda"
|
|||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr "E-posti kampaania - tooted"
|
||||
msgstr "E-posti kampaania - tooted"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
|
|
@ -268,30 +269,24 @@ msgstr "E-posti kampaania - teenused"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Sündmuste kalender"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Andmete kogumine"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupeeri"
|
||||
"Kogu andmeid, loo saajate nimekiri ja valmista ette sisu, mis põhineb sinu "
|
||||
"turunduse eesmärgil."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -299,9 +294,12 @@ msgid "HTTP Routing"
|
|||
msgstr "HTTP Routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -310,20 +308,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideed"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimati muudetud"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -345,7 +332,6 @@ msgstr "Viimati uuendatud"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "See aasta"
|
||||
|
||||
|
|
@ -357,7 +343,6 @@ msgstr "Lingi jälgija"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Nimekirja koostamine"
|
||||
|
||||
|
|
@ -384,10 +369,16 @@ msgstr "Meediumi nimi"
|
|||
msgid "Mediums"
|
||||
msgstr "Meediumid"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Minu kampaaniad"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
|
|
@ -399,26 +390,33 @@ msgstr "Uus"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr "Allikad puuduvad!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Oops, Te ei saa kustutada meediumit %s.\n"
|
||||
"See samastub kandva seina lõhkumisega - ei ole kõige parem idee."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Eelseadistus"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Valmista kampaania ette ja kinnita enne avaldamist. "
|
||||
msgstr "Valmista kampaania ette ja kinnita enne avaldamist."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -429,7 +427,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Statistika"
|
||||
|
||||
|
|
@ -439,18 +436,20 @@ msgstr "Statistika"
|
|||
msgid "Responsible"
|
||||
msgstr "Vastutaja"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Taasta"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Ülevaade"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Töös"
|
||||
|
||||
|
|
@ -467,22 +466,18 @@ msgstr "Graafik"
|
|||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
msgstr "Otsingu UTM meedium"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Saada"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Saadetud"
|
||||
|
||||
|
|
@ -494,14 +489,12 @@ msgstr "Järjestus"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Reklaami käivitamine"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Turundusspetsialisti töövoog"
|
||||
|
||||
|
|
@ -531,6 +524,7 @@ msgid "Stage"
|
|||
msgstr "Etapp"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -539,11 +533,11 @@ msgstr "Etapid"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Etapid võimaldavad teil organiseerida tööliikumist (nt planeerimine, disain,"
|
||||
" töös, tehtud, ...)"
|
||||
"Etapid aitavad Teil organiseerida teie töövoogu (nt planeeri, kavanda, "
|
||||
"töös, tehtud,...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -551,52 +545,44 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Sildi värv. Värvi puudumisel ei ilmu see Kanbanisse, et eristada sisemisi "
|
||||
"silte avalike kategooria siltidest."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Sildi nimi on juba olemas!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Sildi nimi on juba loodud!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Sildid"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
msgstr "Nimi peab olema unikaalne"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "See kuu"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "See nädal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"See nimetus aitab jälgida antud kampaania tulemusi, nt Jõulu_eripakkumine"
|
||||
|
||||
|
|
@ -611,26 +597,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"See on linki allikas, nt otsingumootor, teine domeen või e-posti nimekirja"
|
||||
" nimi"
|
||||
"See on linki allikas, nt otsingumootor, teine domeen või e-posti nimekirja "
|
||||
"nimi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Kinnitamiseks"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Jälgi tulevaid sündmusi (nt. Suur reede, Naistepäev) ja avalda sisu "
|
||||
"õigeaegselt. "
|
||||
"Jälgi sissetulevaid sündmusi (nt jõulud, must reede,...) ja avalda sisu "
|
||||
"õigeaegselt."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -647,14 +631,16 @@ msgstr "UTM Kampaaniad"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "UTM keskmine"
|
||||
msgstr "UTM meedium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM meediumid näitavad, millist kanalit kasutati liikluse suunamiseks (nt "
|
||||
"\"Veebileht\", \"X\" jne)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -669,14 +655,15 @@ msgstr "UTM allikas"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
msgstr "UTM allika mixin"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM allikas näitab, kust tuleb liiklus (nt \"Maikuu uudiskiri\", \"\" jne)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -696,12 +683,44 @@ msgstr "UTM´id"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Kasutage seda minu kampaaniate jaoks"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Te ei tohi UTM allika kirjet \"Viide\" kustutada."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Te ei saa uuendada mitut kirjet sama nimega. Nimi peab olema unikaalne!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "nt \"Arutelu\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "nt. \"Jõulupostitus\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "nt. \"E-post\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "nt. Suur reede"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupeeri"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-02-08 18:25+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/odoo/odoo-9/language/eu/)\n"
|
||||
|
|
@ -18,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Gaituta"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Kanala"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Nork sortua"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Izena erakutsi"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -207,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -251,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Hamid Darabi, 2023
|
||||
# Zahed Alfak <tamass4116@gmail.com>, 2023
|
||||
|
|
@ -9,30 +9,31 @@
|
|||
# Faraz Sadri Alamdari <ifarazir@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/utm/fa/"
|
||||
">\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s ایجاد شده در %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "فعال"
|
||||
|
|
@ -45,19 +46,24 @@ msgstr "به ما اجازه میدهد تا کمپینهای مرتبط
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "جریان مبتنی بر تأیید"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "موافقت شد"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "بایگانی"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "بایگانی شده"
|
||||
|
||||
|
|
@ -65,13 +71,12 @@ msgstr "بایگانی شده"
|
|||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
"برچسبها را به کمپینهای خود اختصاص دهید تا آنها را سازماندهی، فیلتر و "
|
||||
"پیگیری کنید."
|
||||
"برچسبها را به کمپینهای خود اختصاص دهید تا آنها را سازماندهی، فیلتر و پیگیری "
|
||||
"کنید."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "جریان مبتنی بر مخاطب"
|
||||
|
||||
|
|
@ -121,8 +126,13 @@ msgid ""
|
|||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"کمپینها برای متمرکز کردن تلاشهای بازاریابی شما و پیگیری نتایج آنها "
|
||||
"استفاده میشوند."
|
||||
"کمپینها برای متمرکز کردن تلاشهای بازاریابی شما و پیگیری نتایج آنها استفاده "
|
||||
"میشوند."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "کمپینهایی که به من اختصاص داده شدهاند"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -132,11 +142,9 @@ msgstr "کریسمس ویژه"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"ایدهها را جمعآوری کنید، محتوای خلاقانه طراحی کنید و پس از بررسی منتشر "
|
||||
"کنید."
|
||||
"ایدهها را جمعآوری کنید، محتوای خلاقانه طراحی کنید و پس از بررسی منتشر کنید."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
|
|
@ -147,7 +155,6 @@ msgstr "رنگ پس زمینه"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "کپی رایت"
|
||||
|
||||
|
|
@ -192,7 +199,6 @@ msgstr "ایجادشده در"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "جریان خلاقیت"
|
||||
|
||||
|
|
@ -204,30 +210,29 @@ msgstr "حذف"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "انتشار"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "مستقر شد"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "طراحی"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -236,17 +241,9 @@ msgstr "نام نمایشی"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "انجام شده"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "منوی کشویی"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -265,32 +262,24 @@ msgstr "کمپین ایمیل - خدمات"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "جریان مبتنی بر رویداد"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "گردآوری اطلاعات"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"جمعآوری دادهها، ساخت یک لیست از گیرندگان و نوشتن محتوا بر اساس هدف "
|
||||
"بازاریابی شما."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "گروهبندی برمبنای"
|
||||
"جمعآوری دادهها، ساخت یک لیست از گیرندگان و نوشتن محتوا بر اساس هدف بازاریابی "
|
||||
"شما."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -298,9 +287,12 @@ msgid "HTTP Routing"
|
|||
msgstr "مسیریابی HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -309,20 +301,9 @@ msgstr "شناسه"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "ایدهها"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "آخرین اصلاح در"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -344,7 +325,6 @@ msgstr "آخرین بروز رسانی در"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "بعدا"
|
||||
|
||||
|
|
@ -356,7 +336,6 @@ msgstr "پیگیری لینک"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "ساختن لیست"
|
||||
|
||||
|
|
@ -381,12 +360,18 @@ msgstr "نام رسانه"
|
|||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "رسانهها"
|
||||
msgstr "مدیاها"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "کمپینهای من"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "نام"
|
||||
|
||||
|
|
@ -400,24 +385,29 @@ msgstr "جدید"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "هنوز منبعی وجود ندارد!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "پیش راهاندازی"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "کمپینها را آماده کنید و قبل از فعال کردن آنها، تأییدیه بگیرید."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -428,7 +418,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "گزارش"
|
||||
|
||||
|
|
@ -438,18 +427,20 @@ msgstr "گزارش"
|
|||
msgid "Responsible"
|
||||
msgstr "پاسخگو"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "بازگردانی"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "بازبینی"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "در حال اجرا"
|
||||
|
||||
|
|
@ -471,17 +462,13 @@ msgstr "جستجوی واسطه UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "ارسال"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "ارسال"
|
||||
|
||||
|
|
@ -493,14 +480,12 @@ msgstr "دنباله"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "راهاندازی نرم"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "جریان راهاندازی نرم"
|
||||
|
||||
|
|
@ -530,6 +515,7 @@ msgid "Stage"
|
|||
msgstr "مرحله"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -538,9 +524,11 @@ msgstr "مراحل"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"مراحل به شما اجازه میدهند روند کاری خود را سازماندهی کنید (مثلاً برنامهریزی، "
|
||||
"طراحی، در حال پیشرفت، انجام شده، ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -548,30 +536,20 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"رنگ برچسب. نداشتن رنگ به معنای عدم نمایش در کانبان برای متمایز کردن "
|
||||
"برچسبهای داخلی از برچسبهای دستهبندی عمومی است."
|
||||
"رنگ برچسب. نداشتن رنگ به معنای عدم نمایش در کانبان برای متمایز کردن برچسبهای "
|
||||
"داخلی از برچسبهای دستهبندی عمومی است."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "برچسب نام از قبل وجود دارد!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "نام برچسب از قبل وجود دارد!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "برچسبها"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"مدیوم UTM '%s' نمیتواند حذف شود زیرا در برخی از جریانهای عملکرد اصلی مانند"
|
||||
" استخدام و ارسال انبوه ایمیلها استفاده میشود."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -582,25 +560,23 @@ msgstr "نام باید یکتا باشد"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "این ماه"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "این هفته"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"این یک نام است که کمک می کند تا مسیر شما را از تلاش کمپینهای مختلف، به "
|
||||
"عنوان مثال: Fall_Drive، Christmas_Special"
|
||||
"این یک نام است که کمک می کند تا مسیر شما را از تلاش کمپینهای مختلف، به عنوان "
|
||||
"مثال: Fall_Drive، Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -617,18 +593,17 @@ msgstr "این منبع لینک است، مانند موتور جستجو، د
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "تایید شود"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"پیگیری رویدادهای ورودی (مثلاً کریسمس، جمعه سیاه، ...) و انتشار محتوای به موقع."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -645,16 +620,14 @@ msgstr "کمپینهای UTM"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "رسانه UTM"
|
||||
msgstr "مدیا UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM Mediums وسیلهای را که برای جذب ترافیک استفاده شده است، ردیابی میکند "
|
||||
"(مثلاً \"وبسایت\"، \"توییتر\"، ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -674,8 +647,8 @@ msgstr "میکسین منبع UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"منابع UTM ردیابی میکنند که ترافیک از کجا میآید (برای مثال: \"خبرنامه ماه "
|
||||
"مه\"، \"\", ...)."
|
||||
|
|
@ -693,23 +666,48 @@ msgstr "برچسب UTM"
|
|||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
"```\n"
|
||||
"UTMs\n"
|
||||
"```\n"
|
||||
"```\n"
|
||||
"یوتیامها\n"
|
||||
"```"
|
||||
msgstr "UTMها"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "استفاده برای کمپینهای من"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "مثال: \"طوفان فکری\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "مثلاً \"ارسال کریسمس\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "مثال: \"ایمیل\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "به عنوان مثال، جمعه سیاه"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "گروهبندی برمبنای"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Jussi Lehto <jussi@gulfeo.com>, 2022
|
||||
# Johanna Valkonen <miujohanna@gmail.com>, 2022
|
||||
|
|
@ -15,30 +15,33 @@
|
|||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2022
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2025
|
||||
#
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Saara Hakanen <sahak@odoo.com>, 2026.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2025\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-19 06:23+0000\n"
|
||||
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/utm/fi/>"
|
||||
"\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s luotu %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktiivinen"
|
||||
|
|
@ -51,19 +54,24 @@ msgstr "Mahdollistaa merkityksellisten kampanjoiden suodattamisen"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Hyväksyntään perustuva kulku"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Hyväksytty"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arkistoi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arkistoitu"
|
||||
|
||||
|
|
@ -77,7 +85,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Yleisölähtöinen kulku"
|
||||
|
||||
|
|
@ -130,6 +137,11 @@ msgstr ""
|
|||
"Kampanjoita käytetään markkinointitoimien keskittämiseen ja niiden tulosten "
|
||||
"seurantaan."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Minulle osoitetut kampanjat"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -138,7 +150,6 @@ msgstr "Joulutarjous"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Kerää ideoita, suunnittele luovaa sisältöä ja julkaise se tarkistettuna."
|
||||
|
|
@ -152,14 +163,13 @@ msgstr "Väri-indeksi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Haamukirjoitus"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "Luo media"
|
||||
msgstr "Luo mediatyyppi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -197,7 +207,6 @@ msgstr "Luotu"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Luova kulku"
|
||||
|
||||
|
|
@ -209,30 +218,29 @@ msgstr "Poista"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Käyttöönota"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Käytössä"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Suunnittelu"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -241,17 +249,9 @@ msgstr "Näyttönimi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Valmis"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Alasvetovalikko"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -270,21 +270,18 @@ msgstr "Sähköpostikampanja - Palvelut"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Tapahtumapohjainen kulku"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Kerää tietoja"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -292,20 +289,18 @@ msgstr ""
|
|||
"Kerää tietoja, rakenna vastaanottajaluettelo ja kirjoita sisältöä "
|
||||
"markkinointikohteesi perusteella."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Ryhmittely"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP-reititys"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -314,20 +309,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideat"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimeksi muokattu"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -349,7 +333,6 @@ msgstr "Viimeksi päivitetty"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Myöhemmin"
|
||||
|
||||
|
|
@ -361,7 +344,6 @@ msgstr "Klikkiseuranta"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Luettelon rakentaminen"
|
||||
|
||||
|
|
@ -374,24 +356,30 @@ msgstr "Markkinointi"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Media"
|
||||
msgstr "Mediatyyppi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Median Nimi"
|
||||
msgstr "Mediatyypin nimi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "Mediat"
|
||||
msgstr "Mediatyypit"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Omat kampanjani"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
|
|
@ -405,24 +393,31 @@ msgstr "Uusi"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Ei lähteitä vielä!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Et voi poistaa mediatyyppiä '%s'.\n"
|
||||
"Se on oleellinen rakenteellisen eheyden kannalta."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Käynnistystä edeltävä"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Valmistele kampanjat ja hyväksy ne ennen niiden käyttöönottoa."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -433,7 +428,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Raportti"
|
||||
|
||||
|
|
@ -443,18 +437,20 @@ msgstr "Raportti"
|
|||
msgid "Responsible"
|
||||
msgstr "Vastuuhenkilö"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Palauta"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Tarkasta"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Käynnissä olevat"
|
||||
|
||||
|
|
@ -471,22 +467,18 @@ msgstr "Aikatauluta"
|
|||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "Hae UTM-media"
|
||||
msgstr "Hae UTM-mediatyyppi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Lähetä"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Lähetetty"
|
||||
|
||||
|
|
@ -498,14 +490,12 @@ msgstr "Järjestys"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Soft-Launch kulku"
|
||||
|
||||
|
|
@ -535,6 +525,7 @@ msgid "Stage"
|
|||
msgstr "Vaihe"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -543,11 +534,11 @@ msgstr "Vaiheet"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Vaiheiden avulla voit järjestää työnkulun (esim. suunnitelma, suunnittelu, "
|
||||
"keskeneräinen, valmis, ...)."
|
||||
"käynnissä, valmis, ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -560,26 +551,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Tunnisteen nimi on jo olemassa!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Tunniste on jo olemassa!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Tunnisteet"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"UTM-mediaa \"%s\" ei voi poistaa, koska sitä käytetään joissakin "
|
||||
"tärkeimmissä toiminnallisissa virroissa, kuten rekrytoinnissa ja "
|
||||
"massapostituksessa."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -590,22 +570,20 @@ msgstr "Nimen on oltava yksilöllinen"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Kuluva kuukausi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Tällä viikolla"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Nimi, joka auttaa luokittelemaan erilaiset kampanjatoimet esim. "
|
||||
"joulutervehdys, kesäkampanja"
|
||||
|
|
@ -613,30 +591,27 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "Toimitustapa, esim. postitus, sähköposti tai mainosbanneri."
|
||||
msgstr "Toimitustapa, esim. postitus, sähköposti tai mainosbanneri"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Linkin lähde, esim. hakukone, toinen verkkotunnus tai sähköpostilistan nimi"
|
||||
msgstr "Linkin lähde, esim. hakukone, toinen domain tai sähköpostilistan nimi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Hyväksyttävä"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Seuraa tulevia tapahtumia (esim. joulu, musta perjantai, ...) ja julkaise "
|
||||
"oikea-aikaista sisältöä."
|
||||
|
|
@ -656,16 +631,16 @@ msgstr "UTM-kampanjat"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "UTM-media"
|
||||
msgstr "UTM-mediatyyppi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM-mediat seuraavat keinoa, jota käytettiin liikenteen houkuttelemiseen "
|
||||
"(esim. \"Verkkosivusto\", \"Twitter\", ...)."
|
||||
"UTM-mediatyypit seuraavat liikenteen houkuttelun keinoja ja kanavia (esim. "
|
||||
"\"Verkkosivusto\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -685,11 +660,11 @@ msgstr "UTM lähde Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM-lähteet seuraavat, mistä liikenne tulee (esim. \"Toukokuun uutiskirje\","
|
||||
" \"\", ...)."
|
||||
"UTM-lähteet seuraavat, mistä liikenne tulee (esim. \"Toukokuun uutiskirje\", "
|
||||
"\"\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -709,23 +684,59 @@ msgstr "UTM:t"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Käytä tätä kampanjoihini"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Et voi poistaa 'Suositus'-UTM-lähdetietuetta."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Et voi päivittää useita samannimisiä tietueita. Nimen on oltava "
|
||||
"yksilöllinen!"
|
||||
"Et voi päivittää useita samannimisiä tietueita. Nimen on oltava yksilöllinen!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "esim. \"Aivoriihi\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "esim. \"Joulupostitus\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "esim. \"Sähköposti\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "esim. musta perjantai"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Ryhmittely"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "UTM-mediaa \"%s\" ei voi poistaa, koska sitä käytetään joissakin "
|
||||
#~ "tärkeimmissä toiminnallisissa virroissa, kuten rekrytoinnissa ja "
|
||||
#~ "massapostituksessa."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "UTM-mediat seuraavat keinoa, jota käytettiin liikenteen houkuttelemiseen "
|
||||
#~ "(esim. \"Verkkosivusto\", \"Twitter\", ...)."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-12-22 23:50+0000\n"
|
||||
"Last-Translator: Jarnhold Nattestad <nattestads@gmail.com>\n"
|
||||
"Language-Team: Faroese (http://www.transifex.com/odoo/odoo-9/language/fo/)\n"
|
||||
|
|
@ -18,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Byrjað av"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Byrjað tann"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vís navn"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Seinast rættað tann"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Seinast dagført av"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Seinast dagført tann"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -207,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -251,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,36 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Cécile Collart <cco@odoo.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
# Wil Odoo, 2025
|
||||
# Manon Rondou, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Manon Rondou, 2025\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:12+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/utm/fr/>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s créé(es) le %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Actif"
|
||||
|
|
@ -43,19 +43,24 @@ msgstr "Nous permet de filtrer les campagnes pertinentes"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Flux basé sur la validation"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Approuvé"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archiver"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archivé"
|
||||
|
||||
|
|
@ -69,7 +74,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Flux axé sur le public"
|
||||
|
||||
|
|
@ -122,6 +126,11 @@ msgstr ""
|
|||
"Les campagnes sont utilisées pour centraliser vos efforts marketing et "
|
||||
"suivre leurs résultats."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Campagnes qui me sont assignées"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -130,7 +139,6 @@ msgstr "Offre de Noël"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Collectez des idées, concevez du contenu créatif et publiez-le une fois "
|
||||
|
|
@ -145,7 +153,6 @@ msgstr "Couleur"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -190,7 +197,6 @@ msgstr "Créé le"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Flux créatif"
|
||||
|
||||
|
|
@ -202,30 +208,29 @@ msgstr "Supprimer"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Déployer"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Déployé"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Conception"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -234,16 +239,8 @@ msgstr "Nom d'affichage"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Fait"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menu déroulant"
|
||||
msgstr "Terminé"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -263,21 +260,18 @@ msgstr "Campagne d'e-mail - Services"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Flux événementiel"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Recueillir des données"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -285,20 +279,18 @@ msgstr ""
|
|||
"Recueillez des données, créez une liste de destinataires et rédigez du "
|
||||
"contenu en fonction de votre cible marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Regrouper par"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Routage HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -307,20 +299,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idées"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -328,7 +309,7 @@ msgstr "Dernière modification le"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
msgstr "Mis à jour par"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -337,12 +318,11 @@ msgstr "Dernière mise à jour par"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
msgstr "Mis à jour le"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Plus tard"
|
||||
|
||||
|
|
@ -354,7 +334,6 @@ msgstr "Tracker de liens"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Création de liste"
|
||||
|
||||
|
|
@ -367,7 +346,7 @@ msgstr "Marketing"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Medium"
|
||||
msgstr "Médium"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -381,10 +360,16 @@ msgstr "Nom du medium"
|
|||
msgid "Mediums"
|
||||
msgstr "Mediums"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Mes campagnes"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
|
|
@ -398,17 +383,25 @@ msgstr "Nouveau"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Aucune source pour le moment !"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Oups, vous ne pouvez pas supprimer le support '%s'.\n"
|
||||
"Cela reviendrait à démolir un mur porteur - ce n'est pas la meilleure idée."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pré-lancement"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Préparez des campagnes et faites-les approuver avant de les mettre en ligne."
|
||||
|
|
@ -416,7 +409,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -427,7 +419,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
|
|
@ -438,17 +429,19 @@ msgid "Responsible"
|
|||
msgstr "Responsable"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Revoir"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Restaurer"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr "Examiner"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "En cours"
|
||||
|
||||
|
|
@ -470,17 +463,13 @@ msgstr "Chercher les mediums UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Envoyer"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Envoyé"
|
||||
|
||||
|
|
@ -492,14 +481,12 @@ msgstr "Séquence"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Lancement en douceur"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Flux de lancement en douceur"
|
||||
|
||||
|
|
@ -529,6 +516,7 @@ msgid "Stage"
|
|||
msgstr "Étape"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -537,11 +525,11 @@ msgstr "Étapes"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Les étapes vous permettent d’organiser votre flux de travail (par ex. "
|
||||
"planification, conception, en cours, terminé,…)."
|
||||
"Les étapes vous permettent d'organiser votre flux de travail (par ex. "
|
||||
"planification, conception, en cours, terminé,...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -551,30 +539,19 @@ msgid ""
|
|||
msgstr ""
|
||||
"Couleur de l'étiquette. Aucune couleur signifie aucun affichage dans le "
|
||||
"kanban pour distinguer les étiquettes internes des étiquettes de "
|
||||
"catégorisation publiques. "
|
||||
"catégorisation publiques."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Ce nom d'étiquette existe déjà !"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Étiquettes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Le medium UTM '%s' ne peut pas être supprimé, car il est utilisé dans "
|
||||
"certains flux fonctionnels principaux, tels que le recrutement et l'email "
|
||||
"marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -585,22 +562,20 @@ msgstr "Le nom doit être unique"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Ce mois"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Cette semaine"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Ce nom vous aidera à suivre vos différentes campagnes marketing, par ex. "
|
||||
"Campagne_automnale ou Spécial_Noël"
|
||||
|
|
@ -617,25 +592,23 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"La source du lien, par ex. moteur de recherche, domaine externe ou nom de la"
|
||||
" liste d'adresses e-mail"
|
||||
"La source du lien, par ex. moteur de recherche, domaine externe ou nom de la "
|
||||
"liste d'adresses e-mail"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "À approuver"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Gardez un œil sur les événements à venir (ex : Noël, Black Friday, ...) et "
|
||||
"Gardez un œil sur les événements à venir (par ex. Noël, Black Friday,...) et "
|
||||
"publiez du contenu en temps opportun."
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -659,10 +632,10 @@ msgstr "Medium UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Les mediums UTM suivent le moyen qui a été utilisé pour attirer le trafic "
|
||||
"(par exemple \"Site Web\", \"Twitter\", ...)."
|
||||
"(par exemple \"Site Web\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -682,8 +655,8 @@ msgstr "Source UTM Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Les sources UTM suivent d'où vient le trafic (par exemple \"Newsletter de "
|
||||
"mai\", \"\", ...)."
|
||||
|
|
@ -706,23 +679,62 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Utiliser ceci pour mes campagnes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
"Vous ne pouvez pas supprimer l’enregistrement de source UTM "
|
||||
"\"Recommandation\"."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Vous ne pouvez pas mettre à jour plusieurs enregistrements avec le même nom."
|
||||
" Chaque nom doit être unique !"
|
||||
"Vous ne pouvez pas mettre à jour plusieurs enregistrements avec le même nom. "
|
||||
"Chaque nom doit être unique !"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "par ex. \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "par ex. \"Mailing de Noël\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "par ex. \"E-mail\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "par ex. Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Regrouper par"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "Le medium UTM '%s' ne peut pas être supprimé, car il est utilisé dans "
|
||||
#~ "certains flux fonctionnels principaux, tels que le recrutement et l'email "
|
||||
#~ "marketing."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "Les mediums UTM suivent le moyen qui a été utilisé pour attirer le trafic "
|
||||
#~ "(par exemple \"Site Web\", \"Twitter\", ...)."
|
||||
|
|
|
|||
|
|
@ -7,11 +7,10 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/fr_BE/)\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/language/fr_BE/)\n"
|
||||
"Language: fr_BE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Actif"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr "Routage HTTP"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Derniere fois mis à jour par"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mis à jour le"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -208,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -252,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,11 +7,10 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-10-09 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/fr_CA/)\n"
|
||||
"Language-Team: French (Canada) (http://www.transifex.com/odoo/odoo-9/language/fr_CA/)\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Actif"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -208,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -252,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/odoo/odoo-9/language/gl/)\n"
|
||||
|
|
@ -18,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Activo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Canle"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado o"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr "Motor de busca"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "Fonte"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -207,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -251,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,32 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
#
|
||||
# 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: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+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: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Active"
|
||||
|
|
@ -39,19 +39,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archived"
|
||||
|
||||
|
|
@ -63,7 +68,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -109,9 +113,12 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -122,7 +129,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -135,7 +141,6 @@ msgstr "Color Index"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -180,7 +185,6 @@ msgstr "Created on"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -192,23 +196,19 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -224,17 +224,9 @@ msgstr "Display Name"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Done"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -253,24 +245,19 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -295,20 +282,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -330,7 +306,6 @@ msgstr "Last Updated on"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -342,7 +317,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -369,10 +343,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
|
|
@ -389,30 +369,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Report"
|
||||
|
||||
|
|
@ -422,18 +396,20 @@ msgstr "Report"
|
|||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Review"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -455,17 +431,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Sent"
|
||||
|
||||
|
|
@ -477,14 +449,12 @@ msgstr "Sequence"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -514,6 +484,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -521,35 +492,29 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Tags"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -562,22 +527,18 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "This Month"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "This Week"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -587,25 +548,19 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -627,9 +582,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -649,9 +602,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -672,10 +623,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Mor Kir <morki@013.net.il>, 2022
|
||||
# שהאב חוסיין <shhab89@gmail.com>, 2022
|
||||
|
|
@ -12,30 +12,32 @@
|
|||
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022
|
||||
# Yihya Hugirat <hugirat@gmail.com>, 2022
|
||||
# Ha Ketem <haketem@gmail.com>, 2022
|
||||
# yael terner, 2023
|
||||
#
|
||||
# or balmas <or@laylinetech.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: yael terner, 2023\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/utm/he/>\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
|
||||
"n % 10 == 0) ? 2 : 3));\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "פעיל"
|
||||
|
|
@ -48,19 +50,24 @@ msgstr "אפשר לנו לסנן קמפיינים רלוונטיים"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "זרימה מבוססת אישורים"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "אושר"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "ארכיון"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "בארכיון"
|
||||
|
||||
|
|
@ -72,7 +79,6 @@ msgstr "הגדרת תגיות לקמפיינים כדי לארגן, לסנן ו
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "זרימה מבוססת קהל"
|
||||
|
||||
|
|
@ -89,7 +95,7 @@ msgstr "קמפיין"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr "שם קמפיין "
|
||||
msgstr "שם קמפיין"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
|
|
@ -123,6 +129,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr "שימוש בקמפיינים כדי לאחד את מאמצי השיווק ולעקוב אחרי התוצאות."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -131,7 +142,6 @@ msgstr "מבצע חנוכה"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "לאסוף רעיונות, לעצב תוכן ולפרסם אחרי בחינה ואישור"
|
||||
|
||||
|
|
@ -144,7 +154,6 @@ msgstr "אינדקס צבעים"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "קופירייטינג"
|
||||
|
||||
|
|
@ -189,7 +198,6 @@ msgstr "נוצר ב-"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "זרימה יצירתית"
|
||||
|
||||
|
|
@ -201,30 +209,29 @@ msgstr "מחק"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "השקה"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "הושק"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "עיצוב"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -233,17 +240,9 @@ msgstr "שם לתצוגה"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "בוצע"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "תפריט נשלף"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -262,40 +261,35 @@ msgstr "קמפיין במייל - שירותים"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "זרימה מבוססת אירוע"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "איסוף נתונים"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr "איסוף מידע, גיבוש רשימת נמענים ויצירת תוכן המבוסס על קהל היעד."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "קבץ לפי"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "ניתוב HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -304,20 +298,9 @@ msgstr "מזהה"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "רעיונות"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "שינוי אחרון ב"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -339,7 +322,6 @@ msgstr "עדכון אחרון ב"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "מאוחר יותר"
|
||||
|
||||
|
|
@ -351,7 +333,6 @@ msgstr "מעקב קישורים"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "בניית רשימות"
|
||||
|
||||
|
|
@ -378,10 +359,16 @@ msgstr "שם אופן התקשורת"
|
|||
msgid "Mediums"
|
||||
msgstr "ערוצים"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "שם"
|
||||
|
||||
|
|
@ -395,24 +382,29 @@ msgstr "חדש"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "עדיין אין מקור!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "טרום השקה"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "יצירת קמפיינים ואישורם לפני עלייתם לאוויר."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -422,7 +414,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "דוח"
|
||||
|
||||
|
|
@ -432,18 +423,20 @@ msgstr "דוח"
|
|||
msgid "Responsible"
|
||||
msgstr "אחראי"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "שחזר"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "בדוק"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "רץ"
|
||||
|
||||
|
|
@ -465,17 +458,13 @@ msgstr "חיפוש ערוץ UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "שלח"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "נשלח"
|
||||
|
||||
|
|
@ -487,14 +476,12 @@ msgstr "רצף"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "השקה רכה"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "זרימת השקה רכה"
|
||||
|
||||
|
|
@ -524,6 +511,7 @@ msgid "Stage"
|
|||
msgstr "שלב"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -532,11 +520,9 @@ msgstr "שלבים"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"שלבים עוזרים לך לסדר את זרימת העבודה (לדוג': תכנון, עיצוב, בתהליך, בוצע, "
|
||||
"...)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -547,23 +533,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "שם תגית כבר קיים !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "שם התגית כבר קיים!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "תגיות"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -574,22 +552,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "חודש נוכחי"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "השבוע"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"זהו שם שעוזר לך לעקוב אחר מאמצי הקמפיין השונים שלך, למשל Fall_Drive, "
|
||||
"Christmas_Special"
|
||||
|
|
@ -609,18 +585,16 @@ msgstr "זהו מקור הקישור, למשל מנוע חיפוש, דומיין
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "ממתין לאישור"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr "לעקוב אחרי אירועים קרבים (לדוג': חנוכה, פסח, ...) ופרסום תוכן מתוזמן."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -643,10 +617,8 @@ msgstr "ערוץ UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"ערוצי UTM עוקבים אחרי הדרכים מהם הגיעה תעבורה (לדוגמא \"אתר אינטרנט\", "
|
||||
"\"טוויטר\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -666,8 +638,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"מקור UTM עוקב אחרי המקור של התוכן (לדוג' \"הניוזלטר של חודש מאי\", \"הפוסט "
|
||||
"של סוף החודש\", ...)."
|
||||
|
|
@ -690,12 +662,50 @@ msgstr "UTMים"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "להשתמש בזה לקמפיינים שלי"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "לדוג' פסח"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "קבץ לפי"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "ערוצי UTM עוקבים אחרי הדרכים מהם הגיעה תעבורה (לדוגמא \"אתר אינטרנט\", "
|
||||
#~ "\"טוויטר\", ...)."
|
||||
|
|
|
|||
|
|
@ -1,39 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Wil Odoo, 2024
|
||||
# Ronald Kung, 2025
|
||||
# Manav Shah, 2025
|
||||
# Ujjawal Pathak, 2025
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ujjawal Pathak, 2025\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:08+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-19/utm/hi/>\n"
|
||||
"Language: hi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "सक्रिय"
|
||||
msgstr "ऐक्टिव"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -43,19 +38,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "स्वीकृत"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "संग्रहित करें"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "संग्रहीत किया गया"
|
||||
|
||||
|
|
@ -67,7 +67,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -79,7 +78,7 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
msgstr "कैंपेन"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
|
|
@ -118,6 +117,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -126,7 +130,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -139,7 +142,6 @@ msgstr "कलर इंडेक्स"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -170,7 +172,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "द्वारा निर्मित"
|
||||
msgstr "इन्होंने बनाया"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -184,7 +186,6 @@ msgstr "इस तारीख को बनाया गया"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -196,49 +197,40 @@ msgstr "हटाएं"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
msgstr "डिप्लॉय"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
msgstr "डिज़ाइन"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "डिस्प्ले नाम"
|
||||
msgstr "डिस्प्ले का नाम"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "हो गया"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -257,40 +249,35 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "इन्होंने ग्रुप किया"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
msgstr "एचटीपीपी राउटिंग"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -299,19 +286,8 @@ msgstr "आईडी"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
msgstr "आइडिया"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
|
|
@ -334,32 +310,30 @@ msgstr "आखिरी बार अपडेट हुआ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "बाद में"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
msgstr "लिंक ट्रैकर"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
msgstr "मार्केटिंग"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
msgstr "मीडियम"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -373,10 +347,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "नाम"
|
||||
|
||||
|
|
@ -390,24 +370,29 @@ msgstr "नया"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -416,7 +401,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "रिपोर्ट करें"
|
||||
|
||||
|
|
@ -424,22 +408,24 @@ msgstr "रिपोर्ट करें"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "जिम्मेदार"
|
||||
msgstr "ज़िम्मेदार"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "रिस्टोर करें"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "रिव्यू करें"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "फैलना"
|
||||
msgstr "रनिंग"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
|
|
@ -449,7 +435,7 @@ msgstr "सेल"
|
|||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
msgstr "शेड्यूल बनाने की सुविधा"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
|
|
@ -459,36 +445,30 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "भेजें"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "भेजा गया"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "अनुक्रम"
|
||||
msgstr "सीक्वेंस"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -498,7 +478,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
msgstr "सोर्स"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
|
|
@ -509,7 +489,7 @@ msgstr ""
|
|||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
msgstr "सोर्स"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
|
|
@ -518,6 +498,7 @@ msgid "Stage"
|
|||
msgstr "चरण"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -526,8 +507,8 @@ msgstr "स्टेज"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -539,23 +520,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr ""
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "टैग नाम पहले से ही मौजूद है!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "टैग"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -566,50 +539,48 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "इस महीने"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "इस सप्ताह"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"यह एक नाम है जो आपको अपने अलग-अलग कैंपेन के प्रयासों का ट्रैक रखने में मदद करता है, जैसे, "
|
||||
"Fall_Drive, Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
msgstr "यह डिलीवरी का तरीका है, जैसे, पोस्टकार्ड, ईमेल, या बैनर विज्ञापन"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
msgstr "यह लिंक का सोर्स है, जैसे- सर्च इंजन, कोई अन्य डोमेन, या ईमेल सूची का नाम"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -633,7 +604,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -654,8 +625,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -676,19 +647,38 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Stjepan Lovasić <stjepan.lovasic@gmail.com>, 2022
|
||||
# Vojislav Opačić <vojislav.opacic@gmail.com>, 2022
|
||||
|
|
@ -10,33 +10,36 @@
|
|||
# Đurđica Žarković <durdica.zarkovic@storm.hr>, 2022
|
||||
# Vladimir Olujić <olujic.vladimir@storm.hr>, 2022
|
||||
# Karolina Tonković <karolina.tonkovic@storm.hr>, 2022
|
||||
# hrvoje sić <hrvoje.sic@gmail.com>, 2022
|
||||
# Hrvoje Sić <hrvoje.sic@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
# Vladimir Vrgoč, 2023
|
||||
#
|
||||
# Davor Bojkić <davor.bojkic@storm.hr>, 2022
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Vladimir Vrgoč, 2023\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Croatian <https://translate.odoo.com/projects/odoo-19/utm/hr/"
|
||||
">\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivan"
|
||||
|
|
@ -49,19 +52,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
msgstr "Tok temeljen na odobrenjima"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Odobreno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arhiviraj"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivirano"
|
||||
|
||||
|
|
@ -73,14 +81,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
msgstr "Tok vođen publikom"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
msgstr "Automatski generirana kampanja"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
|
|
@ -90,7 +97,7 @@ msgstr "Kampanja"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
msgstr "Identifikator kampanje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
|
|
@ -123,6 +130,13 @@ msgid ""
|
|||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"Kampanje se koriste za centralizaciju vaših marketinških aktivnosti i "
|
||||
"praćenje njihovih rezultata."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -132,9 +146,9 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Prikupite ideje, osmislite kreativni sadržaj i objavite ga nakon pregleda."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
|
|
@ -145,7 +159,6 @@ msgstr "Indeks boje"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -190,9 +203,8 @@ msgstr "Kreirano"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
msgstr "Kreativni tok"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -202,30 +214,29 @@ msgstr "Obriši"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Pokreni"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
msgstr "Pušteno u rad"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Dizajn"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -234,17 +245,9 @@ msgstr "Naziv"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Riješeno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Padajući izbornik"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -263,30 +266,24 @@ msgstr "E-mail kampanja - usluge"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
msgstr "Tok vođen događajima"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
msgstr "Prikupite podatke"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupiraj po"
|
||||
"Prikupite podatke, izradite popis primatelja i napišite sadržaj na temelju "
|
||||
"svog marketinškog cilja."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -294,9 +291,12 @@ msgid "HTTP Routing"
|
|||
msgstr "HTTP usmjeravanje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -305,20 +305,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promjena"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -340,7 +329,6 @@ msgstr "Vrijeme promjene"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Kasnije"
|
||||
|
||||
|
|
@ -352,9 +340,8 @@ msgstr "Praćenje linkova"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
msgstr "Izrada popisa"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
|
|
@ -370,19 +357,25 @@ msgstr "Medij"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
msgstr "Naziv medija"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
msgstr "Kanali"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Moje kampanje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
|
|
@ -397,32 +390,40 @@ msgid "No Sources yet!"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Prije lansiranja"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Pripremite kampanje i osigurajte njihovo odobrenje prije nego što ih "
|
||||
"objavite."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"Pripremite svoju kampanju, testirajte je s dijelom svoje publike i nakon "
|
||||
"toga je u potpunosti implementirajte."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Izvještaj"
|
||||
|
||||
|
|
@ -432,18 +433,20 @@ msgstr "Izvještaj"
|
|||
msgid "Responsible"
|
||||
msgstr "Odgovoran"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Obnovi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Pregledaj"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "U tijeku"
|
||||
|
||||
|
|
@ -455,7 +458,7 @@ msgstr "Prodaja"
|
|||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Planiraj"
|
||||
msgstr "Planer"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
|
|
@ -465,17 +468,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Pošalji"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Poslano"
|
||||
|
||||
|
|
@ -487,16 +486,14 @@ msgstr "Sekvenca"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
msgstr "Postupno pokretanje"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
msgstr "Proces postupnog pokretanja"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
|
|
@ -524,6 +521,7 @@ msgid "Stage"
|
|||
msgstr "Faza"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -532,8 +530,8 @@ msgstr "Faze"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -545,23 +543,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Naziv oznake već postoji !"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Oznake"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -572,23 +562,23 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Ovaj mjesec"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Ovaj tjedan"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Ovo je naziv koji vam pomaže pratiti vaše različite kampanje, npr. "
|
||||
"Jesenski_pogon, Božićni_posebni"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -601,24 +591,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Ovo je izvor poveznice, npr. Tražilica, druga domena ili naziv popisa "
|
||||
"e-adresa"
|
||||
"Ovo je izvor poveznice, npr. Tražilica, druga domena ili naziv popisa e-"
|
||||
"adresa"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
msgstr "Potrebno odobrenje"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Pratite nadolazeće događaje (npr. Božić, Crni petak, ...) i objavljujte "
|
||||
"sadržaj u pravo vrijeme."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -641,7 +631,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -662,8 +652,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -684,12 +674,43 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Koristi ovo za moje kampanje"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "npr. \"Božićna pošta\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "npr. \"Email\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
msgstr "npr. Crni petak"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupiraj po"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Tibor Kőnig <konig.tibor@evitalit.hu>, 2022
|
||||
# Krisztián Juhász <juhasz.krisztian@josafar.hu>, 2022
|
||||
|
|
@ -11,29 +11,31 @@
|
|||
# krnkris, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2022
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Tamás Németh <ntomasz81@gmail.com>, 2022\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-29 19:46+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/utm/hu/"
|
||||
">\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktív"
|
||||
|
|
@ -46,19 +48,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Jóváhagyott"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archiválás"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archivált"
|
||||
|
||||
|
|
@ -70,7 +77,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -121,6 +127,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -129,7 +140,6 @@ msgstr "Karácsonyi speciális"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -137,12 +147,11 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Színjegyzék"
|
||||
msgstr "Szín index"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Reklámszöveg írása"
|
||||
|
||||
|
|
@ -187,7 +196,6 @@ msgstr "Létrehozva"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -199,30 +207,29 @@ msgstr "Törlés"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Telepítés"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Tervezés"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -231,17 +238,9 @@ msgstr "Megjelenített név"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Kész"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Legördülő menü"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -260,62 +259,46 @@ msgstr "Email kampány - Szolgáltatások"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Csoportosítás"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP irányítás"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "Azonosító"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ötletek"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Legutóbb frissítve"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -332,12 +315,11 @@ msgstr "Frissítette"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Frissítve ekkor"
|
||||
msgstr "Frissítve"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Később"
|
||||
|
||||
|
|
@ -349,7 +331,6 @@ msgstr "Hivatkozás követő"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -362,7 +343,7 @@ msgstr "Marketing"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Közepes"
|
||||
msgstr "Médium"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -376,10 +357,16 @@ msgstr "Média neve"
|
|||
msgid "Mediums"
|
||||
msgstr "Közepesek"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Név"
|
||||
|
||||
|
|
@ -393,24 +380,29 @@ msgstr "Új"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -419,9 +411,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Kimutatás"
|
||||
msgstr "Riport"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
|
|
@ -429,20 +420,22 @@ msgstr "Kimutatás"
|
|||
msgid "Responsible"
|
||||
msgstr "Felelős"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Visszaállítás"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Átnézés"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Érvényes"
|
||||
msgstr "Folyamatban"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
|
|
@ -462,17 +455,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Küldés"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Elküldött"
|
||||
|
||||
|
|
@ -484,14 +473,12 @@ msgstr "Sorszám"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -521,6 +508,7 @@ msgid "Stage"
|
|||
msgstr "Szakasz"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -529,8 +517,8 @@ msgstr "Szakaszok"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -542,23 +530,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Ez a címkenév már létezik!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "A címke név már létezik!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Címkék"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -569,22 +549,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Ebben a hónapban"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Ezen a héten"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Ez egy név, ami segít a különböző kampányok nyomon követésében, pl. "
|
||||
"Őszi_kampány, Karácsonyi_ajánlat"
|
||||
|
|
@ -600,23 +578,21 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Ez a hivatkozás forrása, pl. keresőmotor, egy másik tartomány vagy egy "
|
||||
"e-mail lista neve"
|
||||
"Ez a hivatkozás forrása, pl. keresőmotor, egy másik tartomány vagy egy e-"
|
||||
"mail lista neve"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -640,7 +616,7 @@ msgstr "UTM média"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -661,8 +637,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -683,12 +659,43 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Csoportosítás"
|
||||
|
|
|
|||
|
|
@ -1,679 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
@ -1,34 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Abe Manyo, 2023
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:33+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/utm/"
|
||||
"id/>\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s dibuat pada %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktif"
|
||||
|
|
@ -41,19 +43,24 @@ msgstr "Izinkan kami untuk memfilter Kampanye yang relevan"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Approval-based Flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Disetujui"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arsip"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Diarsipkan"
|
||||
|
||||
|
|
@ -66,7 +73,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Audience-driven Flow"
|
||||
|
||||
|
|
@ -119,6 +125,11 @@ msgstr ""
|
|||
"Kampanye digunakan untuk memusatkan usaha marketing Anda dan melacak "
|
||||
"hasilnya."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Kampanye yang ditugaskan ke saya"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -127,7 +138,6 @@ msgstr "Christmas Special"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "Kumpulkan ide, rancang konten kreatif dan terbitkan setelah ditinjau."
|
||||
|
||||
|
|
@ -140,7 +150,6 @@ msgstr "Indeks Warna"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -185,7 +194,6 @@ msgstr "Dibuat pada"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Creative Flow"
|
||||
|
||||
|
|
@ -197,30 +205,29 @@ msgstr "Hapus"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Menyebarkan"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Deployed"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Desain"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -229,17 +236,9 @@ msgstr "Nama Tampilan"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Selesai"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menu dropdown"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -258,21 +257,18 @@ msgstr "Kampanye Email - Layanan"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Event-driven Flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Kumpulkan Data"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -280,20 +276,18 @@ msgstr ""
|
|||
"Kumpulkan data, buat daftar penerima dan tulis konten berdasarkan target "
|
||||
"Marketing Anda."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Dikelompokkan berdasarkan"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -302,20 +296,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Gagasan"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Terakhir diubah pada"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -323,7 +306,7 @@ msgstr "Terakhir diubah pada"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Terakhir diperbarui oleh"
|
||||
msgstr "Terakhir Diperbarui oleh"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -332,12 +315,11 @@ msgstr "Terakhir diperbarui oleh"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Terakhir diperbarui pada"
|
||||
msgstr "Terakhir Diperbarui pada"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Nanti"
|
||||
|
||||
|
|
@ -349,7 +331,6 @@ msgstr "Pelacak Link"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Pembuatan-Daftar"
|
||||
|
||||
|
|
@ -376,10 +357,16 @@ msgstr "Nama Medium"
|
|||
msgid "Mediums"
|
||||
msgstr "Medium-Medium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Kampanye-Kampanye Saya"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nama"
|
||||
|
||||
|
|
@ -393,17 +380,26 @@ msgstr "Baru"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Belum ada Sumber!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Oops, Anda tidak dapat menghapus Medium '%s'.\n"
|
||||
"Melakukan hal tersebut akan seperti mencabut dinding yang menahan beban — "
|
||||
"sebuah ide yang buruk."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pre-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Siapkan Kampanye dan dapatkan persetujuan sebelum meluncurkan kampanye "
|
||||
|
|
@ -412,7 +408,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -423,7 +418,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Laporan"
|
||||
|
||||
|
|
@ -434,17 +428,19 @@ msgid "Responsible"
|
|||
msgstr "Penanggung Jawab"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Review"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Pulihkan"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr "Tinjauan"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Sedang berjalan"
|
||||
|
||||
|
|
@ -466,17 +462,13 @@ msgstr "Cari UTM Medium"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Kirim"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Terkirim"
|
||||
|
||||
|
|
@ -488,14 +480,12 @@ msgstr "Urutan"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Soft-Launch Flow"
|
||||
|
||||
|
|
@ -525,6 +515,7 @@ msgid "Stage"
|
|||
msgstr "Tahapan"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -533,10 +524,10 @@ msgstr "Tahap"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Tahap-tahap memungkinkan Anda untuk mengatur workflow Anda (contoh : "
|
||||
"Tahap-tahap yang memungkinkan Anda untuk mengatur workflow Anda (contoh "
|
||||
"rencanakan, desain, sedang berlangsung, selesai, ...)."
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -550,25 +541,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Nama tag sudah ada !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Nama tag sudah ada!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Label"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Utm medium '%s' tidak dapat dihapus karena digunakan pada beberapa main "
|
||||
"functional flow, seperti rekrutmen dan mailing massal. "
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -579,25 +560,23 @@ msgstr "Nama harus unik"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Bulan Ini"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Pekan Ini"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Ini adalah nama yang membantu Anda melacak usaha kampanye yang berbeda-beda,"
|
||||
" contohnya Fall_Drive, Natal_Spesial"
|
||||
"Ini adalah nama yang membantu Anda melacak usaha kampanye yang berbeda-beda, "
|
||||
"contohnya Fall_Drive, Natal_Spesial"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -611,24 +590,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Ini adalah sumber link, contohnya Search Engine, domain lain, atau nama pada"
|
||||
" daftar email"
|
||||
"Ini adalah sumber link, contohnya Search Engine, domain lain, atau nama pada "
|
||||
"daftar email"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Untuk Disetujui"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Lacak acara mendatang (contoh Natal, Black Friday, ...) dan terbitkan konten "
|
||||
"secara tepat waktu."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -651,10 +630,10 @@ msgstr "Medium UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM Medium melacak metode yang digunakan untuk menggaet traffic (contoh "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"UTM Medium melacak metode yang digunakan untuk menggaet traffic (contoh. "
|
||||
"\"Website\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -674,8 +653,8 @@ msgstr "UTM Source Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM Sources melacak dari mana traffic datang (contoh \"Newsletter Mei\", "
|
||||
"\"\", ...)."
|
||||
|
|
@ -698,14 +677,18 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Gunakan Ini Untuk Kampanye Saya"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Anda tidak dapat menghapus sumber rekaman UTM 'Referral'."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
|
|
@ -713,8 +696,26 @@ msgstr ""
|
|||
"Anda tidak dapat mengupdate lebih dari satu record dengan nama yang sama. "
|
||||
"Namanya harus unik!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "contoh \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "contoh \"Email Natal\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "contoh \"Email\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "contoh Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Dikelompokkan berdasarkan"
|
||||
|
|
|
|||
|
|
@ -1,35 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Kristófer Arnþórsson, 2024
|
||||
#
|
||||
#
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Kristófer Arnþórsson, 2024\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"Language: is\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Virk"
|
||||
msgstr "Virkur"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -39,21 +35,26 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Vistuð"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -63,7 +64,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
msgstr "Herferð"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
|
|
@ -87,7 +87,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
msgstr "Campaign Name"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
|
|
@ -105,13 +105,16 @@ msgstr ""
|
|||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
msgstr "Campaigns"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -122,7 +125,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -130,12 +132,11 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Litavísitala"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -175,12 +176,11 @@ msgstr "Búið til af"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Búið til þann"
|
||||
msgstr "Stofnað þann"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -192,23 +192,19 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -219,26 +215,18 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Birtingarnafn"
|
||||
msgstr "Nafn"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Lokið"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "Breyta"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
|
|
@ -253,35 +241,30 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Hópað eftir"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
|
|
@ -290,25 +273,14 @@ msgstr "HTTP Routing"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "Auðkenni (ID)"
|
||||
msgstr "Auðkenni"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -330,19 +302,17 @@ msgstr "Síðast uppfært þann"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
msgstr "Virkni fjölpósts"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -355,7 +325,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Miðlungs"
|
||||
msgstr "Meðal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -369,17 +339,23 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nafn"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "Nýtt"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
|
|
@ -389,30 +365,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -422,25 +392,27 @@ msgstr ""
|
|||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Útsala"
|
||||
msgstr "Sala"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
|
|
@ -455,36 +427,30 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Röð"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -494,12 +460,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
msgstr "Uppruni"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
msgstr "Source Name"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
|
|
@ -514,6 +480,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -521,35 +488,29 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Merki"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -562,22 +523,18 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -587,25 +544,19 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -627,9 +578,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -649,9 +598,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -672,10 +619,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,35 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Marianna Ciofani, 2023
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2024
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2022
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2026.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-27 15:07+0000\n"
|
||||
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/utm/it/>"
|
||||
"\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0)"
|
||||
" ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s creato il %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Attivo"
|
||||
|
|
@ -42,19 +44,24 @@ msgstr "Consente di filtrare campagne rilevanti"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Flusso basato su approvazione"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Approvata"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archivia"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "In archivio"
|
||||
|
||||
|
|
@ -68,7 +75,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Flusso guidato dal pubblico"
|
||||
|
||||
|
|
@ -121,6 +127,11 @@ msgstr ""
|
|||
"Le campagne vengono usate per centralizzare le iniziative di marketing e "
|
||||
"monitorare i risultati."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Campagne assegnate a me"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -129,7 +140,6 @@ msgstr "Offerta natalizia"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Raccolta idee, progettazione contenuti creativi e pubblicazione non appena "
|
||||
|
|
@ -144,14 +154,13 @@ msgstr "Indice colore"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Stesura testi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "Crea "
|
||||
msgstr "Crea"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -189,7 +198,6 @@ msgstr "Data creazione"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Flusso creativo"
|
||||
|
||||
|
|
@ -201,30 +209,29 @@ msgstr "Elimina"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Implementazione"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Implementata"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Progettazione"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -233,17 +240,9 @@ msgstr "Nome visualizzato"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Completata"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menù a discesa"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -262,32 +261,24 @@ msgstr "Campagna e-mail - Servizi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Flusso guidato dagli eventi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Raccolta dati"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"Raccolta dati, creazione di una lista di destinatari e stesura dei contenuti"
|
||||
" in base all'obiettivo di marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Raggruppa per"
|
||||
"Raccolta dati, creazione di una lista di destinatari e stesura dei contenuti "
|
||||
"in base all'obiettivo di marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -295,9 +286,12 @@ msgid "HTTP Routing"
|
|||
msgstr "Instradamento HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -306,20 +300,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idee"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -341,19 +324,17 @@ msgstr "Ultimo aggiornamento il"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Successivi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Monitoraggio link"
|
||||
msgstr "Link tracker"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Creazione liste"
|
||||
|
||||
|
|
@ -380,10 +361,16 @@ msgstr "Nome del mezzo"
|
|||
msgid "Mediums"
|
||||
msgstr "Mezzi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Le mie campagne"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
|
|
@ -397,24 +384,31 @@ msgstr "Nuovo"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Non ci sono ancora fonti!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Oops, non puoi eliminare il Mezzo '%s'.\n"
|
||||
"Sarebbe come radere al suolo un muro portante — non proprio una buona idea."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pre-lancio"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Preparazione campagne e approvazione preventiva prima del lancio."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -425,7 +419,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Resoconto"
|
||||
|
||||
|
|
@ -435,18 +428,20 @@ msgstr "Resoconto"
|
|||
msgid "Responsible"
|
||||
msgstr "Responsabile"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Ripristina"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Revisione"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "In corso"
|
||||
|
||||
|
|
@ -468,17 +463,13 @@ msgstr "Ricerca mezzo UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Invio"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Invio effettuato"
|
||||
|
||||
|
|
@ -490,14 +481,12 @@ msgstr "Sequenza"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Lancio graduale"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Flusso di lancio graduale"
|
||||
|
||||
|
|
@ -527,6 +516,7 @@ msgid "Stage"
|
|||
msgstr "Fase"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -535,11 +525,11 @@ msgstr "Fasi"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Le fasi consentono di organizzare il flusso di lavoro (es.: pianificazione, "
|
||||
"progettazione, in elaborazione, completato...)."
|
||||
"Le fasi consentono di organizzare il flusso di lavoro (ad es.: "
|
||||
"pianificazione, progettazione, in elaborazione, completato...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -553,26 +543,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Nome etichetta già esistente."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etichette"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Il mezzo UTM \"%s\" non può essere eliminato in quanto viene utilizzato in "
|
||||
"alcuni flussi funzionali principali come l'assunzione e l'invio di e-mail di"
|
||||
" massa."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -583,22 +562,20 @@ msgstr "Il nome deve essere univoco"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Questo mese"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Questa settimana"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Questo nome aiuta a tenere traccia delle diverse campagne, es. "
|
||||
"Saldi_autunnali, Sconti_natalizi ecc."
|
||||
|
|
@ -614,26 +591,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Origine del link: es. motore di ricerca, altro dominio o nome dell'elenco "
|
||||
"e-mail"
|
||||
"Origine del link: es. motore di ricerca, altro dominio o nome dell'elenco e-"
|
||||
"mail"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Da approvare"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Monitoraggio eventi in arrivo (es. : Natale, Black Friday...) e "
|
||||
"pubblicazione tempestiva dei contenuti."
|
||||
"Traccia gli eventi in arrivo (ad es. Natale, Black Friday...) e pubblica "
|
||||
"tempestivamente i contenuti."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -656,10 +631,10 @@ msgstr "Mezzo UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"I mezzi UTM monitorano il mezzo utilizzato per attrarre il pubblico (ad es. "
|
||||
"\"Sito web\", \"Twitter\"...)."
|
||||
"\"Sito web\", \"X\"...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -679,11 +654,11 @@ msgstr "Mixin origine UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Le fonti UTM tengono traccia della provenienza del pubblico (ad es. "
|
||||
"\"Newsletter di maggio\"...) "
|
||||
"\"Newsletter di maggio\"...)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -703,14 +678,18 @@ msgstr "UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Usa per le campagne"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Non è possibile eliminare il record di origine UTM 'Referral'"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
|
|
@ -718,8 +697,26 @@ msgstr ""
|
|||
"Impossibile caricare più record con lo stesso nome. Il nome deve essere "
|
||||
"unico!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "ad es. \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "ad es. \"E-mail di Natale\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "ad es. \"E-mail\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "es. Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Raggruppa per"
|
||||
|
|
|
|||
|
|
@ -1,37 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Ryoko Tsuda <ryoko@quartile.co>, 2022
|
||||
# Yoshi Tashiro (Quartile) <tashiro@roomsfor.hk>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Andy Yiu, 2023
|
||||
# Junko Augias, 2023
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Junko Augias (juau)" <juau@odoo.com>, 2026.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-11 17:39+0000\n"
|
||||
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/utm/ja/>"
|
||||
"\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s作成日:%(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "有効"
|
||||
|
|
@ -44,33 +45,37 @@ msgstr "関連するキャンペーンをフィルタリングできます。"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "承認ベースのフロー"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "承認済"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "アーカイブ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "アーカイブ済"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr "キャンペーンにタグを割り当てて、整理、フィルタリング、追跡しましょう。"
|
||||
msgstr "キャンペーンにタグを割り当てて、整理、フィルタリング、追跡します。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "視聴者主導のフロー"
|
||||
msgstr "オーディエンス主導のフロー"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -117,7 +122,14 @@ msgstr "キャンペーン"
|
|||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr "キャンペーンは、マーケティング活動を一元化し、その結果を追跡するために使用されます。"
|
||||
msgstr ""
|
||||
"キャンペーンは、マーケティング活動を一元化し、その結果を追跡するために使用さ"
|
||||
"れます。"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "自分に割り当てられたキャンペーン"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -127,9 +139,10 @@ msgstr "クリスマススペシャル"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "アイデアを収集し、クリエイティブなコンテンツをデザインし、確認後に公開しましょう。"
|
||||
msgstr ""
|
||||
"アイデアを収集し、クリエイティブなコンテンツをデザインし、確認後に公開しま"
|
||||
"しょう。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
|
|
@ -140,7 +153,6 @@ msgstr "カラーインデクス"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "コピーライティング"
|
||||
|
||||
|
|
@ -185,7 +197,6 @@ msgstr "作成日"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "クリエイティブフロー"
|
||||
|
||||
|
|
@ -197,30 +208,29 @@ msgstr "削除"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "展開"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "展開済"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "デザイン"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -229,17 +239,9 @@ msgstr "表示名"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "完了"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "ドロップダウンメニュー"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -258,30 +260,24 @@ msgstr "Eメールキャンペーン - サービス"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "イベント主導のフロー"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "データ収集"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr "データを収集し、受信者リストを作成し、マーケティングターゲットに基づいてコンテンツを書きましょう。"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "グループ化"
|
||||
msgstr ""
|
||||
"データを収集し、受信者リストを作成し、マーケティングターゲットに基づいてコン"
|
||||
"テンツを書きましょう。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -289,9 +285,12 @@ msgid "HTTP Routing"
|
|||
msgstr "HTTPルーティング"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -300,20 +299,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "アイデア"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -335,7 +323,6 @@ msgstr "最終更新日"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "以降"
|
||||
|
||||
|
|
@ -347,7 +334,6 @@ msgstr "リンクトラッカー"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "リスト構築"
|
||||
|
||||
|
|
@ -360,7 +346,7 @@ msgstr "マーケティング"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "媒体"
|
||||
msgstr "中"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -374,10 +360,16 @@ msgstr "メディア名"
|
|||
msgid "Mediums"
|
||||
msgstr "媒体"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "自分のキャンペーン"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "名称"
|
||||
|
||||
|
|
@ -391,33 +383,41 @@ msgstr "新規"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "まだソースがありません!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Medium '%s'を削除できません。\n"
|
||||
"それは耐力壁を壊すようなもので、最善の策ではありません。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "プレローンチ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "キャンペーンを準備し、本番前に承認を得ましょう。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr "キャンペーンを準備し、オーディエンスの一部にテストし、その後完全に展開しましょう。"
|
||||
msgstr ""
|
||||
"キャンペーンを準備し、オーディエンスの一部にテストし、その後完全に展開しま"
|
||||
"しょう。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "レポート"
|
||||
|
||||
|
|
@ -428,19 +428,21 @@ msgid "Responsible"
|
|||
msgstr "担当者"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "レビュー"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "リストア"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr "確認"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "契約実行中"
|
||||
msgstr "実行中"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
|
|
@ -460,36 +462,30 @@ msgstr "UTM Mediumを検索"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "送信"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "送信日"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "付番"
|
||||
msgstr "シーケンス"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "ソフトローンチ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "ソフトローンチフロー"
|
||||
|
||||
|
|
@ -499,7 +495,7 @@ msgstr "ソフトローンチフロー"
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "情報源"
|
||||
msgstr "流入元"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
|
|
@ -519,6 +515,7 @@ msgid "Stage"
|
|||
msgstr "ステージ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -527,36 +524,32 @@ msgstr "ステージ"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"ステージによって、ワークフローを整理することができます(例: 計画、デザイン、進"
|
||||
"行中、完了など)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr "タグの色。色なしは、かんばん上で内部タグと公開分類タグを区別して表示しないことを意味します。"
|
||||
msgstr ""
|
||||
"タグの色。色なしは、かんばん上で内部タグと公開分類タグを区別して表示しないこ"
|
||||
"とを意味します。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "そのタグ名は既に使われています!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "タグ名がすでに存在します!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "タグ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr "UTM medium '%s'は募集や大量発送など、いくつかの主要な機能フローで使用されているため、削除することはできません。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -567,23 +560,23 @@ msgstr "名前は一意にして下さい。"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "今月"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "今週"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr "これは、Fall_Drive、Christmas_Specialなど、さまざまなキャンペーンの取り組みを追跡するのに役立つ名前です。"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"これは、Fall_Drive、Christmas_Specialなど、さまざまなキャンペーンの取り組みを"
|
||||
"追跡するのに役立つ名前です。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -595,23 +588,25 @@ msgstr "これは、はがき、電子メール、バナー広告などの配信
|
|||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr "これはリンクのソースです。たとえば、検索エンジン、別のドメイン、またはメーリングリストの名前です。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "未承認"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr ""
|
||||
"これはリンクのソースです。たとえば、検索エンジン、別のドメイン、またはメーリ"
|
||||
"ングリストの名前です。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr "承認待ち"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"今後のイベント(クリスマスやブラックフライデーなど)を追跡し、タイムリーなコン"
|
||||
"テンツを発信しましょう。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -634,8 +629,10 @@ msgstr "UTM媒体"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr "UTM Mediumsはトラフィックを集めるために使われた手段(例: \"ウェブサイト\"、 \"Twitter\"など)を追跡します。"
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM Mediumはラフィックを集めるために使用された手段を追跡します。 (例: "
|
||||
"\"Website\", \"X\", ...)。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -650,14 +647,16 @@ msgstr "UTMソース"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr "UTMソースミキシン"
|
||||
msgstr "UTMソースMixin"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr "UTMソースは、トラフィックがどこから来たかを追跡します(例: \"5月ニュースレター\"、\"\"、...)"
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTMソースは、トラフィックがどこから来たかを追跡します(例: \"5月ニュースレター"
|
||||
"\"、\"\"、...)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -677,21 +676,45 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "これを自分のキャンペーンに使用する"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "'レファラル' UTM ソースレコードは削除できません。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr "同じ名前で複数のレコードを更新することはできません。名前は一意でなければなりません!"
|
||||
msgstr ""
|
||||
"同じ名前で複数のレコードを更新することはできません。名前は一意でなければなり"
|
||||
"ません!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "例: \"ブレインストーミング\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "例: \"クリスマスメーリング\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "例: \"Eメール\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "例: ブラックフライデー"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "グループ化"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-06-27 15:58+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/odoo/odoo-9/language/ka/)\n"
|
||||
|
|
@ -18,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "აქტიური"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "არხი"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr "არხები"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "შემქმნელი"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "შექმნის თარიღი"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "სახელი"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "იდენტიფიკატორი"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "ბოლოს განახლებულია"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ბოლოს განაახლა"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "ბოლოს განახლებულია"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "საშუალო"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "წყარო"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -207,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -251,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2015-09-30 09:28+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\n"
|
||||
|
|
@ -18,185 +18,469 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Urmid"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "Amzizzel"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "Isem n umzizzel"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "Imzizzlen"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Abadu"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr "Isem n ubadu"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr "Ibuda"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Yerna-t"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Yerna di"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr "Amsebred HTTP"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "Asulay"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Aleqqem aneggaru sɣuṛ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Aleqqem aneggaru di"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Izen n telɣut"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr "Amsedday n unadi"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "Aɣbalu"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr "Isem n uɣbalu"
|
||||
|
||||
|
|
@ -207,50 +491,149 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"C'est le nom qui vous permet de conserver la trace de vos campagnes. Par "
|
||||
"exemple : Commercialisation_Automne, Spécial_Noël"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
#, fuzzy
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Ceci est le mode de transmission. Ex: carte postale, courriel, bannière "
|
||||
"publicitaire"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
#, fuzzy
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Wagi d aɣbalu n useɣwen. Amedya: Amsedday n unadi, aḥric nniḍen, neɣ isem n "
|
||||
"tebdart n yimayl."
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -259,6 +642,42 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,35 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Samkhann Seang <seangsamkhann@gmail.com>, 2023
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
# Chan Nath <channath@gmail.com>, 2023
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2018
|
||||
# Chan Nath <channath@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2018-10-08 06:49+0000\n"
|
||||
"Last-Translator: Chan Nath <channath@gmail.com>, 2018\n"
|
||||
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"Language: km\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "សកម្ម"
|
||||
|
|
@ -42,21 +39,26 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "បានអនុម័ត"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "ទុកជាឯកសារ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -66,7 +68,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -78,7 +79,7 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "យុទ្ធនាការ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
|
|
@ -90,7 +91,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "ឈ្មោះយុទ្ធនាការ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
|
|
@ -108,24 +109,26 @@ msgstr ""
|
|||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "យុទ្ធនាការ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr "បុណ្យណូអែលពិសេស"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -133,12 +136,11 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "ការកំណត់ព័ណ៌"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -183,37 +185,32 @@ msgstr "បង្កើតនៅ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "លុប"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "ច្នៃប្រឌិត"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
|
|
@ -227,21 +224,13 @@ msgstr "ឈ្មោះសំរាប់បង្ហាញ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "រួចរាល"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "ម៉ឺនុយទម្លាក់ចុះ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "កែសម្រួល"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
|
|
@ -251,40 +240,35 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "យុទ្ធនាការតាមអ៊ីមែល - សេវាកម្ម"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "ជាក្រុមតាម"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP ជុំវិញ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
|
|
@ -293,25 +277,14 @@ msgstr "HTTP ជុំវិញ"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "អត្តសញ្ញាណ"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -333,26 +306,24 @@ msgstr "ផ្លាស់ប្តូរចុងក្រោយ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "ភ្ជាប់កម្មវិធីតាមដាន"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr "ទីផ្សារ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -372,17 +343,23 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "ឈ្មោះ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "ថ្មី"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
|
|
@ -392,63 +369,59 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "របាយការណ៍"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "ការទទួលខុសត្រូវ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "ពិនិត្យឡើងវិញ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "កំពុងរត់"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "លក់"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "ការកំណត់ពេលវេលាសកម្មភាព"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
|
|
@ -458,36 +431,30 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "បញ្ជូន"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "បានផ្ងើរ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "លំដាប់"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -497,62 +464,57 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "ធនធាន"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr "ឈ្មោះប្រភព"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "ប្រភព"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "ដំណាក់កាល"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "ដំណាក់កាល"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "មានស្លាកឈ្មោះរួចហើយ!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "ធែក"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -565,61 +527,47 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "ឆ្នំានេះ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "សប្តាហ៍នេះ"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"នេះជាឈ្មោះដែលជួយអ្នកតាមដានការខិតខំយុទ្ធនាការផ្សេងៗរបស់អ្នកឧទាហរណ៍ៈធ្លាក់_បើកបរ,"
|
||||
" បុណ្យណូអែល_ពិសេស។"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "នេះគឺជាវិធីសាស្ត្រនៃការចែកចាយ, ឧទាហរណ៍ៈកាត,អ៊ីម៉ែល,ឬបដាផ្សព្វផ្សាយ។"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
"នេះគឺជាប្រភពនៃតំណភ្ជាប់ ឧទាហរណ៍ៈ "
|
||||
"ម៉ាស៊ីនស្វែងរក,ដែនផ្សេងទៀត,ឬឈ្មោះនៃបញ្ជីអ៊ីមែល។"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "យុទ្ធនាការ UTM"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
|
|
@ -630,24 +578,22 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "មធ្យមUTM"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "ប្រភពUTM"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
|
|
@ -656,9 +602,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -674,15 +618,29 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTMs "
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,39 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# JH CHOI <hwangtog@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Daye Jeong, 2023
|
||||
# Wil Odoo, 2025
|
||||
# Sarah Park, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Sarah Park, 2025\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 04:43+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/utm/ko/>\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s, %(create_date)s에 생성됨)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "활성"
|
||||
msgstr "활성화"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -43,19 +41,24 @@ msgstr "관련 캠페인에 필터를 할 수 있습니다."
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "결재 기반 프로세스"
|
||||
msgstr "결재 기반 플로우"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "결재 완료"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "보관"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "보관됨"
|
||||
|
||||
|
|
@ -67,9 +70,8 @@ msgstr "캠페인에 태그를 두어 캠페인을 체계화하고 필터링 및
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "잠재 고객 중심 프로세스"
|
||||
msgstr "잠재 고객 중심 플로우"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -116,7 +118,14 @@ msgstr "캠페인"
|
|||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr "캠페인은 마케팅 활동을 한 방향으로 집중시키고 그 결과를 추적하는 데 사용됩니다."
|
||||
msgstr ""
|
||||
"캠페인은 마케팅 활동을 한 방향으로 집중시키고 그 결과를 추적하는 데 사용됩니"
|
||||
"다."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "나에게 배정된 캠페인"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -126,9 +135,9 @@ msgstr "크리스마스 스페셜"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "아이디어를 모으고, 창의적인 콘텐츠를 디자인한 후 수정을 거쳐 게시하세요."
|
||||
msgstr ""
|
||||
"아이디어를 모으고, 창의적인 콘텐츠를 디자인한 후 수정을 거쳐 게시하세요."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
|
|
@ -139,7 +148,6 @@ msgstr "색상표"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "저작권"
|
||||
|
||||
|
|
@ -184,7 +192,6 @@ msgstr "작성일자"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "창의적인 플로우"
|
||||
|
||||
|
|
@ -196,30 +203,29 @@ msgstr "삭제"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "배포하다"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "배포됨"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "디자인"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -228,21 +234,13 @@ msgstr "표시명"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "완료"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "드롭다운 메뉴"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "편집하기"
|
||||
msgstr "편집"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
|
|
@ -257,30 +255,24 @@ msgstr "이메일 캠페인 - 서비스"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "행사 중심 플로우"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "데이터 수집"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr "데이터를 수집하고, 수신자 목록을 작성하고, 마케팅 목표에 따라 콘텐츠를 작성하세요."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "그룹별"
|
||||
msgstr ""
|
||||
"데이터를 수집하고, 수신자 목록을 작성하고, 마케팅 목표에 따라 콘텐츠를 작성하"
|
||||
"세요."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -288,9 +280,12 @@ msgid "HTTP Routing"
|
|||
msgstr "HTTP 라우팅"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -299,20 +294,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "아이디어"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "최근 수정일"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -334,7 +318,6 @@ msgstr "최근 갱신 일자"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "이전"
|
||||
|
||||
|
|
@ -346,7 +329,6 @@ msgstr "링크 추적기"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "목록 작성"
|
||||
|
||||
|
|
@ -364,7 +346,7 @@ msgstr "매체"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "매체명"
|
||||
msgstr "중간 이름"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
|
|
@ -373,10 +355,16 @@ msgstr "매체명"
|
|||
msgid "Mediums"
|
||||
msgstr "매체"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "내 캠페인"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "이름"
|
||||
|
||||
|
|
@ -390,33 +378,41 @@ msgstr "신규"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "아직 소스가 없습니다!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"죄송합니다, '%s'를 삭제할 수 없습니다.\n"
|
||||
"삭제하는 것은 벽을 허무는 것과 같으므로 절대 권장하지 않습니다."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "사전 출시"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "캠페인을 준비하고 승인이 완료되면 게시하세요."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr "캠페인을 준비하고, 일부 잠재 고객들을 대상으로 테스트한 후 공식적으로 배포하세요."
|
||||
msgstr ""
|
||||
"캠페인을 준비하고, 일부 잠재 고객들을 대상으로 테스트한 후 공식적으로 배포하"
|
||||
"세요."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "보고서"
|
||||
|
||||
|
|
@ -426,18 +422,20 @@ msgstr "보고서"
|
|||
msgid "Responsible"
|
||||
msgstr "담당자"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "복원"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "검토"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "실행 중"
|
||||
|
||||
|
|
@ -459,17 +457,13 @@ msgstr "UTM 매체 검색"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "보내기"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "전송됨"
|
||||
|
||||
|
|
@ -481,14 +475,12 @@ msgstr "순서"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "소프트 런칭"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "소프트 런칭 플로우"
|
||||
|
||||
|
|
@ -518,6 +510,7 @@ msgid "Stage"
|
|||
msgstr "단계"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -526,36 +519,31 @@ msgstr "단계"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr "단계를 사용하면 작업 순서를 구성할 수 있습니다 (예 : 계획, 디자인, 진행 중, 완료 등)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"단계별로 작업 순서를 구성할 수 있습니다(예. 계획, 디자인, 진행, 완료 등)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr "태그 색상. 색상을 설정하지 않으면 칸반에 내부 태그와 공개 분류 태그를 구분하기 위한 색상이 표시되지 않습니다."
|
||||
msgstr ""
|
||||
"태그 색상. 색상을 설정하지 않으면 칸반에 내부 태그와 공개 분류 태그를 구분하"
|
||||
"기 위한 색상이 표시되지 않습니다."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "동일한 태그명이 존재합니다!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "태그명이 이미 존재합니다!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "태그"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr "UTM 매체 '%s'는 채용 및 이메일 마케팅과 같은 일부 주요 기능 프로세스에서 사용되므로 삭제할 수 없습니다."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -566,52 +554,52 @@ msgstr "이름은 고유해야 합니다"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "이번 달"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "금주"
|
||||
msgstr "이번 주"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"이것은 다른 캠페인 활동을 추적할 때 도움을 주는 이름입니다. 예시 : Fall_Drive, Christmas_Special"
|
||||
"다양한 캠페인을 진행할 때 쉽게 추적할 수 있도록 타이틀을 붙입니다 (예: 가을-"
|
||||
"드라이브, 크리스마스 스페셜)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "이것은 배송 방법입니다. 예시 : 엽서, 이메일 또는 배너광고"
|
||||
msgstr "전달 매체 방식을 선택합니다 (예: 우편, 이메일, 배너 광고 등)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr "이것은 링크의 소스입니다. 예시 : 검색엔진, 다른 도메인 또는 이메일 목록의 이름"
|
||||
msgstr ""
|
||||
"링크의 유입 경로입니다 (예: 검색 엔진, 다른 웹사이트, 이메일 목록 제목 등)."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "승인 예정"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"다가오는 행사(예. 크리스마스, 블랙 프라이데이 등)를 추적하고 시기에 적절한 콘"
|
||||
"텐츠를 게시하세요."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -634,8 +622,10 @@ msgstr "UTM 매체"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr "UTM 매체는 트래픽을 유도하는 데 사용된 수단(예. \"웹사이트\", \"트위터\" 등)을 추적합니다."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM 매체는 트래픽을 유도하는 데 사용된 수단(예. \"웹사이트\", \"X\" 등)을 추"
|
||||
"적합니다."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -650,14 +640,15 @@ msgstr "UTM 소스"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr "UTM 소스 Mixin"
|
||||
msgstr "UTM 소스 혼합"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr "UTM 소스는 트래픽의 출처(예. \"5월 뉴스레터\", \"\", ...)를 추적합니다."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM 소스는 트래픽의 출처(예. \"5월 뉴스레터\", \"\", ...)를 추적합니다."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -677,21 +668,45 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "내 캠페인에 사용하기"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Referral' UTM 소스 레코드는 삭제할 수 없습니다."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr "같은 이름으로 여러 개의 레코드를 업데이트할 수 없습니다. 각 이름은 고유해야 합니다."
|
||||
msgstr ""
|
||||
"같은 이름으로 여러 개의 레코드를 업데이트할 수 없습니다. 각 이름은 고유해야 "
|
||||
"합니다."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "예. \"브레인스토밍\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "예. \"크리스마스 메일\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "예. \"이메일\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "예. 블랙 프라이데이"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "그룹별"
|
||||
|
|
|
|||
|
|
@ -1,35 +1,35 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Shakh, 2024
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ivan Shakh, 2024\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:08+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Kurdish (Central) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/utm/ckb/>\n"
|
||||
"Language: ku\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
msgstr "چالاک"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -39,21 +39,26 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "ئەرشیف"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Архіваваныя"
|
||||
msgstr "ئەرشیف کراوە"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -63,7 +68,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -114,6 +118,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -122,7 +131,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -135,7 +143,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -166,7 +173,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Стварыў"
|
||||
msgstr "دروستکراوە لەلایەن..."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -175,65 +182,55 @@ msgstr "Стварыў"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Створана"
|
||||
msgstr "دروستکراوە لە"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "Выдаліць"
|
||||
msgstr "سڕینەوە"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для адлюстравання"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Выпадальнае меню"
|
||||
msgstr "تەواو"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -253,40 +250,35 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Групаванне"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP-маршрутызацыя"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -295,20 +287,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Апошняя мадыфікацыя"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -316,7 +297,7 @@ msgstr "Апошняя мадыфікацыя"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Апошні абнавіў"
|
||||
msgstr "دوایین نوێکردنەوە لەلایەن..."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -325,12 +306,11 @@ msgstr "Апошні абнавіў"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Апошняе абнаўленне"
|
||||
msgstr "دوایین نوێکردنەوە لە..."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -342,7 +322,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -369,41 +348,52 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Назва"
|
||||
msgstr "ناو"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "Стварыць"
|
||||
msgstr "نوێ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -412,9 +402,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
msgstr "ڕاپۆرت"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
|
|
@ -423,24 +412,26 @@ msgid "Responsible"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "پێداچوونەوە"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
msgstr "فرۆشتن"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
|
|
@ -455,36 +446,30 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
msgstr "ناردن"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
msgstr "ناردن"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
msgstr "زنجیرە"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -494,7 +479,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
msgstr "سەرچاوە"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
|
|
@ -514,6 +499,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -522,8 +508,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -535,22 +521,14 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Тэгі"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
msgstr "تاگەکان"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
|
|
@ -562,22 +540,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
msgstr "ئەم مانگە"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
msgstr "ئەم هەفتەیە"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -595,17 +571,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -629,7 +603,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -650,8 +624,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -672,10 +646,38 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
@ -1,40 +1,77 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-09-23 11:33+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:15+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"Language: lb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Add a new tag"
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_website
|
||||
msgid "Allows us to filter relevant Campaign"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
|
|
@ -42,7 +79,13 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -65,10 +108,26 @@ msgid "Campaigns"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
|
|
@ -76,8 +135,24 @@ msgid "Color Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Colour"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -104,18 +179,9 @@ msgid "Created on"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Define a new UTM campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Define a new UTM medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Define a new UTM source"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -124,6 +190,20 @@ msgid "Delete"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
|
@ -131,7 +211,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
|
|
@ -139,23 +218,42 @@ msgid "Display Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -171,7 +269,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
|
|
@ -179,18 +276,9 @@ msgid "ID"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_website
|
||||
msgid "Is Website"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -212,8 +300,9 @@ msgid "Last Updated on"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Lead Recall"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -221,6 +310,12 @@ msgstr ""
|
|||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
|
|
@ -245,8 +340,15 @@ msgid "Mediums"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -256,8 +358,32 @@ msgid "New"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -267,7 +393,24 @@ msgid "Responsible"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -282,11 +425,14 @@ msgid "Search UTM Medium"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
|
@ -297,12 +443,20 @@ msgid "Sequence"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Settings"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
|
|
@ -326,6 +480,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -333,26 +488,53 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -362,14 +544,19 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -389,6 +576,11 @@ msgstr ""
|
|||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
|
|
@ -399,6 +591,16 @@ msgstr ""
|
|||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
|
|
@ -415,6 +617,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Use tags to organize campaigns and easily filter them."
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Edgaras Kriukonis <edgaras@focusate.eu>, 2022
|
||||
# Silvija Butko <silvija.butko@gmail.com>, 2022
|
||||
|
|
@ -13,29 +13,33 @@
|
|||
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
|
||||
# Audrius Palenskis <audrius.palenskis@gmail.com>, 2022
|
||||
# digitouch UAB <digitouchagencyeur@gmail.com>, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: digitouch UAB <digitouchagencyeur@gmail.com>, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:42+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/utm/"
|
||||
"lt/>\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < "
|
||||
"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? "
|
||||
"1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktyvus"
|
||||
|
|
@ -48,19 +52,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Patvirtinta"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archyvuoti"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archyvuotas"
|
||||
|
||||
|
|
@ -72,7 +81,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -123,6 +131,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -131,7 +144,6 @@ msgstr "Kalėdinis pasiūlymas"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -144,7 +156,6 @@ msgstr "Spalvos indeksas"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Kūrybinis rašymas"
|
||||
|
||||
|
|
@ -189,7 +200,6 @@ msgstr "Sukurta"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,30 +211,29 @@ msgstr "Trinti"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Diegti"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Dizainas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -233,17 +242,9 @@ msgstr "Rodomas pavadinimas"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Atlikta"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Išsiskleidžiantis meniu"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -262,40 +263,35 @@ msgstr "Laiškų kampanija - Paslaugos"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupuoti pagal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP nukreipimas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -304,20 +300,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idėjos"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Paskutinį kartą keista"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -339,7 +324,6 @@ msgstr "Paskutinį kartą atnaujinta"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Vėlesni"
|
||||
|
||||
|
|
@ -351,7 +335,6 @@ msgstr "Nuorodų sekimas"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -364,7 +347,7 @@ msgstr "Rinkodara"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Vidutinis"
|
||||
msgstr "Medija"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -378,10 +361,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Pavadinimas"
|
||||
|
||||
|
|
@ -395,24 +384,29 @@ msgstr "Naujas"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -421,7 +415,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Ataskaita"
|
||||
|
||||
|
|
@ -431,20 +424,22 @@ msgstr "Ataskaita"
|
|||
msgid "Responsible"
|
||||
msgstr "Atsakingas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Atstatyti"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Peržiūrėti"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Veikiantis"
|
||||
msgstr "Galiojanti"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
|
|
@ -464,17 +459,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Siųsti"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Išsiųsta"
|
||||
|
||||
|
|
@ -486,14 +477,12 @@ msgstr "Seka"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -523,6 +512,7 @@ msgid "Stage"
|
|||
msgstr "Etapas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -531,8 +521,8 @@ msgstr "Etapai"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -544,23 +534,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Žymos pavadinimas jau egzistuoja!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Žymos"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -571,22 +553,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Šis mėnuo"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Ši savaitė"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Tai pavadinimas, kuris jums padeda sekti skirtingų kampanijų sėkmingumą, "
|
||||
"pvz., Rudens_akcija, Kaledinis_pasiulymas"
|
||||
|
|
@ -595,8 +575,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Tai yra pristatymo būdas, pvz., atvirukas, el. laiškas ar reklaminis "
|
||||
"skydelis"
|
||||
"Tai yra pristatymo būdas, pvz., atvirukas, el. laiškas ar reklaminis skydelis"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -610,17 +589,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -644,7 +621,7 @@ msgstr "UTM kanalas"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -665,8 +642,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -687,12 +664,43 @@ msgstr "UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupuoti pagal"
|
||||
|
|
|
|||
|
|
@ -1,37 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Anzelika Adejanova, 2022
|
||||
# Konstantins Zabogonskis <inculin4ik@gmail.com>, 2022
|
||||
# ievaputnina <ievai.putninai@gmail.com>, 2022
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# ievaputnina <ievai.putninai@gmail.com>, 2023
|
||||
# Will Sensors, 2024
|
||||
#
|
||||
#
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Will Sensors, 2024\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s izveidots %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktīvs"
|
||||
|
|
@ -44,19 +44,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Apstiprināts"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivēts"
|
||||
|
||||
|
|
@ -68,7 +73,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -119,6 +123,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -127,7 +136,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -140,7 +148,6 @@ msgstr "Krāsas indekss"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -185,7 +192,6 @@ msgstr "Izveidots"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -197,30 +203,29 @@ msgstr "Izdzēst"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Design"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -229,17 +234,9 @@ msgstr "Parādīt vārdu"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Gatavs"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Nolaižamā izvēlne"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -258,40 +255,35 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupēt pēc"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP maršrutēšana"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -300,20 +292,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idejas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Pēdējoreiz mainīts"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -335,7 +316,6 @@ msgstr "Pēdējoreiz atjaunots"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Vēlāk"
|
||||
|
||||
|
|
@ -347,7 +327,6 @@ msgstr "Saišu izsekošana"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -374,10 +353,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nosaukums"
|
||||
|
||||
|
|
@ -391,24 +376,29 @@ msgstr "Jauns"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -417,7 +407,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Atskaite"
|
||||
|
||||
|
|
@ -427,18 +416,20 @@ msgstr "Atskaite"
|
|||
msgid "Responsible"
|
||||
msgstr "Atbildīgais"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Apskats"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Darbojas"
|
||||
|
||||
|
|
@ -460,17 +451,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Sūtīt"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Nosūtīts"
|
||||
|
||||
|
|
@ -482,14 +469,12 @@ msgstr "Secība"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -519,6 +504,7 @@ msgid "Stage"
|
|||
msgstr "Stadija"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -527,8 +513,8 @@ msgstr "Posmi"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -540,23 +526,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Birkas nosaukums jau eksistē !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Birkas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -567,32 +545,26 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Šis mēnesis"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Šī nedēļa"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Šis nosaukus palīdz jums sekot līdzi dažādiem kampaņas pasākumiem, piemēram,"
|
||||
" Fall_Drive, Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Tas ir piegādes veids, piemēram, pastkarte, e-pasta vēstule vai baneru "
|
||||
"reklāma"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -600,30 +572,26 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Tas ir saites avots, piemēram, meklētājprogramma, cits domēns vai e-pasta "
|
||||
"saraksta nosaukums"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "UTM kampaņa"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
|
|
@ -640,7 +608,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -661,8 +629,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -683,12 +651,43 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupēt pēc"
|
||||
|
|
|
|||
|
|
@ -8,11 +8,10 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-05-06 11:46+0000\n"
|
||||
"Last-Translator: Aleksandar Vangelovski <aleksandarv@hbee.eu>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/"
|
||||
"mk/)\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -20,185 +19,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Активно"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "Кампања"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "Име на кампања"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "Кампањи"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Канал"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
msgstr "Име на канал"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr "Канали"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Креирано од"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Креирано на"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Прикажи име"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "Емаил Кампања - Услуги"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr "HTTP рутирање"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промена на"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно ажурирање од"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно ажурирање на"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Следач на врска"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Средно"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Билтен"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Продажба"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
msgstr "Пребарувач"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "Извор"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr "Име на извор"
|
||||
|
||||
|
|
@ -209,47 +477,141 @@ msgid "Sources"
|
|||
msgstr "Извори"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
"Ова е име што ви помага да следите резултати од различни кампањи пр. : "
|
||||
"Fall_Drive, Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
#, fuzzy
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
msgstr "Ова е начин на испорака. Пр. Честитка, Е-маил или онлајн реклама"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
"ова е извор на врската пр. : пребарувач, друг домен или име од е-маил листа"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -258,9 +620,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Email Campaign - Products"
|
||||
#~ msgstr "Емаил Кампања - Производи"
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,684 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Rafeeq Salam, 2023
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "ആക്റ്റീവ്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Archived"
|
||||
msgstr "ആർക്കൈവ് ചെയ്തു"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "ക്യാമ്പയിൻ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr "ക്യാമ്പയിൻ ഐഡന്റിഫയർ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "ക്യാമ്പയിൻ പേര്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr "ക്യാമ്പയിൻ സ്റ്റേജ്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "ക്യാമ്പയിൻ ടാഗുകൾ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "ക്യാമ്പയിൻസ് "
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "കളർ ഇൻഡക്സ് "
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "കോപ്പിറൈറ്റിംഗ്"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "ഒരു മീഡിയം ഉണ്ടാക്കുക"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr "ഒരു ടാഗ് സൃഷ്ടിക്കുക"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr "ഒരു കാമ്പെയ്ൻ സൃഷ്ടിക്കുക"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "ഉണ്ടാക്കിയത്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "സൃഷ്ടിച്ചത്"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "ഡിലീറ്റ്"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "ഡിസൈൻ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ഡിസ്പ്ലേ നെയിം"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "ചെയ്തു"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "എഡിറ്റ്"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "ഡാറ്റ ശേഖരിക്കുക"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "ഗ്രൂപ്പ് ബൈ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ഐഡി"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "പിന്നീട്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "ലിങ്ക് ട്രാക്കർ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr "മാർക്കറ്റിംഗ്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "മീഡിയം"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
msgid "Name"
|
||||
msgstr "പേര്"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "പുതിയ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "റിപ്പോർട്ട്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "ഉത്തരവാദിയായ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "അവലോകനം"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "സെയിൽ"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "ഷെഡ്യൂൾ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "അയക്കുക"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "സെൻറ് "
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "സീക്വൻസ് "
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "ഉറവിടം"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "സോഴ്സ്സ് "
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "സ്റ്റേജ്"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "സ്റ്റേജ്സ്"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "ടാഗ് നാമം ഇതിനകം നിലവിലുണ്ട്!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
msgid "Tags"
|
||||
msgstr "ടാഗുകൾ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "ഈ മാസം"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "ഈ ആഴ്ച"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
@ -7,11 +7,10 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-04-22 12:13+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/ml_IN/)\n"
|
||||
"Language-Team: Malayalam (India) (http://www.transifex.com/odoo/odoo-9/language/ml_IN/)\n"
|
||||
"Language: ml_IN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,185 +18,454 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "രൂപപ്പെടുത്തിയത്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "നിർമിച്ച ദിവസം"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്തത്"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്ത ദിവസം"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -208,42 +476,141 @@ msgid "Sources"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts "
|
||||
"Ex: Fall_Drive, Christmas_Special"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery.Ex: Postcard, Email, or Banner Ad"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
msgid ""
|
||||
"This is the source of the link Ex:Search Engine, another domain,or name of "
|
||||
"email list"
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -252,6 +619,28 @@ msgid "UTMs"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,37 +1,40 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Batmunkh Ganbat <batmunkh2522@gmail.com>, 2022
|
||||
# Батмөнх Ганбат <batmunkh2522@gmail.com>, 2022
|
||||
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
|
||||
# Uuganbayar Batbaatar <uuganaaub33@gmail.com>, 2022
|
||||
# hish, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Bayarkhuu Bataa, 2023
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
# Bayarkhuu Bataa <bbayarkhuu@gmail.com>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Bayarkhuu Bataa, 2023\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-24 12:08+0000\n"
|
||||
"Last-Translator: Bayarkhuu Bataa <bbayarkhuu@gmail.com>\n"
|
||||
"Language-Team: Mongolian <https://translate.odoo.com/projects/odoo-19/utm/mn/"
|
||||
">\n"
|
||||
"Language: mn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Идэвхтэй"
|
||||
|
|
@ -44,19 +47,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Зөвшөөрсөн"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Архив"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Архивласан"
|
||||
|
||||
|
|
@ -68,7 +76,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -119,6 +126,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -127,7 +139,6 @@ msgstr "Зул сарын онцгой"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -140,7 +151,6 @@ msgstr "Өнгөний индекс"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -185,7 +195,6 @@ msgstr "Үүсгэсэн огноо"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -197,30 +206,29 @@ msgstr "Устгах"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Байрлуулах"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Зохиомж"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -229,17 +237,9 @@ msgstr "Дэлгэрэнгүй нэр"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Дууссан"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Эвхэгддэг цэс"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -258,40 +258,35 @@ msgstr "Имэйл компанит ажил - Үйлчилгээнүүд"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Бүлэглэлт"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -300,20 +295,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Санаанууд"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Сүүлд зассан огноо"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -335,7 +319,6 @@ msgstr "Сүүлд зассан огноо"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Дараа"
|
||||
|
||||
|
|
@ -347,7 +330,6 @@ msgstr "Холбоос хөтлөгч"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -360,7 +342,7 @@ msgstr "Маркетинг"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Дундаж"
|
||||
msgstr "Хэрэгсэл"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -372,12 +354,18 @@ msgstr ""
|
|||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "Хэрэгсэл"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Нэр"
|
||||
|
||||
|
|
@ -391,24 +379,29 @@ msgstr "Шинэ"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -417,7 +410,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Тооцоо"
|
||||
|
||||
|
|
@ -427,18 +419,20 @@ msgstr "Тооцоо"
|
|||
msgid "Responsible"
|
||||
msgstr "Хариуцагч"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Сэргээх"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Хянах"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Ажиллаж байгаа"
|
||||
|
||||
|
|
@ -460,17 +454,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Илгээх"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Илгээгдсэн"
|
||||
|
||||
|
|
@ -482,14 +472,12 @@ msgstr "Дугаарлалт"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -519,6 +507,7 @@ msgid "Stage"
|
|||
msgstr "Үе шат"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -527,8 +516,8 @@ msgstr "Үе шат"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -540,23 +529,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Пайзын нэр аль хэдийн үүссэн байна !"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Пайз"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -567,22 +548,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Энэ сар"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Энэ долоо хоног"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Энэ нэр нь танд арга хэмжээнүүдийг ялган хянахад тусална. ж.ш. Fall_Drive, "
|
||||
"Christmas_Special"
|
||||
|
|
@ -604,17 +583,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -638,7 +615,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -659,8 +636,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -681,12 +658,43 @@ msgstr "UTM-ууд"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Бүлэглэлт"
|
||||
|
|
|
|||
|
|
@ -1,36 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
|
||||
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Oakarmin Iron <oakarminiron@gmail.com>, 2025, 2026.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:53+0000\n"
|
||||
"Last-Translator: Oakarmin Iron <oakarminiron@gmail.com>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/utm/my/>"
|
||||
"\n"
|
||||
"Language: my\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "ໃຊ້ຢູ່"
|
||||
msgstr "အက်တစ်"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -40,21 +40,26 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
msgstr "ခွင့်ပြုပြီး"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "ခေါက်သိမ်း"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "ສຳເນົາໄວ້ແລ້ວ"
|
||||
msgstr "သိမ်းဆည်းထားသည်"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -64,7 +69,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,7 +80,7 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "ການໂຄສະນາ"
|
||||
msgstr "ကမ်ပိန်း"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
|
|
@ -115,6 +119,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -123,7 +132,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -131,12 +139,11 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "ດັດຊະນີສີ"
|
||||
msgstr "အရောင်ညွှန်းကိန်း"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -167,7 +174,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "ສ້າງໂດຍ"
|
||||
msgstr "ဖန်တီးသူ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -176,70 +183,60 @@ msgstr "ສ້າງໂດຍ"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "ສ້າງເມື່ອ"
|
||||
msgstr "တည်ဆောက်သည့်အချိန်"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "ລຶບ"
|
||||
msgstr "ဖျက်"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "ອອກແບບ"
|
||||
msgstr "ဒီဇိုင်း"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ຊື່ເຕັມ"
|
||||
msgstr "ပြသသော အမည်"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "ສໍາເລັດແລ້ວ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
msgstr "ပြီးဆုံးသည်"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "ແກ້ໄຂ"
|
||||
msgstr "ပြင်"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
|
|
@ -254,62 +251,46 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "ຈັດຂໍ້ມູນຕາມ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ເລກລຳດັບ"
|
||||
msgstr "နံပါတ်"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "ແກ້ໄຂລ້າສຸດເມື່ອ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -317,7 +298,7 @@ msgstr "ແກ້ໄຂລ້າສຸດເມື່ອ"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ປັບປຸງລ້າສຸດໂດຍ"
|
||||
msgstr "နောက်ဆုံးပြင်ဆင်သူ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -326,14 +307,13 @@ msgstr "ປັບປຸງລ້າສຸດໂດຍ"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "ປັບປຸງລ້າສຸດເມື່ອ"
|
||||
msgstr "နောက်ဆုံးပြင်ဆင်ချိန်"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
msgstr "နောက်မှ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
|
|
@ -343,20 +323,19 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr "ການຕະຫຼາດ"
|
||||
msgstr "မားကက်တင်း"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "ປານກາງ"
|
||||
msgstr "တဆင့် (သို့) ကြားခံ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -368,43 +347,54 @@ msgstr ""
|
|||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "တဆင့် (သို့) ကြားခံများ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "ຊື່"
|
||||
msgstr "အမည်"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "ສ້າງໃໝ່"
|
||||
msgstr "အသစ်"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -413,40 +403,41 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
msgstr "ရီပို့"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "ຮັບຜິດຊອບ"
|
||||
msgstr "တာဝန်ရှိသော"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
msgstr "လုပ်နေသည်"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
msgstr "အရောင်း"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
msgstr "စကက်ဂျူး"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
|
|
@ -456,36 +447,30 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
msgstr "ပို့"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
msgstr "ပို့ပြီး"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "ລຳດັບ"
|
||||
msgstr "Sequence"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -495,7 +480,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "ແຫຼ່ງທີ່ມາ"
|
||||
msgstr "မူလအစ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
|
|
@ -506,25 +491,26 @@ msgstr ""
|
|||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
msgstr "မူလအစများ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "ຂັ້ນຕອນ"
|
||||
msgstr "အဆင့်"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "ບາດກ້າວ"
|
||||
msgstr "အဆင့်များ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -536,49 +522,39 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "ຊື່ເປົ້າໝາຍນີ້ມີແລ້ວ!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "ເປົ້າໝາຍ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
msgstr "တက်(ဒ်)များ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
msgstr "အမည်သည် တုနှိုင်းမဲ့ ဖြစ်သင့်သည်"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
msgstr "ယခု လ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
msgstr "ယခု ရက်သတ္တပါတ်"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -596,17 +572,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -630,7 +604,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -651,8 +625,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -673,10 +647,38 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
@ -1,34 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
# Jorunn D. Newth, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:42+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"utm/nb_NO/>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktiv"
|
||||
|
|
@ -41,19 +43,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Godkjent"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arkiver"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arkivert"
|
||||
|
||||
|
|
@ -65,7 +72,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -116,6 +122,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -124,7 +135,6 @@ msgstr "Julespesial"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -137,7 +147,6 @@ msgstr "Fargeindeks"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -177,12 +186,11 @@ msgstr "Opprettet av"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Opprettet"
|
||||
msgstr "Opprettet den"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -194,30 +202,29 @@ msgstr "Slett"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Rull ut"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Design"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -226,17 +233,9 @@ msgstr "Visningsnavn"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Fullført"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Nedtrekksmeny"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -255,40 +254,35 @@ msgstr "E-postkampanje - Tjenester"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupper etter"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP-ruting"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -297,20 +291,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideer"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist endret"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -332,7 +315,6 @@ msgstr "Sist oppdatert"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Senere"
|
||||
|
||||
|
|
@ -344,7 +326,6 @@ msgstr "Link-sporer"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -371,10 +352,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
|
|
@ -388,24 +375,29 @@ msgstr "Ny"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -414,7 +406,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
|
|
@ -424,18 +415,20 @@ msgstr "Rapport"
|
|||
msgid "Responsible"
|
||||
msgstr "Ansvarlig"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Gjenopprett"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Gjennomgå"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Kjører"
|
||||
|
||||
|
|
@ -457,17 +450,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Send"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Sendt"
|
||||
|
||||
|
|
@ -479,14 +468,12 @@ msgstr "Sekvens"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -516,6 +503,7 @@ msgid "Stage"
|
|||
msgstr "Stadium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -524,8 +512,8 @@ msgstr "Stadier"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -537,23 +525,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Etikettnavnet eksisterer allerede!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Tag finnes fra før"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiketter"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -564,22 +544,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Denne måneden"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Denne uka"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Dette navnet hjelper deg å holde styr på forskjellige kampanjer, som "
|
||||
"sommer_tilbud, jule_spesial"
|
||||
|
|
@ -602,17 +580,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -636,7 +612,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -657,8 +633,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -679,12 +655,43 @@ msgstr "UTMer"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupper etter"
|
||||
|
|
|
|||
|
|
@ -1,35 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-21 05:28+0000\n"
|
||||
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/utm/nl/>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s aangemaakt op %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Actief"
|
||||
|
|
@ -42,19 +43,24 @@ msgstr "Hiermee kunnen we relevante campagnes filteren"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Op goedkeuring gebaseerde flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Goedgekeurd"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archiveren"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Gearchiveerd"
|
||||
|
||||
|
|
@ -62,13 +68,11 @@ msgstr "Gearchiveerd"
|
|||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
"Wijs labels toe aan campagnes om ze te ordenen, te filteren en bij te "
|
||||
"houden."
|
||||
"Wijs labels toe aan campagnes om ze te ordenen, te filteren en bij te houden."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Op goedkeuring gebaseerde flow"
|
||||
|
||||
|
|
@ -103,7 +107,7 @@ msgstr "Campagnefase"
|
|||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "Campagnelabels"
|
||||
msgstr "Campagne labels"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
|
|
@ -118,8 +122,13 @@ msgid ""
|
|||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"Campagnes worden gebruikt om je marketinginspanningen te centraliseren en de"
|
||||
" resultaten daarvan bij te houden."
|
||||
"Campagnes worden gebruikt om je marketinginspanningen te centraliseren en de "
|
||||
"resultaten daarvan bij te houden."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Campagnes die aan mij toegewezen zijn"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -129,7 +138,6 @@ msgstr "Kerstaanbieding"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Verzamel ideeën, ontwerp creatieve inhoud en publiceer deze na beoordeling."
|
||||
|
|
@ -143,7 +151,6 @@ msgstr "Kleurindex"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -188,7 +195,6 @@ msgstr "Aangemaakt op"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Creatieve flow"
|
||||
|
||||
|
|
@ -200,49 +206,40 @@ msgstr "Verwijderen"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Inzetten"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "ingezet"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Ontwerp"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Gereed"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Dropdown menu"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -261,21 +258,18 @@ msgstr "E-mail campagne - diensten"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Event-driven Flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Verzamel data"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -283,20 +277,18 @@ msgstr ""
|
|||
"Verzamel data, stel een lijst met ontvangers op en schrijf inhoud op basis "
|
||||
"van je marketingdoel."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Groeperen op"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -305,20 +297,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideeën"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst gewijzigd op"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -340,7 +321,6 @@ msgstr "Laatst bijgewerkt op"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Later"
|
||||
|
||||
|
|
@ -352,7 +332,6 @@ msgstr "Link Tracker"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Lijstopbouw"
|
||||
|
||||
|
|
@ -379,10 +358,16 @@ msgstr "Naam kanaal"
|
|||
msgid "Mediums"
|
||||
msgstr "Mediums"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Mijn campagnes"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
|
|
@ -396,26 +381,32 @@ msgstr "Nieuw"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Nog geen bronnen!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Oeps, je kunt het medium niet verwijderen '%s'.\n"
|
||||
"Dit is vergelijkbaar met het slopen van een dragende muur — geen goed idee."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Prelancering"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Bereid campagnes voor en zorg dat ze worden goedgekeurd voordat ze live "
|
||||
"gaan."
|
||||
"Bereid campagnes voor en zorg dat ze worden goedgekeurd voordat ze live gaan."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -426,7 +417,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
|
|
@ -436,18 +426,20 @@ msgstr "Rapport"
|
|||
msgid "Responsible"
|
||||
msgstr "Verantwoordelijke"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Terugzetten"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Controle"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Actief"
|
||||
|
||||
|
|
@ -469,17 +461,13 @@ msgstr "Zoek UTM kanaal"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Verzenden"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Verzonden"
|
||||
|
||||
|
|
@ -491,14 +479,12 @@ msgstr "Reeks"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Soft-Launch Flow"
|
||||
|
||||
|
|
@ -528,6 +514,7 @@ msgid "Stage"
|
|||
msgstr "Fase"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -536,11 +523,11 @@ msgstr "Fases"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Fases helpt je je werkstroom te organiseren (Bijv. plan, design, lopend, "
|
||||
"klaar, ...)."
|
||||
"Fases die je toelaten je workflow te organiseren (bijv. planning, design, in "
|
||||
"behandeling, gereed,...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -548,31 +535,20 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Labelkleur. Geen kleur betekent geen weergave in kanban om interne labels te"
|
||||
" onderscheiden van openbare labelcategorisatie."
|
||||
"Labelkleur. Geen kleur betekent geen weergave in kanban om interne labels te "
|
||||
"onderscheiden van openbare labelcategorisatie."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Labelnaam bestaat al!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Labels"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Het UTM-medium '%s' kan niet worden verwijderd omdat het wordt gebruikt in "
|
||||
"een aantal belangrijke functionele stromen, zoals werving & selectie en "
|
||||
"bulkmailing."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -583,22 +559,20 @@ msgstr "De naam moet uniek zijn"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Deze maand"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Deze week"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Dit is een naam die je helpt bij het volgen van je verschillende campagne "
|
||||
"inspanningen, bijvoorbeeld Herfst_Rit, Kerstmis_Special"
|
||||
|
|
@ -615,26 +589,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Dit is de bron van de link, bijv, zoekmachine, een ander domein, of een naam"
|
||||
" of e-mail lijst"
|
||||
"Dit is de bron van de link, bijv, zoekmachine, een ander domein, of een naam "
|
||||
"of e-mail lijst"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Om goedgekeurd te worden"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Volg inkomende evenementen (bijv .: Kerstmis, Black Friday, ...) en "
|
||||
"publiceer actuele inhoud."
|
||||
"Volg inkomende evenementen (bijv. Kerstmis, Black Friday, ...) en publiceer "
|
||||
"actuele inhoud."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -657,10 +629,10 @@ msgstr "UTM Medium"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM-mediums volgen het gemiddelde dat werd gebruikt om verkeer aan te "
|
||||
"trekken (bijv. \"Website\", \"Twitter\", ...)."
|
||||
"trekken (bijv. 'Website', 'X', ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -680,8 +652,8 @@ msgstr "UTM Bron Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM-bronnen houden bij waar het verkeer vandaan komt (bijv. \"Mei "
|
||||
"nieuwsbrief\", \"\", ...)."
|
||||
|
|
@ -704,14 +676,18 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Gebruik dit voor 'mijn campagnes'."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Je kunt de UTM-bron 'Aanbeveling' niet verwijderen."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
|
|
@ -719,8 +695,41 @@ msgstr ""
|
|||
"Je kunt niet meerdere records met dezelfde naam bijwerken. Iedere naam moet "
|
||||
"uniek zijn!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "bijv. \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "bijv. \"Mailinglijst Kerstmis\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "bijv. \"E-mail\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "Bijv. Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Groepeer op"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "Het UTM-medium '%s' kan niet worden verwijderd omdat het wordt gebruikt "
|
||||
#~ "in een aantal belangrijke functionele stromen, zoals werving & selectie "
|
||||
#~ "en bulkmailing."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "UTM-mediums volgen het gemiddelde dat werd gebruikt om verkeer aan te "
|
||||
#~ "trekken (bijv. \"Website\", \"Twitter\", ...)."
|
||||
|
|
|
|||
|
|
@ -1,679 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Grzegorz Krukar <grzegorzgk1@gmail.com>, 2022
|
||||
# Piotr Cierkosz <piotr.w.cierkosz@gmail.com>, 2022
|
||||
|
|
@ -19,31 +19,33 @@
|
|||
# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2022
|
||||
# Paweł Wodyński <pw@myodoo.pl>, 2022
|
||||
# SE-DA Konrad Lech, 2023
|
||||
# Tadeusz Karpiński <tadeusz.karpinski@braintec.com>, 2023
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2026.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-08 09:30+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/utm/pl/>\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
|
||||
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
|
||||
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s utworzono %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktywne"
|
||||
|
|
@ -56,19 +58,24 @@ msgstr "Pozwala nam filtrować odpowiednie kampanie"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Przepływ oparty na zatwierdzeniach"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Zatwierdzone"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Archiwizuj"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Zarchiwizowane"
|
||||
|
||||
|
|
@ -81,7 +88,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Przepływ oparty na odbiorcach"
|
||||
|
||||
|
|
@ -134,6 +140,11 @@ msgstr ""
|
|||
"Kampanie służą do centralizacji działań marketingowych i śledzenia ich "
|
||||
"wyników."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Kampanie przypisane do mnie"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -142,7 +153,6 @@ msgstr "Promocja świąteczna"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Zbieraj pomysły, projektuj kreatywne treści i publikuj je po sprawdzeniu."
|
||||
|
|
@ -156,7 +166,6 @@ msgstr "Indeks kolorów"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -201,7 +210,6 @@ msgstr "Data utworzenia"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Kreatywny przepływ"
|
||||
|
||||
|
|
@ -213,30 +221,29 @@ msgstr "Usuń"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Rozwijaj"
|
||||
msgstr "Wdróż"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Wdrożone"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Wygląd"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -245,17 +252,9 @@ msgstr "Nazwa wyświetlana"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Wykonano"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menu rozwijane"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -274,21 +273,18 @@ msgstr "Kampania email - Usługi"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Przepływ sterowany zdarzeniami"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Zbieranie danych"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -296,20 +292,18 @@ msgstr ""
|
|||
"Zbieraj dane, buduj listę odbiorców i pisz treści w oparciu o swój cel "
|
||||
"marketingowy."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupuj wg"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Wytyczanie HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -318,20 +312,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Pomysły"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Data ostatniej modyfikacji"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -353,19 +336,17 @@ msgstr "Data ostatniej aktualizacji"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Później"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Śledzenie źródeł"
|
||||
msgstr "Tracker linków"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Tworzenie listy"
|
||||
|
||||
|
|
@ -383,7 +364,7 @@ msgstr "Medium"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Nazwa platformy"
|
||||
msgstr "Nazwa medium"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
|
|
@ -392,10 +373,16 @@ msgstr "Nazwa platformy"
|
|||
msgid "Mediums"
|
||||
msgstr "Medium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Moje kampanie"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nazwa"
|
||||
|
||||
|
|
@ -409,24 +396,31 @@ msgstr "Nowe"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Nie ma jeszcze źródeł!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Ups, nie można usunąć medium „%s ”.\n"
|
||||
"Byłoby to jak wyburzenie ściany nośnej — nie jest to najlepszy pomysł."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Przed startem"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Przygotowywanie kampanii i zatwierdzanie ich przed uruchomieniem."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -437,7 +431,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Raport"
|
||||
|
||||
|
|
@ -447,18 +440,20 @@ msgstr "Raport"
|
|||
msgid "Responsible"
|
||||
msgstr "Odpowiedzialny"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Przywróć"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Recenzja"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Uruchomione"
|
||||
|
||||
|
|
@ -480,17 +475,13 @@ msgstr "Wyszukiwanie medium UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Wyślij"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Wysłane"
|
||||
|
||||
|
|
@ -502,16 +493,14 @@ msgstr "Sekwencja"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Miękkie uruchomienie"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Miękki przepływ uruchamiania"
|
||||
msgstr "Przepływ Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
|
|
@ -539,6 +528,7 @@ msgid "Stage"
|
|||
msgstr "Etap"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -547,11 +537,11 @@ msgstr "Etapy"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Etapy umożliwiają organizację przepływu pracy (np. planowanie, "
|
||||
"projektowanie, w toku, zakończone, ...)."
|
||||
"Etapy pozwalają uporządkować przepływ pracy (np. planowanie, projektowanie, "
|
||||
"w trakcie realizacji, zakończone itp.)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -564,26 +554,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Taki tag już istnieje!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Nazwa etykiety już istnieje!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Tagi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Medium UTM \"%s\" nie może zostać usunięte, ponieważ jest używane w "
|
||||
"niektórych głównych przepływach funkcjonalnych, takich jak rekrutacja i "
|
||||
"masowa wysyłka."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -594,22 +573,20 @@ msgstr "nazwa musi być unikalna"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Bieżący miesiąc"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Ten tydzień"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"To nazwa, która pomaga ci w śledzeniu swoich różnych działań promocyjnych, "
|
||||
"np. Fall_Drive, Christmas_Special"
|
||||
|
|
@ -629,20 +606,18 @@ msgstr "To źródło linku, np. wyszukiwarka, inna domena lub nazwa listy e-mail
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Do zatwierdzenia"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Śledzenie nadchodzących wydarzeń (np.: Boże Narodzenie, Czarny Piątek, ...) "
|
||||
"i publikowanie treści w odpowiednim czasie."
|
||||
"Śledź nadchodzące wydarzenia (np. Boże Narodzenie, Black Friday itp.) i "
|
||||
"publikuj treści w odpowiednim czasie."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -665,10 +640,10 @@ msgstr "UTM Medium"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Media UTM śledzą środek, który został użyty do przyciągnięcia ruchu (np. "
|
||||
"\"Witryna\", \"Twitter\", ...)."
|
||||
"Medium UTM śledzą medium, które zostało użyte do przyciągnięcia ruchu (np. "
|
||||
"„Witryna internetowa”, „X”, ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -688,9 +663,10 @@ msgstr "UTM Source Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr "Źródła UTM śledzą skąd pochodzi ruch (np. \"May Newsletter\", \"\", ...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Źródła UTM śledzą skąd pochodzi ruch (np. \"Majowy biuletyn\", \"\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -710,12 +686,45 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Użyj tego do moich kampanii"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Nie można usunąć rekordu źródła UTM „Referral”."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Nie można aktualizować wielu rekordów o tej samej nazwie. Nazwa powinna być "
|
||||
"unikalna!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "np. „Burza mózgów”"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "np. „Mailing bożonarodzeniowy”"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "np. „E-mail”"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "np. Czarny Piątek"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupuj wg."
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# 425fe09b3064b9f906f637fff94056ae_a00ea56 <0fa3588fa89906bfcb3a354600956e0e_308047>, 2022
|
||||
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2022
|
||||
|
|
@ -11,32 +11,32 @@
|
|||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
# Nuno Silva <nuno.silva@arxi.pt>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Rita Bastos, 2024
|
||||
# Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2025
|
||||
# Daniel Reis, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Daniel Reis, 2025\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:35+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/utm/"
|
||||
"pt/>\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
msgstr "%(content)s(%(model_description)s criado em %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Ativo"
|
||||
|
|
@ -44,24 +44,29 @@ msgstr "Ativo"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
msgstr "Permitir a filtragem de campanhas relevantes"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
msgstr "Fluxo baseado em aprovações"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Aprovado"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arquivar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arquivados"
|
||||
|
||||
|
|
@ -69,18 +74,18 @@ msgstr "Arquivados"
|
|||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
"Atribua marcadores às campanhas para organizar, filtrar e monitorá-las."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
msgstr "Fluxo orientado por público"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
msgstr "Campanha gerada automaticamente"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
|
|
@ -90,7 +95,7 @@ msgstr "Campanha"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
msgstr "Identificador da campanha"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
|
|
@ -102,13 +107,13 @@ msgstr "Nome da Campanha"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
msgstr "Estágio da campanha"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
msgstr "Marcadores da campanha"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
|
|
@ -123,6 +128,13 @@ msgid ""
|
|||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"As campanhas são usadas para concentrar suas iniciativas de marketing e "
|
||||
"monitorar os resultados."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Campanhas atribuídas a mim"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -132,9 +144,8 @@ msgstr "Especial de Natal"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "Reúna ideias, desenhe conteúdo criativo e publique após revisão."
|
||||
msgstr "Reúna ideias e conteúdo de design criativo e publique após revisar."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
|
|
@ -145,29 +156,28 @@ msgstr "Índice de Cor"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
msgstr "Redação"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
msgstr "Criar um meio"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
msgstr "Criar um marcador"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
msgstr "Criar uma campanha"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
msgstr "Criar estágios para campanhas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
|
|
@ -190,9 +200,8 @@ msgstr "Criado em"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
msgstr "Fluxo criativo"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -202,30 +211,29 @@ msgstr "Eliminar"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Implementar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
msgstr "Implementado"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Desenho"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -234,17 +242,9 @@ msgstr "Nome"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Concluído"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menu dropdown"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -263,30 +263,24 @@ msgstr "Campanha de E-mail - Serviços"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
msgstr "Fluxo orientado por eventos"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
msgstr "Reunir dados"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
"Reúna dados, crie uma lista de destinatários e redija conteúdo baseado no "
|
||||
"seu alvo de marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -294,9 +288,12 @@ msgid "HTTP Routing"
|
|||
msgstr "Rotas HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -305,20 +302,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideias"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificação em"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -340,7 +326,6 @@ msgstr "Última Atualização em"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Mais tarde"
|
||||
|
||||
|
|
@ -352,9 +337,8 @@ msgstr "Rastrear Ligações"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
msgstr "Criação de listas"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
|
|
@ -370,19 +354,25 @@ msgstr "Médio"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
msgstr "Nome da plataforma"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "Meios"
|
||||
msgstr "Plataformas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Minhas campanhas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
|
|
@ -394,35 +384,41 @@ msgstr "Novo"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr "Ainda não há origens."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
msgstr "Pré-lançamento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
msgstr "Prepare campanhas e obtenha aprovação a elas antes de lançá-las."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"Prepare sua campanha, teste-a com uma parte do seu público e implemente-a "
|
||||
"completamente depois disso."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Relatório"
|
||||
|
||||
|
|
@ -433,17 +429,19 @@ msgid "Responsible"
|
|||
msgstr "Responsável"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Avaliação"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Restaurar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr "Revisão"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Em Execução"
|
||||
|
||||
|
|
@ -460,22 +458,18 @@ msgstr "Planear"
|
|||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
msgstr "Pesquisar meios UTM"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Enviado"
|
||||
|
||||
|
|
@ -487,16 +481,14 @@ msgstr "Sequência"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
msgstr "Lançamento progressivo"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
msgstr "Fluxo de lançamento progressivo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
|
|
@ -515,7 +507,7 @@ msgstr "Nome da Origem"
|
|||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "Fontes"
|
||||
msgstr "Origens"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
|
|
@ -524,6 +516,7 @@ msgid "Stage"
|
|||
msgstr "Etapa"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -532,9 +525,11 @@ msgstr "Etapas"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Os estágios possibilitam a organização do fluxo de trabalho (Ex: "
|
||||
"Planejamento, Design, Em andamento, Concluído, etc.)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -542,60 +537,52 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Cor do marcador. Sem cor significa que não há exibição no kanban para "
|
||||
"distinguir os marcadores internos de marcadores de categorização públicas."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Nome da etiqueta já existe!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Já existe um marcador com este nome."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiquetas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
msgstr "O nome deve ser exclusivo"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Este Mês"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Esta Semana"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Isto é um nome que ajuda a manter seguimento dos diferentes esforços de "
|
||||
"campanha, p. ex., Fall_Drive, Christimas_Special"
|
||||
"Nome para ajudar a manter o controle de suas diferentes campanhas. Ex: Black "
|
||||
"Friday, Natal, etc."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "Este é o método de entrega, p. ex., Postcard, Email, or Banner Ad"
|
||||
msgstr "Método de entrega. Ex: Cartão postal, e-mail ou anúncio de banner"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -603,80 +590,82 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Este é a origem do link, p. ex., Search Engine, outro domínio, or nome da "
|
||||
"lista de emails"
|
||||
"Origem do link. Ex: Mecanismo de busca, outro domínio ou nome da lista de e-"
|
||||
"mail"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
msgstr "A aprovar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Monitore eventos futuros (ex: Natal, Black Friday…) e publique conteúdo em "
|
||||
"momentos oportunos."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
msgstr "Campanha UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
msgstr "Campanhas UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
msgstr "Meio do UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
msgstr "Mixin de UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
msgstr "Origem do UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
msgstr "Mixin de origens do UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"As origens do UTM rastreiam de onde provém o tráfego (Ex: \"Newsletter de "
|
||||
"maio\" etc.)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
msgstr "Estágios de UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
msgstr "Marcador de UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
|
|
@ -686,21 +675,43 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Usar nas Minhas campanhas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "Ex: \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "Ex: \"Comunicação de Natal\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "Ex: \"E-mail\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
msgstr "Ex: \"Black Friday\""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
|
|
|||
|
|
@ -1,35 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# a75f12d3d37ea5bf159c4b3e85eb30e7_0fa6927, 2023
|
||||
# Maitê Dietze, 2024
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# Ruani Lazzarotto <ruanilazzarotto@gmail.com>, 2023
|
||||
# Layna Nascimento, 2023
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 10:07+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/utm/pt_BR/>\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
|
||||
"1000000 == 0) ? 1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s(%(model_description)s criado em %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Ativo"
|
||||
|
|
@ -42,19 +44,24 @@ msgstr "Permitir a filtragem de campanhas relevantes"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Fluxo baseado em aprovações"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Aprovada"
|
||||
msgstr "Aprovado"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arquivar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arquivado"
|
||||
|
||||
|
|
@ -67,9 +74,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Fluxo orientado ao público"
|
||||
msgstr "Fluxo orientado por público"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -91,7 +97,7 @@ msgstr "Identificador da campanha"
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "Nome da Campanha"
|
||||
msgstr "Nome da campanha"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
|
|
@ -102,7 +108,7 @@ msgstr "Estágio da campanha"
|
|||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "Marcadores de Campanha"
|
||||
msgstr "Marcadores da campanha"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
|
|
@ -117,8 +123,13 @@ msgid ""
|
|||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"As campanhas são usadas para centralizar seus esforços de marketing e "
|
||||
"rastrear seus resultados."
|
||||
"As campanhas são usadas para concentrar suas iniciativas de marketing e "
|
||||
"monitorar os resultados."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Campanhas atribuídas a mim"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -128,7 +139,6 @@ msgstr "Especial de Natal"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "Reúna ideias e conteúdo de design criativo e publique após revisar."
|
||||
|
||||
|
|
@ -136,12 +146,11 @@ msgstr "Reúna ideias e conteúdo de design criativo e publique após revisar."
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Índice de Cores"
|
||||
msgstr "Índice de cores"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Redação"
|
||||
|
||||
|
|
@ -158,7 +167,7 @@ msgstr "Criar um marcador"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr "Crie uma campanha"
|
||||
msgstr "Criar uma campanha"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
|
|
@ -186,7 +195,6 @@ msgstr "Criado em"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Fluxo criativo"
|
||||
|
||||
|
|
@ -198,30 +206,29 @@ msgstr "Excluir"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Implantar"
|
||||
msgstr "Implementar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Implementado"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Design"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -230,17 +237,9 @@ msgstr "Nome exibido"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Concluído"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Menu dropdown"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -249,52 +248,47 @@ msgstr "Editar"
|
|||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr "Campanha por E-mail - Produtos"
|
||||
msgstr "Campanha de e-mail - Produtos"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "Campanha de E-mail - Serviços"
|
||||
msgstr "Campanha de e-mail - Serviços"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Fluxo orientado por eventos"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Reunir dados"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"Reúna dados, monte uma lista de destinatários e redija conteúdo baseado no "
|
||||
"Reúna dados, crie uma lista de destinatários e redija conteúdo baseado no "
|
||||
"seu alvo de marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Roteamento HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -303,19 +297,8 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idéias"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificação em"
|
||||
msgstr "Ideias"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
|
|
@ -338,19 +321,17 @@ msgstr "Última atualização em"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Mais tarde"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Rastreio de Links"
|
||||
msgstr "Rastreio de links"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Criação de listas"
|
||||
|
||||
|
|
@ -377,10 +358,16 @@ msgstr "Nome da plataforma"
|
|||
msgid "Mediums"
|
||||
msgstr "Plataformas"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Minhas campanhas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
|
|
@ -395,23 +382,31 @@ msgid "No Sources yet!"
|
|||
msgstr "Ainda não há origens."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pré-lançar"
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Ops! Mão é possível excluir o meio '%s'.\n"
|
||||
"Fazer isso seria como derrubar uma parede de suporte de carga - não é a "
|
||||
"melhor ideia."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pré-lançamento"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Prepare campanhas e obtenha aprovação a elas antes de lançá-las."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -422,7 +417,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Relatório"
|
||||
|
||||
|
|
@ -432,20 +426,22 @@ msgstr "Relatório"
|
|||
msgid "Responsible"
|
||||
msgstr "Responsável"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Restaurar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Revisar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Em Uso"
|
||||
msgstr "Em execução"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
|
|
@ -465,17 +461,13 @@ msgstr "Pesquisar meios UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Enviar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Enviado"
|
||||
|
||||
|
|
@ -487,14 +479,12 @@ msgstr "Sequência"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Lançamento progressivo"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Fluxo de lançamento progressivo"
|
||||
|
||||
|
|
@ -509,13 +499,13 @@ msgstr "Origem"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr "Nome da Fonte"
|
||||
msgstr "Nome da origem"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "Fontes"
|
||||
msgstr "Origens"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
|
|
@ -524,6 +514,7 @@ msgid "Stage"
|
|||
msgstr "Estágio"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -532,9 +523,11 @@ msgstr "Estágios"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Os estágios possibilitam a organização do fluxo de trabalho (Ex: "
|
||||
"Planejamento, Design, Em andamento, Concluído, etc.)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -547,25 +540,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Esse marcador já existe !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Já existe um marcador com este nome."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Marcadores"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"O meio do UTM \"%s\" não pode ser excluído pois é utilizado em alguns fluxos"
|
||||
" funcionais principais, como Recrutamento e E-mail em massa."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -576,32 +559,28 @@ msgstr "O nome deve ser exclusivo"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Este Mês"
|
||||
msgstr "Este mês"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Esta Semana"
|
||||
msgstr "Esta semana"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Este é um nome que ajuda você a manter o controle de seus diferentes "
|
||||
"esforços de campanha, por exemplo, Black Friday, Natal"
|
||||
"Nome para ajudar a manter o controle de suas diferentes campanhas. Ex: Black "
|
||||
"Friday, Natal, etc."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Este é o método de entrega, por exemplo, cartão postal, e-mail ou anúncio de"
|
||||
" banner"
|
||||
msgstr "Método de entrega. Ex: Cartão postal, e-mail ou anúncio de banner"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -609,24 +588,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Esta é a fonte do link, por exemplo, Mecanismo de busca, outro domínio ou "
|
||||
"nome da lista de e-mail"
|
||||
"Origem do link. Ex: Mecanismo de busca, outro domínio ou nome da lista de e-"
|
||||
"mail"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "A aprovar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Monitore eventos futuros (ex: Natal, Black Friday…) e publique conteúdo em "
|
||||
"momentos oportunos."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -649,15 +628,15 @@ msgstr "Meio do UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Os meios do UTM rastreiam o meio utilizado para atrair tráfego (Ex: "
|
||||
"\"Site\", \"Twitter\"…)."
|
||||
"Os meios do UTM rastreiam o meio que foi usado para atrair tráfego (ex.: "
|
||||
"\"Website\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "Mixin do UTM"
|
||||
msgstr "Mixin de UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
|
|
@ -672,8 +651,8 @@ msgstr "Mixin de origens do UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"As origens do UTM rastreiam de onde provém o tráfego (Ex: \"Newsletter de "
|
||||
"maio\" etc.)."
|
||||
|
|
@ -681,12 +660,12 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr "Estágios do UTM"
|
||||
msgstr "Estágios de UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr "Marcador do UTM"
|
||||
msgstr "Marcador de UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
|
|
@ -696,14 +675,18 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Usar nas Minhas campanhas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "Não é possível excluir o registro de origem UTM \"Indicação\"."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
|
|
@ -711,8 +694,26 @@ msgstr ""
|
|||
"Não é possível atualizar vários registros com o mesmo nome. O nome deve ser "
|
||||
"exclusivo!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "Ex: \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "Ex: \"Comunicação de Natal\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "Ex: \"E-mail\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "Ex: \"Black Friday\""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar Por"
|
||||
|
|
|
|||
|
|
@ -1,38 +1,40 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Hongu Cosmin <cosmin513@gmail.com>, 2022
|
||||
# sharkutz <sharkutz4life@yahoo.com>, 2022
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2022
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Lyall Kindmurr, 2024
|
||||
# Larisa_nexterp, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Larisa_nexterp, 2025\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/utm/ro/"
|
||||
">\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Activ"
|
||||
|
|
@ -45,19 +47,24 @@ msgstr "Permite filtrarea campaniilor relevante"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Aprobat(a)"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arhivează"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivat"
|
||||
|
||||
|
|
@ -69,7 +76,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -122,6 +128,11 @@ msgstr ""
|
|||
"Campaniile sunt folosite pentru a vă centraliza eforturile de marketing și "
|
||||
"pentru a putea vizualiza rezultatele acestora."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -130,7 +141,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -143,7 +153,6 @@ msgstr "Index Culori"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -188,7 +197,6 @@ msgstr "Creat în"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -200,30 +208,29 @@ msgstr "Șterge"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
msgstr "Implementare"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Implementat"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Proiectare"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -232,17 +239,9 @@ msgstr "Nume afișat"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Efectuat"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Meniul derulant"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -261,21 +260,18 @@ msgstr "Email Campanie - Servicii"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -283,20 +279,18 @@ msgstr ""
|
|||
"Adunați date, creați o listă de destinatari și scrieți conținut pe baza "
|
||||
"obiectivului dvs. de Marketing."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupează după"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Rutare HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -305,20 +299,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idei"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modificare la"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -340,7 +323,6 @@ msgstr "Ultima actualizare pe"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Mai târziu"
|
||||
|
||||
|
|
@ -352,7 +334,6 @@ msgstr "Urmărire Link"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -379,10 +360,16 @@ msgstr "Nume Mediu"
|
|||
msgid "Mediums"
|
||||
msgstr "Mediii"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Campaniile mele"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Nume"
|
||||
|
||||
|
|
@ -396,24 +383,29 @@ msgstr "Nou(ă)"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -422,7 +414,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Raport"
|
||||
|
||||
|
|
@ -432,18 +423,20 @@ msgstr "Raport"
|
|||
msgid "Responsible"
|
||||
msgstr "Responsabil"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Restabiliți"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Examinare"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "În execuție"
|
||||
|
||||
|
|
@ -460,22 +453,18 @@ msgstr "Programare"
|
|||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "Căutare Mediu UTM "
|
||||
msgstr "Căutare Mediu UTM"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Trimite"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Trimis"
|
||||
|
||||
|
|
@ -487,14 +476,12 @@ msgstr "Secvență"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -524,6 +511,7 @@ msgid "Stage"
|
|||
msgstr "Etapă"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -532,11 +520,9 @@ msgstr "Etape"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Stadiile vă permit să vă organizați fluxul de lucru (de exemplu: "
|
||||
"planificațre proiectare, în desfășurare, realizare,…)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -547,23 +533,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Numele ales exista deja"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Nume etichetă existent deja!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etichete"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -574,25 +552,23 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Luna aceasta"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Săpt. curentă"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Acesta este un nume care vă ajută să țineți evidența diferitelor eforturi de"
|
||||
" campanie, e.g. Fall_Drive, Christmas_Special"
|
||||
"Acesta este un nume care vă ajută să țineți evidența diferitelor eforturi de "
|
||||
"campanie, e.g. Fall_Drive, Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -612,17 +588,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -646,7 +620,7 @@ msgstr "Mediu UTM"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -667,8 +641,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -689,21 +663,43 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupează după"
|
||||
|
|
|
|||
|
|
@ -1,45 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Sergey Vilizhanin, 2022
|
||||
# Irina Fedulova <istartlin@gmail.com>, 2022
|
||||
# Vasiliy Korobatov <korobatov@gmail.com>, 2022
|
||||
# Иван Дроздов <hiraetari@gmail.com>, 2022
|
||||
# ILMIR <karamov@it-projects.info>, 2022
|
||||
# Ivan Kropotkin <yelizariev@itpp.dev>, 2022
|
||||
# Максим Дронь <dronmax@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 2022
|
||||
# Wil Odoo, 2024
|
||||
# Ilya Rozhkov, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Ilya Rozhkov, 2025\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-22 11:28+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/utm/ru/"
|
||||
">\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
|
||||
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s создано на %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Активно"
|
||||
msgstr "Активный"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -49,19 +42,24 @@ msgstr "Позволяет нам фильтровать соответству
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Поток, основанный на утверждении"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Одобрено"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Архив"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Архивировано"
|
||||
|
||||
|
|
@ -75,7 +73,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Поток, ориентированный на аудиторию"
|
||||
|
||||
|
|
@ -128,15 +125,19 @@ msgstr ""
|
|||
"Кампании используются для централизации маркетинговых усилий и отслеживания "
|
||||
"их результатов."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Кампании, которые закреплены за мной"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr "Рождественское предложение"
|
||||
msgstr "Рождественский спецвыпуск"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Сбор идей, разработка креативного контента и его публикация после проверки."
|
||||
|
|
@ -145,19 +146,18 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Цветовая палитра"
|
||||
msgstr "Цветовой индекс"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Копирайтинг"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "Создать тип трафика"
|
||||
msgstr "Создайте носитель"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -172,7 +172,7 @@ msgstr "Создайте кампанию"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr "Создайте сцену для своих кампаний"
|
||||
msgstr "Создайте этап для своих кампаний"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
|
|
@ -181,7 +181,7 @@ msgstr "Создайте сцену для своих кампаний"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Создал"
|
||||
msgstr "Создано:"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -190,12 +190,11 @@ msgstr "Создал"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Дата создания"
|
||||
msgstr "Дата создания:"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Творческий поток"
|
||||
|
||||
|
|
@ -207,30 +206,29 @@ msgstr "Удалить"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Развертывание"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Развернут"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Проектирование"
|
||||
msgstr "Дизайн"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -239,16 +237,8 @@ msgstr "Отображаемое имя"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Выполнено"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Выпадающее меню"
|
||||
msgstr "Готово"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -258,31 +248,28 @@ msgstr "Редактировать"
|
|||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr "Кампания эл. почты - Продукция"
|
||||
msgstr "Кампания электронной почты - Продукты"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "E-mail кампания — Услуги"
|
||||
msgstr "Кампания электронной почты - Услуги"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Поток, управляемый событиями"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Соберите данные"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -290,42 +277,29 @@ msgstr ""
|
|||
"Соберите данные, составьте список получателей и напишите контент, "
|
||||
"ориентируясь на целевую аудиторию."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Группировка"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Маршрутизация HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "Идентификатор"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Идеи"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последнее изменение"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -333,7 +307,7 @@ msgstr "Последнее изменение"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последний раз обновил"
|
||||
msgstr "Последнее обновление:"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -342,12 +316,11 @@ msgstr "Последний раз обновил"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последнее обновление"
|
||||
msgstr "Дата последнего обновления:"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Позже"
|
||||
|
||||
|
|
@ -359,7 +332,6 @@ msgstr "Трекер ссылок"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Составление списков"
|
||||
|
||||
|
|
@ -372,55 +344,69 @@ msgstr "Маркетинг"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Тип трафика"
|
||||
msgstr "Канал"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Название типа трафика"
|
||||
msgstr "Среднее имя"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "Типы трафика"
|
||||
msgstr "Средства"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Мои компании"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Имя"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "Новое"
|
||||
msgstr "Новый"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr "Источников пока нет!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Невозможно удалить источник трафика «%s».\n"
|
||||
"Такое действие можно сравнить с удалением несущей стены – явно не лучшая "
|
||||
"идея."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Перед запуском"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Подготовка кампаний и их утверждение перед запуском."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -431,9 +417,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Отчёт"
|
||||
msgstr "Отчет"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
|
|
@ -442,19 +427,21 @@ msgid "Responsible"
|
|||
msgstr "Ответственный"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Обзор"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Восстановить"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr "Отзыв"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Выполняется"
|
||||
msgstr "Работает"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
|
|
@ -464,46 +451,40 @@ msgstr "Продажа"
|
|||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Расписание"
|
||||
msgstr "Запланировать встречу"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "Поиск типа трафика"
|
||||
msgstr "Поиск UTM Medium"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Отправить"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Отправлено"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Нумерация"
|
||||
msgstr "Последовательность"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Мягкий запуск"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Поток мягкого запуска"
|
||||
|
||||
|
|
@ -533,17 +514,20 @@ msgid "Stage"
|
|||
msgstr "Этап"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "Этапы"
|
||||
msgstr "Стадии"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Этапы позволяют организовать рабочий процесс (например, план, проект, в "
|
||||
"процессе, готово, ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -551,31 +535,20 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Цвет тега. Отсутствие цвета означает отсутствие отображения в канбане, чтобы"
|
||||
" отличить внутренние теги от тегов публичной категоризации."
|
||||
"Цвет тега. Отсутствие цвета означает отсутствие отображения в канбане, чтобы "
|
||||
"отличить внутренние теги от тегов публичной категоризации."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Такой тег уже существует!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Название тега уже существует!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Теги"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"UTM-средство '%s' не может быть удалено, поскольку оно используется в "
|
||||
"некоторых основных функциональных потоках, таких как рекрутинг и массовая "
|
||||
"рассылка."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -586,25 +559,23 @@ msgstr "Имя должно быть уникальным"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Текущий месяц"
|
||||
msgstr "Этот месяц"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Текущая неделя"
|
||||
msgstr "На этой неделе"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Это имя, которое помогает вам следить за различными усилиями кампании, eg "
|
||||
"Fall_Drive, Christmas_Special"
|
||||
"Это имя помогает вам отслеживать различные усилия кампании, например, "
|
||||
"Снижение_Цен, Рождество_Специальный"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
|
|
@ -620,29 +591,29 @@ msgid ""
|
|||
"of email list"
|
||||
msgstr ""
|
||||
"Это источник ссылки, например, поисковая система, другой домен или название "
|
||||
"списка писем"
|
||||
"списка адресов электронной почты."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Будет утверждено"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Отслеживайте наступающие события (например, Рождество, Черная пятница, ...) "
|
||||
"и своевременно публикуйте контент."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "UTM Кампания"
|
||||
msgstr "Кампания UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
|
|
@ -653,26 +624,26 @@ msgstr "Кампании UTM"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "UTM тип трафика"
|
||||
msgstr "UTM Medium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM Mediums отслеживают средство, которое было использовано для привлечения "
|
||||
"трафика (например, \"Веб-сайт\", \"Twitter\", ...)."
|
||||
"UTM-источники фиксируют канал, через который был привлечен трафик (например, "
|
||||
"Вебсайт, X и т. д.)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "микс UTM"
|
||||
msgstr "Миксин UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "источник UTM"
|
||||
msgstr "Источник UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
|
|
@ -682,8 +653,8 @@ msgstr "Миксин источника UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Источники UTM отслеживают, откуда поступает трафик (например, \"May "
|
||||
"Newsletter\", \"\", ...)."
|
||||
|
|
@ -701,28 +672,65 @@ msgstr "UTM-метка"
|
|||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTM-ы"
|
||||
msgstr "UTMs"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Используйте это для моих кампаний"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Вы не можете обновить несколько записей с одинаковым именем. Имя должно быть"
|
||||
" уникальным!"
|
||||
"Вы не можете обновить несколько записей с одинаковым именем. Имя должно быть "
|
||||
"уникальным!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "например, \"Мозговой штурм\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "например, \"Рождественская рассылка\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "например, \"Электронная почта\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "например, \"Черная пятница"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Группировать по"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "UTM-средство '%s' не может быть удалено, поскольку оно используется в "
|
||||
#~ "некоторых основных функциональных потоках, таких как рекрутинг и массовая "
|
||||
#~ "рассылка."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "UTM Mediums отслеживают средство, которое было использовано для "
|
||||
#~ "привлечения трафика (например, \"Веб-сайт\", \"Twitter\", ...)."
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Matus Krnac <matus.krnac@gmail.com>, 2022
|
||||
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
|
||||
|
|
@ -11,29 +11,31 @@
|
|||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Damian Brencic <brencicdamian12313@gmail.com>, 2022
|
||||
#
|
||||
# Tomáš Píšek <Tomas.Pisek@seznam.cz>, 2026.
|
||||
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: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Damian Brencic <brencicdamian12313@gmail.com>, 2022\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-03-06 17:52+0000\n"
|
||||
"Last-Translator: Tomáš Píšek <Tomas.Pisek@seznam.cz>\n"
|
||||
"Language-Team: Slovak <https://translate.odoo.com/projects/odoo-19/utm/sk/>\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && "
|
||||
"n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.16.1\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktívne"
|
||||
|
|
@ -46,19 +48,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Schválené"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Archivovaný"
|
||||
|
||||
|
|
@ -70,7 +77,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -105,7 +111,7 @@ msgstr "Štádium kampane"
|
|||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "Tagy kampane"
|
||||
msgstr "Štítky kampane"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
|
|
@ -121,6 +127,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -129,7 +140,6 @@ msgstr "Vianočný špeciál"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -142,7 +152,6 @@ msgstr "Index farieb"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -187,7 +196,6 @@ msgstr "Vytvorené"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -199,30 +207,29 @@ msgstr "Zmazať"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Rozmiestniť"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Dizajn"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -231,17 +238,9 @@ msgstr "Zobrazovaný názov"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Hotové"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Rozbaľovacie menu"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -260,40 +259,35 @@ msgstr "Emailová kampaň - služby"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Zoskupiť podľa"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP smerovanie"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -302,20 +296,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Nápady"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Posledná úprava"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -337,7 +320,6 @@ msgstr "Naposledy upravované"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Neskôr"
|
||||
|
||||
|
|
@ -349,7 +331,6 @@ msgstr "Sledovač linky"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -376,10 +357,16 @@ msgstr "Názov média"
|
|||
msgid "Mediums"
|
||||
msgstr "Mediá"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Meno"
|
||||
|
||||
|
|
@ -393,24 +380,29 @@ msgstr "Nové"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -419,7 +411,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Report"
|
||||
|
||||
|
|
@ -429,18 +420,20 @@ msgstr "Report"
|
|||
msgid "Responsible"
|
||||
msgstr "Zodpovedný"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Prehľad"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Aktuálne"
|
||||
|
||||
|
|
@ -462,17 +455,13 @@ msgstr "Vyhľadajte médium UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Poslať"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Poslané"
|
||||
|
||||
|
|
@ -484,14 +473,12 @@ msgstr "Postupnosť"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -521,6 +508,7 @@ msgid "Stage"
|
|||
msgstr "Štádium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -529,11 +517,9 @@ msgstr "Štádia"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Fázy vám umožňujú usporiadať pracovný postup (napr. plán, návrh, prebieh, "
|
||||
"hotové, ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -544,22 +530,14 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Názov značky už existuje!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Tagy"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
msgstr "Štítky"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
|
|
@ -571,22 +549,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Tento mesiac"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Tento týždeň"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Toto je názov, ktorý vám pomáha sledovať vaše rôzne kampane, napr. "
|
||||
"Fall_Drive, Christmas_Special"
|
||||
|
|
@ -603,23 +579,21 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Toto je zdroj odkazu, napr. vyhľadávací prostriedok, iná doména, alebo názov"
|
||||
" emailového zoznamu"
|
||||
"Toto je zdroj odkazu, napr. vyhľadávací prostriedok, iná doména, alebo názov "
|
||||
"emailového zoznamu"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -643,7 +617,7 @@ msgstr "UTM médium"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -664,8 +638,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -676,7 +650,7 @@ msgstr "UTM štádium"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr "UTM tag"
|
||||
msgstr "UTM štítok"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
|
|
@ -686,12 +660,43 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Zoskupiť podľa"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Jasmina Macur <jasmina@hbs.si>, 2022
|
||||
# Tadej Lupšina <tadej@hbs.si>, 2022
|
||||
|
|
@ -11,32 +11,32 @@
|
|||
# Martin Trigaux, 2022
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
|
||||
# Tomaž Jug <tomaz@editor.si>, 2023
|
||||
# Grega Vavtar <grega@hbs.si>, 2024
|
||||
# Katja Deržič, 2024
|
||||
# Aleš Pipan, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Aleš Pipan, 2025\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:33+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/utm/sl/"
|
||||
">\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivno"
|
||||
|
|
@ -44,24 +44,29 @@ msgstr "Aktivno"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
msgstr "Omogoča nam filtriranje ustreznih oglaševalskih akcij"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Odobreno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arhiv"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivirano"
|
||||
|
||||
|
|
@ -73,7 +78,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -124,6 +128,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -132,7 +141,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Zbirajte ideje, oblikujte kreativno vsebino in jo po pregledu objavite."
|
||||
|
|
@ -146,7 +154,6 @@ msgstr "Barvni indeks"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -191,7 +198,6 @@ msgstr "Ustvarjeno"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -203,30 +209,29 @@ msgstr "Izbriši"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Namestitev"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Načrtovanje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -235,17 +240,9 @@ msgstr "Prikazani naziv"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Opravljeno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Spusti seznam"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -264,40 +261,35 @@ msgstr "Storitve kampanje preko elektronske pošte"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Zbiranje podatkov"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Združi po"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP usmerjanje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -306,20 +298,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnjič spremenjeno"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -341,7 +322,6 @@ msgstr "Zadnjič posodobljeno"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Pozneje"
|
||||
|
||||
|
|
@ -353,7 +333,6 @@ msgstr "Sledilnik povezavam"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Oblikovanje seznama"
|
||||
|
||||
|
|
@ -380,10 +359,16 @@ msgstr "Naziv medija"
|
|||
msgid "Mediums"
|
||||
msgstr "Mediji"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
|
|
@ -397,24 +382,29 @@ msgstr "Novo"
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pred zagonom"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -423,7 +413,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Poročilo"
|
||||
|
||||
|
|
@ -433,18 +422,20 @@ msgstr "Poročilo"
|
|||
msgid "Responsible"
|
||||
msgstr "Odgovoren"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Obnovi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Pregled"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "V teku"
|
||||
|
||||
|
|
@ -466,17 +457,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Pošlji"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Poslano"
|
||||
|
||||
|
|
@ -488,14 +475,12 @@ msgstr "Zaporedje"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -525,6 +510,7 @@ msgid "Stage"
|
|||
msgstr "Stopnja"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -533,8 +519,8 @@ msgstr "Stopnje"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -546,23 +532,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Označba že obstaja!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Ime oznake že obstaja!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Ključne besede"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -573,22 +551,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Ta mesec"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Ta teden"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Naziv, ki pomaga slediti različnim kampanjam, Primer: Posebna_ponudba, "
|
||||
"Božična_akcija"
|
||||
|
|
@ -603,26 +579,21 @@ msgstr "Metoda dostave. Primer: razglednica, E-pošta, pasica, ..."
|
|||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Vir povezave. Primer: Iskalnik, druga domena, naziv e-poštnega seznama"
|
||||
msgstr "Vir povezave. Primer: Iskalnik, druga domena, naziv e-poštnega seznama"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Spremljanje prihajajočih dogodkov (npr.: božič, črni petek, ...) in "
|
||||
"objavljanje pravočasnih vsebin."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -645,7 +616,7 @@ msgstr "UTM Medij"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -666,8 +637,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -688,21 +659,43 @@ msgstr "UTM-ji (moduli za sledenje Urchin)"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Uporabite to za kampanje"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Združi po"
|
||||
|
|
|
|||
|
|
@ -1,28 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
|
@ -35,19 +36,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -59,7 +65,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -110,6 +115,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -118,7 +128,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -131,7 +140,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -176,7 +184,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -188,30 +195,29 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -220,17 +226,9 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -249,40 +247,35 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -291,20 +284,9 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -326,7 +308,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -338,7 +319,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -365,10 +345,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -382,24 +368,29 @@ msgstr ""
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -408,7 +399,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -418,18 +408,20 @@ msgstr ""
|
|||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -451,17 +443,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -473,14 +461,12 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -510,6 +496,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -518,8 +505,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -531,23 +518,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -558,22 +537,20 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -591,17 +568,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -625,7 +600,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -646,8 +621,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -668,10 +643,38 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,704 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Uros Kalajdzic <ukalajdzic@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: コフスタジオ, 2024\n"
|
||||
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivno"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr "Allows us to filter relevant Campaigns"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Approval-based Flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Odobreno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivirano"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr "Assign tags to your campaigns to organize, filter and track them."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Audience-driven Flow"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr "Automatically Generated Campaign"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "Kampanja"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr "Campaign Identifier"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "Ime Kampanje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr "Campaign Stage"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "Campaign Tags"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "Kampanje"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr "Christmas Special"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "Collect ideas, design creative content and publish it once reviewed."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Indeks boja"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "Create a Medium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr "Create a Tag"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr "Create a campaign"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr "Create a stage for your campaigns"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Creative Flow"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Deploy"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Deployed"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Dizajn"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Završeno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Padajući meni"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "Uredi"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr "Email Campaign - Products"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr "Email Campaign - Services"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Event-driven Flow"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Gather Data"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupiši po"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP rutiranje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ideas"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Poslednja izmena dana"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Poslednje izmenio/la"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Poslednje ažuriranje dana"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Kasnije"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Link Tracker"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "List-Building"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr "Marketing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Posrednik"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Medium Name"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "Medijumi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "Novo"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr "No Sources yet!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pre-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Prepare Campaigns and get them approved before making them go live."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Izveštaj"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "Odgovorno lice"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Pregled"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Pokrenut"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Prodaja"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Zakaži"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "Search UTM Medium"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Pošalji"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Poslato"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Niz"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Soft-Launch Flow"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "Izvorno"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr "Source Name"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "Izvori"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "Faza"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "Faze"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Naziv oznake već postoji !"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
msgid "Tags"
|
||||
msgstr "Oznake"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr "The name must be unique"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Ovog meseca"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Ove nedelje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Ovo je naziv koji će vam pomoći da pratite svoje napore u različitim "
|
||||
"kampanjama, npr. Jesenji_Popust, Božićni_Specijal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "Ovo je metod dostave, npr. Čestitka, Email ili baner"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Ovo je izvor linka, npr. Pretraživač, drugi domen, ili naziv mailing liste"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "To be Approved"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "UTM kampanja"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr "UTM Campaigns"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "UTM Medium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "UTM Mixin"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "UTM izvor"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr "UTM Source Mixin"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr "UTM Stages"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr "UTM Tag"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTMs"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Use This For My Campaigns"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "e.g. Black Friday"
|
||||
|
|
@ -1,157 +1,323 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Ljubisa Jovev <ljubisa.jovev@gmail.com>, 2017
|
||||
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||
# Martin Trigaux <mat@odoo.com>, 2017
|
||||
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
|
||||
# Uros Kalajdzic <ukalajdzic@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Project-Id-Version: Odoo Server 16.0beta\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/utm/sr_Latn/>\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_active
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivan"
|
||||
msgstr "Aktivno"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_campaign_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_tree
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Approved"
|
||||
msgstr "Odobreno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arhiva"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arhivirano"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "Kampanja"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "Ime Kampanje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_act
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "Kampanje"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
msgid "Channel"
|
||||
msgstr "Kanal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_name
|
||||
msgid "Channel Name"
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "Channels"
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_christmas_special
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Indeks boja"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Click to define a new medium."
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "Click to define a new source."
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_uid
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Datum kreiranja"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_display_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "Obriši"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_products
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Done"
|
||||
msgstr "Završeno"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "Uredi"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_email_campaign_services
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_facebook
|
||||
msgid "Facebook"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP routing"
|
||||
msgstr ""
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP rutiranje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin___last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promena"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Ideas"
|
||||
msgstr "Ideje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Promenio"
|
||||
msgstr "Poslednje izmenio/la"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Vreme promene"
|
||||
msgstr "Poslednje ažuriranje dana"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
|
|
@ -159,52 +325,169 @@ msgid "Link Tracker"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_mailing
|
||||
msgid "Mailing Partner"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr "Marketing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Posrednik"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_medium_id
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Medium"
|
||||
msgid "Mediums"
|
||||
msgstr "Medijumi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_newsletter
|
||||
msgid "Newsletter"
|
||||
msgstr "Novine"
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,name:utm.utm_campaign_fall_drive
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr "Novo"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Report"
|
||||
msgstr "Izveštaj"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "Odgovorno lice"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Obnovi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Running"
|
||||
msgstr "Pokrenut"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Prodaja"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_search_engine
|
||||
msgid "Search engine"
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Zakaži"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#: model:ir.model.fields,field_description:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin_source_id
|
||||
msgid "Source"
|
||||
msgstr "Izvor"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Send"
|
||||
msgstr "Pošalji"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_name
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
msgid "Sent"
|
||||
msgstr "Poslato"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Niz"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr "Izvorno"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -212,53 +495,202 @@ msgstr ""
|
|||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
msgstr "Izvori"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_campaign_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_campaign_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "Faza"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "Faze"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" i.e. Fall_Drive, Christmas_Special"
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_medium_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_medium_id
|
||||
msgid "This is the method of delivery, i.e. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_account_invoice_source_id
|
||||
#: model:ir.model.fields,help:utm.field_crm_lead_source_id
|
||||
#: model:ir.model.fields,help:utm.field_hr_applicant_source_id
|
||||
#: model:ir.model.fields,help:utm.field_link_tracker_source_id
|
||||
#: model:ir.model.fields,help:utm.field_sale_order_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin_source_id
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"This is the source of the link, i.e. Search Engine, another domain, or name "
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Naziv oznake već postoji!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Oznake"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Month"
|
||||
msgstr "Ovog meseca"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "This Week"
|
||||
msgstr "Ove nedelje"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Ovo je naziv koji će vam pomoći da pratite svoje napore u različitim "
|
||||
"kampanjama, npr. Jesenji_Popust, Božićni_Specijal"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "Ovo je metod dostave, npr. Čestitka, Email ili baner"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Ovo je izvor linka, npr. Pretraživač, drugi domen, ili naziv mailing liste"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.source,name:utm.utm_source_twitter
|
||||
msgid "Twitter"
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid ""
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "UTM kampanja"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "UTM izvor"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTMs"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "utm.mixin"
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupiši po"
|
||||
|
|
|
|||
|
|
@ -1,42 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2022
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2022
|
||||
# Mikael Åkerberg <mikael.akerberg@mariaakerberg.com>, 2022
|
||||
# Martin Wilderoth <martin.wilderoth@linserv.se>, 2022
|
||||
# Kristoffer Grundström <lovaren@gmail.com>, 2022
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Simon S, 2022
|
||||
# Lasse L, 2023
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2024
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2024
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Hanna Kharraziha <hakha@odoo.com>, 2026.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-03-06 17:47+0000\n"
|
||||
"Last-Translator: Hanna Kharraziha <hakha@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/utm/sv/>"
|
||||
"\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.16.1\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s skapad på %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s skapad den %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Aktiv"
|
||||
|
|
@ -49,19 +50,24 @@ msgstr "Gör det möjligt för oss att filtrera relevanta kampanjer"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Godkännande-baserat flöde"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Godkänd"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arkiv"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arkiverad"
|
||||
|
||||
|
|
@ -75,7 +81,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Målgruppsdrivet flöde"
|
||||
|
||||
|
|
@ -128,6 +133,11 @@ msgstr ""
|
|||
"Kampanjer används för att centralisera dina marknadsföringsinsatser och "
|
||||
"spåra deras resultat."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Kampanjer som är tilldelade mig"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -136,7 +146,6 @@ msgstr "Julspecial"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Samla in idéer, utforma kreativt innehåll och publicera det när det har "
|
||||
|
|
@ -151,7 +160,6 @@ msgstr "Färgindex"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Copywriting"
|
||||
|
||||
|
|
@ -191,47 +199,45 @@ msgstr "Skapad av"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Skapad"
|
||||
msgstr "Skapad den"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Kreativt flöde"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr "Ta bort"
|
||||
msgstr "Radera"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Driftsätta"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Utplacerad"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Konstruktion"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -240,17 +246,9 @@ msgstr "Visningsnamn"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Klar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Rullgardinsmeny"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -269,21 +267,18 @@ msgstr "E-postkampanj - Tjänster"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Händelsestyrt flöde"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Samla in data"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -291,20 +286,18 @@ msgstr ""
|
|||
"Samla in data, skapa en mottagarlista och skriv innehåll baserat på ditt "
|
||||
"marknadsföringsmål."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Gruppera efter"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP-rutt"
|
||||
msgstr "HTTP-routing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -313,20 +306,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Idéer"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Senast redigerad den"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -343,12 +325,11 @@ msgstr "Senast uppdaterad av"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Senast uppdaterad på"
|
||||
msgstr "Senast uppdaterad den"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Senare"
|
||||
|
||||
|
|
@ -360,7 +341,6 @@ msgstr "Länkspårning"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Uppbyggnad av listor"
|
||||
|
||||
|
|
@ -387,10 +367,16 @@ msgstr "Medium Namn"
|
|||
msgid "Mediums"
|
||||
msgstr "Media"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Mina kampanjer"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Namn"
|
||||
|
||||
|
|
@ -404,35 +390,41 @@ msgstr "Ny"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Inga källor ännu!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Hoppsan, du kan inte ta bort ett Medium ' '%s'.\n"
|
||||
"Att göra det skulle vara som att riva en bärande vägg - inte den bästa idén."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Före lansering"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Förbereda kampanjer och få dem godkända innan de går live."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"Förbered din kampanj, testa den med en del av din publik och distribuera den"
|
||||
" helt och hållet efteråt."
|
||||
"Förbered din kampanj, testa den med en del av din publik och distribuera den "
|
||||
"helt och hållet efteråt."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Rapport"
|
||||
|
||||
|
|
@ -442,18 +434,20 @@ msgstr "Rapport"
|
|||
msgid "Responsible"
|
||||
msgstr "Ansvarig"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Återställ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Granska"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Pågående"
|
||||
|
||||
|
|
@ -475,17 +469,13 @@ msgstr "Sök UTM Medium"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Skicka"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Skickat"
|
||||
|
||||
|
|
@ -497,14 +487,12 @@ msgstr "Sekvens"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Mjuk lansering"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Mjukstartande flöde"
|
||||
|
||||
|
|
@ -525,26 +513,29 @@ msgstr "Källnamn"
|
|||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr "Källa"
|
||||
msgstr "Källor"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr "Etapp"
|
||||
msgstr "Läge"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr "Etapper"
|
||||
msgstr "Stadier"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Stadier låter dig organisera ditt arbetsflöde (t.ex. planera, designa, "
|
||||
"pågående, färdigt, …)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -557,25 +548,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Etikettnamn existerar redan!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Taggnamnet finns redan!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiketter"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"UTM-mediet \"%s\" kan inte tas bort eftersom det används i vissa viktiga "
|
||||
"funktionella flöden, t.ex. rekrytering och massutskick."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -586,22 +567,20 @@ msgstr "Namnet måste vara unikt"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Denna Månaden"
|
||||
msgstr "Denna månaden"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Den här veckan"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Det här är ett namn som hjälper dig att hålla koll på dina olika "
|
||||
"kampanjinsatser, t.ex. Fall_Drive, Christmas_Special"
|
||||
|
|
@ -610,7 +589,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Detta är leveransmetoden, t.ex. 'Postkort', 'E-post' eller 'Bannerannons'"
|
||||
"Detta är leveransmetoden, t.ex. 'Postkort', 'E-post' eller 'Annonsruta'"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -624,18 +603,18 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Ska godkännas"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Spåra inkommande händelser (t.ex. jul, Black Friday, ...) och publicera "
|
||||
"aktuellt innehåll."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -658,10 +637,10 @@ msgstr "UTM Medium"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM-medier spårar medelvärdet som användes för att locka trafik (t.ex. "
|
||||
"\"Webbplats\", \"X\" (f.d. Twitter), ...)."
|
||||
"\"Webbplats\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -681,8 +660,8 @@ msgstr "UTM-källa Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM-källor spårar var trafiken kommer ifrån (t.ex. \"maj nyhetsbrev\", "
|
||||
"\"sommarkampanj\", ...)."
|
||||
|
|
@ -705,22 +684,44 @@ msgstr "UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Använder detta för mina kampanjer"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Du kan inte uppdatera flera poster med samma namn. Namnet ska vara unikt!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "t.ex. \"Brainstorming\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "t.ex. \"Julutskick\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "t.ex. \"E-post\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "eg Svarta fredagen"
|
||||
msgstr "t.ex. Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Gruppera efter"
|
||||
|
|
|
|||
|
|
@ -1,679 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Stage"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
|
|
@ -1,28 +1,31 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Bagavathikumar Ramakrishnan <bagavathikumar@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"POT-Creation-Date: 2023-05-16 13:50+0000\n"
|
||||
"PO-Revision-Date: 2016-02-11 13:03+0000\n"
|
||||
"Last-Translator: Bagavathikumar Ramakrishnan <bagavathikumar@gmail.com>\n"
|
||||
"Language-Team: Tamil (http://www.transifex.com/odoo/odoo-9/language/ta/)\n"
|
||||
"Language: ta\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
|
@ -35,19 +38,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -59,7 +67,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -71,7 +78,7 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
msgstr "பிரச்சாரம்"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
|
|
@ -83,7 +90,7 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
msgstr "பிரச்சார பெயர்"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
|
|
@ -101,24 +108,26 @@ msgstr ""
|
|||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr ""
|
||||
msgstr "பிரச்சாரங்கள்"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgid "Campaigns are used to centralize your marketing efforts and track their results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
msgstr "கிறிஸ்துமஸ்த்தில் சிறப்பு"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -131,7 +140,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -162,7 +170,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
msgstr "உருவாக்கியவர்"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -172,11 +180,12 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
"உருவாக்கப்பட்ட \n"
|
||||
"தேதி"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -188,23 +197,19 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -215,22 +220,14 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
msgstr "காட்சி பெயர்"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -244,29 +241,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
msgstr "மின்னஞ்சல் பிரச்சாரம் - சேவைகள்"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgid "Gather data, build a recipient list and write content based on your Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -286,25 +278,14 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -312,7 +293,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -321,24 +302,22 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
msgstr "கடைசியாக புதுப்பிக்கப்பட்டது"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
msgstr "இணைப்பு தட"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -351,7 +330,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
msgstr "நடுத்தரம்"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -365,10 +344,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -385,30 +370,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgid "Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -418,25 +397,27 @@ msgstr ""
|
|||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr ""
|
||||
msgstr "விற்பனை"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
|
|
@ -451,17 +432,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -473,14 +450,12 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -490,18 +465,18 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "Source"
|
||||
msgstr ""
|
||||
msgstr "ஆதாரம்"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
msgstr "மூல பெயர்"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
msgid "Sources"
|
||||
msgstr ""
|
||||
msgstr "ஆதாரங்கள்"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
|
|
@ -510,6 +485,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -517,35 +493,29 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgid "Stages allow you to organize your workflow (e.g. plan, design, in progress, done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgid "Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgid "The UTM medium '%s' cannot be deleted as it is used in some main functional flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -558,22 +528,18 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgid "This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -583,25 +549,19 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgid "This is the source of the link, e.g. Search Engine, another domain, or name of email list"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgid "Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -623,9 +583,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgid "UTM Mediums track the mean that was used to attract traffic (e.g. \"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -645,9 +603,7 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgid "UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -663,15 +619,29 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
msgstr "UTMs"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,36 +1,35 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# surapas haemaprasertsuk <surapas@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Wichanon Jamwutthipreecha, 2022
|
||||
# Rasareeyar Lappiam, 2024
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:38+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/utm/th/>\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s สร้างเมื่อวันที่ %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "เปิดใช้งาน"
|
||||
|
|
@ -43,19 +42,24 @@ msgstr "ช่วยให้เราสามารถกรองแคมเ
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "โฟลว์ตามการอนุมัติ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "อนุมัติแล้ว"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "เก็บถาวร"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "เก็บถาวรแล้ว"
|
||||
|
||||
|
|
@ -67,7 +71,6 @@ msgstr "กำหนดแท็กให้กับแคมเปญของ
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "โฟลว์ที่ขับเคลื่อนโดยผู้ชม"
|
||||
|
||||
|
|
@ -118,6 +121,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr "แคมเปญใช้เพื่อรวมศูนย์การตลาดของคุณและติดตามผลลัพธ์"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "แคมเปญที่มอบหมายให้ฉัน"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -126,7 +134,6 @@ msgstr "คริสต์มาสสเปเชียล"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "รวบรวมไอเดีย ออกแบบเนื้อหาที่สร้างสรรค์ และเผยแพร่เมื่อตรวจสอบแล้ว"
|
||||
|
||||
|
|
@ -139,14 +146,13 @@ msgstr "ดัชนีสี"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "การเขียนโฆษณา"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid "Create a Medium"
|
||||
msgstr "สร้างสื่อกลาง"
|
||||
msgstr "สร้างวิธีที่เข้ามา"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -184,7 +190,6 @@ msgstr "สร้างเมื่อ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "โฟลว์ความคิดสร้างสรรค์"
|
||||
|
||||
|
|
@ -196,30 +201,29 @@ msgstr "ลบ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "ปรับใช้"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "ปรับใช้"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "ออกแบบ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -228,21 +232,13 @@ msgstr "แสดงชื่อ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "เสร็จสิ้น"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "เมนูดรอปดาว์น"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "การแก้ไข"
|
||||
msgstr "แก้ไข"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
|
|
@ -257,32 +253,22 @@ msgstr "อีเมลแคมเปญ - บริการ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "โฟลว์ที่ขับเคลื่อนด้วยอีเวนต์"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "รวบรวมข้อมูล"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"รวบรวมข้อมูล สร้างรายชื่อผู้รับ "
|
||||
"และเขียนเนื้อหาอิงตามเป้าหมายทางการตลาดของคุณ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "กลุ่มโดย"
|
||||
msgstr "รวบรวมข้อมูล สร้างรายชื่อผู้รับ และเขียนเนื้อหาอิงตามเป้าหมายทางการตลาดของคุณ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
|
|
@ -290,9 +276,12 @@ msgid "HTTP Routing"
|
|||
msgstr "การกำหนด HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -301,20 +290,9 @@ msgstr "ไอดี"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "แนวคิด"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "แก้ไขครั้งล่าสุดเมื่อ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -336,7 +314,6 @@ msgstr "อัปเดตครั้งล่าสุดเมื่อ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "ภายหลัง"
|
||||
|
||||
|
|
@ -348,7 +325,6 @@ msgstr "ตัวติดตามลิงก์"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "ตัวสร้าง-รายการ"
|
||||
|
||||
|
|
@ -361,24 +337,30 @@ msgstr "การตลาด"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "สื่อกลาง"
|
||||
msgstr "วิธีที่เข้ามา"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "ชื่อกลาง"
|
||||
msgstr "ชื่อวิธีที่เข้ามา"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "สื่อกลาง"
|
||||
msgstr "วิธีที่เข้ามา"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "แคมเปญของฉัน"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "ชื่อ"
|
||||
|
||||
|
|
@ -392,35 +374,39 @@ msgstr "ใหม่"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "ยังไม่มีแหล่งที่มา!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"อุ๊ย! คุณไม่สามารถลบไฟล์ '%s' ได้\n"
|
||||
"การดำเนินการเช่นนั้นอาจไม่ใช่ความคิดที่ดีที่สุด"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "ก่อนการเปิดตัว"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "เตรียมแคมเปญและได้รับการอนุมัติก่อนที่จะเผยแพร่"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"เตรียมแคมเปญของคุณ ทดสอบกับผู้ชมบางส่วนของคุณ "
|
||||
"และปรับใช้อย่างเต็มที่ในภายหลัง"
|
||||
msgstr "เตรียมแคมเปญของคุณ ทดสอบกับผู้ชมบางส่วนของคุณ และปรับใช้อย่างเต็มที่ในภายหลัง"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "รายงาน"
|
||||
|
||||
|
|
@ -430,18 +416,20 @@ msgstr "รายงาน"
|
|||
msgid "Responsible"
|
||||
msgstr "รับผิดชอบ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "คืนค่า"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "รีวิว"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "การดำเนินการ"
|
||||
|
||||
|
|
@ -458,22 +446,18 @@ msgstr "กำหนดเวลา"
|
|||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "ค้นหาสื่อกลาง UTM"
|
||||
msgstr "ค้นหาวิธีที่เข้ามา UTM"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "ส่ง"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "ส่งแล้ว"
|
||||
|
||||
|
|
@ -485,14 +469,12 @@ msgstr "ลำดับ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "โฟลว์ Soft-Launch"
|
||||
|
||||
|
|
@ -522,6 +504,7 @@ msgid "Stage"
|
|||
msgstr "ขั้นตอน"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -530,11 +513,11 @@ msgstr "สถานะ"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"ขั้นตอนช่วยให้คุณจัดระเบียบเวิร์กโฟลว์ของคุณ (เช่น : วางแผน การออกแบบ "
|
||||
"อยู่ระหว่างดำเนินการ เสร็จสิ้น …)"
|
||||
"ขั้นตอนช่วยให้คุณสามารถจัดระเบียบเวิร์กโฟลว์ของคุณได้ (เช่น แผน การออกแบบ กำลังดำเนินการ "
|
||||
"เสร็จแล้ว …)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -542,31 +525,19 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"แท็กสี "
|
||||
"ไม่มีสีหมายความว่าไม่มีการแสดงในคัมบังเพื่อแยกแท็กภายในออกจากแท็กการจัดหมวดหมู่สาธารณะ"
|
||||
"แท็กสี ไม่มีสีหมายความว่าไม่มีการแสดงในคัมบังเพื่อแยกแท็กภายในออกจากแท็กการจัดหมวดหมู่สาธารณะ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "ชื่อแท็กนี้มีอยู่แล้ว!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "มีชื่อแท็กแล้ว!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "แท็ก"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"ไม่สามารถลบวิธีที่เข้ามา UTM '%s' ได้ "
|
||||
"เนื่องจากถูกใช้ในขั้นตอนการทำงานหลักบางอย่าง เช่น "
|
||||
"การสรรหาบุคลากรและการส่งไปรษณีย์จำนวนมาก"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -577,82 +548,74 @@ msgstr "ชื่อต้องไม่ซ้ำกัน"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "เดือนนี้"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "สัปดาห์นี้"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"ชื่อนี้ช่วยให้คุณติดตามความพยายามของแคมเปญต่าง ๆ เช่น Fall_Drive, "
|
||||
"Christmas_Special"
|
||||
"ชื่อนี้ช่วยให้คุณติดตามความพยายามของแคมเปญต่าง ๆ เช่น Fall_Drive, Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "นี้เป็นวิธีการจัดส่งเช่น โปสการ์ด อีเมล หรือโฆษณาแบนเนอร์"
|
||||
msgstr "นี้เป็นวิธีการจัดส่งเช่น โปสการ์ด อีเมล หรือป้ายโฆษณา"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"นี่เป็นที่มาของลิงก์ เช่น เครื่องมือค้นหา โดเมนอื่นๆ หรือชื่อรายการอีเมล"
|
||||
msgstr "นี่เป็นที่มาของลิงก์ เช่น เครื่องมือค้นหา โดเมนอื่นๆ หรือชื่อรายการอีเมล"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "ได้รับการอนุมัติ"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"ติดตามอีเวนต์ที่เข้ามา (เช่น คริสต์มาส แบล็กฟรายเดย์ ...) "
|
||||
"และเผยแพร่เนื้อหาในเวลาที่เหมาะสม"
|
||||
"ติดตามกิจกรรมที่กำลังจะเกิดขึ้น (เช่น คริสต์มาส แบล็กฟรายเดย์ ...) "
|
||||
"และเผยแพร่เนื้อหาอย่างทันท่วงที"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "แคมเปญ UTM "
|
||||
msgstr "แคมเปญ UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr "แคมเปญ UTM "
|
||||
msgstr "แคมเปญ UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "สื่อกลาง UTM"
|
||||
msgstr "วิธีที่เข้ามา UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr ""
|
||||
"สื่อกลาง UTM ติดตามค่าเฉลี่ยที่ใช้ในการดึงดูดการเข้าชม (เช่น \"เว็บไซต์\", "
|
||||
"\"Twitter\", ...)"
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr "สื่อ UTM ติดตามค่าเฉลี่ยที่ใช้ดึงดูดการเข้าชม (เช่น \"เว็บไซต์\" \"X\" ฯลฯ)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -672,11 +635,9 @@ msgstr "มิกซ์อินแหล่งที่มา UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
msgstr ""
|
||||
"แหล่งที่มา UTM ติดตามที่มาของการเข้าชม (เช่น \"จดหมายข่าวพฤษภาคม\", \"\", "
|
||||
"...)"
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr "แหล่งที่มา UTM ติดตามที่มาของการเข้าชม (เช่น \"จดหมายข่าวพฤษภาคม\", \"\", ...)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
|
|
@ -696,22 +657,50 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "ใช้สิ่งนี้สำหรับแคมเปญของฉัน"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"คุณไม่สามารถอัปเดตข้อมูลหลายรายการที่มีชื่อเดียวกันได้ ชื่อจะต้องไม่ซ้ำกัน!"
|
||||
msgstr "คุณไม่สามารถอัปเดตข้อมูลหลายรายการที่มีชื่อเดียวกันได้ ชื่อจะต้องไม่ซ้ำกัน!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "เช่น “การระดมความคิด”"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "เช่น \"อีเมลสำหรับวันคริสต์มาส\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "เช่น \"อีเมล\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "เช่น แบล็คฟรายเดย์"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "กลุ่มโดย"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "สื่อกลาง UTM ติดตามค่าเฉลี่ยที่ใช้ในการดึงดูดการเข้าชม (เช่น \"เว็บไซต์\", "
|
||||
#~ "\"Twitter\", ...)"
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Güven YILMAZ <guvenyilmaz@outlook.com.tr>, 2022
|
||||
# abc Def <hdogan1974@gmail.com>, 2022
|
||||
# Ayhan KIZILTAN <akiziltan76@hotmail.com>, 2022
|
||||
# Ediz Duman <neps1192@gmail.com>, 2022
|
||||
# Halil, 2022
|
||||
# Erdem Keskin <erdemkeskines@gmail.com>, 2022
|
||||
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2022
|
||||
|
|
@ -15,31 +14,36 @@
|
|||
# Martin Trigaux, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
# Levent Karakaş <levent@mektup.at>, 2022
|
||||
# Ediz Duman <neps1192@gmail.com>, 2023
|
||||
# Tugay Hatıl <tugayh@projetgrup.com>, 2023
|
||||
# Deniz Guvener_Odoo <degu@odoo.com>, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# DeepL <noreply-mt-deepl@weblate.org>, 2025.
|
||||
# Odoo Turkish Import <dyki+tr@odoo.com>, 2025.
|
||||
# "Malaz Siddig Elsayed Abuidris (msea)" <msea@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Deniz Guvener_Odoo <degu@odoo.com>, 2025\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-28 12:49+0000\n"
|
||||
"Last-Translator: \"Malaz Siddig Elsayed Abuidris (msea)\" <msea@odoo.com>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/utm/tr/"
|
||||
">\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s(%(create_date)s'de oluşturulan %(model_description)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Etkin"
|
||||
|
|
@ -52,19 +56,24 @@ msgstr "İlgili Kampanyaları filtrelememize olanak tanır"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Onaya Dayalı Akış"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Onaylanmış"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Arşivle"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Arşivlendi"
|
||||
|
||||
|
|
@ -77,7 +86,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "İzleyiciye Dayalı Akış"
|
||||
|
||||
|
|
@ -130,6 +138,11 @@ msgstr ""
|
|||
"Kampanyalar, pazarlama çabalarınızı merkezileştirmek ve sonuçlarını takip "
|
||||
"etmek için kullanılır."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Bana atanan kampanyalar"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -138,22 +151,20 @@ msgstr "Yılbaşına Özel"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Fikirleri toplayın, yaratıcı içerik tasarlayın ve gözden geçirildikten sonra"
|
||||
" yayınlayın."
|
||||
"Fikirleri toplayın, yaratıcı içerik tasarlayın ve gözden geçirildikten sonra "
|
||||
"yayınlayın."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "Renk İndeksi"
|
||||
msgstr "Renk"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Reklam Yazarlığı"
|
||||
|
||||
|
|
@ -184,7 +195,7 @@ msgstr "Kampanyalarınız için bir sahne oluşturun"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oluşturan"
|
||||
msgstr "Tarafından oluşturuldu"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -193,12 +204,11 @@ msgstr "Oluşturan"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oluşturulma"
|
||||
msgstr "Oluşturuldu"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Yaratıcı Akış"
|
||||
|
||||
|
|
@ -210,48 +220,39 @@ msgstr "Sil"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Konumlandırma"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Konumlandırma"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Tasarım"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Görünüm Adı"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Biten"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Aşağı Açılır Menü"
|
||||
msgstr "Yapıldı"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -271,21 +272,18 @@ msgstr "Eposta Kampanyası - Hizmetler"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Olaya Dayalı Akış"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Veri topla"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -293,20 +291,18 @@ msgstr ""
|
|||
"Veri toplayın, bir alıcı listesi oluşturun ve Pazarlama hedefinize göre "
|
||||
"içerik yazın."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupla"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Yönlendirme"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -315,20 +311,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Fikirler"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Son Düzenleme"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -350,7 +335,6 @@ msgstr "Son Güncelleme"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Sonra"
|
||||
|
||||
|
|
@ -362,7 +346,6 @@ msgstr "Bağlantı İzleyici"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Liste Oluşturma"
|
||||
|
||||
|
|
@ -375,7 +358,7 @@ msgstr "Pazarlama"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Orta"
|
||||
msgstr "Aracı:"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -389,10 +372,16 @@ msgstr "Araç Adı"
|
|||
msgid "Mediums"
|
||||
msgstr "Ortamları"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Kampanyalarım"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Adı"
|
||||
|
||||
|
|
@ -406,24 +395,31 @@ msgstr "Yeni"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Henüz Kaynak Yok!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Oops, '%s' Ortamını silemezsiniz.\n"
|
||||
"Bunu yapmak, taşıyıcı bir duvarı yıkmak gibi olur - en iyi fikir değil."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Lansman Öncesi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Kampanyalar hazırlayın ve yayınlamadan önce onaylatın."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -434,7 +430,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Form"
|
||||
|
||||
|
|
@ -444,18 +439,20 @@ msgstr "Form"
|
|||
msgid "Responsible"
|
||||
msgstr "Sorumlu"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Geriyükle"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "İnceleme"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Devam Eden"
|
||||
|
||||
|
|
@ -467,7 +464,7 @@ msgstr "Satış"
|
|||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Çalışma Saatleri"
|
||||
msgstr "Planla"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
|
|
@ -477,36 +474,30 @@ msgstr "Ara UTM Ortamı"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Gönder"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Gönderildi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "Sıra"
|
||||
msgstr "Sıralama"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Soft-Launch Flow"
|
||||
|
||||
|
|
@ -536,6 +527,7 @@ msgid "Stage"
|
|||
msgstr "Aşama"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -544,8 +536,8 @@ msgstr "Aşamalar"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Aşamalar, iş akışınızı düzenlemenize olanak tanır (örneğin: plan, tasarım, "
|
||||
"devam ediyor, bitti,…)."
|
||||
|
|
@ -556,30 +548,20 @@ msgid ""
|
|||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Etiket rengi. Renk olmaması, dahili etiketleri genel kategori etiketlerinden"
|
||||
" ayırt etmek için kanban'da görüntü olmaması anlamına gelir."
|
||||
"Etiket rengi. Renk olmaması, dahili etiketleri genel kategori etiketlerinden "
|
||||
"ayırt etmek için kanban'da görüntü olmaması anlamına gelir."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Etiket adı halihazırda mevcut !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Etiket adı zaten mevcut!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Etiketler"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"UTM ortamı '%s', işe alma ve toplu postalama gibi bazı temel işlevsel "
|
||||
"akışlarda kullanıldığından silinemez."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -590,22 +572,20 @@ msgstr "Ad benzersiz olmalıdır"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Bu Ay"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Bu Hafta"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Farklı kampanya çabalarınızı izlemenize yardımcı olacak bir isimdir Örn: "
|
||||
"Sonbahar_Sürüşü, Yılbaşı_Özel"
|
||||
|
|
@ -621,23 +601,21 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Bu bağlantının kaynağıdır. örn: Arama Motoru, başka alan adı yada bir "
|
||||
"e-posta listesi adı"
|
||||
"Bu bağlantının kaynağıdır. örn: Arama Motoru, başka alan adı yada bir e-"
|
||||
"posta listesi adı"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Onaylanacak"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Gelen etkinlikleri takip edin (örneğin: Noel, Kara Cuma, ...) ve zamanında "
|
||||
"içerik yayınlayın."
|
||||
|
|
@ -646,7 +624,7 @@ msgstr ""
|
|||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
msgid "UTM Campaign"
|
||||
msgstr "UTM kampanyası"
|
||||
msgstr "UTM Kampanyası"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
|
|
@ -663,10 +641,10 @@ msgstr "UTM Medium"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM Ortamları, trafiği çekmek için kullanılan ortalamayı izler (örn. \"Web "
|
||||
"sitesi\", \"Twitter\", ...)."
|
||||
"UTM Ortamları, trafiği çekmek için kullanılan aracı takip eder (ör. \"Web "
|
||||
"Sitesi\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -686,8 +664,8 @@ msgstr "UTM Source Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM Kaynakları trafiğin nereden geldiğini takip eder (örn. \"Mayıs "
|
||||
"Bülteni\", \"\", ...)."
|
||||
|
|
@ -710,21 +688,59 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Bunu Kampanyalarım İçin Kullan"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "'Yönlendirilen' UTM kaynak kaydını silemezsiniz."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Aynı ada sahip birden fazla kaydı güncelleyemezsiniz. İsim benzersiz "
|
||||
"olmalıdır!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "örneğin \"Beyin Fırtınası\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "örneğin \"Noel Postası\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "örneğin \"E-posta\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "e.g. Muhteşem Cuma"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupla"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "UTM ortamı '%s', işe alma ve toplu postalama gibi bazı temel işlevsel "
|
||||
#~ "akışlarda kullanıldığından silinemez."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "UTM Ortamları, trafiği çekmek için kullanılan ortalamayı izler (örn. "
|
||||
#~ "\"Web sitesi\", \"Twitter\", ...)."
|
||||
|
|
|
|||
|
|
@ -1,33 +1,39 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2025
|
||||
#
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2025\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-12 13:04+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/utm/uk/"
|
||||
">\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
|
||||
"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
|
||||
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
|
||||
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s створено %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Активно"
|
||||
|
|
@ -40,19 +46,24 @@ msgstr "Дозволяє нам фільтрувати релевантні ка
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Процес на основі схвалення"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Затверджено"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Архів"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Заархівовано"
|
||||
|
||||
|
|
@ -66,7 +77,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Процес, орієнтований на аудиторію"
|
||||
|
||||
|
|
@ -119,6 +129,11 @@ msgstr ""
|
|||
"Кампанії використовуються для централізації ваших маркетингових зусиль і "
|
||||
"відстеження їх результатів."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Кампанії, призначені мені"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -127,7 +142,6 @@ msgstr "Спеціальні різдвяні"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Збирайте ідеї, створюйте креативний контент і публікуйте його після "
|
||||
|
|
@ -142,7 +156,6 @@ msgstr "Індекс кольору"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Копірайтинг"
|
||||
|
||||
|
|
@ -187,7 +200,6 @@ msgstr "Створено"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Процес створення"
|
||||
|
||||
|
|
@ -199,30 +211,29 @@ msgstr "Видалити"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Розгорнути"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Завантажено"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Дизайн"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -231,17 +242,9 @@ msgstr "Назва для відображення"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Виконано"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Спадне меню"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -260,21 +263,18 @@ msgstr "Електронна пошта - послуги"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Процес на основі подій"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Збирайте дані"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
|
@ -282,20 +282,18 @@ msgstr ""
|
|||
"Збирайте дані, створюйте список одержувачів і пишіть вміст на основі вашої "
|
||||
"маркетингової цілі."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Групувати за"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "Маршрутизація HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -304,20 +302,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Ідеї"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Остання модифікація"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -339,7 +326,6 @@ msgstr "Останнє оновлення"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Пізніше"
|
||||
|
||||
|
|
@ -351,7 +337,6 @@ msgstr "Відстеження посилань"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "Створення списку"
|
||||
|
||||
|
|
@ -378,10 +363,16 @@ msgstr "Назва каналу"
|
|||
msgid "Mediums"
|
||||
msgstr "Канали"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Мої кампанії"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Назва"
|
||||
|
||||
|
|
@ -395,24 +386,29 @@ msgstr "Новий"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Ще немає джерел!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Попередній запуск"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Підготуйте кампанії та отримайте їх схвалення, перш ніж запускати їх."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -423,7 +419,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Звіт"
|
||||
|
||||
|
|
@ -433,18 +428,20 @@ msgstr "Звіт"
|
|||
msgid "Responsible"
|
||||
msgstr "Відповідальний"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Відновлення"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Огляд"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Діючий"
|
||||
|
||||
|
|
@ -466,17 +463,13 @@ msgstr "Пошук каналу UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Надіслати"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Надіслано"
|
||||
|
||||
|
|
@ -488,14 +481,12 @@ msgstr "Послідовність"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Легкий запуск"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Процес легкого запуску"
|
||||
|
||||
|
|
@ -525,6 +516,7 @@ msgid "Stage"
|
|||
msgstr "Стадія"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -533,11 +525,11 @@ msgstr "Етапи"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Етапи дозволяють вам організувати ваш робочий процес (напр. : план, дизайн, "
|
||||
"в процесі, виконано, …)."
|
||||
"Етапи дозволяють організувати ваш робочий процес (наприклад, заплановано, "
|
||||
"дизайн, у процесі, готово, …)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -550,24 +542,14 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Такий тег вже існує!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Такий тег уже існує!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Теги"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Медіа UTM '%s' не можна видалити, оскільки використовується у деяких "
|
||||
"основних процесах, таких як рекрутинг та масова розсилка."
|
||||
msgstr "Мітки"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
|
|
@ -579,22 +561,20 @@ msgstr "Назва має бути унікальною"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Цього місяця"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Цього тижня"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Це ім'я, яке допомагає вам стежити за різними зусиллями кампанії, напр. "
|
||||
"Fall_Drive, Christmas_Special"
|
||||
|
|
@ -603,8 +583,7 @@ msgstr ""
|
|||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Це спосіб доставки, наприклад, листівка, електронна пошта або банерна "
|
||||
"реклама"
|
||||
"Це спосіб доставки, наприклад, листівка, електронна пошта або банерна реклама"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -618,20 +597,18 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "Буде затверджено"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Відстежуйте вхідні події (наприклад, Різдво, Чорну п’ятницю, ...) і "
|
||||
"публікуйте своєчасний контент."
|
||||
"Відстежуйте найближчі події (наприклад, Різдво, Чорна п’ятниця, ...) і "
|
||||
"своєчасно публікуйте вміст."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -648,26 +625,24 @@ msgstr "Кампанії UTM"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "Канал UTM "
|
||||
msgstr "Канал UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Канали UTM відстежують значення, яке було використано для залучення трафіку "
|
||||
"(наприклад, «Веб-сайт», «Твіттер», ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "Мікс UTM "
|
||||
msgstr "Мікс UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "Джерело UTM "
|
||||
msgstr "Джерело UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
|
|
@ -677,8 +652,8 @@ msgstr "Джерело UTM Mixin"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Джерела UTM відстежують, звідки надходить трафік (наприклад, \"Травень "
|
||||
"інформаційний бюлетень\", \"\", ...)."
|
||||
|
|
@ -701,14 +676,18 @@ msgstr "UTM"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Використовуйте це для Моєї кампанії"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
|
|
@ -716,8 +695,33 @@ msgstr ""
|
|||
"Ви не можете оновити кілька записів з однаковою назвою. Назва має бути "
|
||||
"унікальною!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "напр. \"Брейншторм\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "напр. \"Різдвяна розсилка\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "напр. \"Email\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "напр., Чорна П'ятниця"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Групувати за"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr ""
|
||||
#~ "Канали UTM відстежують значення, яке було використано для залучення "
|
||||
#~ "трафіку (наприклад, «Веб-сайт», «Твіттер», ...)."
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2025-02-10 08:27+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -18,11 +18,11 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
|
@ -35,19 +35,24 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -59,7 +64,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -110,6 +114,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -118,7 +127,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -131,7 +139,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -176,7 +183,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -188,30 +194,29 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -220,17 +225,9 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -249,40 +246,35 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -291,20 +283,9 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -326,7 +307,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -338,7 +318,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -365,10 +344,16 @@ msgstr ""
|
|||
msgid "Mediums"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -382,24 +367,29 @@ msgstr ""
|
|||
msgid "No Sources yet!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -408,7 +398,6 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -418,18 +407,20 @@ msgstr ""
|
|||
msgid "Responsible"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -451,17 +442,13 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -473,14 +460,12 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -510,6 +495,7 @@ msgid "Stage"
|
|||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -518,8 +504,8 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress,"
|
||||
" done, …)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -531,23 +517,15 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -558,14 +536,12 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -591,17 +567,15 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely"
|
||||
" content."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -625,7 +599,7 @@ msgstr ""
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -668,19 +642,38 @@ msgstr ""
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
|
|
|
|||
|
|
@ -1,164 +1,208 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2023
|
||||
# Imran Pathan, 2024
|
||||
#
|
||||
#
|
||||
#
|
||||
# Translated by:
|
||||
# Deepvision - info@deepvision.uz | +998 77-093-0007
|
||||
# Amon Olimov - amon.bars@gmail.com
|
||||
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
|
||||
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-02-06 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Imran Pathan, 2024\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uz\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr ""
|
||||
"%(content)s (%(model_description)s %(create_date)s sanasida yaratilgan)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
#, fuzzy
|
||||
msgid "Active"
|
||||
msgstr "Aktif"
|
||||
msgstr "Faol"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
#, fuzzy
|
||||
msgid "Allows us to filter relevant Campaigns"
|
||||
msgstr ""
|
||||
msgstr "Tegishli kampaniyalarni saralash imkonini beradi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Approval-based Flow"
|
||||
msgstr ""
|
||||
msgstr "Tasdiqlashga asoslangan jarayon"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
msgstr "Tasdiqlangan"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
#, fuzzy
|
||||
msgid "Archive"
|
||||
msgstr "Arxivlash"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "Archived"
|
||||
msgstr "Diarkibkan"
|
||||
msgstr "Arxivlangan"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
#, fuzzy
|
||||
msgid "Assign tags to your campaigns to organize, filter and track them."
|
||||
msgstr ""
|
||||
"Kampaniyalaringizni tartibga solish, saralash va kuzatish uchun ularga "
|
||||
"teglar qo‘shing."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr ""
|
||||
msgstr "Auditoriyaga yo‘naltirilgan jarayon"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
#, fuzzy
|
||||
msgid "Automatically Generated Campaign"
|
||||
msgstr ""
|
||||
msgstr "Avtomatik tarzda yaratilgan kampaniya"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
#, fuzzy
|
||||
msgid "Campaign"
|
||||
msgstr ""
|
||||
msgstr "Kampaniya"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
#, fuzzy
|
||||
msgid "Campaign Identifier"
|
||||
msgstr ""
|
||||
msgstr "Kampaniya identifikatori"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
#, fuzzy
|
||||
msgid "Campaign Name"
|
||||
msgstr ""
|
||||
msgstr "Kampaniya nomi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
#, fuzzy
|
||||
msgid "Campaign Stage"
|
||||
msgstr ""
|
||||
msgstr "Kampaniya bosqichi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
#, fuzzy
|
||||
msgid "Campaign Tags"
|
||||
msgstr ""
|
||||
msgstr "Kampaniya teglari"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "Campaigns"
|
||||
msgstr "Kempen"
|
||||
msgstr "Kampaniyalar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"Kampaniyalar marketing harakatlaringizni markazlashtirish va ularning "
|
||||
"natijalarini kuzatish uchun qo‘llaniladi."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Menga tayinlangan kampaniyalar"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
#, fuzzy
|
||||
msgid "Christmas Special"
|
||||
msgstr ""
|
||||
msgstr "Yangi yil bayramiga maxsus"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"G‘oyalarni to‘plang, ijodiy tarkib yarating va uni ko‘rib chiqqandan so‘ng "
|
||||
"e'lon qiling."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
#, fuzzy
|
||||
msgid "Color Index"
|
||||
msgstr "Color Index"
|
||||
msgstr "Rang ko‘rsatkichi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Copywriting"
|
||||
msgstr ""
|
||||
msgstr "Matn yozish"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
#, fuzzy
|
||||
msgid "Create a Medium"
|
||||
msgstr ""
|
||||
msgstr "Vosita yaratish"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
#, fuzzy
|
||||
msgid "Create a Tag"
|
||||
msgstr ""
|
||||
msgstr "Teg yaratish"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
#, fuzzy
|
||||
msgid "Create a campaign"
|
||||
msgstr ""
|
||||
msgstr "Kampaniya yaratish"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
#, fuzzy
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr ""
|
||||
msgstr "Kampaniyalaringiz uchun bosqich yarating"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
|
|
@ -166,8 +210,9 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
#, fuzzy
|
||||
msgid "Created by"
|
||||
msgstr "Dicipta oleh"
|
||||
msgstr "Yaratuvchi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -175,140 +220,133 @@ msgstr "Dicipta oleh"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_source__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
#, fuzzy
|
||||
msgid "Created on"
|
||||
msgstr "Dicipta pada"
|
||||
msgstr "Yaratilgan sana"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Creative Flow"
|
||||
msgstr ""
|
||||
msgstr "Ijodiy jarayon"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
#, fuzzy
|
||||
msgid "Delete"
|
||||
msgstr "Padam"
|
||||
msgstr "O‘chirish"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Deploy"
|
||||
msgstr ""
|
||||
msgstr "Ishga tushirish"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Deployed"
|
||||
msgstr ""
|
||||
msgstr "Ishga tushirilgan"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Design"
|
||||
msgstr ""
|
||||
msgstr "Dizayn"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Nama paparan"
|
||||
msgstr "Ko‘rsatiladigan nom"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Done"
|
||||
msgstr "Selesai"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr ""
|
||||
msgstr "Bajarildi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
#, fuzzy
|
||||
msgid "Edit"
|
||||
msgstr "Sunting"
|
||||
msgstr "Tahrirlash"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
#, fuzzy
|
||||
msgid "Email Campaign - Products"
|
||||
msgstr ""
|
||||
msgstr "Elektron pochta kampaniyasi - Mahsulotlar"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_services
|
||||
#, fuzzy
|
||||
msgid "Email Campaign - Services"
|
||||
msgstr ""
|
||||
msgstr "Elektron pochta kampaniyasi - Xizmatlar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Event-driven Flow"
|
||||
msgstr ""
|
||||
msgstr "Hodisaga asoslangan jarayon"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Gather Data"
|
||||
msgstr ""
|
||||
msgstr "Ma'lumotlarni to‘plash"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Kumpulan Oleh"
|
||||
"Ma'lumot to‘plang, qabul qiluvchilar ro‘yxatini tuzing va marketing "
|
||||
"maqsadingizga asoslangan matn yarating."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
#, fuzzy
|
||||
msgid "HTTP Routing"
|
||||
msgstr ""
|
||||
msgstr "HTTP yo‘naltirish"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Ideas"
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Terakhir Diubah suai pada"
|
||||
msgstr "G‘oyalar"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
|
|
@ -316,8 +354,9 @@ msgstr "Terakhir Diubah suai pada"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
#, fuzzy
|
||||
msgid "Last Updated by"
|
||||
msgstr "Kemas Kini Terakhir oleh"
|
||||
msgstr "Oxirgi yangilovchi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -325,360 +364,468 @@ msgstr "Kemas Kini Terakhir oleh"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_source__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
#, fuzzy
|
||||
msgid "Last Updated on"
|
||||
msgstr "Kemas Kini Terakhir pada"
|
||||
msgstr "Oxirgi yangilangan sana"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Later"
|
||||
msgstr ""
|
||||
msgstr "Keyinroq"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
#, fuzzy
|
||||
msgid "Link Tracker"
|
||||
msgstr ""
|
||||
msgstr "Havola kuzatuvchisi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "List-Building"
|
||||
msgstr ""
|
||||
msgstr "Ro‘yxat tuzish"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.tag,name:utm.utm_tag_1
|
||||
#, fuzzy
|
||||
msgid "Marketing"
|
||||
msgstr ""
|
||||
msgstr "Marketing"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
#, fuzzy
|
||||
msgid "Medium"
|
||||
msgstr "Sederhana"
|
||||
msgstr "Medium"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
#, fuzzy
|
||||
msgid "Medium Name"
|
||||
msgstr ""
|
||||
msgstr "Medium nomi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#, fuzzy
|
||||
msgid "Mediums"
|
||||
msgstr ""
|
||||
msgstr "Mediumlar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "My Campaigns"
|
||||
msgstr "Mening kampaniyalarim"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#, fuzzy
|
||||
msgid "Name"
|
||||
msgstr "Nama"
|
||||
msgstr "Nomi"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.default_utm_stage
|
||||
#, fuzzy
|
||||
msgid "New"
|
||||
msgstr "Baru"
|
||||
msgstr "Yangi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
#, fuzzy
|
||||
msgid "No Sources yet!"
|
||||
msgstr "Hali manbalar yo‘q!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Kechirasiz, '%s' mediumini o‘chira olmaysiz. Buni qilish yuk ko‘taruvchi "
|
||||
"devorni buzishga o‘xshaydi — bu yaxshi g‘oya emas."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Pre-Launch"
|
||||
msgstr ""
|
||||
msgstr "Ishga tushirishdan oldin"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Kampaniyalarni tayyorlang va ularni jonli efirga chiqarishdan oldin "
|
||||
"tasdiqlating."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"Kampaniyangizni tayyorlang, uni auditoriyangizning bir qismi bilan sinab "
|
||||
"ko‘ring va keyin to‘liq ishga tushiring."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Report"
|
||||
msgstr "Report"
|
||||
msgstr "Hisobot"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "Responsible"
|
||||
msgstr "Bertanggungjawab"
|
||||
msgstr "Mas'ul"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
#, fuzzy
|
||||
msgid "Restore"
|
||||
msgstr "Tiklash"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Review"
|
||||
msgstr "Review"
|
||||
msgstr "Ko‘rib chiqish"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Running"
|
||||
msgstr "Berlari"
|
||||
msgstr "Faol"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
#, fuzzy
|
||||
msgid "Sale"
|
||||
msgstr "Sale"
|
||||
msgstr "Sotish"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
#, fuzzy
|
||||
msgid "Schedule"
|
||||
msgstr "Jadual"
|
||||
msgstr "Jadval"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#, fuzzy
|
||||
msgid "Search UTM Medium"
|
||||
msgstr ""
|
||||
msgstr "UTM mediumni qidirish"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Send"
|
||||
msgstr "Hantar"
|
||||
msgstr "Yuborish"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Sent"
|
||||
msgstr "Sent"
|
||||
msgstr "Yuborildi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
#, fuzzy
|
||||
msgid "Sequence"
|
||||
msgstr "Urutan"
|
||||
msgstr "Ketma-ketlik"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Soft-Launch"
|
||||
msgstr ""
|
||||
msgstr "Yumshoq ishga tushirish"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr ""
|
||||
msgstr "Yumshoq ishga tushirish jarayoni"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__source_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#, fuzzy
|
||||
msgid "Source"
|
||||
msgstr "Sumber"
|
||||
msgstr "Manba"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__name
|
||||
#, fuzzy
|
||||
msgid "Source Name"
|
||||
msgstr ""
|
||||
msgstr "Manba nomi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_source_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_source
|
||||
#, fuzzy
|
||||
msgid "Sources"
|
||||
msgstr "Sumber"
|
||||
msgstr "Manbalar"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__stage_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "Stage"
|
||||
msgstr "Pentas"
|
||||
msgstr "Bosqich"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
#, fuzzy
|
||||
msgid "Stages"
|
||||
msgstr "Peringkat"
|
||||
msgstr "Bosqichlar"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Bosqichlar ish jarayoningizni tashkil qilishga yordam beradi (masalan, "
|
||||
"rejalashtirish, loyihalash, bajarilmoqda, tugallandi, ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr ""
|
||||
"Teg rangi. Rang yo‘qligi kanbanda ichki teglarni ommaviy toifalash "
|
||||
"teglaridan ajratish uchun ko‘rsatilmasligini anglatadi."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "Nama tag sudah wujud !"
|
||||
#, fuzzy
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Bunday teg nomi allaqachon mavjud!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "Tags"
|
||||
msgstr "Tag"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
msgstr "Teglar"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_source_unique_name
|
||||
#, fuzzy
|
||||
msgid "The name must be unique"
|
||||
msgstr ""
|
||||
msgstr "Nom takrorlanmas bo‘lishi kerak"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "This Month"
|
||||
msgstr "Bulan ini"
|
||||
msgstr "Shu oy"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "This Week"
|
||||
msgstr "This Week"
|
||||
msgstr "Shu hafta"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Bu nom sizga turli kampaniya harakatlaringizni kuzatib borishga yordam "
|
||||
"beradi, masalan: Kuzgi_aksiya, Yangi_yil_maxsus"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
#, fuzzy
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr ""
|
||||
"Bu yetkazib berish usuli, masalan: Xat, elektron pochta yoki banner reklama"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Bu havola manbai, masalan: Qidiruv tizimi, boshqa domen yoki elektron pochta "
|
||||
"ro‘yxati nomi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "To be Approved"
|
||||
msgstr ""
|
||||
msgstr "Tasdiqlanishi kerak"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Kelayotgan voqealarni kuzatib boring (masalan, Yangi yil, Qora juma, ...) va "
|
||||
"o‘z vaqtida kontent e'lon qiling."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#, fuzzy
|
||||
msgid "UTM Campaign"
|
||||
msgstr ""
|
||||
msgstr "UTM kampaniyasi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
#, fuzzy
|
||||
msgid "UTM Campaigns"
|
||||
msgstr ""
|
||||
msgstr "UTM kampaniyalari"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
#, fuzzy
|
||||
msgid "UTM Medium"
|
||||
msgstr ""
|
||||
msgstr "UTM medium"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"UTM mediumlar trafikni jalb qilish uchun ishlatilgan vositani kuzatib boradi "
|
||||
"(masalan, \"Veb-sayt\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
#, fuzzy
|
||||
msgid "UTM Mixin"
|
||||
msgstr ""
|
||||
msgstr "UTM aralashmasi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
#, fuzzy
|
||||
msgid "UTM Source"
|
||||
msgstr ""
|
||||
msgstr "UTM manbasi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
#, fuzzy
|
||||
msgid "UTM Source Mixin"
|
||||
msgstr ""
|
||||
msgstr "UTM manba aralashmasi"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"UTM manbalar trafikning qayerdan kelishini kuzatib boradi (masalan, \"May "
|
||||
"oylik xabarnomasi\", \"\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
#, fuzzy
|
||||
msgid "UTM Stages"
|
||||
msgstr ""
|
||||
msgstr "UTM bosqichlari"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
#, fuzzy
|
||||
msgid "UTM Tag"
|
||||
msgstr ""
|
||||
msgstr "UTM tegi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
#, fuzzy
|
||||
msgid "UTMs"
|
||||
msgstr ""
|
||||
msgstr "UTMlar"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Mening kampaniyalarim uchun buni ishlatishingiz mumkin"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, fuzzy
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "\"Referral\" UTM manba yozuvini o‘chirib bo‘lmaydi."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Bir xil nomdagi bir nechta yozuvni yangilab bo‘lmaydi. Nom takrorlanmas "
|
||||
"bo‘lishi shart!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#, fuzzy
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "masalan, \"G‘oyalar generatsiyasi\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
#, fuzzy
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "masalan, \"Yangi yil tabrik xati\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
#, fuzzy
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "masalan, \"Elektron pochta\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
#, fuzzy
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr ""
|
||||
msgstr "masalan, Qora juma"
|
||||
|
|
@ -1,35 +1,35 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Duy BQ <duybq86@gmail.com>, 2022
|
||||
# Wil Odoo, 2025
|
||||
# Thi Huong Nguyen, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2025\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:36+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/utm/"
|
||||
"vi/>\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s tạo lúc %(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "Đang hoạt động"
|
||||
|
|
@ -42,21 +42,26 @@ msgstr "Cho phép chúng tôi lọc Chiến dịch phù hợp"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "Approval-based Flow"
|
||||
msgstr "Luồng dựa trên phê duyệt`"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "Đã duyệt"
|
||||
msgstr "Đã phê duyệt"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "Lưu trữ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "Đã lưu"
|
||||
msgstr "Đã lưu trữ"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_tag
|
||||
|
|
@ -66,9 +71,8 @@ msgstr "Gán thẻ cho chiến dịch của bạn để sắp xếp, lọc và t
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "Audience-driven Flow"
|
||||
msgstr "Luồng hướng đối tượng"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -95,7 +99,7 @@ msgstr "Tên chiến dịch"
|
|||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
msgid "Campaign Stage"
|
||||
msgstr "Campaign Stage"
|
||||
msgstr "Giai đoạn của chiến dịch"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
|
|
@ -116,8 +120,13 @@ msgid ""
|
|||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
msgstr ""
|
||||
"Campaigns are used to centralize your marketing efforts and track their "
|
||||
"results."
|
||||
"Chiến dịch được sử dụng để tập trung các nỗ lực marketing của bạn và theo "
|
||||
"dõi kết quả của chúng."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "Chiến dịch được giao cho tôi"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
|
|
@ -127,9 +136,10 @@ msgstr "Chương trình Giáng sinh"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr ""
|
||||
"Thu thập ý tưởng, thiết kế nội dung sáng tạo và đăng nội dung đó sau khi "
|
||||
"duyệt."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
|
|
@ -140,7 +150,6 @@ msgstr "Mã màu"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "Được viết bởi"
|
||||
|
||||
|
|
@ -157,12 +166,12 @@ msgstr "Tạo thẻ"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
msgid "Create a campaign"
|
||||
msgstr "Create a campaign"
|
||||
msgstr "Tạo một chiến dịch"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid "Create a stage for your campaigns"
|
||||
msgstr "Create a stage for your campaigns"
|
||||
msgstr "Tạo giai đoạn cho chiến dịch của bạn"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_uid
|
||||
|
|
@ -171,7 +180,7 @@ msgstr "Create a stage for your campaigns"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Người tạo"
|
||||
msgstr "Được tạo bởi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -180,14 +189,13 @@ msgstr "Người tạo"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Tạo lúc"
|
||||
msgstr "Được tạo vào"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "Creative Flow"
|
||||
msgstr "Luồng sáng tạo"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -197,30 +205,29 @@ msgstr "Xoá"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "Triển khai"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "Đã triển khai"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "Thiết kế"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -229,21 +236,13 @@ msgstr "Tên hiển thị"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "Hoàn thành"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "Trình đơn thả xuống"
|
||||
msgstr "Hoàn tất"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
msgstr "Sửa"
|
||||
msgstr "Chỉnh sửa"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_email_campaign_products
|
||||
|
|
@ -258,42 +257,37 @@ msgstr "Chiến dịch email - Dịch vụ"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "Event-driven Flow"
|
||||
msgstr "Luồng hướng sự kiện"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "Gather Data"
|
||||
msgstr "Thu thập dữ liệu"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Nhóm theo"
|
||||
"Thu thập dữ liệu, xây dựng danh sách người nhận và viết nội dung dựa trên "
|
||||
"mục tiêu Marketing của bạn."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP Routing"
|
||||
msgstr "Định tuyến HTTP"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -302,20 +296,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "Các ý tưởng"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sửa lần cuối vào"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -323,7 +306,7 @@ msgstr "Sửa lần cuối vào"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
msgstr "Cập nhật lần cuối bởi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_date
|
||||
|
|
@ -337,19 +320,17 @@ msgstr "Cập nhật lần cuối vào"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "Để sau"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "Kiểm soát đường dẫn"
|
||||
msgstr "Trình theo dõi Liên kết"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "List-Building"
|
||||
|
||||
|
|
@ -362,24 +343,30 @@ msgstr "Marketing"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "Kênh trung gian"
|
||||
msgstr "Phương tiện"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
msgid "Medium Name"
|
||||
msgstr "Medium Name"
|
||||
msgstr "Tên phương tiện"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_medium_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "Mediums"
|
||||
msgstr "Phương tiện"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "Chiến dịch của tôi"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "Tên"
|
||||
|
||||
|
|
@ -393,35 +380,43 @@ msgstr "Mới"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "Chưa có nguồn"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"Rất tiếc, bạn không thể xóa Phương tiện '%s'.\n"
|
||||
"Hành động này không khác nào phá đi bức tường chịu lực và không phải là một "
|
||||
"ý tưởng tốt đẹp."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "Pre-Launch"
|
||||
msgstr "Tiền khởi chạy"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr ""
|
||||
"Chuẩn bị Chiến dịch và phê duyệt chúng trước khi đưa chúng vào hoạt động."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
msgstr ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
"Chuẩn bị Chiến dịch của bạn, thử nghiệm với một nhóm đối tượng và hoàn toàn "
|
||||
"triển khai chiến dịch sau đó."
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "Báo cáo"
|
||||
|
||||
|
|
@ -429,52 +424,50 @@ msgstr "Báo cáo"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__user_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Responsible"
|
||||
msgstr "Phụ trách"
|
||||
msgstr "Người phụ trách"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "Khôi phục"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "Rà soát"
|
||||
msgstr "Xem trước"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "Đang chạy"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_fall_drive
|
||||
msgid "Sale"
|
||||
msgstr "Bán"
|
||||
msgstr "Bán hàng"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "Ấn định (thời gian)"
|
||||
msgstr "Lịch trình"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
msgid "Search UTM Medium"
|
||||
msgstr "Search UTM Medium"
|
||||
msgstr "Tìm kiếm phương tiện UTM"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "Gửi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "Đã gửi"
|
||||
|
||||
|
|
@ -486,16 +479,14 @@ msgstr "Trình tự"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "Soft-Launch"
|
||||
msgstr "Chạy thử"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "Soft-Launch Flow"
|
||||
msgstr "Luồng chạy thử"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__source_id
|
||||
|
|
@ -523,6 +514,7 @@ msgid "Stage"
|
|||
msgstr "Giai đoạn"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -531,11 +523,11 @@ msgstr "Giai đoạn"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Các giai đoạn cho phép bạn sắp xếp quy trình làm việc của mình (VD: kế "
|
||||
"hoạch, thiết kế, đang thực hiện, đã hoàn thành,…)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -548,24 +540,14 @@ msgstr ""
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "Tên thẻ đã tồn tại!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "Tag"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr ""
|
||||
"Không thể xóa phương tiện UTM '%s' vì nó được sử dụng trong một số luồng "
|
||||
"chức năng chính, chẳng hạn như tuyển dụng và gửi thư hàng loạt."
|
||||
msgstr "Thẻ"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
|
|
@ -577,30 +559,30 @@ msgstr "Tên không được trùng lặp"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "Tháng này"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "Tuần này"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr ""
|
||||
"Đây là cái tên giúp bạn kiểm soát giữa các chiến dịch marketing khác nhau: "
|
||||
"ví dụ Chiến dịch mùa thu, Sự kiện đặc biệt dịp Giáng sinh"
|
||||
"Đây là tên giúp bạn theo dõi các chiến dịch marketing khác nhau: ví dụ "
|
||||
"Fall_Drive, Christmas_Special"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "Đây là phương thức như Thẻ bưu điện, Email hoặc Banner quảng cáo"
|
||||
msgstr ""
|
||||
"Đây là phương thức truyền đạt, ví dụ như bưu thiếp, email hoặc banner quảng "
|
||||
"cáo"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
|
|
@ -608,26 +590,24 @@ msgid ""
|
|||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr ""
|
||||
"Đây là nguồn của liên kết, ví dụ: Công cụ tìm kiếm, tên miền khác hoặc tên "
|
||||
"Đây là nguồn của liên kết, ví dụ: công cụ tìm kiếm, tên miền khác hoặc tên "
|
||||
"của danh sách email"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "To be Approved"
|
||||
msgstr "Cần phê duyệt"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
"Theo dõi các sự kiện sắp diễn ra (VD: Giáng sinh, Black Friday, ...) và đăng "
|
||||
"nội dung kịp thời."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -639,31 +619,31 @@ msgstr "Chiến dịch UTM"
|
|||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "UTM Campaigns"
|
||||
msgstr "UTM Campaigns"
|
||||
msgstr "Chiến dịch UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_medium
|
||||
msgid "UTM Medium"
|
||||
msgstr "UTM Medium"
|
||||
msgstr "Phương tiện UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"Phương tiện UTM theo dõi kênh được sử dụng để thu hút lưu lượng truy cập "
|
||||
"(VD: \"Trang web\", \"Twitter\", ...)."
|
||||
"(VD: \"Trang web\", \"X\", ...)."
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "UTM Mixin"
|
||||
msgstr "Mixin UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
msgid "UTM Source"
|
||||
msgstr "UTM Source"
|
||||
msgstr "Nguồn UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source_mixin
|
||||
|
|
@ -673,8 +653,8 @@ msgstr "Mixin nguồn UTM"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr ""
|
||||
"Nguồn UTM theo dõi xem lưu lượng truy cập đến từ đâu (VD: \"Bản tin email "
|
||||
"tháng 5\", \"\", ...)."
|
||||
|
|
@ -682,37 +662,59 @@ msgstr ""
|
|||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.action_view_utm_stage
|
||||
msgid "UTM Stages"
|
||||
msgstr "UTM Stages"
|
||||
msgstr "Giai đoạn UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_tag
|
||||
msgid "UTM Tag"
|
||||
msgstr "UTM Tag"
|
||||
msgstr "Thẻ UTM"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.marketing_utm
|
||||
msgid "UTMs"
|
||||
msgstr "UTMs"
|
||||
msgstr "UTM"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "Use This For My Campaigns"
|
||||
msgstr "Sử dụng cho chiến dịch của tôi"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr ""
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr ""
|
||||
"Bạn không thể cập nhật nhiều bản ghi có cùng tên. Tên phải là duy nhất!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "VD: \"Xây dựng ý tưởng\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "VD: \"Gửi email Giáng sinh\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "VD: \"Email\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "e.g. Black Friday"
|
||||
msgstr "VD: Black Friday"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Nhóm theo"
|
||||
|
|
|
|||
|
|
@ -1,38 +1,39 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Raymond Yu <cl_yu@hotmail.com>, 2022
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2022
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
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: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:30+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/utm/zh_Hans/>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s创建时间:%(create_date)s)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "启用"
|
||||
msgstr "有效"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_campaign__is_auto_campaign
|
||||
|
|
@ -42,19 +43,24 @@ msgstr "允许我们过滤相关的运动"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "基于批准的流程"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "已批准"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "存档"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "已归档"
|
||||
|
||||
|
|
@ -66,7 +72,6 @@ msgstr "为您的营销分配标签,以组织、过滤和跟踪它们。"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "受众驱动的流程"
|
||||
|
||||
|
|
@ -78,19 +83,19 @@ msgstr "自动生成的运动"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "营销"
|
||||
msgstr "活动"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
msgid "Campaign Identifier"
|
||||
msgstr "营销标识"
|
||||
msgstr "活动标识"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__title
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "Campaign Name"
|
||||
msgstr "营销名称"
|
||||
msgstr "活动名称"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_stage
|
||||
|
|
@ -101,14 +106,14 @@ msgstr "营销阶段"
|
|||
#: model:ir.actions.act_window,name:utm.action_view_utm_tag
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_tag_view_tree
|
||||
msgid "Campaign Tags"
|
||||
msgstr "营销标签"
|
||||
msgstr "活动标签"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.actions.act_window,name:utm.utm_campaign_action
|
||||
#: model:ir.ui.menu,name:utm.menu_utm_campaign_act
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns"
|
||||
msgstr "营销"
|
||||
msgstr "活动"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_campaign_action
|
||||
|
|
@ -117,6 +122,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr "营销营销是用来集中您的营销努力并跟踪其结果。"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "分配给我的活动"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -125,7 +135,6 @@ msgstr "圣诞节特价"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "收集想法,设计创造性的内容,并在审查后发布。"
|
||||
|
||||
|
|
@ -133,12 +142,11 @@ msgstr "收集想法,设计创造性的内容,并在审查后发布。"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__color
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__color
|
||||
msgid "Color Index"
|
||||
msgstr "颜色索引"
|
||||
msgstr "颜色指标"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "文案"
|
||||
|
||||
|
|
@ -178,12 +186,11 @@ msgstr "创建人"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_date
|
||||
msgid "Created on"
|
||||
msgstr "创建时间"
|
||||
msgstr "创建日期"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "创意流程"
|
||||
|
||||
|
|
@ -195,30 +202,29 @@ msgstr "删除"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "部署"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "已部署"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "设计"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -227,16 +233,8 @@ msgstr "显示名称"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "完成"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "下拉菜单"
|
||||
msgstr "已完成"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
|
|
@ -256,40 +254,35 @@ msgstr "电子邮件推广营销 - 服务"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "事件驱动的流程"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "收集数据"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr "收集数据,建立一个收件人名单,并根据您的营销目标编写内容。"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "分组"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP 路由"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
|
|
@ -298,20 +291,9 @@ msgstr "ID"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "创意"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最后修改时间"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__write_uid
|
||||
|
|
@ -328,24 +310,22 @@ msgstr "最后更新人"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__write_date
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "最后更新时间"
|
||||
msgstr "上次更新日期"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "稍后"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.ui.menu,name:utm.menu_link_tracker_root
|
||||
msgid "Link Tracker"
|
||||
msgstr "跟踪链"
|
||||
msgstr "链接追踪器"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "列表建设"
|
||||
|
||||
|
|
@ -358,7 +338,7 @@ msgstr "市场"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__medium_id
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_form
|
||||
msgid "Medium"
|
||||
msgstr "媒介"
|
||||
msgstr "中等"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__name
|
||||
|
|
@ -370,12 +350,18 @@ msgstr "媒介名称"
|
|||
#: model:ir.ui.menu,name:utm.menu_utm_medium
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "Mediums"
|
||||
msgstr "媒介"
|
||||
msgstr "中等"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "我的活动"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "名称"
|
||||
|
||||
|
|
@ -389,24 +375,31 @@ msgstr "新建"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "还没有消息来源!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"哎呀,您不能删除媒体 “%s”。\n"
|
||||
"这样做就像拆掉一堵承重墙,不是个好主意。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "预发布"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "准备营销,并在上线前获得批准。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -415,7 +408,6 @@ msgstr "准备好您的营销,在部分受众中进行测试,之后再全面
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "报表"
|
||||
|
||||
|
|
@ -425,18 +417,20 @@ msgstr "报表"
|
|||
msgid "Responsible"
|
||||
msgstr "负责人"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "还原"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "审查"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "运行中"
|
||||
|
||||
|
|
@ -458,36 +452,30 @@ msgstr "搜索UTM媒介"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "发送"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "发送"
|
||||
msgstr "已发送"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "序号"
|
||||
msgstr "序列"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "软启动"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "软启动流程"
|
||||
|
||||
|
|
@ -517,6 +505,7 @@ msgid "Stage"
|
|||
msgstr "阶段"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -525,36 +514,30 @@ msgstr "阶段"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
msgstr "阶段允许您组织工作流(例如:计划、设计、进行中、完成…)。"
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"在阶段设置中,您可以细分工作流程(如计划、设计、进行中、已完成......)。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
msgid ""
|
||||
"Tag color. No color means no display in kanban to distinguish internal tags "
|
||||
"from public categorization tags."
|
||||
msgstr "标签的颜色。没有颜色意味着在看板上没有显示,以区分内部标签和公共分类标签。"
|
||||
msgstr ""
|
||||
"标签的颜色。没有颜色意味着在看板上没有显示,以区分内部标签和公共分类标签。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "标签名称已存在!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "标签名称已存在!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "标签"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr "UTM媒体“%s”不能被删除,因为它被用于一些主要的功能流程,如招聘和群发邮件。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -565,51 +548,47 @@ msgstr "名称必须是唯一的"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "本月"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "本周"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr "名称会帮助您追踪不同营销营销,例如,节能减排、圣诞特辑"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr "名称会帮助您追踪不同营销活动,例如:节能减排、圣诞特辑"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__medium_id
|
||||
msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||||
msgstr "这是传达方法,例如,明信片、EMail或横幅广告"
|
||||
msgstr "这是传达方法,例如:明信片、EMail或横幅广告"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__source_id
|
||||
msgid ""
|
||||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||||
"of email list"
|
||||
msgstr "这是链接源,例如,搜索引擎、其他域名或EMail列表名称"
|
||||
msgstr "这是链接源,例如:搜索引擎、其他域名或EMail列表名称"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "有待批准"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr "追踪传来的事件(例如:圣诞节、黑色星期五......)并及时发布内容。"
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr "跟踪即将发生的事件(如圣诞节、黑色星期五......)并及时发布内容。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -632,8 +611,9 @@ msgstr "UTM媒介"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr "UTM媒介跟踪用于吸引流量的手段(如 \"网站\"、\"Twitter\"...)。"
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr ""
|
||||
"「UTM 媒介」追踪吸引访客流量的方式及媒介(例如:网站、微信、自媒体 等)。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
|
|
@ -653,8 +633,8 @@ msgstr "UTM 来源混合"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr "UTM来源追踪流量的来源(如 \"五月新闻信\",\"\",...)。"
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -675,21 +655,54 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "应用到当前我的看板界面"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "您不可删除 “推荐” 的 UTM 来源记录。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr "您无法更新具有相同名称的多项记录。名字应该是独一无二的!"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "例如:\"头脑风暴\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "例如:\"圣诞邮件\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "例如:\"邮件\""
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "例如双十一"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "分组"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
#~ "functional flows, such as the recruitment and the mass mailing."
|
||||
#~ msgstr ""
|
||||
#~ "UTM媒体“%s”不能被删除,因为它被用于一些主要的功能流程,如招聘和群发邮件。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
#~ "\"Website\", \"Twitter\", ...)."
|
||||
#~ msgstr "UTM媒介跟踪用于吸引流量的手段(如 \"网站\"、\"Twitter\"...)。"
|
||||
|
|
|
|||
|
|
@ -1,35 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * utm
|
||||
#
|
||||
# * utm
|
||||
#
|
||||
# Translators:
|
||||
# 敬雲 林 <chingyun@yuanchih-consult.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tony Ng, 2024
|
||||
# Tony Ng, 2025
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-10 08:27+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:55+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2025\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 08:12+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/utm/zh_Hant/>\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "%(content)s (%(model_description)s created on %(create_date)s)"
|
||||
msgstr "%(content)s (%(model_description)s,於 %(create_date)s 建立)"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__active
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__active
|
||||
msgid "Active"
|
||||
msgstr "啟用"
|
||||
|
|
@ -42,19 +43,24 @@ msgstr "允許我們過濾相關行銷活動"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approval-based Flow"
|
||||
msgstr "審批基礎流程"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Approved"
|
||||
msgstr "已批准"
|
||||
msgstr "已審批"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Archive"
|
||||
msgstr "封存"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Archived"
|
||||
msgstr "已封存"
|
||||
|
||||
|
|
@ -66,7 +72,6 @@ msgstr "為您的行銷活動設置標籤來組織、過濾和跟踪它們。"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Audience-driven Flow"
|
||||
msgstr "受眾轉換流程"
|
||||
|
||||
|
|
@ -78,7 +83,7 @@ msgstr "自動生成的活動"
|
|||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__campaign_id
|
||||
msgid "Campaign"
|
||||
msgstr "行銷"
|
||||
msgstr "行銷活動"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__name
|
||||
|
|
@ -117,6 +122,11 @@ msgid ""
|
|||
"results."
|
||||
msgstr "行銷活動用於集中您的營銷工作並跟踪其結果。"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Campaigns that are assigned to me"
|
||||
msgstr "分配給我的活動"
|
||||
|
||||
#. module: utm
|
||||
#: model:utm.campaign,title:utm.utm_campaign_christmas_special
|
||||
msgid "Christmas Special"
|
||||
|
|
@ -125,7 +135,6 @@ msgstr "聖誕節特價"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Collect ideas, design creative content and publish it once reviewed."
|
||||
msgstr "收集想法,設計創意內容並在審核後發布。"
|
||||
|
||||
|
|
@ -138,7 +147,6 @@ msgstr "顏色索引"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Copywriting"
|
||||
msgstr "文案"
|
||||
|
||||
|
|
@ -169,7 +177,7 @@ msgstr "在您的行銷活動中建立作業流程"
|
|||
#: model:ir.model.fields,field_description:utm.field_utm_stage__create_uid
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "創立者"
|
||||
msgstr "建立人員"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__create_date
|
||||
|
|
@ -183,7 +191,6 @@ msgstr "建立於"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Creative Flow"
|
||||
msgstr "創意流程"
|
||||
|
||||
|
|
@ -195,30 +202,29 @@ msgstr "刪除"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deploy"
|
||||
msgstr "部署"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Deployed"
|
||||
msgstr "已部署"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_2
|
||||
#, python-format
|
||||
msgid "Design"
|
||||
msgstr "設計"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__display_name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -227,17 +233,9 @@ msgstr "顯示名稱"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Done"
|
||||
msgstr "完成"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Dropdown menu"
|
||||
msgstr "下拉選單"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Edit"
|
||||
|
|
@ -256,61 +254,45 @@ msgstr "電郵推廣活動 - 服務"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Event-driven Flow"
|
||||
msgstr "營銷活動轉換流程"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Gather Data"
|
||||
msgstr "收集資料"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Gather data, build a recipient list and write content based on your "
|
||||
"Marketing target."
|
||||
msgstr "收集資料、建立收件人列表並根據您的營銷目標編寫內容。"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Group By"
|
||||
msgstr "分組方式"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_ir_http
|
||||
msgid "HTTP Routing"
|
||||
msgstr "HTTP 路由"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_ir_http__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__id
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Ideas"
|
||||
msgstr "創意"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_medium____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage____last_update
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最後修改於"
|
||||
msgstr "想法"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__write_uid
|
||||
|
|
@ -333,7 +315,6 @@ msgstr "最後更新於"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Later"
|
||||
msgstr "稍後"
|
||||
|
||||
|
|
@ -345,7 +326,6 @@ msgstr "連結追蹤"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "List-Building"
|
||||
msgstr "列表構建"
|
||||
|
||||
|
|
@ -372,10 +352,16 @@ msgstr "媒體名稱"
|
|||
msgid "Mediums"
|
||||
msgstr "媒體"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "My Campaigns"
|
||||
msgstr "我的活動"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_source_mixin__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__name
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_tag__name
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_tree
|
||||
msgid "Name"
|
||||
msgstr "名稱"
|
||||
|
||||
|
|
@ -389,24 +375,31 @@ msgstr "新增"
|
|||
msgid "No Sources yet!"
|
||||
msgstr "還沒有來源!"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
msgid ""
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall — not the best idea."
|
||||
msgstr ""
|
||||
"哎唷,你不可刪除媒介「%s」。\n"
|
||||
"這樣做就如推倒一道承重的主力牆一樣,不是明智之舉。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Pre-Launch"
|
||||
msgstr "預先轉換"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Prepare Campaigns and get them approved before making them go live."
|
||||
msgstr "準備行銷活動並在使其上線前獲得批准"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Prepare your Campaign, test it with part of your audience and deploy it "
|
||||
"fully afterwards."
|
||||
|
|
@ -415,7 +408,6 @@ msgstr "準備您的營銷活動,與部分受眾進行測試,然後完成部
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Report"
|
||||
msgstr "報表"
|
||||
|
||||
|
|
@ -425,18 +417,20 @@ msgstr "報表"
|
|||
msgid "Responsible"
|
||||
msgstr "負責人"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_kanban
|
||||
msgid "Restore"
|
||||
msgstr "還原"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Review"
|
||||
msgstr "審查"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Running"
|
||||
msgstr "執行中"
|
||||
|
||||
|
|
@ -448,7 +442,7 @@ msgstr "銷售"
|
|||
#. module: utm
|
||||
#: model:utm.stage,name:utm.campaign_stage_1
|
||||
msgid "Schedule"
|
||||
msgstr "安排"
|
||||
msgstr "預約"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_search
|
||||
|
|
@ -458,36 +452,30 @@ msgstr "搜尋 UTM 媒介"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Send"
|
||||
msgstr "發送"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#: model:utm.stage,name:utm.campaign_stage_3
|
||||
#, python-format
|
||||
msgid "Sent"
|
||||
msgstr "已發送"
|
||||
msgstr "發送"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_stage__sequence
|
||||
msgid "Sequence"
|
||||
msgstr "序號"
|
||||
msgstr "序列號"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch"
|
||||
msgstr "軟轉換"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Soft-Launch Flow"
|
||||
msgstr "軟轉換流程"
|
||||
|
||||
|
|
@ -517,6 +505,7 @@ msgid "Stage"
|
|||
msgstr "階段"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_search
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_tree
|
||||
msgid "Stages"
|
||||
|
|
@ -525,9 +514,11 @@ msgstr "階段"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.action_view_utm_stage
|
||||
msgid ""
|
||||
"Stages allow you to organize your workflow (e.g. : plan, design, in "
|
||||
"progress, done, …)."
|
||||
"Stages allow you to organize your workflow (e.g. plan, design, in progress, "
|
||||
"done, …)."
|
||||
msgstr ""
|
||||
"利用不同「階段」,你可細分和整理工作流程(例如:規劃、設計、進行中、已完成,"
|
||||
"等等)。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_tag__color
|
||||
|
|
@ -538,23 +529,15 @@ msgstr "標籤顏色。沒有顏色意味著看板中沒有顯示以區分內部
|
|||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_tag_name_uniq
|
||||
msgid "Tag name already exists !"
|
||||
msgstr "標籤名已存在!"
|
||||
msgid "Tag name already exists!"
|
||||
msgstr "標籤名稱已存在!"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,field_description:utm.field_utm_campaign__tag_ids
|
||||
#: model_terms:ir.ui.view,arch_db:utm.view_utm_campaign_view_search
|
||||
msgid "Tags"
|
||||
msgstr "標籤"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_medium.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main functional "
|
||||
"flows, such as the recruitment and the mass mailing."
|
||||
msgstr "UTM 媒介「%s」不可刪除,因為它用於一些主要功能流程,例如招聘及群發郵件。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_campaign_unique_name
|
||||
#: model:ir.model.constraint,message:utm.constraint_utm_medium_unique_name
|
||||
|
|
@ -565,22 +548,20 @@ msgstr "名稱必須獨一無二"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Month"
|
||||
msgstr "本月"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "This Week"
|
||||
msgstr "本周"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model.fields,help:utm.field_utm_mixin__campaign_id
|
||||
msgid ""
|
||||
"This is a name that helps you keep track of your different campaign efforts,"
|
||||
" e.g. Fall_Drive, Christmas_Special"
|
||||
"This is a name that helps you keep track of your different campaign efforts, "
|
||||
"e.g. Fall_Drive, Christmas_Special"
|
||||
msgstr "此名稱可幫助你追蹤不同行銷活動,例:秋季推廣、聖誕特別優惠"
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -598,18 +579,16 @@ msgstr "連結的來源,例:搜尋引擎、其他網站,或電郵清單的
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "To be Approved"
|
||||
msgstr "待批准"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Track incoming events (e.g. : Christmas, Black Friday, ...) and publish "
|
||||
"timely content."
|
||||
msgstr "跟踪傳入事件(例如:聖誕節、黑色星期五……)並及時發佈內容"
|
||||
"Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely "
|
||||
"content."
|
||||
msgstr "追蹤將會發生的事件(例如:聖誕節、黑色星期五,等等),發佈適時的內容。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_campaign
|
||||
|
|
@ -632,13 +611,13 @@ msgstr "UTM 媒介"
|
|||
#: model_terms:ir.actions.act_window,help:utm.utm_medium_action
|
||||
msgid ""
|
||||
"UTM Mediums track the mean that was used to attract traffic (e.g. "
|
||||
"\"Website\", \"Twitter\", ...)."
|
||||
msgstr "「UTM 媒介」追蹤吸引訪客流量的方式及媒介(例如:網站、Twitter 等)。"
|
||||
"\"Website\", \"X\", ...)."
|
||||
msgstr "「UTM 媒介」追蹤吸引訪客流量的方式及媒介(例如:網站、X 等)。"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_mixin
|
||||
msgid "UTM Mixin"
|
||||
msgstr "UTM Mixin"
|
||||
msgstr "UTM混入程式"
|
||||
|
||||
#. module: utm
|
||||
#: model:ir.model,name:utm.model_utm_source
|
||||
|
|
@ -653,8 +632,8 @@ msgstr "UTM 來源混入"
|
|||
#. module: utm
|
||||
#: model_terms:ir.actions.act_window,help:utm.utm_source_action
|
||||
msgid ""
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", \"\", "
|
||||
"...)."
|
||||
"UTM Sources track where traffic comes from (e.g. \"May Newsletter\", "
|
||||
"\"\", ...)."
|
||||
msgstr "「UTM 來源」追蹤流量從何而來(例:五月電子報)。"
|
||||
|
||||
#. module: utm
|
||||
|
|
@ -675,21 +654,43 @@ msgstr "UTMs"
|
|||
#. module: utm
|
||||
#. odoo-javascript
|
||||
#: code:addons/utm/static/src/js/utm_campaign_kanban_examples.js:0
|
||||
#, python-format
|
||||
msgid "Use This For My Campaigns"
|
||||
msgstr "將此用於我的行銷活動"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete the 'Referral' UTM source record."
|
||||
msgstr "你不可刪除「推薦」的 UTM 來源記錄。"
|
||||
|
||||
#. module: utm
|
||||
#. odoo-python
|
||||
#: code:addons/utm/models/utm_source.py:0
|
||||
msgid ""
|
||||
"You cannot update multiple records with the same name. The name should be "
|
||||
"unique!"
|
||||
msgstr "不可更新擁有相同名稱的多項記錄。名稱應該獨一無二。"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_stage_view_form
|
||||
msgid "e.g. \"Brainstorming\""
|
||||
msgstr "例:腦力激盪構思"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_source_view_tree
|
||||
msgid "e.g. \"Christmas Mailing\""
|
||||
msgstr "例:聖誕郵件"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_medium_view_tree
|
||||
msgid "e.g. \"Email\""
|
||||
msgstr "例:電郵"
|
||||
|
||||
#. module: utm
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:utm.utm_campaign_view_form_quick_create
|
||||
msgid "e.g. Black Friday"
|
||||
msgstr "例如 黑色星期五"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "分組依據"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class IrHttp(models.AbstractModel):
|
|||
response = Response.load(response)
|
||||
domain = cls.get_utm_domain_cookies()
|
||||
for url_parameter, __, cookie_name in request.env['utm.mixin'].tracking_fields():
|
||||
if url_parameter in request.params and request.httprequest.cookies.get(cookie_name) != request.params[url_parameter]:
|
||||
if url_parameter in request.params and request.cookies.get(cookie_name) != request.params[url_parameter]:
|
||||
response.set_cookie(cookie_name, request.params[url_parameter], max_age=31 * 24 * 3600, domain=domain, cookie_type='optional')
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import fields, models, api, SUPERUSER_ID
|
||||
from odoo import fields, models, api
|
||||
|
||||
|
||||
class UtmCampaign(models.Model):
|
||||
|
|
@ -9,6 +9,7 @@ class UtmCampaign(models.Model):
|
|||
_description = 'UTM Campaign'
|
||||
_rec_name = 'title'
|
||||
|
||||
active = fields.Boolean('Active', default=True)
|
||||
name = fields.Char(string='Campaign Identifier', required=True, compute='_compute_name',
|
||||
store=True, readonly=False, precompute=True, translate=False)
|
||||
title = fields.Char(string='Campaign Name', required=True, translate=True)
|
||||
|
|
@ -19,7 +20,7 @@ class UtmCampaign(models.Model):
|
|||
stage_id = fields.Many2one(
|
||||
'utm.stage', string='Stage', ondelete='restrict', required=True,
|
||||
default=lambda self: self.env['utm.stage'].search([], limit=1),
|
||||
group_expand='_group_expand_stage_ids')
|
||||
copy=False, group_expand='_group_expand_stage_ids')
|
||||
tag_ids = fields.Many2many(
|
||||
'utm.tag', 'utm_tag_rel',
|
||||
'tag_id', 'campaign_id', string='Tags')
|
||||
|
|
@ -27,9 +28,10 @@ class UtmCampaign(models.Model):
|
|||
is_auto_campaign = fields.Boolean(default=False, string="Automatically Generated Campaign", help="Allows us to filter relevant Campaigns")
|
||||
color = fields.Integer(string='Color Index')
|
||||
|
||||
_sql_constraints = [
|
||||
('unique_name', 'UNIQUE(name)', 'The name must be unique'),
|
||||
]
|
||||
_unique_name = models.Constraint(
|
||||
'UNIQUE(name)',
|
||||
'The name must be unique',
|
||||
)
|
||||
|
||||
@api.depends('title')
|
||||
def _compute_name(self):
|
||||
|
|
@ -51,9 +53,9 @@ class UtmCampaign(models.Model):
|
|||
return super().create(vals_list)
|
||||
|
||||
@api.model
|
||||
def _group_expand_stage_ids(self, stages, domain, order):
|
||||
def _group_expand_stage_ids(self, stages, domain):
|
||||
"""Read group customization in order to display all the stages in the
|
||||
Kanban view, even if they are empty.
|
||||
"""
|
||||
stage_ids = stages._search([], order=order, access_rights_uid=SUPERUSER_ID)
|
||||
stage_ids = stages.sudo()._search([], order=stages._order)
|
||||
return stages.browse(stage_ids)
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
from odoo import _, api, fields, models
|
||||
from odoo.exceptions import UserError
|
||||
|
||||
import re
|
||||
|
||||
|
||||
class UtmMedium(models.Model):
|
||||
_name = 'utm.medium'
|
||||
|
|
@ -14,9 +16,10 @@ class UtmMedium(models.Model):
|
|||
name = fields.Char(string='Medium Name', required=True, translate=False)
|
||||
active = fields.Boolean(default=True)
|
||||
|
||||
_sql_constraints = [
|
||||
('unique_name', 'UNIQUE(name)', 'The name must be unique'),
|
||||
]
|
||||
_unique_name = models.Constraint(
|
||||
'UNIQUE(name)',
|
||||
'The name must be unique',
|
||||
)
|
||||
|
||||
@api.model_create_multi
|
||||
def create(self, vals_list):
|
||||
|
|
@ -25,12 +28,40 @@ class UtmMedium(models.Model):
|
|||
vals['name'] = new_name
|
||||
return super().create(vals_list)
|
||||
|
||||
@property
|
||||
def SELF_REQUIRED_UTM_MEDIUMS_REF(self):
|
||||
return {
|
||||
'utm.utm_medium_email': 'Email',
|
||||
'utm.utm_medium_direct': 'Direct',
|
||||
'utm.utm_medium_website': 'Website',
|
||||
'utm.utm_medium_twitter': 'X',
|
||||
'utm.utm_medium_facebook': 'Facebook',
|
||||
'utm.utm_medium_linkedin': 'LinkedIn'
|
||||
}
|
||||
|
||||
@api.ondelete(at_uninstall=False)
|
||||
def _unlink_except_utm_medium_email(self):
|
||||
utm_medium_email = self.env.ref('utm.utm_medium_email', raise_if_not_found=False)
|
||||
if utm_medium_email and utm_medium_email in self:
|
||||
raise UserError(_(
|
||||
"The UTM medium '%s' cannot be deleted as it is used in some main "
|
||||
"functional flows, such as the recruitment and the mass mailing.",
|
||||
utm_medium_email.name
|
||||
))
|
||||
def _unlink_except_utm_medium_record(self):
|
||||
for medium in self.SELF_REQUIRED_UTM_MEDIUMS_REF:
|
||||
utm_medium = self.env.ref(medium, raise_if_not_found=False)
|
||||
if utm_medium and utm_medium in self:
|
||||
raise UserError(_(
|
||||
"Oops, you can't delete the Medium '%s'.\n"
|
||||
"Doing so would be like tearing down a load-bearing wall \u2014 not the best idea.",
|
||||
utm_medium.name
|
||||
))
|
||||
|
||||
def _fetch_or_create_utm_medium(self, name, module='utm'):
|
||||
name_normalized = re.sub(r"[\s|.]", "_", name.lower())
|
||||
try:
|
||||
return self.env.ref(f'{module}.utm_medium_{name_normalized}')
|
||||
except ValueError:
|
||||
utm_medium = self.sudo().env['utm.medium'].create({
|
||||
'name': self.SELF_REQUIRED_UTM_MEDIUMS_REF.get(f'{module}.utm_medium_{name_normalized}', name)
|
||||
})
|
||||
self.sudo().env['ir.model.data'].create({
|
||||
'name': f'utm_medium_{name_normalized}',
|
||||
'module': module,
|
||||
'res_id': utm_medium.id,
|
||||
'model': 'utm.medium',
|
||||
})
|
||||
return utm_medium
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ from collections import defaultdict
|
|||
import itertools
|
||||
|
||||
from odoo import api, fields, models
|
||||
from odoo.fields import Domain
|
||||
from odoo.http import request
|
||||
from odoo.osv import expression
|
||||
|
||||
|
||||
class UtmMixin(models.AbstractModel):
|
||||
|
|
@ -15,11 +15,11 @@ class UtmMixin(models.AbstractModel):
|
|||
_name = 'utm.mixin'
|
||||
_description = 'UTM Mixin'
|
||||
|
||||
campaign_id = fields.Many2one('utm.campaign', 'Campaign',
|
||||
campaign_id = fields.Many2one('utm.campaign', 'Campaign', index='btree_not_null',
|
||||
help="This is a name that helps you keep track of your different campaign efforts, e.g. Fall_Drive, Christmas_Special")
|
||||
source_id = fields.Many2one('utm.source', 'Source',
|
||||
source_id = fields.Many2one('utm.source', 'Source', index='btree_not_null',
|
||||
help="This is the source of the link, e.g. Search Engine, another domain, or name of email list")
|
||||
medium_id = fields.Many2one('utm.medium', 'Medium',
|
||||
medium_id = fields.Many2one('utm.medium', 'Medium', index='btree_not_null',
|
||||
help="This is the method of delivery, e.g. Postcard, Email, or Banner Ad")
|
||||
|
||||
@api.model
|
||||
|
|
@ -30,13 +30,13 @@ class UtmMixin(models.AbstractModel):
|
|||
if not self.env.is_superuser() and self.env.user.has_group('sales_team.group_sale_salesman'):
|
||||
return values
|
||||
|
||||
for url_param, field_name, cookie_name in self.env['utm.mixin'].tracking_fields():
|
||||
for _url_param, field_name, cookie_name in self.env['utm.mixin'].tracking_fields():
|
||||
if field_name in fields:
|
||||
field = self._fields[field_name]
|
||||
value = False
|
||||
if request:
|
||||
# ir_http dispatch saves the url params in a cookie
|
||||
value = request.httprequest.cookies.get(cookie_name)
|
||||
value = request.cookies.get(cookie_name)
|
||||
# if we receive a string for a many2one, we search/create the id
|
||||
if field.type == 'many2one' and isinstance(value, str) and value:
|
||||
record = self._find_or_create_record(field.comodel_name, value)
|
||||
|
|
@ -59,15 +59,43 @@ class UtmMixin(models.AbstractModel):
|
|||
('utm_medium', 'medium_id', 'odoo_utm_medium'),
|
||||
]
|
||||
|
||||
def _tracking_models(self):
|
||||
fnames = {fname for _, fname, _ in self.tracking_fields()}
|
||||
return {
|
||||
self._fields[fname].comodel_name
|
||||
for fname in fnames
|
||||
if fname in self._fields and self._fields[fname].type == "many2one"
|
||||
}
|
||||
|
||||
@api.model
|
||||
def find_or_create_record(self, model_name, name):
|
||||
""" Version of ``_find_or_create_record`` used in frontend notably in
|
||||
website_links. For UTM models it calls _find_or_create_record. For other
|
||||
models (as through inheritance custom models could be used notably in
|
||||
website links) it simply calls a create. In the end it relies on
|
||||
standard ACLs, and is mainly a wrapper for UTM models.
|
||||
|
||||
:return: id of newly created or found record. As the magic of call_kw
|
||||
for create is not called anymore we have to manually return an id
|
||||
instead of a recordset.
|
||||
"""
|
||||
if model_name in self._tracking_models():
|
||||
record = self._find_or_create_record(model_name, name)
|
||||
else:
|
||||
record = self.env[model_name].create({self.env[model_name]._rec_name: name})
|
||||
return {'id': record.id, 'name': record.display_name}
|
||||
|
||||
def _find_or_create_record(self, model_name, name):
|
||||
"""Based on the model name and on the name of the record, retrieve the corresponding record or create it."""
|
||||
Model = self.env[model_name]
|
||||
|
||||
record = Model.search([('name', '=', name)], limit=1)
|
||||
cleaned_name = name.strip()
|
||||
if cleaned_name:
|
||||
record = Model.with_context(active_test=False).search([('name', '=ilike', cleaned_name)], limit=1)
|
||||
|
||||
if not record:
|
||||
# No record found, create a new one
|
||||
record_values = {'name': name}
|
||||
record_values = {'name': cleaned_name}
|
||||
if 'is_auto_campaign' in record._fields:
|
||||
record_values['is_auto_campaign'] = True
|
||||
record = Model.create(record_values)
|
||||
|
|
@ -97,12 +125,9 @@ class UtmMixin(models.AbstractModel):
|
|||
names_without_counter = {self._split_name_and_count(name)[0] for name in names}
|
||||
|
||||
# Retrieve existing similar names
|
||||
search_domain = expression.OR([[('name', 'ilike', name)] for name in names_without_counter])
|
||||
search_domain = Domain.OR(Domain('name', 'ilike', name) for name in names_without_counter)
|
||||
if skip_record_ids:
|
||||
search_domain = expression.AND([
|
||||
[('id', 'not in', skip_record_ids)],
|
||||
search_domain
|
||||
])
|
||||
search_domain &= Domain('id', 'not in', skip_record_ids)
|
||||
existing_names = {vals['name'] for vals in self.env[model_name].search_read(search_domain, ['name'])}
|
||||
|
||||
# Counter for each names, based on the names list given in argument
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
|
||||
from odoo import _, api, fields, models, tools
|
||||
from odoo import _, api, fields, models
|
||||
from odoo.exceptions import ValidationError
|
||||
|
||||
|
||||
class UtmSource(models.Model):
|
||||
|
|
@ -11,9 +10,17 @@ class UtmSource(models.Model):
|
|||
|
||||
name = fields.Char(string='Source Name', required=True)
|
||||
|
||||
_sql_constraints = [
|
||||
('unique_name', 'UNIQUE(name)', 'The name must be unique'),
|
||||
]
|
||||
_unique_name = models.Constraint(
|
||||
'UNIQUE(name)',
|
||||
'The name must be unique',
|
||||
)
|
||||
|
||||
@api.ondelete(at_uninstall=False)
|
||||
def _unlink_except_referral(self):
|
||||
utm_source_referral = self.env.ref('utm.utm_source_referral', raise_if_not_found=False)
|
||||
for record in self:
|
||||
if record == utm_source_referral:
|
||||
raise ValidationError(_("You cannot delete the 'Referral' UTM source record."))
|
||||
|
||||
@api.model_create_multi
|
||||
def create(self, vals_list):
|
||||
|
|
@ -31,12 +38,13 @@ class UtmSource(models.Model):
|
|||
if len(content) >= 24:
|
||||
content = f'{content[:20]}...'
|
||||
|
||||
create_date = record.create_date or fields.date.today()
|
||||
create_date = fields.date.strftime(create_date, tools.DEFAULT_SERVER_DATE_FORMAT)
|
||||
create_date = record.create_date or fields.Datetime.today()
|
||||
model_description = self.env['ir.model']._get(record._name).name
|
||||
return _(
|
||||
'%(content)s (%(model_description)s created on %(create_date)s)',
|
||||
content=content, model_description=model_description, create_date=create_date,
|
||||
content=content,
|
||||
model_description=model_description,
|
||||
create_date=fields.Date.to_string(create_date),
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -51,9 +59,9 @@ class UtmSourceMixin(models.AbstractModel):
|
|||
source_id = fields.Many2one('utm.source', string='Source', required=True, ondelete='restrict', copy=False)
|
||||
|
||||
@api.model
|
||||
def default_get(self, fields_list):
|
||||
# Exclude 'name' from fields_list to avoid retrieving it from context.
|
||||
return super().default_get([field for field in fields_list if field != "name"])
|
||||
def default_get(self, fields):
|
||||
# Exclude 'name' from fields to avoid retrieving it from context.
|
||||
return super().default_get([field for field in fields if field != "name"])
|
||||
|
||||
@api.model_create_multi
|
||||
def create(self, vals_list):
|
||||
|
|
@ -80,23 +88,26 @@ class UtmSourceMixin(models.AbstractModel):
|
|||
|
||||
return super().create(vals_list)
|
||||
|
||||
def write(self, values):
|
||||
if (values.get(self._rec_name) or values.get('name')) and len(self) > 1:
|
||||
def write(self, vals):
|
||||
if (vals.get(self._rec_name) or vals.get('name')) and len(self) > 1:
|
||||
raise ValueError(
|
||||
_('You cannot update multiple records with the same name. The name should be unique!')
|
||||
)
|
||||
|
||||
if values.get(self._rec_name) and not values.get('name'):
|
||||
values['name'] = self.env['utm.source']._generate_name(self, values[self._rec_name])
|
||||
if values.get('name'):
|
||||
values['name'] = self.env['utm.mixin'].with_context(
|
||||
if vals.get(self._rec_name) and not vals.get('name'):
|
||||
vals['name'] = self.env['utm.source']._generate_name(self, vals[self._rec_name])
|
||||
if vals.get('name'):
|
||||
vals['name'] = self.env['utm.mixin'].with_context(
|
||||
utm_check_skip_record_ids=self.source_id.ids
|
||||
)._get_unique_names("utm.source", [values['name']])[0]
|
||||
)._get_unique_names("utm.source", [vals['name']])[0]
|
||||
|
||||
super().write(values)
|
||||
return super().write(vals)
|
||||
|
||||
def copy(self, default=None):
|
||||
def copy_data(self, default=None):
|
||||
"""Increment the counter when duplicating the source."""
|
||||
default = default or {}
|
||||
default['name'] = self.env['utm.mixin']._get_unique_names("utm.source", [self.name])[0]
|
||||
return super().copy(default)
|
||||
default_name = default.get('name')
|
||||
vals_list = super().copy_data(default=default)
|
||||
for source, vals in zip(self, vals_list):
|
||||
vals['name'] = self.env['utm.mixin']._get_unique_names("utm.source", [default_name or source.name])[0]
|
||||
return vals_list
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ class UtmTag(models.Model):
|
|||
string='Color Index', default=lambda self: self._default_color(),
|
||||
help='Tag color. No color means no display in kanban to distinguish internal tags from public categorization tags.')
|
||||
|
||||
_sql_constraints = [
|
||||
('name_uniq', 'unique (name)', "Tag name already exists !"),
|
||||
]
|
||||
_name_uniq = models.Constraint(
|
||||
'unique (name)',
|
||||
'Tag name already exists!',
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,8 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_utm_campaign,access_utm_campaign,model_utm_campaign,,1,0,1,0
|
||||
access_utm_campaign_user,access_utm_campaign_user,model_utm_campaign,base.group_user,1,1,1,0
|
||||
access_utm_campaign_system,utm.campaign.system,model_utm_campaign,base.group_system,1,1,1,1
|
||||
access_utm_medium,access_utm_medium,model_utm_medium,,1,0,1,0
|
||||
access_utm_medium_user,access_utm_medium_user,model_utm_medium,base.group_user,1,1,1,0
|
||||
access_utm_medium_system,utm.medium.system,model_utm_medium,base.group_system,1,1,1,1
|
||||
access_utm_source,access_utm_source,model_utm_source,,1,0,1,0
|
||||
access_utm_source_user,access_utm_source_user,model_utm_source,base.group_user,1,1,1,0
|
||||
access_utm_source_system,utm.source.system,model_utm_source,base.group_system,1,1,1,1
|
||||
access_utm_stage_user,mail.utm.stage,model_utm_stage,base.group_user,1,0,0,0
|
||||
|
|
|
|||
|
Binary file not shown.
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 1.5 KiB |
|
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="70" height="70" viewBox="0 0 70 70"><defs><path id="a" d="M4 0h61c4 0 5 1 5 5v60c0 4-1 5-5 5H4c-3 0-4-1-4-5V5c0-4 1-5 4-5z"/><linearGradient id="c" x1="100%" x2="0%" y1="0%" y2="98.616%"><stop offset="0%" stop-color="#797C79"/><stop offset="100%" stop-color="#545554"/></linearGradient><path id="d" d="M39.922 32.578c4.376 4.381 4.316 11.404.026 15.717a.908.908 0 0 1-.026.028L35 53.244c-4.341 4.341-11.404 4.34-15.744 0-4.341-4.34-4.341-11.403 0-15.744l2.718-2.717c.72-.721 1.961-.242 1.999.776.047 1.298.28 2.602.71 3.862.145.426.04.898-.278 1.216l-.958.959c-2.053 2.053-2.117 5.395-.085 7.468a5.28 5.28 0 0 0 7.495.037l4.921-4.921a5.272 5.272 0 0 0-.757-8.086 1.175 1.175 0 0 1-.509-.923 2.917 2.917 0 0 1 .857-2.183l1.542-1.542a1.177 1.177 0 0 1 1.508-.127c.537.375 1.04.796 1.503 1.26zm10.322-10.322c-4.34-4.34-11.403-4.341-15.744 0l-4.922 4.921a.908.908 0 0 0-.026.028c-4.29 4.313-4.35 11.336.026 15.717.463.463.966.884 1.503 1.259a1.177 1.177 0 0 0 1.508-.127l1.542-1.542c.611-.611.886-1.409.857-2.183a1.175 1.175 0 0 0-.51-.923 5.272 5.272 0 0 1-.757-8.086l4.922-4.921a5.28 5.28 0 0 1 7.495.037c2.032 2.073 1.968 5.415-.085 7.468l-.958.958c-.319.319-.423.79-.277 1.217.43 1.26.662 2.564.71 3.862.037 1.018 1.278 1.497 1.998.776L50.244 38c4.341-4.34 4.341-11.404 0-15.744z"/><path id="e" d="M39.922 30.578c4.376 4.381 4.316 11.404.026 15.717a.908.908 0 0 1-.026.028L35 51.244c-4.341 4.341-11.404 4.34-15.744 0-4.341-4.34-4.341-11.403 0-15.744l2.718-2.717c.72-.721 1.961-.242 1.999.776.047 1.298.28 2.602.71 3.862.145.426.04.898-.278 1.216l-.958.959c-2.053 2.053-2.117 5.395-.085 7.468a5.28 5.28 0 0 0 7.495.037l4.921-4.921a5.272 5.272 0 0 0-.757-8.086 1.175 1.175 0 0 1-.509-.923 2.917 2.917 0 0 1 .857-2.183l1.542-1.542a1.177 1.177 0 0 1 1.508-.127c.537.375 1.04.796 1.503 1.26zm10.322-10.322c-4.34-4.34-11.403-4.341-15.744 0l-4.922 4.921a.908.908 0 0 0-.026.028c-4.29 4.313-4.35 11.336.026 15.717.463.463.966.884 1.503 1.259a1.177 1.177 0 0 0 1.508-.127l1.542-1.542c.611-.611.886-1.409.857-2.183a1.175 1.175 0 0 0-.51-.923 5.272 5.272 0 0 1-.757-8.086l4.922-4.921a5.28 5.28 0 0 1 7.495.037c2.032 2.073 1.968 5.415-.085 7.468l-.958.958c-.319.319-.423.79-.277 1.217.43 1.26.662 2.564.71 3.862.037 1.018 1.278 1.497 1.998.776L50.244 36c4.341-4.34 4.341-11.404 0-15.744z"/></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><path fill="url(#c)" d="M0 0H70V70H0z"/><path fill="#FFF" fill-opacity=".383" d="M4 1h61c2.667 0 4.333.667 5 2V0H0v3c.667-1.333 2-2 4-2z"/><path fill="#393939" d="M34.664 69H4c-2 0-4-1-4-4V39.037L18.936 20.71 25 18l18 17-.457 1.673L46 33l6 16-17.336 20z" opacity=".324"/><path fill="#000" fill-opacity=".383" d="M4 69h61c2.667 0 4.333-1 5-3v4H0v-4c.667 2 2 3 4 3z"/><use fill="#000" fill-rule="nonzero" opacity=".3" transform="matrix(-1 0 0 1 69.5 0)" xlink:href="#d"/><use fill="#FFF" fill-rule="nonzero" transform="matrix(-1 0 0 1 69.5 0)" xlink:href="#e"/></g></g></svg>
|
||||
<svg width="50" height="50" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path d="M.983 23.814a3.356 3.356 0 0 1 0-4.746L11.068 8.983a3.356 3.356 0 0 1 4.746 0l17.203 17.203a3.356 3.356 0 0 1 0 4.746L22.932 41.017a3.356 3.356 0 0 1-4.746 0L.983 23.814Z" fill="#FBB945"/><path d="M16.983 19.068a3.356 3.356 0 0 0 0 4.746l4.53 4.53 7.063-6.598 4.441 4.44a3.356 3.356 0 0 1 0 4.747L28.56 35.39l5.627 5.627a3.356 3.356 0 0 0 4.746 0l10.085-10.085a3.356 3.356 0 0 0 0-4.746L31.814 8.983a3.356 3.356 0 0 0-4.746 0L16.983 19.068Z" fill="#985184"/></svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 557 B |
BIN
odoo-bringout-oca-ocb-utm/utm/static/description/icon_hi.png
Normal file
BIN
odoo-bringout-oca-ocb-utm/utm/static/description/icon_hi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
|
|
@ -1,39 +1,30 @@
|
|||
odoo.define('utm.campaing_kanban_examples', function (require) {
|
||||
'use strict';
|
||||
|
||||
var core = require('web.core');
|
||||
var kanbanExamplesRegistry = require('web.kanban_examples_registry');
|
||||
const { registry } = require("@web/core/registry");
|
||||
|
||||
var _lt = core._lt;
|
||||
import { _t } from "@web/core/l10n/translation";
|
||||
import { registry } from "@web/core/registry";
|
||||
|
||||
const exampleData = {
|
||||
ghostColumns: [_lt('Ideas'), _lt('Design'), _lt('Review'), _lt('Send'), _lt('Done')],
|
||||
applyExamplesText: _lt("Use This For My Campaigns"),
|
||||
applyExamplesText: _t("Use This For My Campaigns"),
|
||||
allowedGroupBys: ['stage_id'],
|
||||
examples: [{
|
||||
name: _lt('Creative Flow'),
|
||||
columns: [_lt('Ideas'), _lt('Design'), _lt('Review'), _lt('Send'), _lt('Done')],
|
||||
description: _lt("Collect ideas, design creative content and publish it once reviewed."),
|
||||
name: _t('Creative Flow'),
|
||||
columns: [_t('Ideas'), _t('Design'), _t('Review'), _t('Send'), _t('Done')],
|
||||
description: _t("Collect ideas, design creative content and publish it once reviewed."),
|
||||
}, {
|
||||
name: _lt('Event-driven Flow'),
|
||||
columns: [_lt('Later'), _lt('This Month'), _lt('This Week'), _lt('Running'), _lt('Sent')],
|
||||
description: _lt("Track incoming events (e.g. : Christmas, Black Friday, ...) and publish timely content."),
|
||||
name: _t('Event-driven Flow'),
|
||||
columns: [_t('Later'), _t('This Month'), _t('This Week'), _t('Running'), _t('Sent')],
|
||||
description: _t("Track incoming events (e.g. Christmas, Black Friday, ...) and publish timely content."),
|
||||
}, {
|
||||
name: _lt('Soft-Launch Flow'),
|
||||
columns: [_lt('Pre-Launch'), _lt('Soft-Launch'), _lt('Deploy'), _lt('Report'), _lt('Done')],
|
||||
description: _lt("Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."),
|
||||
name: _t('Soft-Launch Flow'),
|
||||
columns: [_t('Pre-Launch'), _t('Soft-Launch'), _t('Deploy'), _t('Report'), _t('Done')],
|
||||
description: _t("Prepare your Campaign, test it with part of your audience and deploy it fully afterwards."),
|
||||
}, {
|
||||
name: _lt('Audience-driven Flow'),
|
||||
columns: [_lt('Gather Data'), _lt('List-Building'), _lt('Copywriting'), _lt('Sent')],
|
||||
description: _lt("Gather data, build a recipient list and write content based on your Marketing target."),
|
||||
name: _t('Audience-driven Flow'),
|
||||
columns: [_t('Gather Data'), _t('List-Building'), _t('Copywriting'), _t('Sent')],
|
||||
description: _t("Gather data, build a recipient list and write content based on your Marketing target."),
|
||||
}, {
|
||||
name: _lt('Approval-based Flow'),
|
||||
columns: [_lt('To be Approved'), _lt('Approved'), _lt('Deployed')],
|
||||
description: _lt("Prepare Campaigns and get them approved before making them go live."),
|
||||
name: _t('Approval-based Flow'),
|
||||
columns: [_t('To be Approved'), _t('Approved'), _t('Deployed')],
|
||||
description: _t("Prepare Campaigns and get them approved before making them go live."),
|
||||
}],
|
||||
};
|
||||
|
||||
kanbanExamplesRegistry.add('utm_campaign', exampleData);
|
||||
registry.category("kanban_examples").add("utm_campaign", exampleData);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.o_kanban_renderer.o_utm_kanban {
|
||||
.o_utm_kanban .o_kanban_renderer {
|
||||
--KanbanRecord-width: #{380px - 2 * ($grid-gutter-width * .25)};
|
||||
--KanbanGroup-padding-h: #{$grid-gutter-width * .25};
|
||||
--KanbanGroup-padding-bottom: #{$grid-gutter-width};
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ class TestUTMCommon(common.TransactionCase):
|
|||
'name': 'User Employee',
|
||||
'login': 'user_employee_utm',
|
||||
'email': 'user_employee_utm@test.com',
|
||||
'groups_id': [(6, 0, [cls.env.ref('base.group_user').id])],
|
||||
'group_ids': [(6, 0, [cls.env.ref('base.group_user').id])],
|
||||
})
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ class TestRoutes(HttpCaseWithUserDemo):
|
|||
def test_01_web_session_destroy(self):
|
||||
base_url = self.env['ir.config_parameter'].sudo().get_param('web.base.url')
|
||||
self.authenticate('demo', 'demo')
|
||||
res = self.opener.post(url=base_url + '/web/session/destroy', json={})
|
||||
res = self.url_open(url=base_url + '/web/session/destroy', json={})
|
||||
self.assertEqual(res.status_code, 200)
|
||||
|
|
|
|||
|
|
@ -57,6 +57,52 @@ class TestUtm(TestUTMCommon):
|
|||
self.assertNotIn(source_4, source_1 | source_2 | source_3 | source_3_2 | source_4_2)
|
||||
self.assertEqual(source_4.name, 'Source 4')
|
||||
|
||||
def test_fetch_or_create_medium(self):
|
||||
new_medium = self.env['utm.medium'].create({'name': 'New Medium'})
|
||||
self.env['ir.model.data'].create({
|
||||
'model': 'utm.medium',
|
||||
'module': 'utm',
|
||||
'name': 'utm_medium_new_medium',
|
||||
'res_id': new_medium.id,
|
||||
})
|
||||
# fetch existing medium
|
||||
self.assertEqual(new_medium, self.env.ref('utm.utm_medium_new_medium'))
|
||||
self.assertEqual(new_medium, self.env['utm.medium']._fetch_or_create_utm_medium('New Medium'))
|
||||
self.assertEqual(new_medium, self.env['utm.medium']._fetch_or_create_utm_medium('new medium'))
|
||||
self.assertEqual(new_medium, self.env['utm.medium']._fetch_or_create_utm_medium('new_medium'))
|
||||
self.assertEqual(new_medium, self.env['utm.medium']._fetch_or_create_utm_medium('new.Medium'))
|
||||
|
||||
# create and fetch medium
|
||||
other_medium = self.env['utm.medium']._fetch_or_create_utm_medium('Another Medium')
|
||||
self.assertEqual(other_medium, self.env['utm.medium']._fetch_or_create_utm_medium('Another Medium'))
|
||||
self.assertEqual(other_medium, self.env.ref('utm.utm_medium_another_medium'))
|
||||
self.assertEqual(other_medium, self.env['utm.medium']._fetch_or_create_utm_medium('another medium'))
|
||||
|
||||
def test_find_or_create_record_case(self):
|
||||
""" Find-or-create should be case insensitive to avoid useless duplication """
|
||||
name = "LinkedIn Plus"
|
||||
source = self.env["utm.mixin"]._find_or_create_record("utm.source", name)
|
||||
self.assertEqual(source.name, name)
|
||||
|
||||
# case insensitive equal (also strip spaces)
|
||||
for src in ("linkedin plus", "Linkedin plus", "LINKEDIN PLUS", f"{name} ", f" {name}"):
|
||||
with self.subTest(src=src):
|
||||
found = self.env['utm.mixin']._find_or_create_record("utm.source", src)
|
||||
self.assertEqual(found, source)
|
||||
# not equal, just to be sure we don't do a pure ilike
|
||||
for src in ("LinkedIn", "Plus"):
|
||||
with self.subTest(src=src):
|
||||
found = self.env['utm.mixin']._find_or_create_record("utm.source", src)
|
||||
self.assertNotEqual(found, source)
|
||||
|
||||
def test_find_or_create_with_archived_record(self):
|
||||
archived_campaign = self.env['utm.campaign'].create([{
|
||||
'active': False,
|
||||
'name': 'Archived Campaign',
|
||||
}])
|
||||
campaign = self.env['utm.mixin']._find_or_create_record('utm.campaign', 'Archived Campaign')
|
||||
self.assertEqual(archived_campaign, campaign, "An archived record must be found instead of re-created.")
|
||||
|
||||
def test_name_generation(self):
|
||||
"""Test that the name is always unique. A counter must be added at the
|
||||
end of the name if it's not the case."""
|
||||
|
|
|
|||
|
|
@ -9,11 +9,17 @@
|
|||
<field name="tag_ids"/>
|
||||
<field name="user_id"/>
|
||||
<field name="is_auto_campaign"/>
|
||||
<group expand="0" string="Group By">
|
||||
<filter string="My Campaigns" name="filter_assigned_to_me" domain="[('user_id', '=', uid)]"
|
||||
help="Campaigns that are assigned to me"/>
|
||||
<separator/>
|
||||
<filter string="Archived" name="filter_inactive" domain="[('active', '=', False)]"/>
|
||||
<group>
|
||||
<filter string="Stage" name="group_stage_id"
|
||||
context="{'group_by': 'stage_id'}"/>
|
||||
<filter string="Responsible" name="group_user_id"
|
||||
context="{'group_by': 'user_id'}"/>
|
||||
<filter string="Tags" name="group_tags_id"
|
||||
context="{'group_by': 'tag_ids'}"/>
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
|
|
@ -30,10 +36,12 @@
|
|||
<sheet>
|
||||
<div class="oe_button_box d-flex justify-content-end" name="button_box">
|
||||
</div>
|
||||
<widget name="web_ribbon" title="Archived" bg_color="text-bg-danger" invisible="active"/>
|
||||
<group id="top-group">
|
||||
<field name="active" invisible="1"/>
|
||||
<field class="text-break" name="title" string="Campaign Name" placeholder="e.g. Black Friday"/>
|
||||
<field name="name" invisible="1"/>
|
||||
<field name="user_id" domain="[('share', '=', False)]"/>
|
||||
<field name="user_id" widget="many2one_avatar_user" domain="[('share', '=', False)]"/>
|
||||
<field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color', 'no_create_edit': True}"/>
|
||||
</group>
|
||||
<notebook>
|
||||
|
|
@ -44,16 +52,16 @@
|
|||
</record>
|
||||
|
||||
<record model="ir.ui.view" id="utm_campaign_view_tree">
|
||||
<field name="name">utm.campaign.view.tree</field>
|
||||
<field name="name">utm.campaign.view.list</field>
|
||||
<field name="model">utm.campaign</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="UTM Campaigns" multi_edit="1" sample="1">
|
||||
<field name="title" readonly="1"/>
|
||||
<field name="name" invisible="1"/>
|
||||
<field name="user_id"/>
|
||||
<field name="stage_id"/>
|
||||
<list string="UTM Campaigns" multi_edit="1" sample="1">
|
||||
<field name="title" string="Name" readonly="1"/>
|
||||
<field name="name" column_invisible="True"/>
|
||||
<field name="user_id" widget="many2one_avatar_user"/>
|
||||
<field name="stage_id" decoration-bf="1"/>
|
||||
<field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color'}"/>
|
||||
</tree>
|
||||
</list>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
|
@ -66,8 +74,8 @@
|
|||
<group>
|
||||
<field name="name" invisible="1"/>
|
||||
<field class="o_text_overflow" name="title" string="Campaign Name" placeholder="e.g. Black Friday"/>
|
||||
<field name="user_id" domain="[('share', '=', False)]"/>
|
||||
<field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color', 'no_create_edit': True}"/>
|
||||
<field name="user_id" widget="many2one_avatar_user" domain="[('share', '=', False)]"/>
|
||||
<field name="tag_ids" widget="many2many_tags" class="o_field_highlight" options="{'color_field': 'color', 'no_create_edit': True}"/>
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
|
|
@ -77,47 +85,31 @@
|
|||
<field name="name">utm.campaign.view.kanban</field>
|
||||
<field name="model">utm.campaign</field>
|
||||
<field name="arch" type="xml">
|
||||
<kanban default_group_by='stage_id' class="o_utm_kanban" on_create="quick_create" quick_create_view="utm.utm_campaign_view_form_quick_create" examples="utm_campaign" sample="1">
|
||||
<field name='color'/>
|
||||
<kanban highlight_color="color" default_group_by='stage_id' class="o_utm_kanban" on_create="quick_create" quick_create_view="utm.utm_campaign_view_form_quick_create" examples="utm_campaign" sample="1">
|
||||
<field name='user_id'/>
|
||||
<field name="stage_id"/>
|
||||
<field name='active'/>
|
||||
<templates>
|
||||
<t t-name="kanban-box">
|
||||
<div t-attf-class="oe_kanban_color_#{kanban_getcolor(record.color.raw_value)} oe_kanban_card oe_kanban_global_click">
|
||||
<div class="o_dropdown_kanban dropdown">
|
||||
<a role="button" class="dropdown-toggle o-no-caret btn" data-bs-toggle="dropdown" href="#" aria-label="Dropdown menu" title="Dropdown menu">
|
||||
<span class="fa fa-ellipsis-v"/>
|
||||
</a>
|
||||
<div class="dropdown-menu" role="menu">
|
||||
<t t-if="widget.editable">
|
||||
<a role="menuitem" type="edit" class="dropdown-item">Edit</a>
|
||||
</t>
|
||||
<t t-if="widget.deletable">
|
||||
<a role="menuitem" type="delete" class="dropdown-item">Delete</a>
|
||||
</t>
|
||||
<div role="separator" class="dropdown-divider"/>
|
||||
<ul class="oe_kanban_colorpicker" data-field="color"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oe_kanban_content">
|
||||
<div class="o_kanban_record_top">
|
||||
<div class="o_kanban_record_headings">
|
||||
<h3 class="oe_margin_bottom_8 o_kanban_record_title"><field name="title"/></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="o_kanban_record_body">
|
||||
<field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color'}"/>
|
||||
<ul id="o_utm_actions" class="list-group list-group-horizontal my-0"/>
|
||||
</div>
|
||||
<div class="o_kanban_record_bottom h5 mt-2 mb-0">
|
||||
<div id="utm_statistics" class="d-flex flex-grow-1 text-600 mt-1"/>
|
||||
<div class="oe_kanban_bottom_right">
|
||||
<field name="user_id" widget="many2one_avatar_user"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<t t-name="menu">
|
||||
<t t-if="widget.editable">
|
||||
<a role="menuitem" type="open" class="dropdown-item">Edit</a>
|
||||
</t>
|
||||
<t t-if="widget.deletable">
|
||||
<a role="menuitem" type="delete" class="dropdown-item">Delete</a>
|
||||
</t>
|
||||
<a role="menuitem" class="dropdown-item o_kanban_mailing_active" name="action_archive" type="object" t-if="record.active.raw_value">Archive</a>
|
||||
<a role="menuitem" class="dropdown-item o_kanban_mailing_active" name="action_unarchive" type="object" t-if="!record.active.raw_value">Restore</a>
|
||||
<div role="separator" class="dropdown-divider"/>
|
||||
<field name="color" widget="kanban_color_picker"/>
|
||||
</t>
|
||||
<t t-name="card">
|
||||
<field name="title" class="fw-bold fs-5"/>
|
||||
<field name="tag_ids" widget="many2many_tags" options="{'color_field': 'color'}"/>
|
||||
<ul id="o_utm_actions" class="list-group list-group-horizontal my-0"/>
|
||||
<footer class="mt-2 mb-0 pt-0">
|
||||
<div class="py-auto"/>
|
||||
<field name="user_id" widget="many2one_avatar_user" class="ms-auto"/>
|
||||
</footer>
|
||||
</t>
|
||||
</templates>
|
||||
</kanban>
|
||||
|
|
@ -127,7 +119,7 @@
|
|||
<record id="utm_campaign_action" model="ir.actions.act_window">
|
||||
<field name="name">Campaigns</field>
|
||||
<field name="res_model">utm.campaign</field>
|
||||
<field name="view_mode">tree,kanban,form</field>
|
||||
<field name="view_mode">list,kanban,form</field>
|
||||
<field name="help" type="html">
|
||||
<p class="o_view_nocontent_smiling_face">
|
||||
Create a campaign
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue