mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-21 21:52:01 +02:00
19.0 vanilla
This commit is contained in:
parent
5faf7397c5
commit
2696f14ed7
721 changed files with 220375 additions and 91221 deletions
|
|
@ -16,11 +16,17 @@
|
|||
'auto_install': True,
|
||||
'data': [
|
||||
'data/mail_templates.xml',
|
||||
'views/iap_views.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'iap_mail/static/src/js/**/*',
|
||||
'iap_mail/static/src/scss/iap_mail.scss',
|
||||
],
|
||||
"web.dark_mode_assets_backend": [
|
||||
'iap_mail/static/src/scss/iap_mail.dark.scss',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@
|
|||
<h4>
|
||||
<span class="me-3 align-middle" t-esc="name"/>
|
||||
<a t-if="twitter" class="ms-2" target="_blank" t-attf-href="http://www.twitter.com/{{twitter}}">
|
||||
<img src="/web_editor/font_to_img/61569/rgb(0,132,180)/22"/>
|
||||
<img src="/mail/font_to_img/61569/rgb(0,132,180)/22"/>
|
||||
</a>
|
||||
<a t-if="facebook" class="ms-2" target="_blank" t-attf-href="http://www.facebook.com/{{facebook}}">
|
||||
<img src="/web_editor/font_to_img/61570/rgb(59,89,152)/22"/>
|
||||
<img src="/mail/font_to_img/61570/rgb(59,89,152)/22"/>
|
||||
</a>
|
||||
<a t-if="linkedin" class="ms-2" target="_blank" t-attf-href="https://www.linkedin.com/{{linkedin}}">
|
||||
<img src="/web_editor/font_to_img/61580/rgb(0,119,181)/22"/>
|
||||
<img src="/mail/font_to_img/61580/rgb(0,119,181)/22"/>
|
||||
</a>
|
||||
<a t-if="crunchbase" class="ms-2" target="_blank" t-attf-href="https://www.crunchbase.com/{{crunchbase}}">
|
||||
<img width="19px" height="19px" src="/partner_autocomplete/static/img/crunchbase.ico"/>
|
||||
|
|
@ -23,19 +23,19 @@
|
|||
</h4>
|
||||
<p t-esc="description"/>
|
||||
</div>
|
||||
<div class="col-sm-2 p-0 text-center text-md-end order-first order-md-last">
|
||||
<img t-attf-src="{{logo}}" alt="Company Logo" style="max-width: 80px;"/>
|
||||
<div t-if="logo" class="col-sm-2 p-0 text-center text-md-end order-first order-md-last">
|
||||
<img t-attf-src="{{logo}}" alt="" style="max-width: 80px;"/>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
|
||||
<div class="col-sm-12 row m-0 p-0">
|
||||
<div t-if="company_type" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="company_type" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-building text-primary"/>
|
||||
<b>Company type</b>
|
||||
</div>
|
||||
<div t-if="company_type" class="my-1 col-sm-9" t-esc="company_type" />
|
||||
<div t-if="founded_year" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="founded_year" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-calendar text-primary"/>
|
||||
<b>Founded</b>
|
||||
</div>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<t t-if="industry" t-set="sectors" t-value="sectors + [industry]" />
|
||||
<t t-if="industry_group" t-set="sectors" t-value="sectors + [industry_group]" />
|
||||
<t t-if="sub_industry" t-set="sectors" t-value="sectors + [sub_industry]" />
|
||||
<div t-if="sectors" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="sectors" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-industry text-primary"/>
|
||||
<b>Sectors</b>
|
||||
</div>
|
||||
|
|
@ -54,19 +54,19 @@
|
|||
<label t-esc="inner_sector" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/>
|
||||
</t>
|
||||
</div>
|
||||
<div t-if="employees" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="employees" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-users text-primary"/>
|
||||
<b>Employees</b>
|
||||
</div>
|
||||
<div t-if="employees" class="my-1 col-sm-9" t-esc="'%.0f' % employees" />
|
||||
<div t-if="estimated_annual_revenue" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="estimated_annual_revenue" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-money text-primary"/>
|
||||
<b>Estimated revenue</b>
|
||||
</div>
|
||||
<div t-if="estimated_annual_revenue" class="my-1 col-sm-9">
|
||||
<span t-esc="estimated_annual_revenue" /><span> per year</span>
|
||||
</div>
|
||||
<div t-if="phone_numbers" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="phone_numbers" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-phone text-primary"/>
|
||||
<b>Phone</b>
|
||||
</div>
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
<a t-attf-href="tel:{{phone_number}}" t-esc="phone_number" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/>
|
||||
</t>
|
||||
</div>
|
||||
<div t-if="email" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="email" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-envelope text-primary"/>
|
||||
<b>Email</b>
|
||||
</div>
|
||||
|
|
@ -84,12 +84,12 @@
|
|||
<a target="_top" t-attf-href="mailto:{{email_item}}" t-esc="email_item" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/>
|
||||
</t>
|
||||
</div>
|
||||
<div t-if="timezone" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="timezone" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-globe text-primary"/>
|
||||
<b>Timezone</b>
|
||||
</div>
|
||||
<div t-if="timezone" class="my-1 col-sm-9" t-esc="timezone.replace('_', ' ')" />
|
||||
<div t-if="tech" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="tech" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-cube text-primary"/>
|
||||
<b>Technologies Used</b>
|
||||
</div>
|
||||
|
|
@ -98,13 +98,107 @@
|
|||
<label t-esc="tech_item.replace('_', ' ').title()" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/>
|
||||
</t>
|
||||
</div>
|
||||
<div t-if="twitter_bio" class="my-1 p-0 col-sm-3">
|
||||
<div t-if="twitter_bio" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-twitter text-primary"/>
|
||||
<b>Twitter</b>
|
||||
<b>X</b>
|
||||
</div>
|
||||
<div t-if="twitter_bio" class="my-1 col-sm-9">
|
||||
<div t-if="twitter_followers"><t t-esc="twitter_followers"/> followers</div>
|
||||
<div t-esc="twitter_bio" />
|
||||
<div class="d-flex gap-2">
|
||||
<a t-if="twitter" target="_blank" t-attf-href="http://www.twitter.com/{{twitter}}" class="text-nowrap">
|
||||
http://www.twitter.com/<t t-esc="twitter"/>
|
||||
</a>
|
||||
<span t-if="twitter"> • </span>
|
||||
<div t-if="twitter_followers" class="text-nowrap"><t t-esc="twitter_followers"/> followers</div>
|
||||
</div>
|
||||
<div t-esc="twitter_bio" class="mt-1"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template id="enrich_company_by_dnb">
|
||||
<div class="o_partner_autocomplete_enrich_info p-3 mt-3 mb-3 me-5">
|
||||
<div class="row p-0 m-0">
|
||||
<div class="col-sm-10 p-0">
|
||||
<h4 class="me-3 align-middle" t-att-style="logo and 'margin-top:25px' or ''" t-out="name"/>
|
||||
</div>
|
||||
<div t-if="logo" class="col-sm-2 p-0 text-center text-md-end order-first order-md-last">
|
||||
<img t-attf-src="data:image/png;base64, {{logo}}" alt="" style="max-width: 80px;"/>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
|
||||
<div class="col-sm-12 row m-0 p-0">
|
||||
<div t-if="company_type" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-building mt-1 text-primary"/>
|
||||
<b>Type</b>
|
||||
</div>
|
||||
<div t-if="company_type" class="my-1 col-sm-9" t-out="company_type" />
|
||||
<div t-if="vat" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-folder mt-1 text-primary"/>
|
||||
<b>Tax ID</b>
|
||||
</div>
|
||||
<div t-if="vat" class="my-1 col-sm-9" t-out="vat" />
|
||||
<t t-set="sectors" t-value="[]" />
|
||||
<t t-if="sector_primary" t-set="sectors" t-value="sectors + [sector_primary]" />
|
||||
<t t-if="industry" t-set="sectors" t-value="sectors + [industry]" />
|
||||
<t t-if="industry_group" t-set="sectors" t-value="sectors + [industry_group]" />
|
||||
<t t-if="sub_industry" t-set="sectors" t-value="sectors + [sub_industry]" />
|
||||
<div class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-address-card text-primary mt-1"/>
|
||||
<b>Address</b>
|
||||
</div>
|
||||
<div class="my-1 col-sm-9">
|
||||
<div class="o_address_format">
|
||||
<div t-if="street" class="o_address_street" t-out="street"/>
|
||||
<div t-if="street2" class="o_address_street" t-out="street2"/>
|
||||
<span t-if="city" t-out="city"/>
|
||||
<span t-if="state" toutc="state"/>
|
||||
<span t-if="zip_code" t-out="zip_code"/>
|
||||
<div t-if="country" class="o_address_country" t-out="country"/>
|
||||
</div>
|
||||
</div>
|
||||
<div t-if="employees" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-users text-primary"/>
|
||||
<b>Employees</b>
|
||||
</div>
|
||||
<div t-if="employees" class="my-1 col-sm-9" t-out="'%.0f' % employees" />
|
||||
<div t-if="estimated_annual_revenue" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-money mt-1 text-primary"/>
|
||||
<b>Estimated revenue</b>
|
||||
</div>
|
||||
<div t-if="estimated_annual_revenue" class="my-1 col-sm-9">
|
||||
<span t-out="estimated_annual_revenue" /><span> per year</span>
|
||||
</div>
|
||||
<div t-if="phone" class="d-flex p-0 my-1 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-phone mt-1 text-primary"/>
|
||||
<b>Phone</b>
|
||||
</div>
|
||||
<div t-if="phone" class="col-sm-9 my-1">
|
||||
<a t-attf-href="tel:{{phone}}" t-out="phone"/>
|
||||
</div>
|
||||
<div t-if="email" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-envelope text-primary" style="margin-top: 3px;"/>
|
||||
<b>Email</b>
|
||||
</div>
|
||||
<div t-if="email" class="col-sm-9 my-1">
|
||||
<a target="_top" t-attf-href="mailto:{{email}}" t-out="email"/>
|
||||
</div>
|
||||
<div t-if="website" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-globe mt-1 text-primary"/>
|
||||
<b>Website</b>
|
||||
</div>
|
||||
<div t-if="website" class="my-1 col-sm-9">
|
||||
<a target="_blank" t-attf-href="{{website}}" t-out="website"/>
|
||||
</div>
|
||||
<div t-if="tags" class="d-flex my-1 p-0 col-sm-3">
|
||||
<i class="fa fa-fw me-2 fa-industry text-primary"/>
|
||||
<b>Industries</b>
|
||||
</div>
|
||||
<div t-if="tags" class="col-sm-9">
|
||||
<t t-foreach="tags" t-as="tag_item">
|
||||
<label t-out="tag_item[1]" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/>
|
||||
</t>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,39 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Niyas Raphy, 2022
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-13 12:16+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -28,7 +42,7 @@ msgid ""
|
|||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>نوع الشركة</b> "
|
||||
" <b>نوع الشركة</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,6 +62,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>التقنيات المستخدمة</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +79,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>البريد الإلكتروني</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -66,6 +102,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>المنطقة زمنية</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +118,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>القطاعات</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -84,6 +134,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>الإيرادات المقدرة</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -97,13 +154,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>تويتر</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -113,20 +171,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> لكل سنة</span> "
|
||||
msgstr "<span> لكل سنة</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "شعار الشركة "
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "إجراء مطلوب"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "عدد المرفقات"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "الشركة"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "مستلمو تنبيهات البريد الإلكتروني"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "الحد المسموح به للتنبيه عبر البريد الإلكتروني"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "المتابعين"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "المتابعين (الشركاء)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "يحتوي على رسالة"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "حساب IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "إذا كان محددًا، فهناك رسائل جديدة عليك رؤيتها."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "إذا كان محددًا، فقد حدث خطأ في تسليم بعض الرسائل."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "متابع"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "خطأ في تسليم الرسائل"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "الرسائل"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "عدد الإجراءات"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "عدد الأخطاء"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "عدد الرسائل التي تتطلب اتخاذ إجراء"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "عدد الرسائل الحادث بها خطأ في التسليم"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "المتابعين "
|
||||
msgstr "المتابعين"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "شراء رصيد أكثر"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
# erpgo translator <jumshud@erpgo.az>, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -41,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -48,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -55,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -62,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -69,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -80,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -92,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Şirkətin Loqosu"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Hesabı"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "İzləyicilər"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,110 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Shakh, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Ivan Shakh, 2024\n"
|
||||
"Language-Team: Belarusian (https://app.transifex.com/odoo/teams/41243/be/)\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"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Лагатып кампаніі"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Ивайло Малинов <iv.malinov@gmail.com>, 2023
|
||||
# Albena Mincheva <albena_vicheva@abv.bg>, 2023
|
||||
# Anton Vassilev, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Anton Vassilev, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -42,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -49,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -63,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -70,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -81,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -93,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Фирмен знак"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Акаунт"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "последователи"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,19 +1,36 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
# * iap_mail
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-20 09:02+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -21,8 +38,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
"<b>Tip kompanije</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -30,8 +45,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
"<b>Osnovana</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -39,8 +52,14 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
"<b>Korišćene tehnologije</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,8 +67,20 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
"<b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -57,8 +88,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
"<b>Vremenska zona</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -66,8 +102,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
"<b>Sektori</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -75,8 +116,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
"<b>Procijenjeni prihod</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -84,45 +130,134 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
"<b>Telefon</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
"<b>Twitter</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
"<b>Zaposlenici</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> godišnje</span>"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo tvtke"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Račun"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
# taken from hr.po
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "Sljedbenici"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,27 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Carles Antoli <carlesantoli@hotmail.com>, 2022
|
||||
# marcescu, 2022
|
||||
# Quim - eccit <quim@eccit.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Ivan Espinola, 2022
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Ivan Espinola, 2022\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:32+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -50,6 +60,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tecnologies usades</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -59,6 +77,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Correu electrònic</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -68,6 +100,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Zona horària</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -77,6 +116,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -86,6 +132,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Ingressos estimats</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -99,13 +152,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -115,20 +169,120 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> per any</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logotip de companyia"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Acció necessària"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Nombre d'adjunts"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Seguidors"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguidors (Partners)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Té un missatge"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Compte IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
"Si està marcat, hi ha nous missatges que requereixen la vostra atenció."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Si està marcat, alguns missatges tenen un error d'entrega."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "És un seguidor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Error d'entrega del missatge"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Missatges"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Nombre d'accions"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Nombre d'errors"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Nombre de missatges que requereixen una acció"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Nombre de missatges amb error d'entrega"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "seguidors"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Compra més crèdits"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Jiří Podhorecký <jirka.p@volny.cz>, 2022
|
||||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
|
||||
# Jakub Smolka, 2024
|
||||
# Tereza Mokrá, 2024
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Marta (wacm)" <wacm@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Tereza Mokrá, 2024\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-29 09:07+0000\n"
|
||||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -43,6 +55,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -52,6 +72,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -59,6 +93,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -68,6 +109,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektory</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +123,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -88,11 +143,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -100,20 +156,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> za rok</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo společnosti"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Vyžadována akce"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Počet příloh"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Společnost"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovací název"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Odběratelé"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Odběratelé (partneři)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Má zprávu"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Účet"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Pokud zaškrtnuto, nové zprávy vyžadují vaši pozornost."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Pokud zaškrtnuto, některé zprávy mají chybu při doručení."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Je odběratel"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Chyba při doručování zprávy"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Zprávy"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Počet akcí"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Počet chyb"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Počet zpráv vyžadujících akci"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Počet zpráv s chybou při doručení"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "sledující"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Koupit více kreditů"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kira Petersen François (peti)" <peti@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-25 13:24+0000\n"
|
||||
"Last-Translator: \"Kira Petersen François (peti)\" <peti@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -40,6 +55,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -47,6 +70,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -54,6 +91,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -61,6 +105,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -68,6 +119,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -79,11 +137,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -91,20 +150,120 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> per år</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Virksomhedslogo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Handling påkrævet"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Antal vedhæftninger"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Virksomhed"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Følgere"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Følgere (partnere)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Har besked"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Konto"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Hvis dette felt er markeret, kræver nye beskeder din opmærksomhed."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
"Hvis dette felt er markeret, indeholder nogle beskeder en leveringsfejl."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Er følger"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Besked ved leveringsfejl"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Beskeder"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Antal handlinger"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Antal fejl"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Antal meddelelser, der kræver handling"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Antal beskeder med leveringsfejl"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "følgere"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Køb mere kredit"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,42 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Larissa Manderfeld, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:51+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Adresse</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Typ</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +65,17 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Verwendete Technologien</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>E-Mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +85,24 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-Mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>USt.-IdNr.</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +112,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Zeitzone</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Branchen</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,6 +130,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektoren</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Geschätzter Umsatz</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,6 +148,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Geschätzter Umsatz</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Telefonnummer</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +170,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +187,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> pro Jahr</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Unternehmenslogo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Aktion erforderlich"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Anzahl Anhänge"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Unternehmen"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Empfänger der E-Mail-Benachrichtigung"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Grenze für E-Mail-Benachrichtigung"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Follower"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Follower (Partner)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Hat eine Nachricht"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP-Konto"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Falls markiert, erfordern neue Nachrichten Ihre Aufmerksamkeit."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Falls markiert, weisen einige Nachrichten einen Zustellungsfehler auf."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Ist Follower"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Nachricht mit Zustellungsfehler"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Nachrichten"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Anzahl Aktionen"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Anzahl Fehler"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Anzahl der Nachrichten, die eine Aktion erfordern"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Anzahl Nachrichten mit Zustellungsfehler"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "Follower"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Mehr Guthaben kaufen"
|
||||
|
|
|
|||
264
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/el.po
Normal file
264
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/el.po
Normal file
|
|
@ -0,0 +1,264 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-24 19:23+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"el/>\n"
|
||||
"Language: el\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"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Απαιτείται ενέργεια"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Αριθμός Συνημμένων"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Εταιρία"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Ακόλουθοι"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Ακόλουθοι (Συνεργάτες)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Έχει Μήνυμα"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Εάν επιλεγεί τα νέα μηνύματα χρειάζονται την προσοχή σας."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Αν επιλεγεί, κάποια μηνύματα έχουν σφάλμα παράδοσης."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Είναι Ακόλουθος"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Σφάλμα παράδοσης μηνύματος"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Μηνύματα"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Πλήθος ενεργειών"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Αριθμός σφαλμάτων"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Αριθμός μηνυμάτων που απαιτούν ενέργεια"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Αριθμός μηνυμάτων με σφάλμα παράδοσης"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "ακόλουθοι"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Ana Sanjuán, 2023
|
||||
# Larissa Manderfeld, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Noemi Pla Garcia (nopl)" <nopl@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-19 15:11+0000\n"
|
||||
"Last-Translator: \"Noemi Pla Garcia (nopl)\" <nopl@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Dirección</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Tipo</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,6 +66,17 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tecnología utilizada</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Correo electrónico</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +86,24 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Correo electrónico</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Número de identificación fiscal</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Sitio web</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -66,6 +113,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Zona horaria</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectores</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +131,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectores</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Ingresos estimados</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -84,6 +149,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Ingresos estimados</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Teléfono</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -97,13 +171,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -113,20 +188,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> por año</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logotipo de la compañia"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Acción requerida"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Número de archivos adjuntos"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Compañía"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Destinatarios de la alerta por correo electrónico"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Umbral de alerta por correo electrónico"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguidores (Contactos)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Tiene un mensaje"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Cuenta IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Si está marcada, hay nuevos mensajes que requieren su atención."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Si está marcada, algunos mensajes tienen error de envío."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Es un seguidor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Error de envío de mensaje"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Mensajes"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Número de acciones"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Número de errores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Número de mensajes que requieren una acción"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Número de mensajes con error de envío"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Comprar más créditos"
|
||||
|
|
|
|||
305
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/es_419.po
Normal file
305
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/es_419.po
Normal file
|
|
@ -0,0 +1,305 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Fernanda Alvarez (mfar)" <mfar@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-16 16:17+0000\n"
|
||||
"Last-Translator: \"Fernanda Alvarez (mfar)\" <mfar@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/iap_mail/es_419/>\n"
|
||||
"Language: es_419\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"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Dirección</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Tipo</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Tipo de empresa</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Fundada</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tecnología utilizada</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Correo</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Correo electrónico</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Número de identificación fiscal</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Sitio web</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Zona horaria</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industrias</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industrias</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Ingresos estimados</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Ingresos estimados</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Teléfono</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Teléfono</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Empleados</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> por año</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Se requiere una acción"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Número de archivos adjuntos"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Destinatarios de la alerta por correo electrónico"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Límite de alerta por correo electrónico"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguidores (contactos)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Tiene un mensaje"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Cuenta de compras dentro de la aplicación"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Si está seleccionado, hay nuevos mensajes que requieren tu atención."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Si está seleccionado, algunos mensajes tienen error de envío."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Es un seguidor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Error al enviar el mensaje"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Mensajes"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Número de acciones"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Número de errores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Número de mensajes que requieren una acción"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Número de mensajes con error de envío"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Comprar más créditos"
|
||||
|
|
@ -1,132 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Braulio D. López Vázquez <bdl@odoo.com>, 2022
|
||||
# Fernanda Alvarez, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2023\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\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"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Tipo de empresa</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Fundada</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tecnología utilizada</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Correo electrónico</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Zona horaria</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectores</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Ingresos estimados</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Teléfono</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Empleados</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> por año</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo de la empresa"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Cuenta de compras dentro de la aplicación"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "seguidores"
|
||||
|
|
@ -1,24 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2022
|
||||
# Anna, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Anna, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-11 13:57+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: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -26,8 +36,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Ettevõtte tüüp</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -35,8 +43,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Asutatud</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -44,8 +50,14 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tehnoloogiad, mida kasutati</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -53,8 +65,20 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-post</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -62,8 +86,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Ajavöönd</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -71,8 +100,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektorid</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -80,8 +114,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Hinnanguline tulu</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -89,43 +128,134 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Telefon</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Töötajad</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span>aastas</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Ettevõtte logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP konto"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "jälgijad"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Mohammad Tahmasebi <hit.tah75@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: fa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -28,10 +36,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"```html\n"
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>نوع شرکت</b>\n"
|
||||
"```"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -39,10 +43,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"```html\n"
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>تأسیس شده</b>\n"
|
||||
"```"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -50,10 +50,14 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"```html\n"
|
||||
" <i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>تکنولوژیهای استفادهشده</b>\n"
|
||||
"```"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -61,8 +65,20 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>ایمیل</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -70,10 +86,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"```html\n"
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>منطقه زمانی</b>\n"
|
||||
"```"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -81,10 +100,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"```html\n"
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>صنایع</b>\n"
|
||||
"```"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -92,8 +114,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>درآمد تخمینی</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -101,47 +128,134 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"```html\n"
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>تلفن</b>\n"
|
||||
"```"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"```html\n"
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>توییتر</b>\n"
|
||||
"```"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>کارمندان</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> در سال</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "لوگو شرکت"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "حساب IAP"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "دنبال کنندگان"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,42 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Simo Suurla <simo@suurla.fi>, 2022
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Saara Hakanen <sahak@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-16 07:41+0000\n"
|
||||
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Osoite</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Tyyppi</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -49,6 +65,17 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Käytetyt teknologiat</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Sähköposti</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -58,6 +85,24 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Sähköposti</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Verotunniste</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Verkkosivu</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -67,6 +112,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Aikavyöhyke</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Toimialat</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -76,6 +130,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Alat</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Arvioidut tulot</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -85,6 +148,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Arvioidut tulot</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Puhelin</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -98,13 +170,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -114,20 +187,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> vuodessa</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Yrityksen logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Vaatii toimenpiteitä"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Liitteiden määrä"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Yritys"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Sähköpostihälytyksen vastaanottajat"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Sähköpostihälytyksen kynnysarvo"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Seuraajat"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seuraajat (kumppanit)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Sisältää viestin"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Tili"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "Tunnus"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Jos valittu, uudet viestit vaativat huomiotasi."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Jos valittu, joitakin viestejä ei ole toimitettu."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "On seuraaja"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Ongelma viestin toimituksessa"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Viestit"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Toimenpiteiden määrä"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Virheiden määrä"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Toimenpiteitä vaativien viestien määrä"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Toimitusvirheellisten viestien määrä"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "seuraajat"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "https://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Osta lisää krediittejä"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,42 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Cécile Collart <cco@odoo.com>, 2022
|
||||
# Manon Rondou, 2024
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Manon Rondou (ronm)" <ronm@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Manon Rondou, 2024\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-18 17:59+0000\n"
|
||||
"Last-Translator: \"Manon Rondou (ronm)\" <ronm@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Adresse</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,6 +65,17 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies utilisées</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +85,24 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>N° de TVA</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Site web</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -66,6 +112,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Fuseau horaire</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +130,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Secteurs</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Revenus estimés</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -84,6 +148,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Revenus estimés</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Téléphone</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -97,13 +170,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -113,20 +187,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> par an</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo de la société"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Nécessite une action"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Nombre de pièces jointes"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Société"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Destinataires des alertes par e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Seuil d'alerte e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Abonnés"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Abonnés (Partenaires)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "A un message"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Compte IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Si coché, de nouveaux messages demandent votre attention."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Si coché, certains messages ont une erreur d'envoi."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Est un abonné"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Erreur d'envoi du message"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Messages"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Nombre d'actions"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Nombre d'erreurs"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Nombre de messages nécessitant une action"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Nombre de messages avec des erreurs d'envoi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "abonnés"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Acheter plus de crédits"
|
||||
|
|
|
|||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# דודי מלכה <Dudimalka6@gmail.com>, 2022
|
||||
# Yves Goldberg <admin@ygol.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# yael terner, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: yael terner, 2024\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: he\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -43,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -50,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -64,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -71,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -82,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -94,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> לשנה</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "לוגו חברה "
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "חשבון IAP"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "עוקבים"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,19 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -36,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -43,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -50,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -64,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -87,12 +146,53 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
|
|
@ -100,7 +200,62 @@ msgstr ""
|
|||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: 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: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -41,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -48,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -55,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -62,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -69,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -80,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -92,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo tvtke"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "Sljedbenici"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,25 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# krnkris, 2022
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2022
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2022
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2022\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-29 19:47+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -42,6 +54,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -49,6 +69,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +90,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -63,6 +104,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -70,6 +118,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -81,11 +136,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -93,20 +149,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> évente</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Vállalati logó"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Akció szükséges"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Mellékletek száma"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Vállalat"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Követők"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Követők (Partnerek)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Van üzenet"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP fiók"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Ha be van jelölve, akkor az új üzenetek figyelmet igényelnek."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Ha be van jelölve, akkor néhány üzenetnél kézbesítési hiba lépett fel."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Követő"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Üzenetkézbesítési hiba"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Üzenetek"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Akciók száma"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Hibák száma"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Üzenetek száma, melyek akciót igényelnek"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Kézbesítési hibával rendelkező üzenetek száma"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "követő"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-20 09:02+0000\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-13 18:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -15,6 +15,20 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -36,6 +50,13 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -43,6 +64,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -50,6 +85,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +99,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -64,6 +113,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,11 +131,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -87,12 +144,53 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
|
|
@ -100,7 +198,62 @@ msgstr ""
|
|||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Abe Manyo (abem)" <abem@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-16 06:07+0000\n"
|
||||
"Last-Translator: \"Abe Manyo (abem)\" <abem@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +61,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Teknologi yang Digunakan</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +78,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +101,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Zona waktu</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,6 +117,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektor-Sektor</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,6 +133,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Perkiraan pendapatan</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +153,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +170,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> per tahun</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo Perusahaan"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Action Dibutuhkan"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Jumlah Lampiran"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Perusahaan"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Penerima Peringatan Email"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Threshold Peringatan Email"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Pengikut-Pengikut"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Pengikut (Partner)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Memiliki Pesan"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Akun IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Bila dicentang, pesan baru memerlukan perhatian Anda."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Bila dicentang, beberapa pesan mungkin memiliki kesalahan pengiriman."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Apakah Pengikut"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Error Pengiriman Pesan"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Pesan-Pesan"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Jumlah Action"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Jumlah error"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Jumlah pesan yang membutuhkan action"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Jumlah pesan dengan error pengiriman"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "follower"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Beli lebih banyak kredit"
|
||||
|
|
|
|||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Marianna Ciofani, 2023
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025, 2026.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2023\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-16 10:59+0000\n"
|
||||
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Indirizzo</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Tipo</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,6 +66,17 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tecnologie utilizzate</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +86,24 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>ID imposta</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Sito web</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -66,6 +113,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Fuso orario</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Settori</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +131,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Settori</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Ricavi previsti</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -84,6 +149,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Ricavo stimato</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Telefono</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -97,13 +171,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -113,20 +188,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> per anno</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo azienda"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Azione richiesta"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Numero allegati"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Azienda"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Destinatari avvisi e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Soglia avvisi e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Seguaci"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguaci (partner)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Ha messaggio"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Conto IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Se selezionata, nuovi messaggi richiedono attenzione."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Se selezionata, alcuni messaggi presentano un errore di consegna."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Sta seguendo"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Errore consegna messaggio"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Messaggi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Numero di azioni"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Numero di errori"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Numero di messaggi che richiedono un'azione"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Numero di messaggi con errore di consegna"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "stanno seguendo"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Acquista altri crediti"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Noma Yuki, 2022
|
||||
# Junko Augias, 2025
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Junko Augias (juau)" <juau@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Junko Augias, 2025\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-01-13 15:36+0000\n"
|
||||
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,6 +61,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>使用技術</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +78,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Eメール</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -66,6 +101,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>タイムゾーン</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +117,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>業種</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -84,6 +133,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>推定売上高</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -97,13 +153,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -113,20 +170,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> 年次</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "会社ロゴ"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "要アクション"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "添付数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "会社"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Eメール警告受信者"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Eメール警告しきい値"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "フォロワー"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "フォロワー (取引先)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "メッセージあり"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "アプリ内課金アカウント"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "チェックした場合は、新しいメッセージに注意が必要です。"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "有効にすると、一部のメッセージに配信エラーが発生します。"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "フォロー中"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "メッセージ配信エラー"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "メッセージ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "アクション数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "エラー数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "対応が必要なメッセージ数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "配信エラーが発生されたメッセージ数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "フォロワー"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "クレジットを購入する"
|
||||
|
|
|
|||
262
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/kab.po
Normal file
262
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/kab.po
Normal file
|
|
@ -0,0 +1,262 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: kab\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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
@ -1,110 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "រូបសញ្ញាក្រុមហ៊ុន"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "គណនីអាយអាយអេស។"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Daye Jeong, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Daye Jeong, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-17 19:01+0000\n"
|
||||
"Last-Translator: \"Kwanghee Park (kwpa)\" <kwpa@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +61,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>사용 기술</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +78,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>이메일</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +101,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>시간대</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,6 +117,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>분야</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,6 +133,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>예상 수익</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +153,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>트위터</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +170,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> 연간</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "회사 로고"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "조치 필요"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "첨부 파일 수"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "회사"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "이메일 알림 수신자"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "이메일 알림 임계값"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "팔로워"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "팔로워 (협력사)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "메시지가 있습니다."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP 계정"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "선택할 경우, 새로운 메시지에 주의를 기울여야 합니다."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "이 옵션을 선택하면 일부 메시지가 잘못 전달될 수 있습니다."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "팔로워입니다."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "메시지 전송 오류"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "메시지"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "작업 수"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "오류 수"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "조치가 필요한 메시지 수입니다."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "전송 오류가 발생한 메시지 수입니다."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "팔로워"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "추카 크레딧 구매"
|
||||
|
|
|
|||
261
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/ku.po
Normal file
261
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/ku.po
Normal file
|
|
@ -0,0 +1,261 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\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"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# digitouch UAB <digitouchagencyeur@gmail.com>, 2022
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: 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: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -42,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -49,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -63,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -70,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -81,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -93,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Įmonės logotipas"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP paskyra"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "prenumeratoriai"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,25 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2022
|
||||
# JanisJanis <jbojars@gmail.com>, 2022
|
||||
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2024\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+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: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -42,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -49,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,14 +87,26 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektori</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -71,8 +114,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Sagaidāmie ieņēmumi</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -85,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -97,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Company Logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "sekotāji"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,110 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "കമ്പനി ലോഗോ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "ഫോള്ളോവെർസ്"
|
||||
|
|
@ -1,24 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Minj P <pminj322@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -41,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -48,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -55,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -62,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -69,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -80,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -92,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Компанийн лого"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP данс"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "дагагчид"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
264
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/my.po
Normal file
264
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/my.po
Normal file
|
|
@ -0,0 +1,264 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Oakarmin Iron <oakarminiron@gmail.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-25 14:51+0000\n"
|
||||
"Last-Translator: Oakarmin Iron <oakarminiron@gmail.com>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"my/>\n"
|
||||
"Language: my\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "ကုမ္ပဏီ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
@ -1,24 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Henning Fyllingsnes, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Henning Fyllingsnes, 2023\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:44+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -43,6 +56,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -50,6 +71,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +92,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -64,6 +106,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -71,6 +120,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -82,11 +138,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -94,20 +151,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Firmalogo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Handling påkrevet"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Antall vedlegg"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Firma"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Følgere"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Følgere (partnere)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Har melding"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP-konto"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Hvis haket av, vil nye meldinger kreve din oppmerksomhet."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Hvis haket av, har enkelte meldinger leveringsfeil."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Er følger"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Melding ved leveringsfeil"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Meldinger"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Antall handlinger"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Antall feil"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Antall beskjeder som trenger oppfølging"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Antall meldinger med leveringsfeil"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "følgere"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,24 +1,42 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Jolien De Paepe, 2022
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# Bren Driesen <brdri@odoo.com>, 2025, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2022\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2026-02-16 07:37+0000\n"
|
||||
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Adres</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +65,17 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Gebruikte technologieën</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +85,24 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Btw-nummer</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +112,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Tijdzone</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Bedrijfstakken</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -72,7 +128,16 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectoren</b>"
|
||||
" <b>Bedrijfstakken</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Geschatte inkomsten</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -83,6 +148,15 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Geschatte omzet</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Telefoon</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +170,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +187,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> per jaar</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Bedrijfslogo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Actie gevraagd"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Aantal bijlagen"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Bedrijf"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Weergavenaam"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Ontvangers van e-mailwaarschuwingen"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Drempel e-mailwaarschuwing"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Volgers"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Volgers (Partners)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Heeft bericht"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP account"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Indien aangevinkt vragen nieuwe berichten je aandacht."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Indien aangevinkt hebben sommige berichten een leveringsfout."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Is een volger"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Bericht afleverfout"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Berichten"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Aantal acties"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Aantal fouten"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Aantal berichten die actie vereisen"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Aantal berichten met leveringsfout"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "volgers"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Koop meer credits"
|
||||
|
|
|
|||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +1,39 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Tomasz Leppich <t.leppich@gmail.com>, 2022
|
||||
# Maja Stawicka <mjstwck@wp.pl>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-17 12:45+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -49,6 +62,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
"<b>Użyte technologie</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -58,6 +79,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
"<b>Email</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -67,6 +102,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
"<b>Strefa czasowa</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -76,6 +118,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
"<b>Sektory</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,7 +132,14 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
"<b>Szacowane dochód</b>"
|
||||
"<b>Szacowany dochód</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -98,13 +154,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
"<b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -114,20 +171,120 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span>rocznie</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo firmy"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Wymagane działanie"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Liczba załączników"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Firma"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Odbiorcy powiadomienia email"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Próg powiadomienia email"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Obserwatorzy"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Obserwatorzy (partnerzy)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Ma wiadomość"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Konto IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Jeśli zaznaczone, nowe wiadomości wymagają twojej uwagi."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
"Jeśli zaznaczone, niektóre wiadomości napotkały błędy podczas doręczenia."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Jest obserwującym"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Błąd doręczenia wiadomości"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Wiadomości"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Liczba akcji"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Liczba błędów"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Liczba wiadomości wymagających działania"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Liczba wiadomości z błędami przy doręczeniu"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "obserwatorzy"
|
||||
msgstr "obserwujący"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Kup więcej kredytów"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Diogo Fonseca <dsf@thinkopensolutions.pt>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:44+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -26,6 +39,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Tipo de empresa</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -33,6 +48,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Fundada em</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -40,6 +57,16 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tecnologias utilizadas</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +74,22 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -54,6 +97,15 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Fuso horário</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -61,6 +113,15 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Setores</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -68,6 +129,15 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Receita estimada</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -75,37 +145,143 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Telefone</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Funcionários</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> por ano</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Requer ação"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Total de anexos"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo da Empresa"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Destinatários de alertas por e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Limite de alertas por e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguidores (usuários)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Há mensagens"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Conta de IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Se marcado, há novas mensagens precisando de sua atenção."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Se marcado, há mensagens com erros de entrega."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "É um seguidor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Erro na entrega da mensagem"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Mensagens"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Número de ações"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Número de erros"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Número de mensagens que requerem ação"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Número de mensagens com erro de entrega"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "Seguidores"
|
||||
msgstr "seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Comprar mais créditos"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Layna Nascimento, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Maitê Dietze (madi)" <madi@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Layna Nascimento, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-13 17:15+0000\n"
|
||||
"Last-Translator: \"Maitê Dietze (madi)\" <madi@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/iap_mail/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=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +61,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tecnologias utilizadas</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +78,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +101,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Fuso horário</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,6 +117,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Setores</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,6 +133,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Receita estimada</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +153,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +170,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> por ano</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo da empresa"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Requer ação"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Total de anexos"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Empresa"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Exibir nome"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Destinatários de alertas por e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Limite de alertas por e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguidores (usuários)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Há mensagens"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Conta IAP"
|
||||
msgstr "Conta de IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Se marcado, há novas mensagens precisando de sua atenção."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Se marcado, há mensagens com erros de entrega."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "É um seguidor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Erro na entrega da mensagem"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Mensagens"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Número de ações"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Número de erros"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Número de mensagens que requerem ação"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Número de mensagens com erro de entrega"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "seguidores"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Comprar mais créditos"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,39 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Hongu Cosmin <cosmin513@gmail.com>, 2022
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Alin Miclea, 2024
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# Ciocoiu Beatrice-Flavia <ciocoiuflavia008@gmail.com>, 2025.
|
||||
# Alin Ilie <alin.ilie@logit-solutions.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Alin Miclea, 2024\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-02 14:55+0000\n"
|
||||
"Last-Translator: Alin Ilie <alin.ilie@logit-solutions.com>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -28,8 +41,8 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"Tipul <i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>companiei</b>"
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Tipul companiei</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -37,8 +50,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Înființată</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -46,8 +57,14 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Tehnologii utilizate</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -55,8 +72,20 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-mail</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -64,8 +93,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Fus orar</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -73,8 +107,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectoare</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -82,8 +121,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Venituri estimate</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -91,43 +135,134 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Telefon</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Angajați</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span>pe an</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Siglă comanie"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Acțiuni necesare"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Număr de atașamente"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Companie"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Numele afișat"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Destinatari alerte e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Pragul de alertă prin e-mail"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Urmăritori"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Abonati (parteneri)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Are mesaj"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Cont IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Dacă este bifat, mesajele noi necesită atenția dvs."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Dacă este bifată, unele mesaje au o eroare de livrare."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Este urmăritor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Eroare de livrare a mesajului"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Mesaje"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Număr de acțiuni"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Număr de erori"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Număr de mesaje care necesită acțiune"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Număr de mesaje cu eroare de livrare"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "persoane interesate"
|
||||
msgstr "fani"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,41 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Ivan Kropotkin <yelizariev@itpp.dev>, 2022
|
||||
# ILMIR <karamov@it-projects.info>, 2022
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Anastasiia Koroleva (koan)" <koan@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-03 08:32+0000\n"
|
||||
"Last-Translator: \"Anastasiia Koroleva (koan)\" <koan@odoo.com>\n"
|
||||
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -49,6 +64,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Используемые технологии</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -58,6 +81,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Электронная почта</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -67,6 +104,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Часовой пояс</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -76,6 +120,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Сектора</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -85,6 +136,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Предполагаемый доход</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -98,13 +156,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -114,20 +173,127 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> в год</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Логотип компании"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Требуются действия"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Количество вложений"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Компания"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Получатели оповещений по электронной почте"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Пороговое значение для оповещений по электронной почте"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Подписчики"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Подписчики"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Есть сообщение"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Аккаунт IAP"
|
||||
msgstr "IAP учетная запись"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
"Если флажок установлен, значит, новые сообщения требуют вашего внимания."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Если отмечено, некоторые сообщения имеют ошибку доставки."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Является подписчиком"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Ошибка доставки сообщения"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Сообщения"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Число действий"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Число ошибок"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Количество сообщений, требующих принятия мер"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Количество недоставленных сообщений"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "подписчики"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
#~ " <b>Twitter</b>"
|
||||
#~ msgstr ""
|
||||
#~ "<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
#~ " <b>Twitter</b>"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Купить больше кредитов"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2022\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+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: 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: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -40,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -47,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -54,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -61,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -68,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -79,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -91,20 +146,116 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo spoločnosti"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "Odberatelia"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,26 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
|
||||
# Jasmina Macur <jasmina@hbs.si>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Aleš Pipan, 2025
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Aleš Pipan, 2025\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:11+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -49,6 +61,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Uporabljene tehnologije</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -58,6 +78,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-pošta</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -67,6 +101,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Časovni pas</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -76,6 +117,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektorji</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -85,6 +133,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Ocenjeni prihodek</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -98,11 +153,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +170,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> na leto</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logotip družbe"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Potreben je ukrep"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Število prilog"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Podjetje"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Prejemniki e-poštnih opozoril"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Prag e-poštnih opozoril"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Sledilci"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Sledilci (partnerji)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Ima sporočilo"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Račun"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Če je označeno, zahtevajo nova sporočila vašo pozornost."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Če je označeno, nekatera sporočila vsebujejo napako pri dostavi."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Je sledilec"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Napaka pri dostavi sporočila"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Sporočila"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Število aktivnosti"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Število napak"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Število sporočil, ki zahtevajo ukrepanje"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Število sporočil, ki niso bila pravilno dostavljena."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "sledilci"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Kupite več kreditov"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -36,6 +51,14 @@ msgid ""
|
|||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -43,6 +66,20 @@ msgid ""
|
|||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -50,6 +87,13 @@ msgid ""
|
|||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +101,13 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -64,6 +115,13 @@ msgid ""
|
|||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,11 +133,12 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -87,12 +146,53 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
|
|
@ -100,7 +200,62 @@ msgstr ""
|
|||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,132 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Uros Kalajdzic <ukalajdzic@gmail.com>, 2022
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Tip kompanije</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Osnovano</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>korišćenje tehnologije</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b> Vremenske zone</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectori</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Procenjeni prihod</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Telefon</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Zaposleni</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> godišnje</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo preduzeća"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Nalog"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "pratioci"
|
||||
261
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/sr@latin.po
Normal file
261
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/sr@latin.po
Normal file
|
|
@ -0,0 +1,261 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
@ -1,26 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Lasse L, 2023
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2024
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>, 2024\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:20+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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.12.2\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -49,6 +60,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Använda teknologier </b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -58,6 +77,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-post </b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -67,6 +100,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Tidszon </b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,7 +114,14 @@ msgid ""
|
|||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektor </b>"
|
||||
" <b>Sektorer </b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -85,6 +132,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Beräknade intäkter </b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -98,13 +152,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b> X (f.d. Twitter) </b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -114,20 +169,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> per år </span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Företagslogo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Åtgärd krävs"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Antal bilagor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Företag"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Mottagare av e-postvarningar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Tröskelvärde för e-postvarningar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Följare"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Följare (kontakter)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Har meddelande"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP-konto"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Om markerat, nya meddelanden kräver din uppmärksamhet."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Om markerad, några meddelanden har leveransfel."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Är Följare"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Meddelande leveransfel"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Meddelanden"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Antal åtgärder"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Antal fel"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Antal meddelanden som kräver åtgärd"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Antal meddelanden med leveransfel"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "Följare formulär"
|
||||
msgstr "följare"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Köp fler krediter"
|
||||
|
|
|
|||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,106 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "<span> per year</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,37 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Wichanon Jamwutthipreecha, 2022
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:25+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,6 +60,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>เทคโนโลยีที่ใช้</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +77,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>อีเมล</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -66,6 +100,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>เขตเวลา</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +116,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>ส่วน</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -84,6 +132,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>รายได้โดยประมาณ</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -97,13 +152,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -113,20 +169,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span>ต่อปี</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "โลโก้บริษัท"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "จำเป็นต้องดำเนินการ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "จำนวนสิ่งที่แนบมา"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "บริษัท"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "ผู้รับการแจ้งเตือนทางอีเมล"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "เกณฑ์การแจ้งเตือนทางอีเมล"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "ผู้ติดตาม"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "ผู้ติดตาม (พาร์ทเนอร์)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "มีข้อความ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "บัญชี IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "ถ้าเลือก ข้อความใหม่จะต้องการความสนใจจากคุณ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "ถ้าเลือก ข้อความบางข้อความมีข้อผิดพลาดในการส่ง"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "เป็นผู้ติดตาม"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "เกิดข้อผิดพลาดในการส่งข้อความ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "ข้อความ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "จํานวนการดําเนินการ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "จํานวนข้อผิดพลาด"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "จำนวนข้อความที่ต้องดำเนินการ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "จํานวนข้อความที่มีข้อผิดพลาดในการส่ง"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "ผู้ติดตาม"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "ซื้อเครดิตเพิ่ม"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,40 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Umur Akın <umura@projetgrup.com>, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
# Halil, 2023
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
# DeepL <noreply-mt-deepl@weblate.org>, 2025.
|
||||
# Odoo Turkish Import <dyki+tr@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Halil, 2023\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-11-21 14:46+0000\n"
|
||||
"Last-Translator: Odoo Turkish Import <dyki+tr@odoo.com>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/iap_mail/"
|
||||
"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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -48,6 +63,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Teknolojiler Kullanıldı</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -57,6 +80,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>E-posta</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -66,6 +103,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Zaman Dilimi</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -75,6 +119,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sektörler</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -84,6 +135,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Tahmini gelir</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -97,13 +155,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -113,20 +172,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> yıl başına</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Şirket Logosu"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Aksiyon Gerekiyor"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Ek Sayısı"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Firma"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "E-posta Uyarı Alıcıları"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "E-posta Uyarı Eşiği"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Takipçiler"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Takipçiler (İş ortakları)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Mesaj Var"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP Hesabı"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "İşaretliyse, yeni mesajlar dikkatinize sunulacak."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "İşaretliyse, bazı mesajlar gönderi hatası içermektedir."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Takipçi mi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Mesaj Teslim hatası"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Mesajlar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Aksiyon Sayısı"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Hata adedi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "İşlem gerektiren mesaj sayısı"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Teslimat hatası olan mesaj adedi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "takipçiler"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Daha fazla kredi al"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2022\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2024-09-26 08:55+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: 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: \n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -26,8 +36,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Тип компанії</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -35,8 +43,6 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Знайдено</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -44,8 +50,14 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Технології, що використовуються</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -53,8 +65,20 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -62,8 +86,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Часовий пояс</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -71,8 +100,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Сектори</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -80,8 +114,13 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Очікуваний дохід</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -89,43 +128,134 @@ msgid ""
|
|||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Телефон</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Співробітники</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> на рік</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Логотип компанії"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Рахунок IAP "
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "підписники"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr ""
|
||||
|
|
|
|||
314
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/uz.po
Normal file
314
odoo-bringout-oca-ocb-iap_mail/iap_mail/i18n/uz.po
Normal file
|
|
@ -0,0 +1,314 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
#
|
||||
# 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 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:38+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: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/>\n"
|
||||
" <b>Company type</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building text-primary\"/> <b>Kompaniya turi</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/>\n"
|
||||
" <b>Founded</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-calendar text-primary\"/> <b>Asos solingan sana</"
|
||||
"b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Technologies Used</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/> <b>Qo‘llaniladigan "
|
||||
"texnologiyalar</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/> <b>Elektron pochta</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Timezone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/> <b>Vaqt mintaqasi</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Sectors</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/> <b>Faoliyat "
|
||||
"yo‘nalishlari</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/> <b>Taxminiy daromad</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone text-primary\"/> <b>Telefon raqami</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>X</b>"
|
||||
msgstr "<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/> <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/> <b>Xodimlar soni</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
#, fuzzy
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> yiliga</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
#, fuzzy
|
||||
msgid "Action Needed"
|
||||
msgstr "Zaruriy harakatlar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
#, fuzzy
|
||||
msgid "Attachment Count"
|
||||
msgstr "Ilova soni"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
#, fuzzy
|
||||
msgid "Company"
|
||||
msgstr "Kompaniya"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Ko‘rsatiladigan nom"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
#, fuzzy
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Elektron pochta orqali ogohlantirish oluvchilar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
#, fuzzy
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Elektron pochta orqali ogohlantirish chegarasi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
#, fuzzy
|
||||
msgid "Followers"
|
||||
msgstr "Kuzatuvchilar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
#, fuzzy
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Kuzatuvchilar (hamkorlar)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
#, fuzzy
|
||||
msgid "Has Message"
|
||||
msgstr "Xabar mavjud"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
#, fuzzy
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP hisob raqami"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
#, fuzzy
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Agar belgilansa, yangi xabarlar e'tiboringizni talab qiladi."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
#, fuzzy
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Agar belgilansa, ba'zi xabarlarda yetkazib berish xatosi mavjud."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
#, fuzzy
|
||||
msgid "Is Follower"
|
||||
msgstr "Kuzatuvchimi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
#, fuzzy
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Xabar yetkazib berishda xatolik"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
#, fuzzy
|
||||
msgid "Messages"
|
||||
msgstr "Xabarlar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
#, fuzzy
|
||||
msgid "Number of Actions"
|
||||
msgstr "Harakatlar soni"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
#, fuzzy
|
||||
msgid "Number of errors"
|
||||
msgstr "Xatolar soni"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
#, fuzzy
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Harakat talab qiladigan xabarlar soni"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
#, fuzzy
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Yetkazib berishda xato bo‘lgan xabarlar soni"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid "followers"
|
||||
msgstr "kuzatuvchilar"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#, fuzzy
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
|
@ -1,24 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Thi Huong Nguyen, 2024
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Thi Huong Nguyen (thng)" <thng@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2024\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-10-16 06:07+0000\n"
|
||||
"Last-Translator: \"Thi Huong Nguyen (thng)\" <thng@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +61,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>Công nghệ được sử dụng</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +78,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>Email</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +101,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>Múi giờ</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,6 +117,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Lĩnh vực</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,6 +133,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>Doanh thu ước tính</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +153,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +170,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> per year</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "Logo Công ty"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "Tác vụ cần thiết"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "Số tệp đính kèm"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "Công ty"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "Người nhận cảnh báo email"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "Ngưỡng cảnh báo email"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "Người theo dõi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Người theo dõi (Đối tác)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "Có tin nhắn"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "Tài khoản IAP"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "Nếu chọn, bạn cần chú ý tới các tin nhắn mới."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Nếu chọn, một số tin nhắn sẽ có lỗi gửi."
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "Là người theo dõi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "Lỗi gửi tin nhắn"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "Tin nhắn"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "Số lượng tác vụ"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "Số lượng lỗi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "Số tin nhắn cần xử lý"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "Số tin nhắn bị gửi lỗi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "theo dõi"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "Buy more credits"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,38 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Raymond Yu <cl_yu@hotmail.com>, 2022
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# "Chloe Wang (chwa)" <chwa@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Raymond Yu <cl_yu@hotmail.com>, 2022\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-12-31 08:14+0000\n"
|
||||
"Last-Translator: \"Chloe Wang (chwa)\" <chwa@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/iap_mail/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.14.3\n"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +61,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>使用的技术</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +78,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>电子邮件</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +101,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>时区</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,6 +117,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>部门</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,6 +133,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>预计收入</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +153,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +170,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> 每年</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "公司 Logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "待处理"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "附件数量"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "公司"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "邮件警报收件人"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "邮件警报阈值"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "关注者"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "关注者(合作伙伴)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "有消息"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP 账户"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "如果勾选此项,有新消息会提醒你。"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "如果勾选此项,有些消息会有传递错误。"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "是关注者"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "消息传递错误"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "消息"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "操作数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "错误数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "需要采取行动的信息数量"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "发送错误的消息数"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "关注者"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "购买更多信用"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,40 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iap_mail
|
||||
#
|
||||
# * iap_mail
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tony Ng, 2023
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.5alpha1\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-20 09:02+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
|
||||
"Last-Translator: Tony Ng, 2023\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-02-13 18:36+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 08:10+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/iap_mail/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: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-address-card text-primary mt-1\"/>\n"
|
||||
" <b>Address</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-building mt-1 text-primary\"/>\n"
|
||||
" <b>Type</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
|
|
@ -47,6 +63,14 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-cube text-primary\"/>\n"
|
||||
" <b>使用的技術</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\" style=\"margin-top: 3px;"
|
||||
"\"/>\n"
|
||||
" <b>Email</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -56,6 +80,20 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-envelope text-primary\"/>\n"
|
||||
" <b>電郵</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-folder mt-1 text-primary\"/>\n"
|
||||
" <b>Tax ID</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-globe mt-1 text-primary\"/>\n"
|
||||
" <b>Website</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -65,6 +103,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-globe text-primary\"/>\n"
|
||||
" <b>時區</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>Industries</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -74,6 +119,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-industry text-primary\"/>\n"
|
||||
" <b>行業範疇</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-money mt-1 text-primary\"/>\n"
|
||||
" <b>Estimated revenue</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -83,6 +135,13 @@ msgstr ""
|
|||
"<i class=\"fa fa-fw me-2 fa-money text-primary\"/>\n"
|
||||
" <b>估計收入</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-phone mt-1 text-primary\"/>\n"
|
||||
" <b>Phone</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
|
|
@ -96,13 +155,14 @@ msgstr ""
|
|||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-fw me-2 fa-twitter text-primary\"/>\n"
|
||||
" <b>Twitter</b>"
|
||||
" <b>X</b>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid ""
|
||||
"<i class=\"fa fa-fw me-2 fa-users text-primary\"/>\n"
|
||||
" <b>Employees</b>"
|
||||
|
|
@ -112,20 +172,119 @@ msgstr ""
|
|||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company_by_dnb
|
||||
msgid "<span> per year</span>"
|
||||
msgstr "<span> 每年</span>"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "Company Logo"
|
||||
msgstr "公司 Logo"
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction
|
||||
msgid "Action Needed"
|
||||
msgstr "需要採取行動"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_attachment_count
|
||||
msgid "Attachment Count"
|
||||
msgstr "附件數目"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__company_ids
|
||||
msgid "Company"
|
||||
msgstr "公司"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_user_ids
|
||||
msgid "Email Alert Recipients"
|
||||
msgstr "電郵警報收件人"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__warning_threshold
|
||||
msgid "Email Alert Threshold"
|
||||
msgstr "電郵警報門檻"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_follower_ids
|
||||
msgid "Followers"
|
||||
msgstr "關注人"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_partner_ids
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "關注人(業務夥伴)"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__has_message
|
||||
msgid "Has Message"
|
||||
msgstr "有訊息"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model,name:iap_mail.model_iap_account
|
||||
msgid "IAP Account"
|
||||
msgstr "IAP 帳戶"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction
|
||||
msgid "If checked, new messages require your attention."
|
||||
msgstr "勾選代表有新訊息需要您留意。"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "勾選代表有訊息發生傳送錯誤。"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_is_follower
|
||||
msgid "Is Follower"
|
||||
msgstr "是關注者"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error
|
||||
msgid "Message Delivery error"
|
||||
msgstr "訊息遞送錯誤"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_ids
|
||||
msgid "Messages"
|
||||
msgstr "訊息"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of Actions"
|
||||
msgstr "操作數目"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,field_description:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of errors"
|
||||
msgstr "錯誤數量"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_needaction_counter
|
||||
msgid "Number of messages requiring action"
|
||||
msgstr "需要採取行動的訊息數目"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model:ir.model.fields,help:iap_mail.field_iap_account__message_has_error_counter
|
||||
msgid "Number of messages with delivery error"
|
||||
msgstr "有發送錯誤的郵件數量"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "followers"
|
||||
msgstr "訂閱者"
|
||||
|
||||
#. module: iap_mail
|
||||
#: model_terms:ir.ui.view,arch_db:iap_mail.enrich_company
|
||||
msgid "http://www.twitter.com/"
|
||||
msgstr "http://www.twitter.com/"
|
||||
|
||||
#~ msgid "Buy more credits"
|
||||
#~ msgstr "購買更多點數"
|
||||
|
|
|
|||
|
|
@ -1,17 +1,40 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from odoo import api, models
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class IapAccount(models.Model):
|
||||
_inherit = 'iap.account'
|
||||
_name = 'iap.account'
|
||||
_inherit = ['iap.account', 'mail.thread']
|
||||
|
||||
# Add tracking to the base fields
|
||||
company_ids = fields.Many2many('res.company', tracking=True)
|
||||
warning_threshold = fields.Float("Email Alert Threshold", tracking=True)
|
||||
warning_user_ids = fields.Many2many('res.users', string="Email Alert Recipients", tracking=True)
|
||||
|
||||
@api.model
|
||||
def _send_iap_bus_notification(self, service_name, title, error_type=False):
|
||||
param = {
|
||||
'title': title,
|
||||
'error_type': 'danger' if error_type else 'success'
|
||||
def _send_success_notification(self, message, title=None):
|
||||
self._send_status_notification(message, 'success', title=title)
|
||||
|
||||
@api.model
|
||||
def _send_error_notification(self, message, title=None):
|
||||
self._send_status_notification(message, 'danger', title=title)
|
||||
|
||||
@api.model
|
||||
def _send_status_notification(self, message, status, title=None):
|
||||
params = {
|
||||
'message': message,
|
||||
'type': status,
|
||||
}
|
||||
if error_type == 'credit':
|
||||
param['url'] = self.env['iap.account'].get_credits_url(service_name)
|
||||
self.env['bus.bus']._sendone(self.env.user.partner_id, 'iap_notification', param)
|
||||
if title is not None:
|
||||
params['title'] = title
|
||||
self.env.user._bus_send("iap_notification", params)
|
||||
|
||||
@api.model
|
||||
def _send_no_credit_notification(self, service_name, title):
|
||||
params = {
|
||||
'title': title,
|
||||
'type': 'no_credit',
|
||||
'get_credits_url': self.env['iap.account'].get_credits_url(service_name),
|
||||
}
|
||||
self.env.user._bus_send("iap_notification", params)
|
||||
|
|
|
|||
|
|
@ -1,45 +1,40 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import { Markup } from 'web.utils';
|
||||
import { _t } from "@web/core/l10n/translation";
|
||||
import { registry } from "@web/core/registry";
|
||||
|
||||
import { markup } from "@odoo/owl";
|
||||
|
||||
export const iapNotificationService = {
|
||||
dependencies: ["bus_service", "notification"],
|
||||
|
||||
start(env, { bus_service, notification }) {
|
||||
bus_service.addEventListener('notification', ({ detail: notifications }) => {
|
||||
for (const { payload, type } of notifications) {
|
||||
if (type === 'iap_notification') {
|
||||
if (payload.error_type == 'success') {
|
||||
displaySuccessIapNotification(payload);
|
||||
} else if (payload.error_type == 'danger') {
|
||||
displayFailureIapNotification(payload);
|
||||
}
|
||||
}
|
||||
bus_service.subscribe("iap_notification", (params) => {
|
||||
if (params.type == "no_credit") {
|
||||
displayCreditErrorNotification(params);
|
||||
} else {
|
||||
displayNotification(params);
|
||||
}
|
||||
});
|
||||
bus_service.start();
|
||||
|
||||
/**
|
||||
* Displays the IAP success notification on user's screen
|
||||
*/
|
||||
function displaySuccessIapNotification(notif) {
|
||||
notification.add(notif.title, {
|
||||
type: notif.error_type,
|
||||
function displayNotification(params) {
|
||||
notification.add(params.message, {
|
||||
title: params.title,
|
||||
type: params.type,
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays the IAP failure notification on user's screen
|
||||
*/
|
||||
function displayFailureIapNotification(notif) {
|
||||
const message = Markup`<a class='btn btn-link' href='${notif.url}' target='_blank' ><i class='fa fa-arrow-right'></i> ${env._t("Buy more credits")}</a>`;
|
||||
function displayCreditErrorNotification(params) {
|
||||
const message = markup`
|
||||
<a class='btn btn-link' href='${params.get_credits_url}' target='_blank'>
|
||||
<i class='oi oi-arrow-right'></i>
|
||||
${_t("Buy more credits")}
|
||||
</a>`;
|
||||
notification.add(message, {
|
||||
type: notif.error_type,
|
||||
title: notif.title
|
||||
title: params.title,
|
||||
type: "danger",
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
registry.category("services").add("iapNotification", iapNotificationService);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
.o_partner_autocomplete_enrich_info label {
|
||||
background-color: var(--gray-white-25) !important;
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
.o_partner_autocomplete_enrich_info i {
|
||||
/* To prevent the icons from being cropped when there is not enough available space */
|
||||
min-width: fit-content;
|
||||
}
|
||||
15
odoo-bringout-oca-ocb-iap_mail/iap_mail/views/iap_views.xml
Normal file
15
odoo-bringout-oca-ocb-iap_mail/iap_mail/views/iap_views.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="iap_account_view_form" model="ir.ui.view">
|
||||
<field name="name">iap.account.view.form</field>
|
||||
<field name="model">iap.account</field>
|
||||
<field name="inherit_id" ref="iap.iap_account_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//sheet" position="after">
|
||||
<chatter/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue