mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-22 01:32:00 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -22,38 +22,15 @@ pip install odoo-bringout-oca-ocb-transifex
|
|||
|
||||
## Dependencies
|
||||
|
||||
This addon depends on:
|
||||
- base
|
||||
- web
|
||||
|
||||
## Manifest Information
|
||||
|
||||
- **Name**: Transifex integration
|
||||
- **Version**: 1.0
|
||||
- **Category**: Hidden/Tools
|
||||
- **License**: LGPL-3
|
||||
- **Installable**: False
|
||||
|
||||
## Source
|
||||
|
||||
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `transifex`.
|
||||
- Repository: https://github.com/OCA/OCB
|
||||
- Branch: 19.0
|
||||
- Path: addons/transifex
|
||||
|
||||
## 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
|
||||
- Reports: doc/REPORTS.md
|
||||
- Security: doc/SECURITY.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.
|
||||
|
|
|
|||
|
|
@ -1,13 +1,15 @@
|
|||
[project]
|
||||
name = "odoo-bringout-oca-ocb-transifex"
|
||||
version = "16.0.0"
|
||||
description = "Transifex integration - Add a link to edit a translation in Transifex"
|
||||
description = "Transifex integration -
|
||||
Add a link to edit a translation in Transifex
|
||||
"
|
||||
authors = [
|
||||
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
|
||||
]
|
||||
dependencies = [
|
||||
"odoo-bringout-oca-ocb-base>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-web>=16.0.0",
|
||||
"odoo-bringout-oca-ocb-base>=19.0.0",
|
||||
"odoo-bringout-oca-ocb-web>=19.0.0",
|
||||
"requests>=2.25.1"
|
||||
]
|
||||
readme = "README.md"
|
||||
|
|
@ -17,7 +19,7 @@ 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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -33,5 +33,6 @@ project.
|
|||
],
|
||||
},
|
||||
'depends': ['base', 'web'],
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@
|
|||
<field name="code">model.reload()</field>
|
||||
<field name='interval_number'>7</field>
|
||||
<field name='interval_type'>days</field>
|
||||
<field name="numbercall">-1</field>
|
||||
<field name="doall" eval="True"/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
|
|||
|
|
@ -1,60 +1,56 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 13:45+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Arabic <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "قاعدة "
|
||||
msgstr "قاعدة"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "رمز "
|
||||
msgstr "رمز"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr "ترجمة الكود "
|
||||
msgstr "ترجمة الكود"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "المساهمة "
|
||||
msgstr "المساهمة"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض "
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "تجميع حسب"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "المُعرف"
|
||||
|
||||
|
|
@ -63,43 +59,37 @@ msgstr "المُعرف"
|
|||
msgid "Language"
|
||||
msgstr "اللغة"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "آخر تعديل في"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "التطبيق "
|
||||
msgstr "التطبيق"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "التطبيق الذي ينتمي إليه هذا الشرط "
|
||||
msgstr "التطبيق الذي ينتمي إليه هذا الشرط"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr "غير مترجم "
|
||||
msgstr "غير مترجم"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr "اقتراح تعديل في النسخة الرسمية لأودو "
|
||||
msgstr "اقتراح تعديل في النسخة الرسمية لأودو"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "إعادة تحميل"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr "البحث في ترجمات الكود "
|
||||
msgstr "البحث في ترجمات الكود"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
|
|
@ -109,18 +99,18 @@ msgstr "Transifex"
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr "ترجمات كود Transifex "
|
||||
msgstr "ترجمات كود Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr "ترجمات كود Transifex "
|
||||
msgstr "ترجمات كود Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr "ترجمة Transifex "
|
||||
msgstr "ترجمة Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
|
|
@ -129,11 +119,13 @@ msgstr "رابط Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: إعادة تحميل ترجمات الكود "
|
||||
msgstr "Transifex: إعادة تحميل ترجمات الكود"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "قيمة الترجمة"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "تجميع حسب"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2023
|
||||
# Nurlan Farajov <coolinuxoid@gmail.com>, 2025
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Nurlan Farajov <coolinuxoid@gmail.com>, 2025\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/az/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +38,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Ekran Adı"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Aşağıdakılara görə Qrupla"
|
||||
msgstr "Göstəriləcək Ad"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -63,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Dil"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Son Dəyişdirilmə tarixi"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +82,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Yenilə"
|
||||
|
||||
|
|
@ -129,7 +118,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,138 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Ivan Shakh, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Базавы"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для адлюстравання"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Групаванне"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Мова"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Апошняя мадыфікацыя"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
|
|
@ -1,27 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Nikola Iliev, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
# Boris Stefanov <borkata@gmail.com>, 2023
|
||||
# aleksandar ivanov, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: aleksandar ivanov, 2023\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Bulgarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -42,22 +38,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Име за Показване"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Групиране по"
|
||||
msgstr "Име за показване"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -66,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Език"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промяна на"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -95,7 +82,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Презаредете"
|
||||
|
||||
|
|
@ -132,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,134 +1,126 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
# * transifex
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-01-23 14:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Osnovica"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Šifra"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr "Prevod koda"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Doprinesi"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupiraj po"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Jezik"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promjena"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "Modul"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "U modulu"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr "Nije prevedeno"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr "Predložite modifikaciju u zvaničnoj verziji Odoo-a"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Ponovno učitaj"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr "Pretraži prevode koda"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr "Transifex"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr "Transifex prevod koda"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr "Transifex prevodi koda"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr "Transifex prevod"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Ponovo učitaj prevode koda"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Prevedeno"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,28 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# José Cabrera Lozano <jose.cabrera@edukative.es>, 2023
|
||||
# Óscar Fonseca <tecnico@extreme-micro.com>, 2023
|
||||
# marcescu, 2023
|
||||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# martioodo hola, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: martioodo hola, 2023\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 04:47+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -43,22 +38,18 @@ msgstr "Traducció del codi"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribueix"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom mostrat"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar per"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -67,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificació el "
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -96,7 +82,6 @@ msgstr "Proposar una modificació a la versió oficial d’Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Torna a carregar"
|
||||
|
||||
|
|
@ -133,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Torna a carregar les traduccions del codi"
|
||||
|
||||
|
|
@ -141,3 +125,6 @@ msgstr "Transifex: Torna a carregar les traduccions del codi"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Traducció"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar per"
|
||||
|
|
|
|||
|
|
@ -1,33 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Jan Horzinka <jan.horzinka@centrum.cz>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Ondřej Skuhravý <ondra.sk@volny.cz>, 2023
|
||||
# Jiří Podhorecký, 2023
|
||||
# Jakub Smolka, 2023
|
||||
# Aleš Fiala <f.ales1@seznam.cz>, 2024
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Aleš Fiala <f.ales1@seznam.cz>, 2024\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:19+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"cs/>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Základní část"
|
||||
msgstr "Jádro"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
|
|
@ -43,22 +38,18 @@ msgstr "Kód překladu"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Přispět"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazované jméno"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Seskupit podle"
|
||||
msgstr "Zobrazovací název"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -67,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Jazyk"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Naposled změněno"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -96,9 +82,8 @@ msgstr "Navrhněte změnu v oficiální verzi Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Znovu nahrát"
|
||||
msgstr "Obnovit"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -133,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Načíst překlady kódu znovu"
|
||||
|
||||
|
|
@ -141,3 +125,6 @@ msgstr "Transifex: Načíst překlady kódu znovu"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Hodnota překladu"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Seskupit podle"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Sanne Kristensen <sanne@vkdata.dk>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Kira Petersen François (peti)" <peti@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Sanne Kristensen <sanne@vkdata.dk>, 2023\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-25 13:28+0000\n"
|
||||
"Last-Translator: \"Kira Petersen François (peti)\" <peti@odoo.com>\n"
|
||||
"Language-Team: Danish <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +39,18 @@ msgstr "Kodeoversættelse"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Bidrage"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Sortér efter"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -63,11 +59,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Sprog"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sidst ændret den"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +83,6 @@ msgstr "Foreslå en modifikation i den officielle Odoo version"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Opdater"
|
||||
|
||||
|
|
@ -129,7 +119,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Genindlæs kodeoversættelser"
|
||||
|
||||
|
|
@ -137,3 +126,6 @@ msgstr "Transifex: Genindlæs kodeoversættelser"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Oversættelse"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Sortér efter"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Larissa Manderfeld, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-31 12:59+0000\n"
|
||||
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
|
||||
"Language-Team: German <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +39,18 @@ msgstr "Code-Übersetzung"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Beitragen"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Gruppieren nach"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -63,11 +59,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Sprache"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zuletzt geändert am"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +83,6 @@ msgstr "Eine Änderung in der offiziellen Version von Odoo vorschlagen"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Erneut laden"
|
||||
|
||||
|
|
@ -129,7 +119,6 @@ msgstr "Transifex-URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Code-Übersetzungen neu laden"
|
||||
|
||||
|
|
@ -137,3 +126,6 @@ msgstr "Transifex: Code-Übersetzungen neu laden"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Übersetzungswert"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Gruppieren nach"
|
||||
|
|
|
|||
|
|
@ -1,33 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-24 19:23+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Greek <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"el/>\n"
|
||||
"Language: el\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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr ""
|
||||
msgstr "Βάση"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Kode"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
|
|
@ -38,45 +38,36 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vertoningsnaam"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Groepeer deur"
|
||||
msgstr "Εμφάνιση Ονόματος"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laas Gewysig op"
|
||||
msgstr "Γλώσσα"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
msgstr "Άρθρωμα"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
msgstr "Υπόδειγμα στο οποίο ανήκει ο όρος"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -91,9 +82,8 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
msgstr "Ανανέωση"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -128,11 +118,13 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
msgstr "Μετάφραση"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Ομαδοποίηση κατά"
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Larissa Manderfeld, 2023
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+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:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:21+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/es/>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -40,22 +38,18 @@ msgstr "Traducción de códigos"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribuir"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
msgstr "Nombre para mostrar"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -64,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación el"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -93,7 +82,6 @@ msgstr "Proponer una modificación en la versión oficial de Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Recargar"
|
||||
|
||||
|
|
@ -130,7 +118,6 @@ msgstr "URL de Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: volver a cargar las traducciones de códigos"
|
||||
|
||||
|
|
@ -138,3 +125,6 @@ msgstr "Transifex: volver a cargar las traducciones de códigos"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Valor de traducción"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Aimée Mendoza Sánchez, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Aimée Mendoza Sánchez, 2023\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 07:45+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Spanish (Latin America) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -40,22 +38,18 @@ msgstr "Traducción de códigos"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribuir"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre en pantalla"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -64,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación el:"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -93,7 +82,6 @@ msgstr "Proponer una modificación en la versión oficial de Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Volver a cargar"
|
||||
|
||||
|
|
@ -130,7 +118,6 @@ msgstr "URL de Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: volver a cargar las traducciones de códigos"
|
||||
|
||||
|
|
@ -138,3 +125,6 @@ msgstr "Transifex: volver a cargar las traducciones de códigos"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Valor de traducción"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
|
@ -1,29 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Piia Paurson <piia@avalah.ee>, 2023
|
||||
# Leaanika Randmets, 2023
|
||||
# Triine Aavik <triine@avalah.ee>, 2023
|
||||
# Patrick-Jordan Kiudorv, 2023
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Anna, 2024
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Anna, 2024\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:31+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Estonian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -44,22 +38,18 @@ msgstr "Koodi tõlkimine"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Panustada"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Kuvatav nimi"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Rühmitamine"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -68,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Keel"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimati muudetud"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -97,7 +82,6 @@ msgstr "Paku välja muudatus Odoo ametlikus versioonis"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Laadi uuesti"
|
||||
|
||||
|
|
@ -134,7 +118,6 @@ msgstr "Transifexi URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Hamid Darabi, 2023
|
||||
# Yousef Shadmanesh <y.shadmanesh@gmail.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Yousef Shadmanesh <y.shadmanesh@gmail.com>, 2023\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Persian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -42,22 +38,18 @@ msgstr "ترجمه کد"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "همکاری"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "گروهبندی برمبنای"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
|
|
@ -66,11 +58,6 @@ msgstr "شناسه"
|
|||
msgid "Language"
|
||||
msgstr "زبان"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "آخرین اصلاح در"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -95,7 +82,6 @@ msgstr "پیشنهاد یک اصلاح در نسخه رسمی اودوو"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "بارگزاری مجدد"
|
||||
|
||||
|
|
@ -132,7 +118,6 @@ msgstr "آدرس ترنسیفکس"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "ترنسیفکس: بارگزاری ترجمه های کدها"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,34 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2023
|
||||
# Miku Laitinen <miku.laitinen@gmail.com>, 2023
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023\n"
|
||||
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:36+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Pohja"
|
||||
msgstr "Perusta"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
|
|
@ -44,35 +38,26 @@ msgstr "Koodin käännös"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Osallistu"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näyttönimi"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Ryhmittely"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
msgstr "Tunnus"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Kieli"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimeksi muokattu"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -82,7 +67,7 @@ msgstr "Moduuli"
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Moduuli johon tämä termi kuuluu"
|
||||
msgstr "Moduuli, johon tämä termi kuuluu"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,12 +77,11 @@ msgstr "Ei käännetty"
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr "Ehdota muutosta Odoon viralliseen versioon"
|
||||
msgstr "Ehdota mukautusta Odoon viralliseen versioon"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Lataa uudelleen"
|
||||
|
||||
|
|
@ -134,11 +118,13 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Käännösten uudelleenlataaminen"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Käännös"
|
||||
msgstr "Käännöksen arvo"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Ryhmittele"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+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:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:20+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: French <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"fr/>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +38,18 @@ msgstr "Traduction de code"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribuer"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom d'affichage"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Regrouper par"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -63,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Langue"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +82,6 @@ msgstr "Proposez une modification dans la version officielle d'Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Recharger"
|
||||
|
||||
|
|
@ -129,7 +118,6 @@ msgstr "URL Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex : recharger les traductions de code"
|
||||
|
||||
|
|
@ -137,3 +125,6 @@ msgstr "Transifex : recharger les traductions de code"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Valeur de la traduction"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Regrouper par"
|
||||
|
|
|
|||
|
|
@ -1,138 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Qaidjohar Barbhaya, 2023\n"
|
||||
"Language-Team: Gujarati (https://app.transifex.com/odoo/teams/41243/gu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Base"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Code"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Group By"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Language"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
|
|
@ -1,28 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# דודי מלכה <Dudimalka6@gmail.com>, 2023
|
||||
# Ha Ketem <haketem@gmail.com>, 2023
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Yihya Hugirat <hugirat@gmail.com>, 2023
|
||||
# or balmas, 2025
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: or balmas, 2025\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hebrew <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -43,22 +39,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "לתרום"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "שם לתצוגה"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "קבץ לפי"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
|
|
@ -67,11 +59,6 @@ msgstr "מזהה"
|
|||
msgid "Language"
|
||||
msgstr "שפה"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "שינוי אחרון ב"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -96,7 +83,6 @@ msgstr "להציע שינוי לגרסא הרשמית של Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "טען מחדש"
|
||||
|
||||
|
|
@ -133,7 +119,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2024
|
||||
# Ujjawal Pathak, 2025
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Ujjawal Pathak, 2025\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/hi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +38,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "डिस्प्ले नाम"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "इन्होंने ग्रुप किया"
|
||||
msgstr "डिस्प्ले का नाम"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "आईडी"
|
||||
|
||||
|
|
@ -63,11 +58,6 @@ msgstr "आईडी"
|
|||
msgid "Language"
|
||||
msgstr "भाषा"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +82,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "रीलोड करें"
|
||||
|
||||
|
|
@ -129,7 +118,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Vladimir Olujić <olujic.vladimir@storm.hr>, 2023
|
||||
# Bole <bole@dajmi5.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Karolina Tonković <karolina.tonkovic@storm.hr>, 2023
|
||||
# Đurđica Žarković <durdica.zarkovic@storm.hr>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Đurđica Žarković <durdica.zarkovic@storm.hr>, 2023\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Croatian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -31,7 +28,7 @@ msgstr "Osnovica"
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Šifra"
|
||||
msgstr "Kod"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
|
|
@ -42,22 +39,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupiraj po"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -66,11 +59,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Jezik"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promjena"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -95,7 +83,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Ponovno učitaj"
|
||||
|
||||
|
|
@ -132,7 +119,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,29 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Krisztián Juhász <juhasz.krisztian@josafar.hu>, 2023
|
||||
# gezza <geza.nagy@oregional.hu>, 2023
|
||||
# Ákos Nagy <akos.nagy@oregional.hu>, 2023
|
||||
# krnkris, 2023
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||
# Kovács Tibor <kovika@gmail.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Kovács Tibor <kovika@gmail.com>, 2023\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-29 19:48+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Hungarian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -44,35 +38,26 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Közreműködés"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Megjelenített név"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Csoportosítás"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "Azonosító"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Nyelv"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Módosítva"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -97,7 +82,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Újratöltés"
|
||||
|
||||
|
|
@ -134,7 +118,6 @@ msgstr "Transifex webcím"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -142,3 +125,6 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Fordítási érték"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Csoportosítás"
|
||||
|
|
|
|||
|
|
@ -1,134 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Language-Team: Armenian (https://app.transifex.com/odoo/teams/41243/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hy\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# William Surya Permana <zarambie_game@yahoo.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:30+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Indonesian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -40,22 +38,18 @@ msgstr "Terjemahan Kode"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribute"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Dikelompokkan berdasarkan"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -64,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Bahasa"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Terakhir diubah pada"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -93,7 +82,6 @@ msgstr "Ajukan modifikasi di versi resmi Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Muat ulang"
|
||||
|
||||
|
|
@ -130,7 +118,6 @@ msgstr "URL Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Muat ulang terjemahan kode"
|
||||
|
||||
|
|
@ -138,3 +125,6 @@ msgstr "Transifex: Muat ulang terjemahan kode"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Nilai Terjemahan"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Dikelompokkan berdasarkan"
|
||||
|
|
|
|||
|
|
@ -1,139 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# jonasyngvi, 2024
|
||||
# Kristófer Arnþórsson, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Kristófer Arnþórsson, 2024\n"
|
||||
"Language-Team: Icelandic (https://app.transifex.com/odoo/teams/41243/is/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: is\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Grunnur"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Kóði"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Birtingarnafn"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Hópað eftir"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr "Auðkenni (ID)"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Marianna Ciofani, 2023
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+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:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:19+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/it/>\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -40,22 +38,18 @@ msgstr "Codifica una traduzione"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribuisci"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome visualizzato"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Raggruppa per"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -64,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Lingua"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -93,7 +82,6 @@ msgstr "Propone una modifica nella versione ufficiale di Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Ricarica"
|
||||
|
||||
|
|
@ -130,7 +118,6 @@ msgstr "URL di Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: ricarica traduzioni del codice"
|
||||
|
||||
|
|
@ -138,3 +125,6 @@ msgstr "Transifex: ricarica traduzioni del codice"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Valore traduzione"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Raggruppa per"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Andy Yiu, 2023
|
||||
# Noma Yuki, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Junko Augias, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Junko Augias, 2023\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 21:12+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Japanese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -41,22 +38,18 @@ msgstr "コード翻訳"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "貢献する"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "グループ化"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -65,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "言語"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最後更新日"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -94,7 +82,6 @@ msgstr "Odooの公式バージョンに修正を提案する"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "リロード"
|
||||
|
||||
|
|
@ -131,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex:コード翻訳を再ロード"
|
||||
|
||||
|
|
@ -139,3 +125,6 @@ msgstr "Transifex:コード翻訳を再ロード"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "翻訳"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "グループ化"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,21 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Odoo Translation Bot <c3p@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: kab\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -34,22 +36,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -58,11 +56,6 @@ msgstr ""
|
|||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -87,7 +80,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -124,7 +116,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1,140 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Chan Nath <channath@gmail.com>, 2023
|
||||
# Sengtha Chay <sengtha@gmail.com>, 2023
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2023\n"
|
||||
"Language-Team: Khmer (https://app.transifex.com/odoo/teams/41243/km/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: km\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "មូលដ្ឋាន"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "កូដ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ឈ្មោះសំរាប់បង្ហាញ"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "ជាក្រុមតាម"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr "អត្តសញ្ញាណ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "ភាសារ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "គំរូ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "ផ្ទុកឡើងវិញ"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr "ត្រេនស៊ីហ្វិក"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr "ត្រេនស៊ីហ្វិកURL"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "តម្លៃបកប្រែ"
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# JH CHOI <hwangtog@gmail.com>, 2023
|
||||
# Link Up링크업 <linkup.way@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Sarah Park, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+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:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 04:47+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Korean <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -41,22 +38,18 @@ msgstr "코드 번역"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "기여"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시명"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "그룹별"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -65,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "사용 언어"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "최근 수정일"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -94,7 +82,6 @@ msgstr "Odoo 공식 버전 수정 제안"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "새로 고침"
|
||||
|
||||
|
|
@ -131,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: 코드 번역 다시 불러오기"
|
||||
|
||||
|
|
@ -139,3 +125,6 @@ msgstr "Transifex: 코드 번역 다시 불러오기"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "번역된 값"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "그룹별"
|
||||
|
|
|
|||
|
|
@ -1,29 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:27+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Kurdish (Central) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/transifex/ckb/>\n"
|
||||
"Language: ku\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"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr ""
|
||||
msgstr "بناغە"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "کۆد"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
|
|
@ -34,35 +38,26 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -87,9 +82,8 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
msgstr "دووبارە بارکردنەوە"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -124,7 +118,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1,140 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2023
|
||||
# Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023\n"
|
||||
"Language-Team: Lao (https://app.transifex.com/odoo/teams/41243/lo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lo\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "ລະຫັດ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ຊື່ເຕັມ"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "ຈັດຂໍ້ມູນຕາມ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ເລກລຳດັບ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "ແກ້ໄຂລ້າສຸດເມື່ອ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
|
|
@ -1,27 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# digitouch UAB <digitouchagencyeur@gmail.com>, 2023
|
||||
# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2023
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
|
||||
# Silvija Butko <silvija.butko@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:28+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
|
||||
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
|
||||
"1 : 2);\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -42,22 +40,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Rodomas pavadinimas"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupuoti pagal"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -66,11 +60,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Kalba"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Paskutinį kartą keista"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -95,7 +84,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Perkrauti"
|
||||
|
||||
|
|
@ -132,7 +120,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,37 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2023
|
||||
# Anzelika Adejanova, 2023
|
||||
# ievaputnina <ievai.putninai@gmail.com>, 2023
|
||||
# Arnis Putniņš <arnis@allegro.lv>, 2023
|
||||
# Will Sensors, 2024
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Will Sensors, 2024\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Bāze"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Kods"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
|
|
@ -42,45 +35,36 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Lietotājvārds"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupēt pēc"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Valoda"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Pēdējoreiz mainīts"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "Module"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Module this term belongs to"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -95,9 +79,8 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Pārlādēt"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -132,11 +115,10 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Translation Value"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,138 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Niyas Raphy, 2023\n"
|
||||
"Language-Team: Malayalam (https://app.transifex.com/odoo/teams/41243/ml/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "കോഡ്"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr "കോഡ് വിവർത്തനം"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "സംഭാവന ചെയ്യുക"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ഡിസ്പ്ലേ നെയിം"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "ഗ്രൂപ്പ് ബൈ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ഐഡി"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "ഭാഷ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "അവസാനം അപ്ഡേറ്റ് ചെയ്ത സമയം"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "മൊഡ്യൂൾ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "ഈ പദം ഉൾപ്പെടുന്ന മൊഡ്യൂൾ"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr "വിവർത്തനം ചെയ്തിട്ടില്ല"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr "ഒഡൂവിന്റെ ഔദ്യോഗിക പതിപ്പിൽ ഒരു പരിഷ്ക്കരണം നിർദ്ദേശിക്കുക"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "റീലോഡ്"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr "സെർച്ച് കോഡ് വിവർത്തനങ്ങൾ"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr "ട്രാൻസിഫെക്സ് "
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr "ട്രാൻസിഫെക്സ് കോഡ് വിവർത്തനം"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr "ട്രാൻസിഫെക്സ് കോഡ് വിവർത്തനം"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr "ട്രാൻസിഫെക്സ് വിവർത്തനം"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
|
|
@ -1,27 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2023
|
||||
# Батмөнх Ганбат <batmunkh2522@gmail.com>, 2023
|
||||
# hish, 2023
|
||||
# nurbakhit nurka <nurbakhit@bumanit.mn>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:28+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Mongolian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -42,22 +38,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэрэнгүй нэр"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Бүлэглэлт"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -66,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Хэл"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Сүүлд зассан огноо"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -95,7 +82,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Дахин ачааллах"
|
||||
|
||||
|
|
@ -132,7 +118,6 @@ msgstr "Трансфикс URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,29 +1,33 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:28+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr ""
|
||||
msgstr "အခြေခံ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "ကုဒ်"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
|
|
@ -34,40 +38,31 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
msgstr "ပြသသော အမည်"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "နံပါတ်"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
msgstr "ဘာသာစကား"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
msgstr "မော်ဂျူး"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
|
|
@ -87,7 +82,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -124,7 +118,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1,26 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Marius Stedjan <marius@stedjan.com>, 2023
|
||||
# Jorunn D. Newth, 2023
|
||||
# Jan Pedro Tumusok <jpt@eyenetworks.no>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 18:47+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/nb_NO/>\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -41,22 +38,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnavn"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupper etter"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -65,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Språk"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist endret"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -94,7 +82,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Last inn på nytt"
|
||||
|
||||
|
|
@ -131,7 +118,6 @@ msgstr "Transifex-link"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -139,3 +125,6 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Oversatt verdi"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupper etter"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-14 08:07+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Dutch <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"nl/>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +38,18 @@ msgstr "Vertaling code"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Bijdrage leveren"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Groeperen op"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -63,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Taal"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst gewijzigd op"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +82,6 @@ msgstr "Stel een wijziging voor in de officiële versie van Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Herladen"
|
||||
|
||||
|
|
@ -129,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: herlaad vertalingen code"
|
||||
|
||||
|
|
@ -137,3 +125,6 @@ msgstr "Transifex: herlaad vertalingen code"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Vertalingswaarde"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Groeperen op"
|
||||
|
|
|
|||
|
|
@ -1,32 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Piotr Szlązak <szlazakpiotr@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Piotr Strębski <strebski@gmail.com>, 2023
|
||||
# Mariusz, 2023
|
||||
# Monika Motyczyńska <m.monia@op.pl>, 2023
|
||||
# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2023
|
||||
# Maja Stawicka <mjstwck@wp.pl>, 2023
|
||||
# Dariusz Żbikowski <darek@krokus.com.pl>, 2023
|
||||
# Jaroslaw Kaczmarski, 2023
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:21+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"pl/>\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -47,22 +39,18 @@ msgstr "Tłumaczenie kodu"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Wkład"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nazwa wyświetlana"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupuj wg"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -71,11 +59,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Język"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Data ostatniej modyfikacji"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -100,7 +83,6 @@ msgstr "Zaproponuj modyfikację w oficjalnej wersji Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Odśwież"
|
||||
|
||||
|
|
@ -137,7 +119,6 @@ msgstr "Strona Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: przeładuj tłumaczenia kodu"
|
||||
|
||||
|
|
@ -145,3 +126,6 @@ msgstr "Transifex: przeładuj tłumaczenia kodu"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Wartość tłumaczenia"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupuj wg"
|
||||
|
|
|
|||
|
|
@ -1,27 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2023
|
||||
# Nuno Silva <nuno.silva@arxi.pt>, 2023
|
||||
# Pedro Filipe <pedro2.10@hotmail.com>, 2023
|
||||
# Pedro Castro Silva <pedrocs@exo.pt>, 2023
|
||||
# Manuela Silva <mmsrs@sky.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Manuela Silva <mmsrs@sky.com>, 2023\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:26+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/pt/>\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -36,41 +32,32 @@ msgstr "Código"
|
|||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Tradução do código"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
msgstr "Contribuir"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "Id."
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificação em"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -80,29 +67,28 @@ msgstr "Módulo"
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Módulo ao qual este termo pertence"
|
||||
msgstr "Este termo pertence a"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
msgstr "Não traduzido"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
msgstr "Propor modificação na versão oficial do Odoo"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Recarregar"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Pesquisar traduções do código"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
|
|
@ -112,31 +98,33 @@ msgstr "Transifex"
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Tradução de código no Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Traduções de código no Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
msgstr "Tradução no Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr "URL da Transifex"
|
||||
msgstr "URL do Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
msgstr "Transifex: Recarregar traduções do código"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Tradução"
|
||||
msgstr "Texto traduzido"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Layna Nascimento, 2023
|
||||
# Maitê Dietze, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Maitê Dietze, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-17 17:22+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/transifex/pt_BR/>\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -40,22 +38,18 @@ msgstr "Tradução do código"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribuir"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome exibido"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -64,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Idioma"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificação em"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -78,7 +67,7 @@ msgstr "Módulo"
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Este termo pertence ao módulo"
|
||||
msgstr "Este termo pertence a"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -93,7 +82,6 @@ msgstr "Propor modificação na versão oficial do Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Recarregar"
|
||||
|
||||
|
|
@ -116,7 +104,7 @@ msgstr "Tradução de código no Transifex"
|
|||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr "Traduções do código no Transifex"
|
||||
msgstr "Traduções de código no Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
|
|
@ -130,7 +118,6 @@ msgstr "URL do Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Recarregar traduções do código"
|
||||
|
||||
|
|
@ -138,3 +125,6 @@ msgstr "Transifex: Recarregar traduções do código"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Texto traduzido"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Agrupar por"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2023
|
||||
# Cozmin Candea <office@terrabit.ro>, 2023
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
# Alin Ilie <alin.ilie@logit-solutions.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-12-09 14:08+0000\n"
|
||||
"Last-Translator: Alin Ilie <alin.ilie@logit-solutions.com>\n"
|
||||
"Language-Team: Romanian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/ro/>\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||
"20)) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.14.3\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -35,28 +34,24 @@ msgstr "Cod"
|
|||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Traducere cod"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
msgstr "Contribuie"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupează după"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -65,11 +60,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Limba"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modificare pe"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -84,7 +74,7 @@ msgstr "Modul căruia îi aparține acest termen"
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
msgstr "Netradus"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
|
|
@ -94,14 +84,13 @@ msgstr "Propuneți o modificare în versiunea oficială a Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Reîncarcă"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Căutare traduceri cod"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
|
|
@ -111,18 +100,18 @@ msgstr "Transifex"
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Traducere cod Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Traduceri cod Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
msgstr "Traducere Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
|
|
@ -131,9 +120,8 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
msgstr "Transifex: Reîncărcare traduceri cod"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
|
|
|
|||
|
|
@ -1,33 +1,28 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Irina Fedulova <istartlin@gmail.com>, 2023
|
||||
# Ivan Kropotkin <yelizariev@itpp.dev>, 2023
|
||||
# Sergey Vilizhanin, 2023
|
||||
# Vasiliy Korobatov <korobatov@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# ILMIR <karamov@it-projects.info>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: ILMIR <karamov@it-projects.info>, 2023\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2024-01-30 15:14+0400\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Базовый"
|
||||
msgstr "База"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
|
|
@ -43,35 +38,26 @@ msgstr "Перевод кода"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Содействовать"
|
||||
msgstr "Сделать вклад"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Отображаемое название"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Группировка"
|
||||
msgstr "Отображаемое имя"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "Идентификатор"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Язык"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последнее изменение"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -81,29 +67,28 @@ msgstr "Модуль"
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Модуль, к которому относится термин"
|
||||
msgstr "Модуль, к которому относится этот термин"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr "Не переведен"
|
||||
msgstr "Не переведено"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr "Предложить изменение в официальной версии Odoo"
|
||||
msgstr "Предложите изменение в официальной версии Odoo"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Перезагрузить"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr "Найти переводы кода"
|
||||
msgstr "Переводы поисковых кодов"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
|
|
@ -113,13 +98,13 @@ msgstr "Transifex"
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr "Перевод Transifex кода"
|
||||
msgstr "Перевод кодов Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr "Переводы Transifex кода"
|
||||
msgstr "Переводы кодов Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
|
|
@ -133,11 +118,13 @@ msgstr "URL-адрес Transifex"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: перезагрузить переводы кода"
|
||||
msgstr "Трансифекс: Перезагрузка переводов кодов"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Значение Перевода"
|
||||
msgstr "Значение перевода"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Группировать по"
|
||||
|
|
|
|||
|
|
@ -1,35 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# SAKodoo <sak@odoo.com>, 2023
|
||||
# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Základ"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Kód"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
|
|
@ -40,45 +35,36 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný názov"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Zoskupiť podľa"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Jazyk"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Posledná úprava"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "Modul"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Modul tento pojem patrí"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -93,9 +79,8 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Opäť načítať"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -105,7 +90,7 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr "Transifex"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
|
|
@ -126,15 +111,14 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr "Transifex URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Hodnota prekladu"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,27 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2023
|
||||
# matjaz k <matjaz@mentis.si>, 2023
|
||||
# Tadej Lupšina <tadej@hbs.si>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Katja Deržič, 2024
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Katja Deržič, 2024\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:29+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Slovenian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -42,22 +39,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Prispevajte"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazani naziv"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Združi po"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -66,11 +59,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Jezik"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnjič spremenjeno"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -95,7 +83,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Ponovno naloži"
|
||||
|
||||
|
|
@ -132,7 +119,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -140,3 +126,6 @@ msgstr ""
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Vrednost prevoda"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Združi po"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,20 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-12-30 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -34,22 +35,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -58,11 +55,6 @@ msgstr ""
|
|||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -87,7 +79,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -124,7 +115,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,141 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: コフスタジオ, 2024\n"
|
||||
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr "Osnova"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr "Code Translation"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Contribute"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupiši po"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr "Jezik"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Poslednja izmena dana"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "Modul"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Module this term belongs to"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr "Not Translated"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr "Propose a modification in the official version of Odoo"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Ponovo učitajte"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr "Search Code Translations"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex"
|
||||
msgstr "Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr "Transifex Code Translation"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr "Transifex Code Translations"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr "Transifex Translation"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Transifex URL"
|
||||
msgstr "Transifex URL"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Reload code translations"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Translation Value"
|
||||
|
|
@ -1,29 +1,34 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:28+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
|
||||
"odoo-19/transifex/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: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
msgid "Base"
|
||||
msgstr ""
|
||||
msgstr "Osnova"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "Kod"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
|
|
@ -34,40 +39,31 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
msgstr "Naziv za prikaz"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
msgstr "Jezik"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
msgstr "Modul"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
|
|
@ -87,7 +83,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -124,7 +119,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -1,30 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2023
|
||||
# Mikael Åkerberg <mikael.akerberg@mariaakerberg.com>, 2023
|
||||
# Kim Asplund <kim.asplund@gmail.com>, 2023
|
||||
# Simon S, 2023
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Kristoffer Grundström <lovaren@gmail.com>, 2024
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2024
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# Hanna Kharraziha <hakha@odoo.com>, 2026.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>, 2024\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-03-06 17:50+0000\n"
|
||||
"Last-Translator: Hanna Kharraziha <hakha@odoo.com>\n"
|
||||
"Language-Team: Swedish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,28 +33,24 @@ msgstr "Kod"
|
|||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr "Översättning av kod"
|
||||
msgstr "Kodöversättning"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Bidra"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visningsnamn"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Gruppera efter"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -69,11 +59,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Språk"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Senast redigerad den"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -98,14 +83,13 @@ msgstr "Föreslå en ändring i den officiella versionen av Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Ladda om"
|
||||
msgstr "Uppdatera"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr "Översättningar av sökkoder"
|
||||
msgstr "Sök kodöversättningar"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
|
|
@ -135,11 +119,13 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Översättning av kod för omladdning"
|
||||
msgstr "Transifex: Ladda om kodöversättningar"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Översättning"
|
||||
msgstr "Översättningsvärde"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Gruppera efter"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Wichanon Jamwutthipreecha, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Rasareeyar Lappiam, 2024
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2024\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 21:29+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Thai <https://translate.odoo.com/projects/odoo-19/transifex/"
|
||||
"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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -40,22 +38,18 @@ msgstr "การแปลรหัส"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "มีส่วนช่วย"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "แสดงชื่อ"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "กลุ่มโดย"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ไอดี"
|
||||
|
||||
|
|
@ -64,11 +58,6 @@ msgstr "ไอดี"
|
|||
msgid "Language"
|
||||
msgstr "ภาษา"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "แก้ไขครั้งล่าสุดเมื่อ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -88,12 +77,11 @@ msgstr "ไม่ได้แปล"
|
|||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr "เสนอการแก้ไขใน Odoo เวอร์ชันอย่างเป็นทางการ"
|
||||
msgstr "เสนอการแก้ไขใน Odoo เวอร์ชัน Official"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "โหลดใหม่"
|
||||
|
||||
|
|
@ -130,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: โหลดการแปลรหัสอีกครั้ง"
|
||||
|
||||
|
|
@ -138,3 +125,6 @@ msgstr "Transifex: โหลดการแปลรหัสอีกครั
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "ค่าการแปล"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "กลุ่มโดย"
|
||||
|
|
|
|||
|
|
@ -1,29 +1,25 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# abc Def <hdogan1974@gmail.com>, 2023
|
||||
# Levent Karakaş <levent@mektup.at>, 2023
|
||||
# İmat Yahya Çataklı <yahyacatakli@gmail.com>, 2023
|
||||
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2023
|
||||
# Ediz Duman <neps1192@gmail.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
# DeepL <noreply-mt-deepl@weblate.org>, 2025.
|
||||
# Odoo Turkish Import <dyki+tr@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Ediz Duman <neps1192@gmail.com>, 2023\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-21 14:46+0000\n"
|
||||
"Last-Translator: Odoo Turkish Import <dyki+tr@odoo.com>\n"
|
||||
"Language-Team: Turkish <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/tr/>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 5.12.2\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -38,28 +34,24 @@ msgstr "Kod"
|
|||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Kod Çevirisi"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Katkıda bulun"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Görünüm Adı"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupla"
|
||||
msgstr "İsim Göster"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -68,11 +60,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Dil"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Son Düzenleme"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -87,7 +74,7 @@ msgstr "Bu terimin ait olduğu modül"
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
msgstr "Tercüme Edilmedi"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
|
|
@ -97,14 +84,13 @@ msgstr "Odoo'nun resmi sürümünde bir değişiklik önerin"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Yeninden Yükle"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Arama Kodu Çevirileri"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
|
|
@ -114,18 +100,18 @@ msgstr "Transifex"
|
|||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Transifex Kod Çevirisi"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Transifex Kod Çevirileri"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
msgstr "Transifex Çevirisi"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
|
|
@ -134,11 +120,13 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
msgstr "Transifex: Kod çevirilerini yeniden yükle"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Çeviri Değeri"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Grupla"
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-01-23 14:34+0000\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2026-01-25 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -34,22 +34,18 @@ msgstr ""
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -58,11 +54,6 @@ msgstr ""
|
|||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -87,7 +78,6 @@ msgstr ""
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -124,7 +114,6 @@ msgstr ""
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023\n"
|
||||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-11-10 13:28+0000\n"
|
||||
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
|
||||
"Language-Team: Ukrainian <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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=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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +39,18 @@ msgstr "Переклад коду"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Співпрацювати"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Групувати за"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -63,11 +59,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Мова"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Остання модифікація"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +83,6 @@ msgstr "Запропонувати зміни в офіційній версії
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Перезавантажити"
|
||||
|
||||
|
|
@ -129,7 +119,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Перезавантажити переклади коду"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,138 +1,152 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2023
|
||||
#
|
||||
#
|
||||
#
|
||||
# Translated by:
|
||||
# Deepvision - info@deepvision.uz | +998 77-093-0007
|
||||
# Amon Olimov - amon.bars@gmail.com
|
||||
# Jonibek Yorqulov - j.yorqulov@deepvision.uz
|
||||
# Mirzohidkhon Ulugkhujaev ulugkhujayevmirzohidxon@gmail.com
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Mehjabin Farsana, 2023\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-10-08 18:39+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uz\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
#, fuzzy
|
||||
msgid "Base"
|
||||
msgstr "Pangkalan"
|
||||
msgstr "Asos"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__source
|
||||
#, fuzzy
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_code_translation
|
||||
#, fuzzy
|
||||
msgid "Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Kodni tarjima qilish"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Contribute"
|
||||
msgstr ""
|
||||
msgstr "Hissa qo‘shish"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
#, fuzzy
|
||||
msgid "Display Name"
|
||||
msgstr "Nama paparan"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Kumpulan Oleh"
|
||||
msgstr "Ko‘rsatiladigan nom"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
#, fuzzy
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__lang
|
||||
#, fuzzy
|
||||
msgid "Language"
|
||||
msgstr "Bahasa"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Terakhir Diubah suai pada"
|
||||
msgstr "Til"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
#, fuzzy
|
||||
msgid "Module"
|
||||
msgstr ""
|
||||
msgstr "Modul"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
#, fuzzy
|
||||
msgid "Module this term belongs to"
|
||||
msgstr ""
|
||||
msgstr "Ushbu atama tegishli bo‘lgan modul"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
#, fuzzy
|
||||
msgid "Not Translated"
|
||||
msgstr ""
|
||||
msgstr "Tarjima qilinmagan"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__transifex_url
|
||||
#, fuzzy
|
||||
msgid "Propose a modification in the official version of Odoo"
|
||||
msgstr ""
|
||||
msgstr "Odoo rasmiy versiyasiga o‘zgartirish taklif etish"
|
||||
|
||||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
#, fuzzy
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
msgstr "Qayta yuklash"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
#, fuzzy
|
||||
msgid "Search Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Kod tarjimalarini qidirish"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, fuzzy
|
||||
msgid "Transifex"
|
||||
msgstr ""
|
||||
msgstr "Transifex"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, fuzzy
|
||||
msgid "Transifex Code Translation"
|
||||
msgstr ""
|
||||
msgstr "Transifex kodi tarjimasi"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.action_code_translations
|
||||
#: model:ir.ui.menu,name:transifex.menu_transifex_code_translations
|
||||
#, fuzzy
|
||||
msgid "Transifex Code Translations"
|
||||
msgstr ""
|
||||
msgstr "Transifex kodi tarjimalari"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model,name:transifex.model_transifex_translation
|
||||
#, fuzzy
|
||||
msgid "Transifex Translation"
|
||||
msgstr ""
|
||||
msgstr "Transifex tarjimasi"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__transifex_url
|
||||
#, fuzzy
|
||||
msgid "Transifex URL"
|
||||
msgstr ""
|
||||
msgstr "Transifex URL manzili"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
#, fuzzy
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr ""
|
||||
msgstr "Transifex: kod tarjimalarini qayta yuklash"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
#, fuzzy
|
||||
msgid "Translation Value"
|
||||
msgstr ""
|
||||
msgstr "Tarjima qiymati"
|
||||
|
|
@ -1,24 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Thi Huong Nguyen, 2024
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2024\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 02:30+0000\n"
|
||||
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
|
||||
"Language-Team: Vietnamese <https://translate.odoo.com/projects/odoo-19/"
|
||||
"transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -39,22 +38,18 @@ msgstr "Bản dịch mã"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "Đóng góp"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên Hiển thị"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Nhóm theo"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -63,21 +58,16 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "Ngôn ngữ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Chỉnh sửa lần cuối vào"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Module"
|
||||
msgstr "Module"
|
||||
msgstr "Phân hệ"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,help:transifex.field_transifex_code_translation__module
|
||||
msgid "Module this term belongs to"
|
||||
msgstr "Module this term belongs to"
|
||||
msgstr "Phân hệ this term belongs to"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +82,6 @@ msgstr "Đề xuất sửa đổi trong phiên bản chính thức của Odoo"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "Tải lại"
|
||||
|
||||
|
|
@ -129,7 +118,6 @@ msgstr "Transifex URL"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: Tải lại bản dịch mã"
|
||||
|
||||
|
|
@ -137,3 +125,6 @@ msgstr "Transifex: Tải lại bản dịch mã"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "Giá trị dịch"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "Nhóm theo"
|
||||
|
|
|
|||
|
|
@ -1,25 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
# Translators:
|
||||
# Emily Jia <eji@odoo.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Raymond Yu <cl_yu@hotmail.com>, 2023
|
||||
#
|
||||
# * transifex
|
||||
#
|
||||
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 17.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Raymond Yu <cl_yu@hotmail.com>, 2023\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-09-16 15:36+0000\n"
|
||||
"Last-Translator: \"Tiffany Chang (tic)\" <tic@odoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified Han script) <https://translate.odoo.com/"
|
||||
"projects/odoo-19/transifex/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: transifex
|
||||
#: model:ir.model,name:transifex.model_base
|
||||
|
|
@ -40,22 +38,18 @@ msgstr "代码翻译"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "贡献"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "显示名称"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "分组方式"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
|
|
@ -64,11 +58,6 @@ msgstr "ID"
|
|||
msgid "Language"
|
||||
msgstr "语言"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最后修改日期"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -93,7 +82,6 @@ msgstr "在Odoo的官方版本中提出修改建议"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "重新载入"
|
||||
|
||||
|
|
@ -130,7 +118,6 @@ msgstr "Transifex 网址"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex: 重新加载代码翻译"
|
||||
|
||||
|
|
@ -138,3 +125,6 @@ msgstr "Transifex: 重新加载代码翻译"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "翻译值"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "分组方式"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * transifex
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Tony Ng, 2024
|
||||
#
|
||||
# Wil Odoo, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Project-Id-Version: Odoo Server saas~18.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-23 14:34+0000\n"
|
||||
"PO-Revision-Date: 2023-04-14 06:18+0000\n"
|
||||
"Last-Translator: Tony Ng, 2024\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
|
||||
"PO-Revision-Date: 2025-05-06 12:04+0000\n"
|
||||
"Last-Translator: Wil Odoo, 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: transifex
|
||||
|
|
@ -39,22 +39,18 @@ msgstr "程式碼翻譯"
|
|||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/fields/translation_dialog.xml:0
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_tree_view
|
||||
#, python-format
|
||||
msgid "Contribute"
|
||||
msgstr "提供貢獻"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__display_name
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: transifex
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
msgid "Group By"
|
||||
msgstr "分組依據"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__id
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_translation__id
|
||||
msgid "ID"
|
||||
msgstr "識別號"
|
||||
|
||||
|
|
@ -63,11 +59,6 @@ msgstr "識別號"
|
|||
msgid "Language"
|
||||
msgstr "語言"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最後修改"
|
||||
|
||||
#. module: transifex
|
||||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__module
|
||||
#: model_terms:ir.ui.view,arch_db:transifex.transifex_code_translation_view_search
|
||||
|
|
@ -92,7 +83,6 @@ msgstr "建議在Odoo正式版修改"
|
|||
#. module: transifex
|
||||
#. odoo-javascript
|
||||
#: code:addons/transifex/static/src/views/reload_code_translations_views.xml:0
|
||||
#, python-format
|
||||
msgid "Reload"
|
||||
msgstr "重新載入"
|
||||
|
||||
|
|
@ -129,7 +119,6 @@ msgstr "Transifex 網址"
|
|||
|
||||
#. module: transifex
|
||||
#: model:ir.actions.server,name:transifex.transifex_code_translation_reload_ir_actions_server
|
||||
#: model:ir.cron,cron_name:transifex.transifex_code_translation_reload
|
||||
msgid "Transifex: Reload code translations"
|
||||
msgstr "Transifex:重新載入程式碼翻譯"
|
||||
|
||||
|
|
@ -137,3 +126,6 @@ msgstr "Transifex:重新載入程式碼翻譯"
|
|||
#: model:ir.model.fields,field_description:transifex.field_transifex_code_translation__value
|
||||
msgid "Translation Value"
|
||||
msgstr "翻譯值"
|
||||
|
||||
#~ msgid "Group By"
|
||||
#~ msgstr "分組依據"
|
||||
|
|
|
|||
|
|
@ -3,18 +3,35 @@
|
|||
|
||||
from odoo import models
|
||||
|
||||
class BaseModel(models.AbstractModel):
|
||||
|
||||
class Base(models.AbstractModel):
|
||||
_inherit = 'base'
|
||||
|
||||
def get_field_translations(self, field_name, langs=None):
|
||||
""" get model/model_term translations for records with transifex url
|
||||
"""
|
||||
Get model/model_term translations for records with transifex url
|
||||
|
||||
:param str field_name: field name
|
||||
:param list langs: languages
|
||||
|
||||
:return: (translations, context) where
|
||||
translations: list of dicts like [{"lang": lang, "source": source_term, "value": value_term,
|
||||
"module": module, "transifexURL": transifex_url}]
|
||||
context: {"translation_type": "text"/"char", "translation_show_source": True/False}
|
||||
:return: a 2-items tuple ``(translations, context)`` where
|
||||
|
||||
translations:
|
||||
list of dicts like::
|
||||
|
||||
[{
|
||||
"lang": lang,
|
||||
"source": source_term,
|
||||
"value": value_term,
|
||||
"module": module,
|
||||
"transifexURL": transifex_url
|
||||
}]
|
||||
|
||||
context:
|
||||
dict like::
|
||||
|
||||
{"translation_type": "text"/"char",
|
||||
"translation_show_source": True/False}
|
||||
"""
|
||||
translations, context = super().get_field_translations(field_name, langs=langs)
|
||||
external_id = self.get_external_id().get(self.id)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ from odoo.tools.translate import CodeTranslations
|
|||
|
||||
|
||||
class TransifexCodeTranslation(models.Model):
|
||||
_name = "transifex.code.translation"
|
||||
_name = 'transifex.code.translation'
|
||||
_description = "Code Translation"
|
||||
_log_access = False
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ from odoo import models, tools
|
|||
|
||||
|
||||
class TransifexTranslation(models.AbstractModel):
|
||||
_name = "transifex.translation"
|
||||
_name = 'transifex.translation'
|
||||
_description = "Transifex Translation"
|
||||
|
||||
@tools.ormcache()
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 914 B |
|
|
@ -1 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="70" height="70"><defs><path id="a" d="M4 0h61c4 0 5 1 5 5v60c0 4-1 5-5 5H4c-3 0-4-1-4-5V5c0-4 1-5 4-5z"/><linearGradient id="c" x1="100%" x2="0%" y1="0%" y2="98.616%"><stop offset="0%" stop-color="#797C79"/><stop offset="100%" stop-color="#545554"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><g mask="url(#b)"><path fill="url(#c)" d="M0 0H70V70H0z"/><path fill="#FFF" fill-opacity=".383" d="M4 1h61c2.667 0 4.333.667 5 2V0H0v3c.667-1.333 2-2 4-2z"/><path fill="#393939" d="M4 69c-2 0-4-1-4-4V36.095L18.936 13l5.025 8H30.5L41 28l7.5-7-5.564 10.127L55.577 49 36 69H4z" opacity=".324"/><path fill="#000" fill-opacity=".383" d="M4 69h61c2.667 0 4.333-1 5-3v4H0v-4c.667 2 2 3 4 3z"/><path fill="#000" fill-rule="nonzero" d="M19.077 15h5.5v8h4v5h-4v18h4v5H23.54c-3.026 0-4.513-1.667-4.462-5V28h-4.452v-5h4.452v-8zm11.5 36l9-14-9.5-14h7l5.5 9 6-9h7l-9.5 14 9.5 14h-7l-5.5-8.445-5.5 8.445h-7zm-15.54 2.642H14V53h2.833v.642h-1.037v2.832h-.76v-2.832zM17 53h1.07l.809 2.389h.01L19.652 53h1.07v3.474h-.711v-2.462h-.01l-.847 2.462h-.586l-.848-2.438h-.01v2.438H17V53z" opacity=".3"/><path fill="#FFF" fill-rule="nonzero" d="M19.077 13h5.5v8h4v5h-4v18h4v5H23.54c-3.026 0-4.513-1.667-4.462-5V26h-4.452v-5h4.452v-8zm11.5 36l9-14-9.5-14h7l5.5 9 6-9h7l-9.5 14 9.5 14h-7l-5.5-8.445-5.5 8.445h-7zm-15.54 2.642H14V51h2.833v.642h-1.037v2.832h-.76v-2.832zM17 51h1.07l.809 2.389h.01L19.652 51h1.07v3.474h-.711v-2.462h-.01l-.847 2.462h-.586l-.848-2.438h-.01v2.438H17V51z"/></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="M3.484 23.012H2.81a.19.19 0 0 1-.195-.187v-1.733a.192.192 0 0 0-.195-.187H1.367a.192.192 0 0 0-.196.187v1.733a.19.19 0 0 1-.195.187h-.78a.191.191 0 0 0-.196.186v.827c0 .103.088.187.195.187h.78a.19.19 0 0 1 .196.186v3.816c0 1.103.744 1.703 1.75 1.703h.563a.192.192 0 0 0 .195-.188v-.923a.178.178 0 0 0-.178-.173H3.14c-.365 0-.525-.293-.525-.67v-3.565a.19.19 0 0 1 .195-.186h.674a.191.191 0 0 0 .195-.187v-.827a.191.191 0 0 0-.195-.186Zm46.479 6.58-2.17-3.089a.2.2 0 0 1 0-.232l2.069-2.95c.097-.137-.007-.323-.181-.323H48.49a.22.22 0 0 0-.186.098l-1.209 1.874a.223.223 0 0 1-.37 0l-1.209-1.873a.218.218 0 0 0-.185-.1H44.14c-.174 0-.278.187-.18.325l2.067 2.95a.2.2 0 0 1 0 .231l-2.17 3.089c-.096.139.007.325.181.325h1.193a.222.222 0 0 0 .184-.096l1.312-1.96a.223.223 0 0 1 .367 0l1.312 1.96a.22.22 0 0 0 .183.095h1.193c.174 0 .278-.185.18-.324Zm-8.236-3.735h-2.633c-.127 0-.233-.106-.217-.226.12-.928.73-1.42 1.541-1.42.811 0 1.41.492 1.527 1.42.016.12-.09.226-.218.226Zm-1.309-2.93c-1.4 0-3.003.866-3.003 3.558 0 2.832 1.735 3.515 3.222 3.515.865 0 1.668-.252 2.338-.834a.204.204 0 0 0 .013-.294l-.632-.67a.224.224 0 0 0-.304-.014c-.426.343-.94.529-1.444.529-.627 0-1.195-.251-1.502-.74a1.699 1.699 0 0 1-.24-.804.214.214 0 0 1 .216-.228h4.108c.12 0 .217-.093.217-.207v-.77c0-1.896-1.385-3.04-2.989-3.04Zm-3.72-2.719h-.72c-1.123 0-1.968.586-1.968 1.869v.73a.208.208 0 0 1-.213.205h-.746a.208.208 0 0 0-.213.203v.793a.21.21 0 0 0 .213.204h.745c.118 0 .214.09.214.203v5.297a.21.21 0 0 0 .212.204h1.017a.209.209 0 0 0 .214-.204v-5.297c0-.112.095-.203.213-.203h1.032a.209.209 0 0 0 .213-.204v-.793a.208.208 0 0 0-.213-.203h-1.032a.209.209 0 0 1-.213-.204v-.591c0-.433.16-.726.641-.726h.604a.208.208 0 0 0 .213-.204v-.875a.208.208 0 0 0-.213-.204ZM31.304 20h-.019c-.514 0-.931.4-.931.892s.417.89.931.89h.019c.515 0 .932-.398.932-.89 0-.493-.417-.892-.932-.892Zm.432 3.012h-.882c-.155 0-.28.12-.28.268v6.368c0 .148.125.268.28.268h.882c.154 0 .28-.12.28-.268V23.28a.275.275 0 0 0-.28-.268Zm-3.968 2.915c-.277-.07-.568-.098-.904-.14-.306-.041-.612-.041-.947-.055-.744-.042-.977-.349-.977-.67 0-.488.32-.85 1.268-.85.712 0 1.24.197 1.758.515a.25.25 0 0 0 .331-.059l.519-.707a.223.223 0 0 0-.05-.317c-.661-.46-1.44-.716-2.557-.716-1.517 0-2.712.711-2.712 2.12 0 1.06.714 1.702 1.763 1.91.525.099 1.065.029 1.59.113.51.083.933.223.933.739 0 .6-.613.907-1.444.907-.893 0-1.538-.238-2.116-.724a.251.251 0 0 0-.35.02l-.573.665a.228.228 0 0 0 .032.329 4.596 4.596 0 0 0 2.89.993c1.692 0 3.004-.795 3.004-2.12 0-1.228-.627-1.73-1.458-1.953Zm-7.795-3c-.801 0-1.435.259-1.895.81-.02.024-.043.03-.043 0v-.489a.256.256 0 0 0-.262-.25h-.92a.256.256 0 0 0-.262.25v6.418c0 .138.117.25.262.25h.92a.256.256 0 0 0 .262-.25V25.8c0-.962.627-1.506 1.458-1.506.83 0 1.458.544 1.458 1.506v3.865c0 .138.117.25.26.25h.92a.256.256 0 0 0 .263-.25v-4.353c0-1.563-1.298-2.385-2.42-2.385Zm-5.92 4.562c0 .405-.088.698-.278.879-.233.237-.7.349-1.385.349-.991 0-1.4-.405-1.4-.893 0-.516.409-.851 1.284-.851h1.779v.516Zm.597-4.073c-.524-.348-1.268-.488-2.186-.488-.935 0-1.655.238-2.173.715a.219.219 0 0 0 .006.32l.618.582a.244.244 0 0 0 .327.002c.263-.231.67-.335 1.294-.335 1.05 0 1.517.223 1.517.892v.753h-2.057c-1.559 0-2.347.92-2.347 2.037 0 .711.322 1.31.92 1.687.422.265.976.419 1.632.419.99 0 1.592-.362 1.793-.698.027-.044.059-.026.059 0v.387c0 .126.105.227.237.227h.954a.232.232 0 0 0 .237-.227v-4.515c0-.837-.306-1.381-.83-1.758Zm-5.124-.17a2.341 2.341 0 0 0-1.204-.318c-.802 0-1.429.265-1.895.809h-.044v-.54c0-.11-.093-.2-.21-.2H5.15c-.116 0-.21.09-.21.2v6.52c0 .11.094.2.21.2h1.025c.116 0 .21-.09.21-.2V25.76c0-1.047.713-1.465 1.428-1.465.328 0 .544.048.801.218.093.06.22.036.285-.052l.685-.931a.195.195 0 0 0-.057-.285Z" fill="#223657"/><path d="M43.105 4h.972V.818h1.108V0H42v.818h1.105V4Zm2.775 0h.858V1.453h.053L47.663 4h.555l.871-2.547h.056V4H50V0h-1.108l-.924 2.714h-.05L46.99 0h-1.11v4Z" fill="#D1D5DB"/></svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
|
|
@ -1,5 +1,3 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import { registry } from "@web/core/registry";
|
||||
import { ListController } from "@web/views/list/list_controller";
|
||||
import { listView } from "@web/views/list/list_view";
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<templates>
|
||||
<t t-name="transifex.CodeTranslationListView.Buttons" t-inherit="web.ListView.Buttons" t-inherit-mode="primary" owl="1">
|
||||
<!-- Before the export button -->
|
||||
<xpath expr="//t[contains(@t-if, 'isExportEnable')]" position="before">
|
||||
<t t-name="transifex.CodeTranslationListView.Buttons" t-inherit="web.ListView.Buttons" t-inherit-mode="primary">
|
||||
<xpath expr="." position="inside">
|
||||
<button type="button" class="btn btn-primary" t-on-click="onClickReloadCodeTranslations">Reload</button>
|
||||
</xpath>
|
||||
</t>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="transifex_code_translation_tree_view" model="ir.ui.view">
|
||||
<field name="name">transifex.code.translation.tree</field>
|
||||
<field name="name">transifex.code.translation.list</field>
|
||||
<field name="model">transifex.code.translation</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Transifex Code Translation" js_class="transifex_code_translation_tree">
|
||||
<list string="Transifex Code Translation" js_class="transifex_code_translation_tree">
|
||||
<field name="source"/>
|
||||
<field name="value"/>
|
||||
<field name="module"/>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
widget="url"
|
||||
text="Contribute"
|
||||
string="Transifex" />
|
||||
</tree>
|
||||
</list>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
<field name="value"/>
|
||||
<separator/>
|
||||
<filter string="Not Translated" name="not_translated" domain="[('value', '=', '')]"/>
|
||||
<group string="Group By">
|
||||
<group>
|
||||
<filter string="Module" name="group_by_module" context="{'group_by': 'module'}"/>
|
||||
</group>
|
||||
</search>
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
<record id="action_code_translations" model="ir.actions.server">
|
||||
<field name="name">Transifex Code Translations</field>
|
||||
<field name="model_id" ref="transifex.model_transifex_code_translation"/>
|
||||
<field name="groups_id" eval="[(4, ref('base.group_system'))]"/>
|
||||
<field name="group_ids" eval="[(4, ref('base.group_system'))]"/>
|
||||
<field name="state">code</field>
|
||||
<field name="code">action = model._open_code_translations()</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue