From d3b049e176c6d26d35d2268d06e15c603374d104 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 2 Dec 2017 14:28:21 +0100 Subject: [PATCH] OCA Transbot updated translations from Transifex --- packaging_uom/i18n/de.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/es.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/fi.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/fr.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/hr_HR.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/it.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/nl.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/pt.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/pt_BR.po | 51 +++++++++++++++++++++++++++++++++++++ packaging_uom/i18n/sl.po | 51 +++++++++++++++++++++++++++++++++++++ 10 files changed, 510 insertions(+) create mode 100644 packaging_uom/i18n/de.po create mode 100644 packaging_uom/i18n/es.po create mode 100644 packaging_uom/i18n/fi.po create mode 100644 packaging_uom/i18n/fr.po create mode 100644 packaging_uom/i18n/hr_HR.po create mode 100644 packaging_uom/i18n/it.po create mode 100644 packaging_uom/i18n/nl.po create mode 100644 packaging_uom/i18n/pt.po create mode 100644 packaging_uom/i18n/pt_BR.po create mode 100644 packaging_uom/i18n/sl.po diff --git a/packaging_uom/i18n/de.po b/packaging_uom/i18n/de.po new file mode 100644 index 000000000..6cdd8ea05 --- /dev/null +++ b/packaging_uom/i18n/de.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Maßeinheit" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/es.po b/packaging_uom/i18n/es.po new file mode 100644 index 000000000..796ff539b --- /dev/null +++ b/packaging_uom/i18n/es.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unidad de medida" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/fi.po b/packaging_uom/i18n/fi.po new file mode 100644 index 000000000..08516d6a8 --- /dev/null +++ b/packaging_uom/i18n/fi.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Mittayksikkö" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/fr.po b/packaging_uom/i18n/fr.po new file mode 100644 index 000000000..dbe4b76e7 --- /dev/null +++ b/packaging_uom/i18n/fr.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/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=2; plural=(n > 1);\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unité de mesure" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/hr_HR.po b/packaging_uom/i18n/hr_HR.po new file mode 100644 index 000000000..632dc3ffe --- /dev/null +++ b/packaging_uom/i18n/hr_HR.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Jedinica mjere" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/it.po b/packaging_uom/i18n/it.po new file mode 100644 index 000000000..46bf774fc --- /dev/null +++ b/packaging_uom/i18n/it.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unità di misura" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/nl.po b/packaging_uom/i18n/nl.po new file mode 100644 index 000000000..a4afd0e2b --- /dev/null +++ b/packaging_uom/i18n/nl.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Maateenheid" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/pt.po b/packaging_uom/i18n/pt.po new file mode 100644 index 000000000..d329a3454 --- /dev/null +++ b/packaging_uom/i18n/pt.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unidade de Medida" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/pt_BR.po b/packaging_uom/i18n/pt_BR.po new file mode 100644 index 000000000..cfb1c4fd6 --- /dev/null +++ b/packaging_uom/i18n/pt_BR.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/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=2; plural=(n > 1);\n" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Unidade de Medida" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr "" diff --git a/packaging_uom/i18n/sl.po b/packaging_uom/i18n/sl.po new file mode 100644 index 000000000..f532446df --- /dev/null +++ b/packaging_uom/i18n/sl.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * packaging_uom +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-30 03:52+0000\n" +"PO-Revision-Date: 2017-11-30 03:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/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" + +#. module: packaging_uom +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Configurations" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,help:packaging_uom.field_product_packaging_uom_id +msgid "It must be in the same category than the default unit of measure." +msgstr "" + +#. module: packaging_uom +#: model:ir.model,name:packaging_uom.model_product_packaging +#: model:ir.ui.view,arch_db:packaging_uom.product_template_view_form_inherit_packaging_uom +msgid "Packaging" +msgstr "" + +#. module: packaging_uom +#: code:addons/packaging_uom/models/product_packaging.py:83 +#, python-format +msgid "The field Unit of Measure is required" +msgstr "" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_id +msgid "Unit of Measure" +msgstr "Enota mere" + +#. module: packaging_uom +#: model:ir.model.fields,field_description:packaging_uom.field_product_packaging_uom_categ_domain_id +msgid "Uom categ domain id" +msgstr ""