19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:34 +01:00
parent 5faf7397c5
commit 2696f14ed7
721 changed files with 220375 additions and 91221 deletions

View file

@ -13,36 +13,15 @@ pip install odoo-bringout-oca-ocb-contacts
## Dependencies
This addon depends on:
- base
- mail
## Manifest Information
- **Name**: Contacts
- **Version**: N/A
- **Category**: Sales/CRM
- **License**: LGPL-3
- **Installable**: False
## Source
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `contacts`.
- Repository: https://github.com/OCA/OCB
- Branch: 19.0
- Path: addons/contacts
## License
This package maintains the original LGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md
This package preserves the original LGPL-3 license.

View file

@ -15,7 +15,11 @@ You can track your vendors, customers and other contacts.
'data': [
'views/contact_views.xml',
],
'demo': [
'data/mail_demo.xml',
],
'application': True,
'author': 'Odoo S.A.',
'license': 'LGPL-3',
'assets': {
'web.assets_tests': [

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo><data noupdate="1">
<!-- Message with scheduled notification -->
<record id="message_demo_partner_2_0" model="mail.message">
<field name="author_id" ref="base.partner_demo"/>
<field name="body" type="html"><p>Hello! Could you send us your address?</p></field>
<field name="date" eval="(DateTime.today() - timedelta(days=1)).strftime('%Y-%m-%d %H:%M:00')"/>
<field name="model">res.partner</field>
<field name="res_id" ref="base.res_partner_2"/>
<field name="message_type">email</field>
<field name="subtype_id" ref="mail.mt_comment"/>
</record>
<record id="message_demo_partner_1_5_notif_0" model="mail.message.schedule">
<field name="mail_message_id" ref="message_demo_partner_2_0"/>
<field name="scheduled_datetime" eval="(DateTime.today() + timedelta(days=2)).strftime('%Y-%m-%d %H:%M:00')"/>
</record>
</data></odoo>

View file

@ -1,10 +1,10 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Translators:
# Martin Trigaux, 2022
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
@ -12,11 +12,11 @@ msgstr ""
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
@ -9,10 +9,10 @@ msgstr ""
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
"Language: 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: contacts

View file

@ -1,23 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
#
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-13 12:15+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/contacts/"
"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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -33,18 +38,18 @@ msgstr "البنوك"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "التهيئة "
msgstr "التهيئة"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "جهة اتصال"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "علامات تصنيف جهة الاتصال"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "ألقاب جهات الاتصال"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -60,34 +65,54 @@ msgstr "الدول"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "مجموعة الدولة "
msgstr "مجموعات الدول"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "أنشئ جهة اتصال في دفتر عناوينك "
msgstr "أنشئ جهة اتصال في دفتر عناوينك"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Create a Customer"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "اسم العرض"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "الولايات الفيدرالية"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "المُعرف"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "مجالات العمل "
msgstr "مجالات العمل"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "الأقلمة "
msgstr "الأقلمة"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "يعينك أودو على تتبع كافة النشاطات المتعلقة بجهات اتصالك. "
msgstr "يعينك أودو على تتبع كافة النشاطات المتعلقة بجهات اتصالك."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "المستخدم"
#~ msgid "Contact Titles"
#~ msgstr "ألقاب جهات الاتصال"

View file

@ -1,23 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Jumshud Sultanov <cumshud@gmail.com>, 2022
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Jumshud Sultanov <cumshud@gmail.com>, 2022\n"
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-19/"
"contacts/az/>\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: az\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -35,16 +37,16 @@ msgstr "Banklar"
msgid "Configuration"
msgstr "Konfiqurasiya"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontakt Etiketləri"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontakt Başlıqları"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -67,11 +69,28 @@ msgstr "Ölkə Qrupu"
msgid "Create a Contact in your address book"
msgstr "Ünvan kitabınızda kontakt yaradın"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Göstəriləcək Ad"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Federal Dövlətlər"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -91,3 +110,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "İstifadəçi"
#~ msgid "Contact Titles"
#~ msgstr "Kontakt Başlıqları"

View file

@ -1,93 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# 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:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr "Банкаўскія рахункі"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr "Банкі"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Налады"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Тэгі кантактаў"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Звароты"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr "Кантакты"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "Краіны"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Групы краін"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Стварыце кантакт у даведніку"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Рэгіёны"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Сферы дзейнасці"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "Геаграфія"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "Odoo дапамагае адсочваць усе дзеянні, звязаныя з вашымі кантактамі."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Карыстальнік"

View file

@ -1,28 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# KeyVillage, 2023
# Nikola Iliev, 2023
# Александра Николова <alexandra1nikolova@gmail.com>, 2023
# Rosen Vladimirov <vladimirov.rosen@gmail.com>, 2023
# aleksandar ivanov, 2023
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
# Elena Varbanova, 2024
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Elena Varbanova, 2024\n"
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Bulgarian <https://translate.odoo.com/projects/odoo-19/"
"contacts/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -38,18 +40,18 @@ msgstr "Банки"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Конфигурация "
msgstr "Конфигурация"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Контакт"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Етикети на контактите"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Обръщения към контакти"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -72,11 +74,28 @@ msgstr "Група държави"
msgid "Create a Contact in your address book"
msgstr "Създайте контакт във вашата адресна книга"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Име за показване"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Федерални щати"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -97,3 +116,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Потребител"
#~ msgid "Contact Titles"
#~ msgstr "Обръщения към контакти"

View file

@ -1,101 +1,117 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
# * contacts
#
# Translators:
# Martin Trigaux, 2018
# Boško Stojaković <bluesoft83@gmail.com>, 2018
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-20 09:01+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:33+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Bosnian <https://translate.odoo.com/projects/odoo-19/contacts/"
"bs/>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.12.2\n"
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr "Bankovni računi"
msgstr "Računi banke"
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr "Banke"
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Konfiguracija"
# taken from hr.po
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Oznake kontakata"
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Titule kontakta"
# taken from hr.po
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr "Kontakti"
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "Zemlje"
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Grupa zemalja"
# taken from hr.po
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Kreiraj kontakt u svom adresaru"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr ""
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Fed. države"
# taken from hr.po
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Industrije"
msgstr ""
# taken from hr.po
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "Lokalizacija"
# taken from hr.po
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo vam pomaže u praćenju svih aktivnosti povezanih s vašim kontaktima."
# taken from hr.po
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Kreirajte kontakt u vašem adresaru"
msgstr "Korisnik"
#~ msgid "Contact Titles"
#~ msgstr "Titule kontakta"

View file

@ -1,25 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# José Cabrera Lozano <jose.cabrera@edukative.es>, 2022
# marcescu, 2022
# Martin Trigaux, 2022
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/contacts/"
"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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -37,16 +40,16 @@ msgstr "Bancs"
msgid "Configuration"
msgstr "Configuració"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contacte"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Etiquetes de contacte"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Títols de contacto"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -62,17 +65,34 @@ msgstr "Països"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Grup de paisos "
msgstr "Grup de paisos"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Crea un contacte a la llibreta d'adreces"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Crear un client"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nom mostrat"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Províncies "
msgstr "Províncies"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
@ -95,3 +115,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Usuari"
#~ msgid "Contact Titles"
#~ msgstr "Títols de contacto"

View file

@ -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:01+0000\n"
"PO-Revision-Date: 2022-09-20 09:01+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-01-25 18:36+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
@ -32,13 +32,13 @@ msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
@ -63,11 +63,28 @@ msgstr ""
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"

View file

@ -1,25 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
# Jiří Podhorecký, 2022
# Jakub Smolka, 2023
# Tomáš Píšek, 2023
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Tomáš Píšek, 2023\n"
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/contacts/"
"cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: cs\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -37,16 +40,16 @@ msgstr "Banky"
msgid "Configuration"
msgstr "Konfigurace"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Štítky kontaktů"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Oslovení kontaktů"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -69,11 +72,28 @@ msgstr "Skupiny zemí"
msgid "Create a Contact in your address book"
msgstr "Vytvořte kontakt ve vašem adresáři"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Vytvořit zákazníka"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Zobrazovací název"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Federální státy"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -94,3 +114,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Uživatel"
#~ msgid "Contact Titles"
#~ msgstr "Kontaktovat tituly"

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Mads Søndergaard, 2022
# Martin Trigaux, 2022
#
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/contacts/"
"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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +39,16 @@ msgstr "Banker"
msgid "Configuration"
msgstr "Konfiguration"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontakt tags"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontakt titel"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,11 +71,28 @@ msgstr "Landegruppe"
msgid "Create a Contact in your address book"
msgstr "Opret en Kontakt i din adressebog"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Opret en kunde"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Vis navn"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Føderale Stater"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -93,3 +113,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Bruger"
#~ msgid "Contact Titles"
#~ msgstr "Kontakt titel"

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2023
# Larissa Manderfeld, 2023
#
# Martin Trigaux, 2022
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Larissa Manderfeld, 2023\n"
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-31 12:44+0000\n"
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/contacts/"
"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.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +39,16 @@ msgstr "Banken"
msgid "Configuration"
msgstr "Konfiguration"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontakt-Stichwörter"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontakt-Titel"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,11 +71,28 @@ msgstr "Ländergruppe"
msgid "Create a Contact in your address book"
msgstr "Erstellen Sie einen Kontakt in Ihrem Adressbuch"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Kunden erstellen"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Bundesländer"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -94,3 +114,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Benutzer"
#~ msgid "Contact Titles"
#~ msgstr "Kontakt-Titel"

View file

@ -1,23 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Translators:
# Martin Trigaux, 2018
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-18 09:49+0000\n"
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2018\n"
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/contacts/"
"el/>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -35,19 +39,18 @@ msgstr "Τράπεζες"
msgid "Configuration"
msgstr "Διαμόρφωση"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Επαφή"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Ετικέτες Επαφών"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Τίτλοι Επαφής"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.actions.act_window,name:contacts.action_contacts_summary
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
@ -65,15 +68,36 @@ msgstr "Ομάδα Κράτους"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
msgid "Create a contact in your address book"
msgstr ""
msgid "Create a Contact in your address book"
msgstr "Δημιουργία Επαφής"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Δημιουργία Πελάτη"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Εμφάνιση Ονόματος"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Νομοί/Πολιτείες"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "Κωδικός"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Βιομηχανίες"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -81,16 +105,15 @@ msgstr "Τοπική Προσαρμογή"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
msgid "Odoo helps you to easily track all activities related to a customer."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr "Τομείς Δραστηριότητας"
"Το Odoo σας βοηθάει να παρακολουθείτε όλες τις δραστηριότητες που "
"σχετίζονται με τις επαφές σας."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "Users"
msgstr "Χρήστες"
msgid "User"
msgstr "Χρήστης"
#~ msgid "Contact Titles"
#~ msgstr "Τίτλοι Επαφής"

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Wil Odoo, 2024
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-23 12:52+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/contacts/"
"es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
"0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +39,16 @@ msgstr "Bancos"
msgid "Configuration"
msgstr "Configuración"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Etiquetas de contacto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Títulos de contacto"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,11 +71,28 @@ msgstr "Grupo de países"
msgid "Create a Contact in your address book"
msgstr "Crear un contacto en su libreta de direcciones"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Crear un cliente"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Provincias"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -94,3 +114,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Usuario"
#~ msgid "Contact Titles"
#~ msgstr "Títulos de contacto"

View file

@ -1,24 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Fernanda Alvarez, 2025
#
# * contacts
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server saas~18.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Fernanda Alvarez, 2025\n"
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-17 07:46+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
"odoo-19/contacts/es_419/>\n"
"Language: es_419\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_MX\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +35,16 @@ msgstr "Bancos"
msgid "Configuration"
msgstr "Configuración"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Etiquetas de contacto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Títulos de contacto"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -61,22 +60,39 @@ msgstr "Países"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Grupo de países"
msgstr "Grupo del país"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Crear un contacto en su libreta de direcciones"
msgstr "Crear un contacto en la libreta de direcciones"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Crear un cliente"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nombre en pantalla"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Estados"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Sectores"
msgstr "Industrias"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
@ -87,8 +103,8 @@ msgstr "Localización"
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo te ayuda a llevar seguimiento de todas las actividades relacionadas con"
" tus contactos."
"Odoo te ayuda a llevar seguimiento de todas las actividades relacionadas con "
"tus contactos."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_BO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_CR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_DO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_EC\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_PE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_PY\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,87 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_VE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""

View file

@ -1,27 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Triine Aavik <triine@avalah.ee>, 2022
# Arma Gedonsky <armagedonsky@hot.ee>, 2022
# Martin Trigaux, 2022
# Eneli Õigus <enelioigus@gmail.com>, 2022
# JanaAvalah, 2023
#
# Kristina Pešehodko <kristina@avalah.ee>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: JanaAvalah, 2023\n"
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-21 05:30+0000\n"
"Last-Translator: Kristina Pešehodko <kristina@avalah.ee>\n"
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
"contacts/et/>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -39,16 +41,16 @@ msgstr "Pangad"
msgid "Configuration"
msgstr "Seadistus"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontaktide sildid"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontaktide tiitlid"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -71,11 +73,28 @@ msgstr "Riikide grupp"
msgid "Create a Contact in your address book"
msgstr "Looge aadressiraamatusse kontakt"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Lisa klient"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Kuvatav nimi"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Maakonnad"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -89,9 +108,12 @@ msgstr "Asukoht"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "Odoo aitab jälgida kõiki teie kontaktidega seotud tegevusi"
msgstr "Odoo aitab jälgida kõiki teie kontaktidega seotud tegevusi."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Kasutaja"
#~ msgid "Contact Titles"
#~ msgstr "Kontaktide tiitlid"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,28 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Hamid Darabi, 2023
# Martin Trigaux, 2023
# سید محمد آذربرا <mohammadazarbara98@gmail.com>, 2023
# Hamed Mohammadi <hamed@dehongi.com>, 2023
# Hanna Kheradroosta, 2023
# odooers ir, 2023
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: odooers ir, 2023\n"
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/contacts/"
"fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fa\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -40,16 +41,16 @@ msgstr "بانک‌ها"
msgid "Configuration"
msgstr "پیکربندی"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "مخاطب"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "برچسب‌های مخاطبان"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "عناوین مخاطبان"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -72,10 +73,27 @@ msgstr "گروه کشور"
msgid "Create a Contact in your address book"
msgstr "یک مخاطب در دفترچه آدرس خود ایجاد کنید"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "ایجاد مشتری"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "نام نمایشی"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "استان ها"
msgstr "ایالت‌های فدرال"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "شناسه"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
@ -97,3 +115,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "کاربر"
#~ msgid "Contact Titles"
#~ msgstr "عناوین مخاطبان"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Timo Koukkari <ti.ko@netikka.fi>, 2022
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
@ -11,20 +11,23 @@
# Martin Trigaux, 2022
# Miku Laitinen <miku.laitinen@gmail.com>, 2022
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2022
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Veikko Väätäjä <veikko.vaataja@gmail.com>, 2022\n"
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/contacts/"
"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.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -43,14 +46,14 @@ msgid "Configuration"
msgstr "Asetukset"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Yhteyshenkilön tunnisteet"
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Yhteystiedot"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Yhteyshenkilöiden tittelit"
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Yhteystiedon tunnisteet"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
@ -74,11 +77,28 @@ msgstr "Maaryhmä"
msgid "Create a Contact in your address book"
msgstr "Luo uusi yhteystieto osoitekirjaasi"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Luo asiakas"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Näyttönimi"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Osavaltiot"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "Tunnus"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -100,3 +120,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Käyttäjä"
#~ msgid "Contact Titles"
#~ msgstr "Yhteyshenkilöiden tittelit"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n"
"Language: fo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,24 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Jolien De Paepe, 2023
#
#
# "Manon Rondou (ronm)" <ronm@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Jolien De Paepe, 2023\n"
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-15 12:13+0000\n"
"Last-Translator: \"Manon Rondou (ronm)\" <ronm@odoo.com>\n"
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/contacts/"
"fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +40,16 @@ msgstr "Banques"
msgid "Configuration"
msgstr "Configuration"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Étiquettes de contact"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Civilités"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,11 +72,28 @@ msgstr "Groupe de pays"
msgid "Create a Contact in your address book"
msgstr "Créer un contact dans votre carnet d'adresses"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Créer un client"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nom d'affichage"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "États fédéraux"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -92,3 +113,6 @@ msgstr "Odoo vous aide à suivre toutes les activités liées à vos contacts."
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Utilisateur"
#~ msgid "Contact Titles"
#~ msgstr "Civilités"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n"
"Language: fr_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,10 +1,10 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Translators:
# Qaidjohar Barbhaya, 2023
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
@ -13,10 +13,10 @@ msgstr ""
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
"Language: gu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
@ -55,7 +55,7 @@ msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
msgstr "દેશો"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group

View file

@ -1,26 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# דודי מלכה <Dudimalka6@gmail.com>, 2022
# Yihya Hugirat <hugirat@gmail.com>, 2022
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2022
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022
#
# or balmas <or@laylinetech.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2022\n"
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-21 05:26+0000\n"
"Last-Translator: or balmas <or@laylinetech.com>\n"
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/contacts/"
"he/>\n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: he\n"
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -38,16 +41,16 @@ msgstr "בנקים"
msgid "Configuration"
msgstr "תצורה"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "איש קשר"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "תגיות אנשי קשר"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "תואר"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -70,11 +73,28 @@ msgstr "קבוצת ארצות"
msgid "Create a Contact in your address book"
msgstr "צור איש קשר חדש ברשימת אנשי הקשר שלך"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "יצירת לקוח"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "שם לתצוגה"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "מדינות פדרליות"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "מזהה"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -94,3 +114,6 @@ msgstr "Odoo עוזר לך לעקוב בקלות אחר כל הפעילויות
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "משתמש"
#~ msgid "Contact Titles"
#~ msgstr "תואר"

View file

@ -1,24 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# Translators:
# Wil Odoo, 2024
# Ujjawal Pathak, 2025
#
# * contacts
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server saas~18.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Ujjawal Pathak, 2025\n"
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-19/contacts/"
"hi/>\n"
"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -37,13 +36,13 @@ msgid "Configuration"
msgstr "कॉन्फ़िगरेशन"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "संपर्क"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
@ -56,7 +55,7 @@ msgstr "कॉन्टैक्ट"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
msgstr "देश"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
@ -68,20 +67,37 @@ msgstr "कंट्री ग्रुप"
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "ग्राहक बनाएं"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "डिस्प्ले का नाम"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "आईडी"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
msgstr "इंडस्ट्री"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
msgstr "लोकलाइज़ेशन"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts

View file

@ -1,27 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Matej Mijoč, 2022
# Karolina Tonković <karolina.tonkovic@storm.hr>, 2022
# Đurđica Žarković <durdica.zarkovic@storm.hr>, 2022
# Martin Trigaux, 2022
# Bole <bole@dajmi5.com>, 2022
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2022\n"
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Croatian <https://translate.odoo.com/projects/odoo-19/"
"contacts/hr/>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -39,16 +42,16 @@ msgstr "Banke"
msgid "Configuration"
msgstr "Postava"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Oznake kontakata"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Titule kontakta"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -71,11 +74,28 @@ msgstr "Grupa država"
msgid "Create a Contact in your address book"
msgstr "Kreiraj kontakt u svom adresaru"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Kreiraj kupca"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Naziv"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Država/Pokrajina/Županija"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -96,3 +116,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Korisnik"
#~ msgid "Contact Titles"
#~ msgstr "Titule kontakta"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# gezza <geza.nagy@oregional.hu>, 2022
@ -10,20 +10,22 @@
# krnkris, 2022
# Tamás Dombos, 2022
# Tamás Németh <ntomasz81@gmail.com>, 2022
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Tamás Németh <ntomasz81@gmail.com>, 2022\n"
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
"contacts/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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -41,16 +43,16 @@ msgstr "Bankok"
msgid "Configuration"
msgstr "Konfiguráció"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kapcsolat"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kapcsolat címkék"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kapcsolat megszólítások"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -73,11 +75,28 @@ msgstr "Országcsoport"
msgid "Create a Contact in your address book"
msgstr "Új kapcsolat a címjegyzékben"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Megjelenített név"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Szövetségi államok"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -99,3 +118,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Felhasználó"
#~ msgid "Contact Titles"
#~ msgstr "Kapcsolat megszólítások"

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# arfa simoncelli, 2022
#
#
# "Abe Manyo (abem)" <abem@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: arfa simoncelli, 2022\n"
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-23 09:14+0000\n"
"Last-Translator: \"Abe Manyo (abem)\" <abem@odoo.com>\n"
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
"contacts/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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +39,16 @@ msgstr "Bank"
msgid "Configuration"
msgstr "Konfigurasi"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontak"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Tanda kontak"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Judul Kontak"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,11 +71,28 @@ msgstr "Grup Negara"
msgid "Create a Contact in your address book"
msgstr "Buat Kontak di buku alamat Anda"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Buat Pelanggan"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Negara Bagian/Propinsi"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -93,3 +113,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Pengguna"
#~ msgid "Contact Titles"
#~ msgstr "Judul Kontak"

View file

@ -1,23 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# Translators:
# jonasyngvi, 2024
# Kristófer Arnþórsson, 2024
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Kristófer Arnþórsson, 2024\n"
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n"
"Language: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
#. module: contacts
@ -34,34 +29,34 @@ msgstr "Bankar"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
msgstr "Uppsetning"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
msgstr "Contact Tags"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
msgstr "Titill tengiliðs"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
msgstr "Tengiliðir"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
msgstr "Lönd"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
msgstr "Country Group"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
@ -71,7 +66,7 @@ msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
msgstr "Fed. States"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
@ -81,7 +76,7 @@ msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
msgstr "Staðfærsla"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
@ -91,4 +86,4 @@ msgstr ""
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Notandi"
msgstr ""

View file

@ -1,24 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Sergio Zanchetta <primes2h@gmail.com>, 2023
#
# Sergio Zanchetta <primes2h@gmail.com>, 2022
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+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-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-21 10:57+0000\n"
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/contacts/"
"it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
"0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +40,16 @@ msgstr "Banche"
msgid "Configuration"
msgstr "Configurazione"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contatto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Etichette contatto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Qualifiche contatto"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,11 +72,28 @@ msgstr "Raggruppamento nazioni"
msgid "Create a Contact in your address book"
msgstr "Crea un contatto nella rubrica"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Crea cliente"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Prov./Stati fed."
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -87,10 +108,12 @@ msgstr "Localizzazione"
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo aiuta a tenere traccia di tutte le attività relative ai propri "
"contatti."
"Odoo aiuta a tenere traccia di tutte le attività relative ai propri contatti."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Utente"
#~ msgid "Contact Titles"
#~ msgstr "Qualifiche contatto"

View file

@ -1,24 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Andy Yiu, 2023
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Junko Augias (juau)" <juau@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Andy Yiu, 2023\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-04 05:20+0000\n"
"Last-Translator: \"Junko Augias (juau)\" <juau@odoo.com>\n"
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
"contacts/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.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +40,16 @@ msgstr "銀行"
msgid "Configuration"
msgstr "設定"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "連絡先"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "連絡先タグ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "連絡先敬称"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,27 +72,47 @@ msgstr "国グループ"
msgid "Create a Contact in your address book"
msgstr "アドレス帳に連絡先を作成"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "顧客を作成"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "表示名"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "都道府県/州"
msgstr "都道府県・州"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "企業"
msgstr "業"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "ローカライズ"
msgstr "ローカリゼーション"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "Odooは、連絡先関連の全ての活動を追跡いたします。"
msgstr "Odooで連絡先に関係するあらゆる活動を追跡することができます。"
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "ユーザ"
#~ msgid "Contact Titles"
#~ msgstr "連絡先敬称"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,19 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:33+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Kabyle <https://translate.odoo.com/projects/odoo-19/contacts/"
"kab/>\n"
"Language: kab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: kab\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -26,14 +30,14 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Tawila"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr ""
#. module: contacts
@ -41,11 +45,6 @@ msgstr ""
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -63,11 +62,38 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +101,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Aseqdac"

View file

@ -1,23 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Sengtha Chay <sengtha@gmail.com>, 2023
# Lux Sok <sok.lux@gmail.com>, 2023
#
# Sengtha Chay <sengtha@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
"Last-Translator: Sengtha Chay <sengtha@gmail.com>, 2018\n"
"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n"
"Language: km\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: km\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: contacts
@ -29,7 +27,7 @@ msgstr "គណនីធនាគារ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr "ធានាគារ"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
@ -39,12 +37,12 @@ msgstr "កំណត់ផ្លាស់ប្តូរ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "ស្លាកទំនាក់ទំនង"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "សូមទាក់ទងចំណងជើង"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
@ -56,12 +54,12 @@ msgstr "ទំនាក់ទំនង"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "ប្រទេស"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "ក្រុមប្រទេស"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
@ -71,7 +69,7 @@ msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "ធនាគារកណ្តាល។ រដ្ឋ"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
@ -81,7 +79,7 @@ msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "មូលដ្ឋានីយកម្ម"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
@ -91,4 +89,4 @@ msgstr ""
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "អ្នកប្រើប្រាស់"
msgstr ""

View file

@ -1,24 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Sarah Park, 2023
#
# Sarah Park, 2022
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Kwanghee Park (kwpa)" <kwpa@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Sarah Park, 2023\n"
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
"POT-Creation-Date: 2026-01-25 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/contacts/"
"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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -34,18 +39,18 @@ msgstr "은행"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "구성"
msgstr "설정"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "연락처"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "연락처 태그"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "연락처 직함"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,11 +73,28 @@ msgstr "국가 그룹"
msgid "Create a Contact in your address book"
msgstr "주소록에 연락처 생성"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "고객 만들기"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "표시명"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "시/도"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -92,3 +114,6 @@ msgstr "Odoo는 연락처와 관련된 모든 활동을 추적하도록 도와
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "사용자"
#~ msgid "Contact Titles"
#~ msgstr "연락처 직함"

View file

@ -1,94 +1,112 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# Translators:
# Mehjabin Farsana, 2023
# Imran Pathan, 2024
#
# * contacts
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server saas~18.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Imran Pathan, 2024\n"
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Kurdish (Central) <https://translate.odoo.com/projects/"
"odoo-19/contacts/ckb/>\n"
"Language: ku\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"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr "Akaun bank"
msgstr "هەژماری بانکی"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr "Bank"
msgstr "بانکەکان"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Konfigurasi"
msgstr "ڕێکخستن"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "پەیوەندی"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
msgstr "تاگەکانی پەیوەندی"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr "Kenalan"
msgstr "پەیوەندییەکان"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "Negara"
msgstr "وڵاتان"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Country Group"
msgstr "گروپی وڵات"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
msgstr "پیشەسازییەکان"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
msgstr "خۆجێیکردن"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"ئۆدۆ یارمەتیت دەدات بەدواداچوون بۆ هەموو چالاکییەکانی پەیوەست بە "
"پەیوەندییەکانتان بکەن."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "pengguna"
msgstr "بەکارهێنەر"

View file

@ -1,22 +1,22 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Translators:
# Xavier ALT <xal@odoo.com>, 2019
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-18 09:49+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2019-08-26 09:09+0000\n"
"Last-Translator: Xavier ALT <xal@odoo.com>, 2019\n"
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
"Language: lb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
@ -47,7 +47,6 @@ msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.actions.act_window,name:contacts.action_contacts_summary
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
@ -65,8 +64,7 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
msgid "Create a contact in your address book"
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
@ -74,6 +72,11 @@ msgstr ""
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -81,16 +84,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts_summary
msgid "Odoo helps you to easily track all activities related to a customer."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "Users"
msgid "User"
msgstr ""

View file

@ -1,30 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# Translators:
# Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
#
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023\n"
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n"
"Language: 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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr "ບັນຊີທະນາຄານ"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
@ -34,7 +29,7 @@ msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "ການຕັ້ງຄ່າລະບົບ"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
@ -51,7 +46,7 @@ msgstr ""
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr "ຜູ້ຕິດຕໍ່"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
@ -91,4 +86,4 @@ msgstr ""
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "ຜູ້ໃຊ້"
msgstr ""

View file

@ -1,27 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Monika Raciunaite <monika.raciunaite@gmail.com>, 2022
# Ramunas Kembre, 2022
# Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2022
# Martin Trigaux, 2022
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2022\n"
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/"
"contacts/lt/>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lt\n"
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < "
"11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? "
"1 : n % 1 != 0 ? 2: 3);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -39,16 +43,16 @@ msgstr "Bankai"
msgid "Configuration"
msgstr "Konfigūracija"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontaktas"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontakto žymos"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontakto kreipiniai"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -71,11 +75,28 @@ msgstr "Šalių grupė"
msgid "Create a Contact in your address book"
msgstr "Sukurkite naują kontaktą adresų knygelėje"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Rodomas pavadinimas"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Savivaldybės"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -95,3 +116,6 @@ msgstr "Odoo padės jums sekti visas veiklas susijusias su jūsų kontaktais."
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Vartotojas"
#~ msgid "Contact Titles"
#~ msgstr "Kontakto kreipiniai"

View file

@ -1,26 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Translators:
# Konstantins Zabogonskis <inculin4ik@gmail.com>, 2022
# Arnis Putniņš <arnis@allegro.lv>, 2022
# ievaputnina <ievai.putninai@gmail.com>, 2022
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
# ievaputnina <ievai.putninai@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:01+0000\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2023\n"
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023\n"
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -38,16 +39,16 @@ msgstr "Bankas"
msgid "Configuration"
msgstr "Uzstādījumi"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontakta Atslēgas Vārdi"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontakta Nosaukums"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,17 +69,34 @@ msgstr "Valstu grupa"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Izveidot kontaktpersonu adrešu grāmatā"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Federālie Štati"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Nozares"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
@ -95,3 +113,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Lietotājs"
#~ msgid "Contact Titles"
#~ msgstr "Kontakta Nosaukums"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,96 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# Translators:
# Niyas Raphy, 2023
# Rafeeq Salam, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Rafeeq Salam, 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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr "ബാങ്ക് അക്കൗണ്ട് "
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr "ബാങ്ക്"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "കോൺഫിഗറേഷൻ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "കോൺടാക്റ്റ് ടാഗുകൾ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "കോൺടാക്റ്റ് ശീർഷകം"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr "കോൺടാക്ട്"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "രാജ്യങ്ങൾ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "രാജ്യ ഗ്രൂപ്പ്"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "നിങ്ങളുടെ വിലാസ പുസ്തകത്തിൽ ഒരു കോൺടാക്റ്റ് സൃഷ്ടിക്കുക"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "ഫെഡ്. സംസ്ഥാനങ്ങൾ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "ഇൻഡസ്ട്രീസ്"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "പ്രാദേശികവൽക്കരണം"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"നിങ്ങളുടെ കോൺടാക്റ്റുകളുമായി ബന്ധപ്പെട്ട എല്ലാ പ്രവർത്തനങ്ങളും ട്രാക്ക് "
"ചെയ്യാൻ Odoo നിങ്ങളെ സഹായിക്കുന്നു"
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "യൂസർ"

View file

@ -1,27 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Batmunkh Ganbat <batmunkh2522@gmail.com>, 2022
# Батмөнх Ганбат <batmunkh2522@gmail.com>, 2022
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2022
# Martin Trigaux, 2022
# Minj P <pminj322@gmail.com>, 2022
# Гүррагчаа Ууганбаяр, 2024
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Гүррагчаа Ууганбаяр, 2024\n"
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Mongolian <https://translate.odoo.com/projects/odoo-19/"
"contacts/mn/>\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -39,16 +40,16 @@ msgstr "Банкууд"
msgid "Configuration"
msgstr "Тохиргоо"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Харилцах хаяг"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Холбох хаягийн пайз"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Холбох хаягийн хэргэм"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -71,11 +72,28 @@ msgstr "Улсын бүлэг"
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Дэлгэрэнгүй нэр"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Аймаг/Дүүрэг"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -95,3 +113,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Хэрэглэгч"
#~ msgid "Contact Titles"
#~ msgstr "Холбох хаягийн хэргэм"

View file

@ -1,82 +1,103 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server saas~18.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:27+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/contacts/"
"my/>\n"
"Language: my\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"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
msgstr "ဘဏ်အကောင့်များ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
msgstr "ဘာဏ်များ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
msgstr "ပြင်ဆင်ရန်"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "ဆက်သွယ်ရန်"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
msgstr "ဆက်သွယ်သည့် တက်ဂ်များ"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
msgstr "အဆက်အသွယ်များ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
msgstr "နိုင်ငံများ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
msgstr "နိုင်ငံ အုပ်စု"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "ပြသသော အမည်"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
msgstr "တိုင်း နှင့် ပြည်နယ်များ"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "နံပါတ်"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
msgstr "လုပ်ငန်း အမျိုးအစားများ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
msgstr "ဘာသာစကား"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
@ -86,4 +107,4 @@ msgstr ""
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""
msgstr "အသုံးပြုသူ"

View file

@ -1,25 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Marius Stedjan <marius@stedjan.com>, 2022
# Henning Fyllingsnes, 2023
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
# Syver Anmarkrud <syver@flytconsulting.no>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+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-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-01-14 15:11+0000\n"
"Last-Translator: Syver Anmarkrud <syver@flytconsulting.no>\n"
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
"contacts/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.14.3\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -37,16 +40,16 @@ msgstr "Banker"
msgid "Configuration"
msgstr "Konfigurasjon"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontakt-etiketter"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontakttitler"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -67,13 +70,30 @@ msgstr "Landegruppe"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
msgstr "Opprett en kontakt i din adressebok"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Opprett en kunde"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Visningsnavn"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Stater"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -93,3 +113,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Bruker"
#~ msgid "Contact Titles"
#~ msgstr "Kontakttitler"

View file

@ -1,18 +1,18 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n"
"Language: ne\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ne\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: contacts
@ -26,11 +26,6 @@ msgstr ""
msgid "Banks"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
@ -63,11 +58,21 @@ msgstr ""
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
@ -75,13 +80,10 @@ msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2023
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Bren Driesen <brdri@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2023\n"
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-02 14:36+0000\n"
"Last-Translator: Bren Driesen <brdri@odoo.com>\n"
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/contacts/"
"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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +39,16 @@ msgstr "Banken"
msgid "Configuration"
msgstr "Configuratie"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Contactlabels"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Contacttitels"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,15 +71,32 @@ msgstr "Landengroep"
msgid "Create a Contact in your address book"
msgstr "Maak een contactpersoon in je adresboek"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Een klant aanmaken"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Weergavenaam"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Staat / Provincies"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Industrieën"
msgstr "Bedrijfstakken"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
@ -94,3 +114,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Gebruiker"
#~ msgid "Contact Titles"
#~ msgstr "Contacttitels"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Natalia Gros <nag@odoo.com>, 2022
# Dariusz Żbikowski <darek@krokus.com.pl>, 2022
@ -10,20 +10,24 @@
# Rafał Kozak <rafal.kozak@openglobe.pl>, 2022
# Martin Trigaux, 2022
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
"POT-Creation-Date: 2026-01-25 18: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/contacts/"
"pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -41,16 +45,16 @@ msgstr "Banki"
msgid "Configuration"
msgstr "Konfiguracja"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Tagi kontaktu"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Tytuły kontaktu"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -73,11 +77,28 @@ msgstr "Grupa krajów"
msgid "Create a Contact in your address book"
msgstr "Utwórz kontakt w książce adresowej"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Utwórz klienta"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nazwa wyświetlana"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Województwa"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -97,3 +118,6 @@ msgstr "Odoo pomaga Ci śledzić wszystkie aktywności w książce adresowej"
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Użytkownik"
#~ msgid "Contact Titles"
#~ msgstr "Tytuły kontaktu"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Marcelo Pereira <marcelo.pereira@arxi.pt>, 2022
# Martin Trigaux, 2022
@ -10,21 +10,24 @@
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2022
# Nuno Silva <nuno.silva@arxi.pt>, 2022
# Pedro Filipe <pedro2.10@hotmail.com>, 2022
# Salomao Neto, 2023
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Salomao Neto, 2023\n"
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
"contacts/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -42,16 +45,16 @@ msgstr "Bancos"
msgid "Configuration"
msgstr "Configuração"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Etiquetas de Contacto"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Títulos de contacto"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -74,15 +77,32 @@ msgstr "Grupo de Países"
msgid "Create a Contact in your address book"
msgstr "Crie um Contacto no seu livro de endereços"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Criar um cliente"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nome"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Distritos"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Indústrias"
msgstr "Segmentos"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
@ -93,9 +113,13 @@ msgstr "Localização"
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo ajuda-o a seguir todas as atividades relacionadas com os seus contatos."
"O Odoo ajuda você a rastrear todas as atividades relacionadas aos seus "
"contatos."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Utilizador"
#~ msgid "Contact Titles"
#~ msgstr "Títulos de contacto"

View file

@ -1,31 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Kevilyn Rosa, 2023
# Layna Nascimento, 2023
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Maitê Dietze (madi)" <madi@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+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-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-12 16:49+0000\n"
"Last-Translator: \"Maitê Dietze (madi)\" <madi@odoo.com>\n"
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
"odoo-19/contacts/pt_BR/>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr "Contas Bancárias"
msgstr "Contas bancárias"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
@ -37,16 +41,16 @@ msgstr "Bancos"
msgid "Configuration"
msgstr "Configuração"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contato"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Marcadores de contato"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Tratamento para o contato"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -62,18 +66,35 @@ msgstr "Países"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Grupo de País"
msgstr "Grupo de países"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Criar um contato em sua lista de contatos"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Criar cliente"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Exibir nome"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Estados"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -95,3 +116,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Usuário"
#~ msgid "Contact Titles"
#~ msgstr "Tratamento para o contato"

View file

@ -1,25 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Foldi Robert <foldirobert@nexterp.ro>, 2022
# Martin Trigaux, 2022
# Dorin Hongu <dhongu@gmail.com>, 2023
#
# Cozmin Cândea <cozmin@terrabit.ro>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2023\n"
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:07+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
"contacts/ro/>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -37,16 +41,16 @@ msgstr "Banci"
msgid "Configuration"
msgstr "Configurare"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Etichete contact"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Titluri contact"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -69,11 +73,28 @@ msgstr "Group Țară"
msgid "Create a Contact in your address book"
msgstr "Creați un contact în agenda dvs."
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Creați un client"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Nume afișat"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Județe"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -87,10 +108,12 @@ msgstr "Localizare"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo vă ajută să urmăriți toate activitățile legate de contactele dvs."
msgstr "Odoo vă ajută să urmăriți toate activitățile legate de contactele dvs."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Utilizator"
#~ msgid "Contact Titles"
#~ msgstr "Titluri contact"

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Сергей Шебанин <sergey@shebanin.ru>, 2024
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 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:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Сергей Шебанин <sergey@shebanin.ru>, 2024\n"
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Russian <https://translate.odoo.com/projects/odoo-19/contacts/"
"ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +39,16 @@ msgstr "Банки"
msgid "Configuration"
msgstr "Конфигурация"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Контакты"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Теги контакта"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Обращения"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -66,17 +69,34 @@ msgstr "Группы стран"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Создайте контакт в вашей адресной книге"
msgstr "Создать контакт в адресной книге"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Создать клиента"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Display Name"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Регионы"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Отрасли"
msgstr "Профессия"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
@ -86,10 +106,12 @@ msgstr "Локализация"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo помогает отслеживать все действия, связанные с вашими контактами."
msgstr "Помогает отслеживать все действия, связанные с вашими контактами."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Пользователь"
#~ msgid "Contact Titles"
#~ msgstr "Названия контактов"

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# SAKodoo <sak@odoo.com>, 2022
#
# Tomáš Píšek <Tomas.Pisek@seznam.cz>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: SAKodoo <sak@odoo.com>, 2022\n"
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-03-06 17:51+0000\n"
"Last-Translator: Tomáš Píšek <Tomas.Pisek@seznam.cz>\n"
"Language-Team: Slovak <https://translate.odoo.com/projects/odoo-19/contacts/"
"sk/>\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sk\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && "
"n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
"X-Generator: Weblate 5.16.1\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -29,7 +32,7 @@ msgstr "Bankové účty"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr "Bankové doklady"
msgstr "Banky"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
@ -37,14 +40,14 @@ msgid "Configuration"
msgstr "Konfigurácia"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Tagy kontaktu"
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Názvy kontaktu"
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Štítky kontaktu"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
@ -56,23 +59,40 @@ msgstr "Kontakty"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "Štáty"
msgstr "Krajiny"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Skupina štátu"
msgstr "Skupina krajín"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
msgstr "Vytvorte kontakt v adresári"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Vytvoriť zákazníka"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Zobrazovaný názov"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Fed. štáty"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -86,9 +106,12 @@ msgstr "Lokalizácia"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
msgstr "Odoo vám pomáha sledovať všetky aktivity súvisiace s vašimi kontaktmi."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Užívateľ"
#~ msgid "Contact Titles"
#~ msgstr "Názvy kontaktu"

View file

@ -1,27 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# matjaz k <matjaz@mentis.si>, 2022
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2022
# Jasmina Macur <jasmina@hbs.si>, 2022
# Martin Trigaux, 2022
# Aleš Pipan, 2025
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Aleš Pipan, 2025\n"
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
"contacts/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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -39,16 +42,16 @@ msgstr "Banke"
msgid "Configuration"
msgstr "Nastavitve"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Stik"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Oznake stika"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Naziv stika"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -71,11 +74,28 @@ msgstr "Skupine držav"
msgid "Create a Contact in your address book"
msgstr "Ustvarite stik v svojem imeniku"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Ustvari stranko"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Zvezne države/regije"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -95,3 +115,6 @@ msgstr "Odoo vam pomaga slediti vsem dejavnostim, povezanim z vašimi stiki."
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Uporabnik"
#~ msgid "Contact Titles"
#~ msgstr "Naziv stika"

View file

@ -1,19 +1,20 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
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:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-12-30 18:36+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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -32,13 +33,13 @@ msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
@ -63,11 +64,28 @@ msgstr ""
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"

View file

@ -1,95 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
# Branko Milinković, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Branko Milinković, 2023\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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr "Bankovni računi"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr "Banke"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Podešavanje"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Tagovi kontakata"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Naslovi kontakta"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr "Kontakti"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "Zemlje"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "Grupe zemalja"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Kreiraj kontakt u smo adresaru"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Fed, Države"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Industrija"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "Lokalizacija"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "Odoo vam pomaže da pratite sve aktivnosti u vezi sa vašim kontaktima."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Korisnik"

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Translators:
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
# Martin Trigaux <mat@odoo.com>, 2017
# Martin Trigaux, 2022
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.saas~18\n"
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
"odoo-19/contacts/sr_Latn/>\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sr@latin\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -31,25 +34,20 @@ msgstr "Bankovni računi"
msgid "Banks"
msgstr "Banke"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Click to add a contact in your contacts directory."
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Postavka"
msgstr "Podešavanje"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Naslovi kontakta"
msgstr "Oznake kontakta"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
@ -68,10 +66,37 @@ msgstr "Zemlje"
msgid "Country Group"
msgstr "Regija"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "Kreiraj kontakt u svom adresaru"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Naziv za prikaz"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
msgstr "Fed, Države"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Industrije"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
@ -80,13 +105,14 @@ msgstr "Lokalizacija"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid ""
"Odoo helps you easily track all activities related to\n"
" a customer: discussions, history of business opportunities,\n"
" documents, etc."
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo vam pomaže da pratite sve svoje aktivnosti u vezi sa vašim kontaktima."
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Sectors of Activity"
msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Korisnik"
#~ msgid "Contact Titles"
#~ msgstr "Naslovi kontakta"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Kristoffer Grundström <lovaren@gmail.com>, 2022
# 3eec91a23d05c632ffac786ac42b81b8_b6fff7b <8985b7bc57db860af29969457dbb51b3_1018915>, 2022
@ -9,20 +9,24 @@
# Kim Asplund <kim.asplund@gmail.com>, 2022
# Martin Trigaux, 2022
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2022
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2025.
# Hanna Kharraziha <hakha@odoo.com>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2022\n"
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-03-06 17:44+0000\n"
"Last-Translator: Hanna Kharraziha <hakha@odoo.com>\n"
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/contacts/"
"sv/>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.16.1\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -40,16 +44,16 @@ msgstr "Banker"
msgid "Configuration"
msgstr "Konfiguration"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontaktetiketter"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Titlar på kontakter"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -72,11 +76,28 @@ msgstr "Landsgrupp"
msgid "Create a Contact in your address book"
msgstr "Skapa en kontakt i din adressbok"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Skapa en kund"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Visningsnamn"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Fed. stater"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -98,3 +119,6 @@ msgstr ""
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Användare"
#~ msgid "Contact Titles"
#~ msgstr "Titlar på kontakter"

View file

@ -1,89 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,89 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
msgid "Bank Accounts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
msgid "Banks"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
msgid "Contacts"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr ""
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr ""

View file

@ -1,24 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Wichanon Jamwutthipreecha, 2022
# Martin Trigaux, 2022
#
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/contacts/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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +40,16 @@ msgstr "ธนาคาร"
msgid "Configuration"
msgstr "การกำหนดค่า"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "ติดต่อ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "แท็กติดต่อ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "คำนำหน้าชื่อผู้ติดต่อ"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,10 +72,27 @@ msgstr "กลุ่มประเทศ"
msgid "Create a Contact in your address book"
msgstr "สร้างผู้ติดต่อในสมุดที่อยู่ของคุณ"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "สร้างลูกค้า"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "แสดงชื่อ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "รัฐ"
msgstr "รัฐและจังหวัด"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ไอดี"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
@ -81,7 +102,7 @@ msgstr "อุตสาหกรรม"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "การปรับเข้ากับท้องถิ่น"
msgstr "การประยุกต์ใช้"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
@ -92,3 +113,6 @@ msgstr "Odoo ช่วยให้คุณติดตามกิจกรร
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "ผู้ใช้"
#~ msgid "Contact Titles"
#~ msgstr "คำนำหน้าชื่อผู้ติดต่อ"

View file

@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Umur Akın <umura@projetgrup.com>, 2022
@ -9,20 +9,25 @@
# Ediz Duman <neps1192@gmail.com>, 2022
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2022
# Murat Kaplan <muratk@projetgrup.com>, 2022
#
# "Dylan Kiss (dyki)" <dyki@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"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Murat Kaplan <muratk@projetgrup.com>, 2022\n"
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-21 14:44+0000\n"
"Last-Translator: Odoo Turkish Import <dyki+tr@odoo.com>\n"
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/contacts/"
"tr/>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -38,18 +43,18 @@ msgstr "Bankalar"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
msgid "Configuration"
msgstr "Yapılandırma"
msgstr "Ayarlar"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Kontak"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Kontak Etiketleri"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Kontak Ünvanları"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -60,7 +65,7 @@ msgstr "Kontaklar"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "Ülke"
msgstr "Ülkeler"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
@ -72,11 +77,28 @@ msgstr "Ülke Grubu"
msgid "Create a Contact in your address book"
msgstr "Adres defterinizde bir Kişi oluşturun"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Müşteri Oluştur"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "İsim Göster"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "İller/Eyaletler"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -96,3 +118,6 @@ msgstr "Odoo, kişilerinizle ilgili tüm etkinlikleri izlemenize yardımcı olur
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Kullanıcı"
#~ msgid "Contact Titles"
#~ msgstr "Kontak Ünvanları"

View file

@ -1,23 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
#
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/"
"contacts/uk/>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: uk\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -35,16 +41,16 @@ msgstr "Банки"
msgid "Configuration"
msgstr "Налаштування"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Контакт"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Теги контакту"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Звернення Контакту"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -67,11 +73,28 @@ msgstr "Група країн"
msgid "Create a Contact in your address book"
msgstr "Створіть контакт у вашій адресній книзі"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr ""
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Назва для відображення"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Області"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -85,10 +108,12 @@ msgstr "Розташування"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo допомагає відслідковувати усі дії, пов'язані з вашими контактами."
msgstr "Odoo допомагає відслідковувати усі дії, пов'язані з вашими контактами."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Користувач"
#~ msgid "Contact Titles"
#~ msgstr "Звернення Контакту"

View file

@ -1,89 +1,134 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
#
# 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 15.5alpha1\n"
"Project-Id-Version: Odoo Server 19.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-10-08 18:37+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: uz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
#: model:ir.ui.menu,name:contacts.menu_config_bank_accounts
#, fuzzy
msgid "Bank Accounts"
msgstr ""
msgstr "Bank hisobvaraqlari"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_bank_form
#, fuzzy
msgid "Banks"
msgstr ""
msgstr "Banklar"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_config
#, fuzzy
msgid "Configuration"
msgstr ""
msgstr "Sozlamalar"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
#, fuzzy
msgid "Contact"
msgstr "Aloqa"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
#, fuzzy
msgid "Contact Tags"
msgstr ""
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr ""
msgstr "Kontakt belgilari"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
#: model:ir.ui.menu,name:contacts.res_partner_menu_contacts
#, fuzzy
msgid "Contacts"
msgstr ""
msgstr "Kontaktlar"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
#, fuzzy
msgid "Countries"
msgstr ""
msgstr "Mamlakatlar"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
#, fuzzy
msgid "Country Group"
msgstr ""
msgstr "Mamlakatlar guruhi"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
#, fuzzy
msgid "Create a Contact in your address book"
msgstr ""
msgstr "Manzillar kitobingizda yangi kontakt yarating"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
#, fuzzy
msgid "Create a Customer"
msgstr "Mijoz yaratish"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
#, fuzzy
msgid "Display Name"
msgstr "Korsatiladigan nom"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
#, fuzzy
msgid "Fed. States"
msgstr ""
msgstr "Federal shtatlar"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
#, fuzzy
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
#, fuzzy
msgid "Industries"
msgstr ""
msgstr "Sanoat tarmoqlari"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
#, fuzzy
msgid "Localization"
msgstr ""
msgstr "Mahalliylashtirish"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
#, fuzzy
msgid "Odoo helps you track all activities related to your contacts."
msgstr ""
"Odoo kontaktlaringiz bilan bogliq barcha faoliyatlarni kuzatishingizga "
"yordam beradi"
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
#, fuzzy
msgid "User"
msgstr ""
msgstr "Foydalanuvchi"

View file

@ -1,24 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Thi Huong Nguyen, 2023
#
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Thi Huong Nguyen (thng)" <thng@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Thi Huong Nguyen, 2023\n"
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
"contacts/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: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +40,16 @@ msgstr "Ngân hàng"
msgid "Configuration"
msgstr "Cấu hình"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "Liên hệ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "Thẻ liên hệ"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "Danh xưng"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -68,15 +72,32 @@ msgstr "Nhóm quốc gia"
msgid "Create a Contact in your address book"
msgstr "Tạo một liên hệ trong sổ địa chỉ"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "Tạo một khách hàng"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "Tên hiển thị"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "Tỉnh/TP/Bang"
msgstr "Tỉnh thành/Bang"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
msgstr "Ngành nghề "
msgstr "Ngành nghề"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
@ -86,9 +107,12 @@ msgstr "Bản địa hóa"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "Odoo giúp bạn theo dõi tất cả hoạt động liên quan tới các liên hệ. "
msgstr "Odoo giúp bạn theo dõi tất cả hoạt động liên quan tới các liên hệ."
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "Người dùng"
#~ msgid "Contact Titles"
#~ msgstr "Danh xưng"

View file

@ -1,24 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
# * contacts
#
# Translators:
# Martin Trigaux, 2022
# Jeffery CHEN <jeffery9@gmail.com>, 2022
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Jeffery CHEN <jeffery9@gmail.com>, 2022\n"
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:08+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
"projects/odoo-19/contacts/zh_Hans/>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_action_res_partner_bank_form
@ -36,16 +39,16 @@ msgstr "银行"
msgid "Configuration"
msgstr "配置"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "联系人"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "联系人标签"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "联系人称谓"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -56,7 +59,7 @@ msgstr "联系人"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_partner
msgid "Countries"
msgstr "国家"
msgstr "国家/地区"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
@ -68,11 +71,28 @@ msgstr "国家/地区组"
msgid "Create a Contact in your address book"
msgstr "在通讯簿中创建联系人"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "创建客户"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "省/州"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "ID"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -86,9 +106,12 @@ msgstr "本地化"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "Odoo可帮助您跟踪与您的联系人相关的所有活动。"
msgstr "Odoo 可帮助您跟踪与您的联系人相关的所有活动。"
#. module: contacts
#: model:ir.model,name:contacts.model_res_users
msgid "User"
msgstr "用户"
#~ msgid "Contact Titles"
#~ msgstr "联系人称谓"

View file

@ -1,22 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contacts
#
#
# Translators:
# Martin Trigaux, 2022
#
# Wil Odoo, 2025
# Tony Ng, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.5alpha1\n"
"Project-Id-Version: Odoo Server saas~18.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-20 09:01+0000\n"
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
"Last-Translator: Martin Trigaux, 2022\n"
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-05-06 12:03+0000\n"
"Last-Translator: Tony Ng, 2025\n"
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/"
"zh_TW/)\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"
#. module: contacts
@ -35,16 +37,16 @@ msgstr "銀行"
msgid "Configuration"
msgstr "配置"
#. module: contacts
#: model:ir.model,name:contacts.model_res_partner
msgid "Contact"
msgstr "聯絡人"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_category_form
msgid "Contact Tags"
msgstr "聯絡人標籤"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_partner_title_contact
msgid "Contact Titles"
msgstr "聯絡人稱謂"
#. module: contacts
#: model:ir.actions.act_window,name:contacts.action_contacts
#: model:ir.ui.menu,name:contacts.menu_contacts
@ -60,18 +62,35 @@ msgstr "國家"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_group
msgid "Country Group"
msgstr "國家組"
msgstr "國家組"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Create a Contact in your address book"
msgstr "在通訊錄中建立聯絡人"
#. module: contacts
#: model:ir.model,website_form_label:contacts.model_res_partner
msgid "Create a Customer"
msgstr "建立客戶"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__display_name
#: model:ir.model.fields,field_description:contacts.field_res_users__display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_country_state_partner
msgid "Fed. States"
msgstr "聯邦州份"
#. module: contacts
#: model:ir.model.fields,field_description:contacts.field_res_partner__id
#: model:ir.model.fields,field_description:contacts.field_res_users__id
msgid "ID"
msgstr "識別號"
#. module: contacts
#: model:ir.ui.menu,name:contacts.res_partner_industry_menu
msgid "Industries"
@ -80,12 +99,12 @@ msgstr "行業"
#. module: contacts
#: model:ir.ui.menu,name:contacts.menu_localisation
msgid "Localization"
msgstr "位置"
msgstr "語言本地化"
#. module: contacts
#: model_terms:ir.actions.act_window,help:contacts.action_contacts
msgid "Odoo helps you track all activities related to your contacts."
msgstr "Odoo 可幫助您跟踪與您的聯絡人相關的所有活動。"
msgstr "Odoo 協助你追蹤與你的聯絡人相關的所有活動。"
#. module: contacts
#: model:ir.model,name:contacts.model_res_users

View file

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import res_partner
from . import res_users

View file

@ -0,0 +1,10 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models
class ResPartner(models.Model):
_inherit = "res.partner"
def _get_backend_root_menu_ids(self):
return super()._get_backend_root_menu_ids() + [self.env.ref('contacts.menu_contacts').id]

View file

@ -1,20 +1,18 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import api, models, modules
class Users(models.Model):
_name = 'res.users'
_inherit = ['res.users']
class ResUsers(models.Model):
_inherit = 'res.users'
@api.model
def systray_get_activities(self):
def _get_activity_groups(self):
""" Update the systray icon of res.partner activities to use the
contact application one instead of base icon. """
activities = super(Users, self).systray_get_activities()
activities = super()._get_activity_groups()
for activity in activities:
if activity['model'] != 'res.partner':
continue
activity['icon'] = modules.module.get_module_icon('contacts')
activity['icon'] = modules.module.Manifest.for_addon('contacts').icon
return activities

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

@ -1,24 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="70" height="70" viewBox="0 0 70 70">
<defs>
<path id="icon-a" d="M4,5.35309892e-14 C36.4160122,9.87060235e-15 58.0836068,-3.97961823e-14 65,5.07020818e-14 C69,6.733808e-14 70,1 70,5 C70,43.0488877 70,62.4235458 70,65 C70,69 69,70 65,70 C61,70 9,70 4,70 C1,70 7.10542736e-15,69 7.10542736e-15,65 C7.25721566e-15,62.4676575 3.83358709e-14,41.8005206 3.60818146e-14,5 C-1.13686838e-13,1 1,5.75716207e-14 4,5.35309892e-14 Z"/>
<linearGradient id="icon-c" x1="100%" x2="0%" y1="0%" y2="100%">
<stop offset="0%" stop-color="#269396"/>
<stop offset="100%" stop-color="#218689"/>
</linearGradient>
<path id="icon-d" d="M51.4709821,28.8125 C51.970226,28.8125 52.375,28.4102246 52.375,27.9140625 L52.375,24.9192708 C52.375,24.4231087 51.970226,24.0208333 51.4709821,24.0208333 L49.9642857,24.0208333 L49.9642857,20.4270833 C49.9642857,18.4422852 48.3453404,16.8333333 46.3482143,16.8333333 L22.2410714,16.8333333 C20.2439453,16.8333333 18.625,18.4422852 18.625,20.4270833 L18.625,51.5729167 C18.625,53.5577148 20.2439453,55.1666667 22.2410714,55.1666667 L46.3482143,55.1666667 C48.3453404,55.1666667 49.9642857,53.5577148 49.9642857,51.5729167 L49.9642857,47.9791667 L51.4709821,47.9791667 C51.970226,47.9791667 52.375,47.5768913 52.375,47.0807292 L52.375,44.0859375 C52.375,43.5897754 51.970226,43.1875 51.4709821,43.1875 L49.9642857,43.1875 L49.9642857,38.3958333 L51.4709821,38.3958333 C51.970226,38.3958333 52.375,37.9935579 52.375,37.4973958 L52.375,34.5026042 C52.375,34.0064421 51.970226,33.6041667 51.4709821,33.6041667 L49.9642857,33.6041667 L49.9642857,28.8125 L51.4709821,28.8125 Z M45.8962054,51.5729167 L22.6930804,51.5729167 C22.4434427,51.5729167 22.2410714,51.3717946 22.2410714,51.1236979 L22.2410714,20.8763021 C22.2410714,20.6282054 22.4434427,20.4270833 22.6930804,20.4270833 L45.8962054,20.4270833 C46.145843,20.4270833 46.3482143,20.6282054 46.3482143,20.8763021 L46.3482143,51.1236979 C46.3482143,51.3717946 46.145843,51.5729167 45.8962054,51.5729167 Z M28.2678571,32.40625 C28.2678571,29.098278 30.9661244,26.4166667 34.2946429,26.4166667 C37.6231613,26.4166667 40.3214286,29.098278 40.3214286,32.40625 C40.3214286,35.714222 37.6231613,38.3958333 34.2946429,38.3958333 C30.9661244,38.3958333 28.2678571,35.714222 28.2678571,32.40625 Z M43.9375,42.3996452 L43.9375,43.7864583 C43.9375,44.7788574 43.1280273,45.5833333 42.1294643,45.5833333 L26.4598214,45.5833333 C25.4612584,45.5833333 24.6517857,44.7788574 24.6517857,43.7864583 L24.6517857,42.3996452 C24.6517857,40.7505632 25.7810547,39.313138 27.3908092,38.9131836 L30.0770229,38.2457943 C32.2693415,39.8129688 35.6901451,40.2631608 38.5122628,38.2457943 L41.1984766,38.9131836 C42.808231,39.313138 43.9375,40.750638 43.9375,42.3996452 Z"/>
<path id="icon-e" d="M51.4709821,26.8125 C51.970226,26.8125 52.375,26.4102246 52.375,25.9140625 L52.375,22.9192708 C52.375,22.4231087 51.970226,22.0208333 51.4709821,22.0208333 L49.9642857,22.0208333 L49.9642857,18.4270833 C49.9642857,16.4422852 48.3453404,14.8333333 46.3482143,14.8333333 L22.2410714,14.8333333 C20.2439453,14.8333333 18.625,16.4422852 18.625,18.4270833 L18.625,49.5729167 C18.625,51.5577148 20.2439453,53.1666667 22.2410714,53.1666667 L46.3482143,53.1666667 C48.3453404,53.1666667 49.9642857,51.5577148 49.9642857,49.5729167 L49.9642857,45.9791667 L51.4709821,45.9791667 C51.970226,45.9791667 52.375,45.5768913 52.375,45.0807292 L52.375,42.0859375 C52.375,41.5897754 51.970226,41.1875 51.4709821,41.1875 L49.9642857,41.1875 L49.9642857,36.3958333 L51.4709821,36.3958333 C51.970226,36.3958333 52.375,35.9935579 52.375,35.4973958 L52.375,32.5026042 C52.375,32.0064421 51.970226,31.6041667 51.4709821,31.6041667 L49.9642857,31.6041667 L49.9642857,26.8125 L51.4709821,26.8125 Z M45.8962054,49.5729167 L22.6930804,49.5729167 C22.4434427,49.5729167 22.2410714,49.3717946 22.2410714,49.1236979 L22.2410714,18.8763021 C22.2410714,18.6282054 22.4434427,18.4270833 22.6930804,18.4270833 L45.8962054,18.4270833 C46.145843,18.4270833 46.3482143,18.6282054 46.3482143,18.8763021 L46.3482143,49.1236979 C46.3482143,49.3717946 46.145843,49.5729167 45.8962054,49.5729167 Z M28.2678571,30.40625 C28.2678571,27.098278 30.9661244,24.4166667 34.2946429,24.4166667 C37.6231613,24.4166667 40.3214286,27.098278 40.3214286,30.40625 C40.3214286,33.714222 37.6231613,36.3958333 34.2946429,36.3958333 C30.9661244,36.3958333 28.2678571,33.714222 28.2678571,30.40625 Z M43.9375,40.3996452 L43.9375,41.7864583 C43.9375,42.7788574 43.1280273,43.5833333 42.1294643,43.5833333 L26.4598214,43.5833333 C25.4612584,43.5833333 24.6517857,42.7788574 24.6517857,41.7864583 L24.6517857,40.3996452 C24.6517857,38.7505632 25.7810547,37.313138 27.3908092,36.9131836 L30.0770229,36.2457943 C32.2693415,37.8129688 35.6901451,38.2631608 38.5122628,36.2457943 L41.1984766,36.9131836 C42.808231,37.313138 43.9375,38.750638 43.9375,40.3996452 Z"/>
</defs>
<g fill="none" fill-rule="evenodd">
<mask id="icon-b" fill="#fff">
<use xlink:href="#icon-a"/>
</mask>
<g mask="url(#icon-b)">
<rect width="70" height="70" fill="url(#icon-c)"/>
<path fill="#FFF" fill-opacity=".383" d="M4,1.8 L65,1.8 C67.6666667,1.8 69.3333333,1.13333333 70,-0.2 C70,2.46666667 70,3.46666667 70,2.8 L1.10547097e-14,2.8 C-1.65952376e-14,3.46666667 -2.9161925e-14,2.46666667 -2.66453526e-14,-0.2 C0.666666667,1.13333333 2,1.8 4,1.8 Z" transform="matrix(1 0 0 -1 0 2.8)"/>
<path fill="#393939" d="M39.8461538,54 L4,54 C2,54 -7.10542736e-15,53.8544474 0,49.9245283 L2.20625402e-16,25.9563572 L19.6596494,1.0710105 L47,0 L49.9211999,35.2849068 L39.8461538,54 Z" opacity=".324" transform="translate(0 15)"/>
<path fill="#000" fill-opacity=".383" d="M4,4 L65,4 C67.6666667,4 69.3333333,3 70,1 C70,3.66666667 70,5 70,5 L1.77635684e-15,5 C1.77635684e-15,5 1.77635684e-15,3.66666667 1.77635684e-15,1 C0.666666667,3 2,4 4,4 Z" transform="translate(0 65)"/>
<use fill="#000" fill-rule="nonzero" opacity=".3" xlink:href="#icon-d"/>
<use fill="#FFF" fill-rule="nonzero" xlink:href="#icon-e"/>
</g>
</g>
</svg>
<svg width="50" height="50" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M39 46a8 8 0 0 0 8-8V8H13a4 4 0 0 0-4 4v34h30Z" fill="#FC868B"/><path fill-rule="evenodd" clip-rule="evenodd" d="M39 42a4 4 0 0 0 4-4V4H13a8 8 0 0 0-8 8v30h34Z" fill="#1AD3BB"/><path fill-rule="evenodd" clip-rule="evenodd" d="M43 38a4 4 0 0 1-4 4H9V12a4 4 0 0 1 4-4h30v30Z" fill="#1A6F66"/><path d="M25 28a9 9 0 0 0-9 9h10a9 9 0 0 0 9-9H25Z" fill="#fff"/><circle cx="25" cy="19" r="6" fill="#fff"/></svg>

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 537 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View file

@ -1,34 +1,33 @@
odoo.define('debug_menu_set_defaults.tour', function (require) {
"use strict";
import { registry } from "@web/core/registry";
import { stepUtils } from "@web_tour/tour_utils";
var tour = require('web_tour.tour');
tour.register('debug_menu_set_defaults', {
test: true,
url: '/web?debug=1',
},
[
...tour.stepUtils.goToAppSteps('contacts.menu_contacts', "Open the contacts menu"),
registry.category("web_tour.tours").add('debug_menu_set_defaults', {
url: '/odoo?debug=1',
steps: () => [
...stepUtils.goToAppSteps('contacts.menu_contacts', "Open the contacts menu"),
{
content: "Create a new contact",
trigger: '.o-kanban-button-new',
trigger: '.o_list_button_add',
run: "click",
},
{
content: "Check that Company is checked by default, and not Individual",
trigger: '.o_field_widget[name="company_type"] input[data-value="company"]:checked',
run: function () {},
},
{
content: "Select the individual radio button",
trigger: '.o_field_widget[name="company_type"] input[data-value="person"]',
run: "click",
},
{
content: "Open the debug menu",
trigger: '.o_debug_manager button',
run: "click",
},
{
content: "Click the Set Defaults menu",
trigger: '.o_debug_manager .dropdown-item:contains(Set Defaults)',
trigger: '.dropdown-item:contains(Set Default Values)',
run: "click",
},
{
content: "Choose Company Type = Individual",
@ -42,33 +41,34 @@ odoo.define('debug_menu_set_defaults.tour', function (require) {
{
content: "Check that there are conditions",
trigger: '#formview_default_conditions',
run: "click",
},
{
content: "Save the new default",
trigger: 'footer button:contains(Save default)',
run: "click",
},
{
content: "Discard the contact creation",
trigger: 'button.o_form_button_cancel',
run: "click",
},
{
trigger: '.o-kanban-button-new',
trigger: '.o_action_manager > .o_list_view .o_list_button_add',
run: "click",
},
{
content: "Check that Individual is checked instead of Company",
trigger: '.o_field_widget[name="company_type"] input[data-value="person"]:checked',
run: function () {},
},
{
content: "Discard the contact creation",
trigger: 'button.o_form_button_cancel',
run: "click",
},
{
content: "Wait for discard",
trigger: '.o_control_panel .o-kanban-button-new',
run() {},
trigger: '.o_control_panel .o_list_button_add',
},
]
);
});
});

View file

@ -2,6 +2,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from ast import literal_eval
from lxml import etree
import odoo.tests
@ -30,4 +31,22 @@ class TestUi(odoo.tests.HttpCase):
]).unlink()
self.assertEqual(self.env['res.partner'].with_context(**action_context).new().company_type, "company")
self.start_tour("/web", 'debug_menu_set_defaults', login="admin")
self.start_tour("/odoo", 'debug_menu_set_defaults', login="admin")
def test_vat_label_string(self):
""" Test changing the vat_label field of the user company_id.
It be immediately reflected on partners views.
"""
partner = self.env['res.partner'].create({'name': 'Jean'})
# call get view to warm the cache
partner.get_view()
self.env.user.company_id.country_id = self.env.ref('base.us')
self.env.user.company_id.country_id.vat_label = "TVA"
view = partner.get_view()
arch = etree.fromstring(view['arch'])
for node in arch.iterfind(".//field[@name='vat']"):
self.assertEqual(node.get("string"), 'TVA')
for node in arch.iterfind(".//label[@for='vat']"):
self.assertEqual(node.get("string"), 'TVA')

View file

@ -2,9 +2,9 @@
<odoo>
<record id="action_contacts" model="ir.actions.act_window">
<field name="name">Contacts</field>
<field name="type">ir.actions.act_window</field>
<field name="path">contacts</field>
<field name="res_model">res.partner</field>
<field name="view_mode">kanban,tree,form,activity</field>
<field name="view_mode">list,kanban,form,activity</field>
<field name="search_view_id" ref="base.view_res_partner_filter"/>
<field name="context">{'default_is_company': True}</field>
<field name="help" type="html">
@ -16,14 +16,14 @@
</field>
</record>
<record id="action_contacts_view_kanban" model="ir.actions.act_window.view">
<field name="sequence" eval="0"/>
<field name="sequence" eval="1"/>
<field name="view_mode">kanban</field>
<field name="view_id" ref="base.res_partner_kanban_view"/>
<field name="act_window_id" ref="action_contacts"/>
</record>
<record id="action_contacts_view_tree" model="ir.actions.act_window.view">
<field name="sequence" eval="1"/>
<field name="view_mode">tree</field>
<field name="sequence" eval="0"/>
<field name="view_mode">list</field>
<field name="view_id" ref="base.view_partner_tree"/>
<field name="act_window_id" ref="action_contacts"/>
</record>
@ -38,7 +38,7 @@
<menuitem name="Contacts"
id="menu_contacts"
sequence="20"
web_icon="contacts,static/description/icon.svg"
web_icon="contacts,static/description/icon.png"
groups="base.group_user,base.group_partner_manager"/>
<menuitem id="res_partner_menu_contacts"
@ -58,11 +58,6 @@
name="Contact Tags"
sequence="1" parent="res_partner_menu_config"/>
<menuitem id="menu_partner_title_contact"
action="base.action_partner_title_contact"
name="Contact Titles" parent="res_partner_menu_config"
sequence="3"/>
<menuitem id="res_partner_industry_menu" name="Industries"
action="base.res_partner_industry_action" parent="res_partner_menu_config"
sequence="4"/>

View file

@ -1,13 +1,15 @@
[project]
name = "odoo-bringout-oca-ocb-contacts"
version = "16.0.0"
description = "Contacts - Centralize your address book"
description = "Contacts -
Centralize your address book
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-base>=16.0.0",
"odoo-bringout-oca-ocb-mail>=16.0.0",
"odoo-bringout-oca-ocb-base>=19.0.0",
"odoo-bringout-oca-ocb-mail>=19.0.0",
"requests>=2.25.1"
]
readme = "README.md"
@ -17,14 +19,14 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]
[project.urls]
homepage = "https://github.com/bringout/odoo-bringout-oca-ocb-contacts"
repository = "https://github.com/bringout/odoo-bringout-oca-ocb-contacts"
homepage = "https://github.com/bringout/0"
repository = "https://github.com/bringout/0"
[build-system]
requires = ["hatchling"]