mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 17:31:59 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
4
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/__init__.py
Normal file
4
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import models
|
||||
26
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/__manifest__.py
Normal file
26
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/__manifest__.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
|
||||
{
|
||||
'name': 'Sales and MRP Management',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
This module provides facility to the user to install mrp and sales modulesat a time.
|
||||
====================================================================================
|
||||
|
||||
It is basically used when we want to keep track of production orders generated
|
||||
from sales order. It adds sales name and sales Reference on production order.
|
||||
""",
|
||||
'depends': ['mrp', 'sale_stock'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/mrp_production_views.xml',
|
||||
'views/sale_order_views.xml',
|
||||
'views/sale_portal_templates.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Binary file not shown.
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/af.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/af.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Afrikaans (https://app.transifex.com/odoo/teams/41243/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/am.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/am.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Amharic (https://app.transifex.com/odoo/teams/41243/am/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ar.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ar.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Malaz Abuidris <msea@odoo.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Malaz Abuidris <msea@odoo.com>, 2023\n"
|
||||
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>تم التصنيع</b> "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>تم التأكيد</b> "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>قيد التنفيذ</b> "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>تم الإلغاء</b> "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">التصنيع</span> "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">البيع</span> "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>أوامر التصنيع</strong> "
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"طالما توجد بنود أمر بيع يجب توصيلها/فوترتها وهي ذات صلة بقوائم المواد هذه، لا يمكنك إزالتها. \n"
|
||||
"الخطأ متعلق بهذه المنتجات: %s "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "قائمة المواد"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "عدد أوامر التصنيع المنشأة "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "عدد أوامر البيع المصدرية "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "التاريخ:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "عنصر اليومية"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "أوامر التصنيع المنشأة بواسطة %s "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "أوامر التصنيع المتعلقة بأمر البيع هذا. "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "تحركات المنتج (بنود حركة المخزون)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "أمر الانتاج"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "أمر البيع"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "بند أمر المبيعات"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "بند أمر البيع المصدري لـ %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "حركة المخزون"
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/az.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/az.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Jumshud Sultanov <cumshud@gmail.com>, 2022
|
||||
# erpgo translator <jumshud@erpgo.az>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: erpgo translator <jumshud@erpgo.az>, 2023\n"
|
||||
"Language-Team: Azerbaijani (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Məhsul Resepti"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Tarix:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Jurnal Sətirləri"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Məhsul Hərəkətləri (Ehtiyat Keçid Xətti)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "İstehsal Sifarişi"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Satış Sifarişi"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Satış Sifarişi Sətri"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Stokun Hərəkəti"
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/be.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/be.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/bg.po
Normal file
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/bg.po
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# KeyVillage, 2023
|
||||
# aleksandar ivanov, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Igor Sheludko <igor.sheludko@gmail.com>, 2023
|
||||
# Maria Boyadjieva <marabo2000@gmail.com>, 2023
|
||||
# Elena Varbanova, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Elena Varbanova, 2024\n"
|
||||
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Продажба</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Фактура за покупка на материали"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Дата:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Счетоводна Операция"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Производствена поръчка"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Поръчка"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ред на поръчка за продажби"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Движение в склада"
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/bs.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/bs.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2023-05-23 08:23+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Proizvedeno</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Potvrđeno</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>U toku</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Otkazano</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Proizvodnja</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Prodaja</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Proizvodni nalozi</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Sastavnica"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Broj generiranih PN"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Broj izvornih prodajnih naloga"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Stavka dnevnika"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Proizvodni nalozi generirani od %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Proizvodni nalozi povezani s ovim prodajnim nalogom."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Skladišna kretanja proizvoda(stavke)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Proizvodni nalog"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodajni nalog"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Stavka prodajne narudžbe"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Izvorni prodajni nalozi od %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Skladišni prijenos"
|
||||
142
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ca.po
Normal file
142
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ca.po
Normal file
|
|
@ -0,0 +1,142 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# jabelchi, 2022
|
||||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2022
|
||||
# Arnau Ros, 2022
|
||||
# marcescu, 2022
|
||||
# Ivan Espinola, 2022
|
||||
# Óscar Fonseca <tecnico@extreme-micro.com>, 2023
|
||||
# martioodo hola, 2023
|
||||
# Quim - eccit <quim@eccit.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Quim - eccit <quim@eccit.com>, 2023\n"
|
||||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Fabricada</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmat</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>en curs</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Cancel·lat</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Fabricat</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Venda</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Ordres de fabricació</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Mentre hi hagi algunes línies de comandes de venda que s'han de lliurar/facturar i estiguin relacionades amb aquestes factures de materials, no les podeu eliminar.\n"
|
||||
"L'error es refereix a aquests productes: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Llista de material"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Recompte de MO generats"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Recompte de la font SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Data:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Apunt comptable"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Ordres de fabricació generades per %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Comandes de fabricació associades a aquesta comanda de vendes."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Moviment del producte (línia de moviment d'estoc)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Ordre de producció"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Comanda de venda"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línia comanda de venda"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Comandes de venda d'origen de %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Moviment d'estoc"
|
||||
140
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/cs.po
Normal file
140
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/cs.po
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2022
|
||||
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
|
||||
# Jiří Podhorecký, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Katerina Horylova, 2024
|
||||
# Aleš Fiala <f.ales1@seznam.cz>, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Aleš Fiala <f.ales1@seznam.cz>, 2024\n"
|
||||
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Vyrobeno</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Potvrzeno</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Probíhá</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Zrušeno</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Výroba</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Prodej</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Výrobní zakázky</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Dokud existují nějaké položky prodejní objednávky, které musí být dodány/fakturovány a které souvisejí s těmito kusovníky, nemůžete je odstranit.\n"
|
||||
"Chyba se týká těchto produktů: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Kusovník"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Počet vygenerovaných výrobních příkazů"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Počet zdrojových prod. objednávek"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Položka deníku"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Výrobní zakázky generoval %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Výrobní objednávky spojené s touto prodejní objednávkou."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Pohyby produktu (trasa pohybu zboží)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Výrobní příkaz"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodejní objednávka"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Řádek zakázky"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Zdroje Objednávky prodeje %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Pohyb zásob"
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/da.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/da.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Sanne Kristensen <sanne@vkdata.dk>, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Sanne Kristensen <sanne@vkdata.dk>, 2024\n"
|
||||
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Bekræftet</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Annulleret</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Produktion</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Salg</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Stykliste"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Antal genereret Produktionsordre"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Antal Kilde Salgsordre"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Dato:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Journalpost"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Produktionsordre Genereret af %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Produkt bevægelser (Lagerbevægelse linje)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Produktionsordre"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Salgsordre"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Salgsordrelinje"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Kilder Salgsordre tilhørende %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Lagerflytning"
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/de.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/de.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Larissa Manderfeld, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Larissa Manderfeld, 2023\n"
|
||||
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Gefertigt</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Bestätigt</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>In Bearbeitung</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Abgebrochen</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Fertigung</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Verkauf</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Fertigungsaufträge</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Solange es Verkaufsauftragszeilen gibt, die geliefert/abgerechnet werden müssen und mit diesen Stücklisten in Verbindung stehen, können Sie diese nicht entfernen.\n"
|
||||
"Der Fehler betrifft diese Produkte: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Stückliste"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Anzahl generierter Fertigungsaufträge"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Anzahl der VA-Referenzen"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Buchungszeile"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Fertigungsaufträge generiert durch %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Fertigungsaufträge im Zusammenhang mit diesem Verkaufsauftrag."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Produktbewegungen (Lagerbuchung)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Fertigungsauftrag"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Verkaufsauftrag"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Verkaufsauftragszeile"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Referenz-Verkaufsaufträge von %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Lagerbuchung"
|
||||
29
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/el.po
Normal file
29
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/el.po
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Kostas Goutoudis <goutoudis@gmail.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~11.5\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-09-18 09:49+0000\n"
|
||||
"PO-Revision-Date: 2018-09-18 09:49+0000\n"
|
||||
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2018\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr "Γραμμή Τιμολογίου"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Γραμμή Παραγγελίας"
|
||||
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/en_AU.po
Normal file
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/en_AU.po
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Jaron Soininen <jaron@bodybuildpro.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (Australia) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/en_AU/)\n"
|
||||
"Language: en_AU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indicate the Customer Reference from sales order."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indicate the name of sales order."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Properties"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Sale Name"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Sale Reference"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Sales Order Line"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Stock Move"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Manufacturing Order"
|
||||
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/en_GB.po
Normal file
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/en_GB.po
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Andi Chandler <andi@gowling.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/"
|
||||
"odoo-9/language/en_GB/)\n"
|
||||
"Language: en_GB\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indicate the Customer Reference from sales order."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indicate the name of sales order."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Properties"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Sale Name"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Sale Reference"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Sales Order Line"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Stock Move"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Manufacturing Order"
|
||||
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es.po
Normal file
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es.po
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Carolina Fernández, 2024
|
||||
# Wil Odoo, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Wil Odoo, 2024\n"
|
||||
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Fabricado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>En proceso</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Cancelado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Fabricación</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Venta</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Órdenes de fabricación</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Mientras haya algunas líneas de pedidos de venta que se deben entregar o facturar y estén relacionadas con estas listas de materiales, no puede eliminarlas.\n"
|
||||
"El error afecta a estos productos: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Lista de materiales"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Número de órdenes de fabricación generadas"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Número de pedidos de venta de origen"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Fecha:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Apunte contable"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Órdenes de fabricación generadas por %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Órdenes de fabricación vinculadas a este pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Movimientos de producto (línea de movimiento de stock)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Orden de producción"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Pedidos de venta de origen de %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento de stock"
|
||||
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_BO.po
Normal file
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_BO.po
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:03+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Bolivia) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_BO/)\n"
|
||||
"Language: es_BO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Órden de Producción"
|
||||
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_CL.po
Normal file
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_CL.po
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Daniel Santibáñez Polanco <dansanti@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-03-08 23:21+0000\n"
|
||||
"Last-Translator: Daniel Santibáñez Polanco <dansanti@gmail.com>\n"
|
||||
"Language-Team: Spanish (Chile) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indica la referencia del cliente del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indica el nombre del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Nombre de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Referencia de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Moviemiento de stock"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Órden de producción"
|
||||
84
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_CO.po
Normal file
84
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_CO.po
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
# #-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Mateo Tibaquirá <nestormateo@gmail.com>, 2015
|
||||
# #-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-10-24 07:14+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Colombia) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_CO/)\n"
|
||||
"Language: es_CO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"#-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"#-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indica la Referencia del Cliente desde la orden de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indica el nombre de la orden de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Nombre de la Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Referencia de la Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
#, fuzzy
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
"#-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Línea Orden de Venta\n"
|
||||
"#-#-#-#-# es_CO.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Línea de Pedido de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento de Existencias"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Orden de Manufactura"
|
||||
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_CR.po
Normal file
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_CR.po
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:03+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_CR/)\n"
|
||||
"Language: es_CR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indica la referencia del cliente del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indica el nombre del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento stock"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Orden de fabricación"
|
||||
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_DO.po
Normal file
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_DO.po
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-03-13 23:27+0000\n"
|
||||
"Last-Translator: Juliano Henriquez <juliano@consultoriahenca.com>\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/odoo/"
|
||||
"odoo-9/language/es_DO/)\n"
|
||||
"Language: es_DO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indicar la referencia del cliente del pedido de ventas."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indicar el nombre de orden de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Nombre de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Referencia de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento de existencias"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Orden de Fabricación"
|
||||
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_EC.po
Normal file
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_EC.po
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Rick Hunter <rick_hunter_ec@yahoo.com>, 2015-2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-01-15 04:45+0000\n"
|
||||
"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>\n"
|
||||
"Language-Team: Spanish (Ecuador) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_EC/)\n"
|
||||
"Language: es_EC\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indica la Referencia del Cliente de la Orden de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indica el nombre de la Orden de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Nombre de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Referencia de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Moviemiento de stock"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Órden de producción"
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_MX.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_MX.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Lucia Pacheco, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Fernanda Alvarez, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Fernanda Alvarez, 2024\n"
|
||||
"Language-Team: Spanish (Mexico) (https://app.transifex.com/odoo/teams/41243/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Fabricado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>En progreso</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Cancelado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Fabricación</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Venta</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Órdenes de fabricación</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Mientras haya algunas líneas de órdenes de venta que se deben entregar o facturar y estén relacionadas con estas listas de materiales, no puede eliminarlas.\n"
|
||||
"El error afecta a estos productos: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Lista de materiales"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Número de órdenes de fabricación generadas"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Número de órdenes de venta origen"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Fecha:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Apunte contable"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Órdenes de fabricación generadas por %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Órdenes de fabricación vinculadas a esta orden de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Movimientos de producto (línea de movimiento de stock)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Orden de producción"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Orden de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de orden de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Órdenes de venta de origen de %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento de stock"
|
||||
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_PE.po
Normal file
68
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_PE.po
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-06-16 20:07+0000\n"
|
||||
"Last-Translator: Carlos Eduardo Rodriguez Rossi <crodriguez@samemotion.com>\n"
|
||||
"Language-Team: Spanish (Peru) (http://www.transifex.com/odoo/odoo-9/language/"
|
||||
"es_PE/)\n"
|
||||
"Language: es_PE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indicar la Referencia del Cliente del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indicar el nombre del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Nombre de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Referencia de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea de Pedido de Venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento de Stock"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Orden de Producción"
|
||||
64
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_PY.po
Normal file
64
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_PY.po
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:03+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Paraguay) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_PY/)\n"
|
||||
"Language: es_PY\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento stock"
|
||||
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_VE.po
Normal file
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/es_VE.po
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:03+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/es_VE/)\n"
|
||||
"Language: es_VE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indica la referencia del cliente del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indica el nombre del pedido de venta."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Línea pedido de venta"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimiento stock"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Orden de fabricación"
|
||||
142
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/et.po
Normal file
142
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/et.po
Normal file
|
|
@ -0,0 +1,142 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Piia Paurson <piia@avalah.ee>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Algo Kärp <algokarp@gmail.com>, 2022
|
||||
# Triine Aavik <triine@avalah.ee>, 2022
|
||||
# Martin Aavastik <martin@avalah.ee>, 2022
|
||||
# Leaanika Randmets, 2022
|
||||
# Eneli Õigus <enelioigus@gmail.com>, 2023
|
||||
# Anna, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Anna, 2023\n"
|
||||
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Toodetud</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Kinnitatud</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Töös</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Tühistatud</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Tootmine</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Müük</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Tootmistellimused</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Niikaua kui on selliseid müügitellimuse ridu, mida tuleks tarnida/arveldada, ja need on seotud nende materjalide loeteludega, ei saa neid eemaldada. .\n"
|
||||
"Viga puudutab järgmisi tooteid: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Retsept"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Genereeritud tootmistellimuse arv"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Seotud müügitellimuste arv"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Kuupäev:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Andmiku kanderida"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "%sst genereeritud tootmistellimused"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Selle müügitellimusega seotud tootmistellimused."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Toote liikumised"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Tootmistellimus"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Müügitellimus"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Müügitellimuse rida"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "%sseotud müügitellimused"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Laoliikumine"
|
||||
66
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/eu.po
Normal file
66
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/eu.po
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2016-02-09 18:15+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/odoo/odoo-9/language/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propietateak"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Salmenta lerroa"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Izakinen mugimendua"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Fabrikazio agindua"
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fa.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fa.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Hamid Darabi, 2023
|
||||
# Hanna Kheradroosta, 2023
|
||||
# Hamed Mohammadi <hamed@dehongi.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>لغو شده</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">تولید</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">فروش</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "صورت مواد اولیه"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "تعداد MO تولید شده"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "تعداد منبع SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "تاریخ: "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "آیتم روزنامه"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "سفارشات تولید ایجاد شده توسط %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "انتقال محصول (سطر انتقال کوجودی)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "سفارش تولید"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "سفارش فروش"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "سطر سفارشفروش"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "منابع سفارشات فروش %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "انتقال موجودی"
|
||||
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fi.po
Normal file
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fi.po
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
|
||||
# Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2022
|
||||
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2022
|
||||
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2022
|
||||
# Jussi Lehto <jussi@gulfeo.com>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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"
|
||||
"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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Valmistettu</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Vahvistettu</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Käynnissä</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Peruttu</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Valmistus</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Myynti</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Valmistustilaukset</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Niin kauan kuin on olemassa myyntitilausrivejä, jotka on toimitettava/laskutettava ja jotka liittyvät näihin materiaalilaskuihin, et voi poistaa niitä.\n"
|
||||
"Virhe koskee seuraavia tuotteita: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Osaluettelo"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Muodostettujen valmistustilausten (MO) lukumäärä"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Lähteenä olevien myyntitilausten (SO) määrä"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Päiväys:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Päiväkirjatapahtuma"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Tuotantotilaukset, jotka on tuottanut %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Tähän myyntitilaukseen liittyvät valmistustilaukset."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Tuotteiden siirrot (Stock Move Line)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Valmistustilaus"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Myyntitilaus"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Myyntitilausrivi"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Lähteet myyntitilaukset %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Varastosiirto"
|
||||
63
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fo.po
Normal file
63
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fo.po
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-08-25 10:24+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Faroese (http://www.transifex.com/odoo/odoo-9/language/fo/)\n"
|
||||
"Language: fo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Søluordra-linja"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fr.po
Normal file
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fr.po
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Cécile Collart <cco@odoo.com>, 2022
|
||||
# Jolien De Paepe, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Manon Rondou, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Manon Rondou, 2025\n"
|
||||
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/><b>Fabriqué</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>Confirmé</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>En cours</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/><b>Annulé</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Fabrication</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Ventes</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Ordres de fabrication</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Tant qu'il y a des lignes de commande qui doivent être livrées/facturées et qui sont liées à ces nomenclatures, vous ne pouvez pas les supprimer. \n"
|
||||
"L'erreur concerne ces produits : %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Nomenclature"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Nombre d'OF générés"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Nombre de commandes clients d'origine"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Date :"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Écriture comptable"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Ordres de fabrication générés par %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Ordres de fabrication associés à cette commande client."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Mouvements de produit (Ligne de mouvement de stock)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Ordre de fabrication"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Commande client"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ligne de commande client"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Commandes clients d'origine de %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Mouvement de stock"
|
||||
64
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fr_BE.po
Normal file
64
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/fr_BE.po
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-11-18 13:40+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: French (Belgium) (http://www.transifex.com/odoo/odoo-9/"
|
||||
"language/fr_BE/)\n"
|
||||
"Language: fr_BE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ligne du bon de commande"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
66
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/gl.po
Normal file
66
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/gl.po
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/odoo/odoo-9/language/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Indica a referencia do cliente do pedido de venda."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Indica o nome do pedido de venda."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Propiedades"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Liña de ordes de venda"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movemento de stock"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Orde de fabricación"
|
||||
133
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/gu.po
Normal file
133
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/gu.po
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Qaidjohar Barbhaya, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Date:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Journal Item"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
140
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/he.po
Normal file
140
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/he.po
Normal file
|
|
@ -0,0 +1,140 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2022
|
||||
# Yihya Hugirat <hugirat@gmail.com>, 2022
|
||||
# NoaFarkash, 2022
|
||||
# דודי מלכה <Dudimalka6@gmail.com>, 2022
|
||||
# Ha Ketem <haketem@gmail.com>, 2022
|
||||
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||||
# yael terner, 2023
|
||||
# or balmas, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: or balmas, 2025\n"
|
||||
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>בוטל</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">ייצור</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">מכירה</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>הוראות ייצור</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "עץ מוצר"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "ספירת הוראות ייצור שנוצרו"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "תאריך:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "תנועת יומן"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "הזמנת ייצור מקושרת להזמנה זו"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "תנועות המוצר (תנועת שורת מלאי)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "הוראת ייצור"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "הזמנת לקוח"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "שורת הזמנת לקוח"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "תנועת מלאי"
|
||||
135
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hi.po
Normal file
135
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hi.po
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Wil Odoo, 2024
|
||||
# Jaisal Shah <jaisal13shah@gmail.com>, 2025
|
||||
# Ujjawal Pathak, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Ujjawal Pathak, 2025\n"
|
||||
"Language-Team: Hindi (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "तारीख:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "जर्नल आइटम"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "उत्पादन के आदेश"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "सेल्स ऑर्डर"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "बिक्री आदेश पंक्ति"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "चाल स्टॉक"
|
||||
135
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hr.po
Normal file
135
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hr.po
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Tina Milas, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Bole <bole@dajmi5.com>, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2024\n"
|
||||
"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Proizvodnja</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Sastavnica"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Broj generiranih PN"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Stavka dnevnika"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Skladišna kretanja proizvoda(stavke)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Proizvodni nalog"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodajni nalog"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Stavka prodajnog naloga"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Skladišni prijenos"
|
||||
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hu.po
Normal file
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hu.po
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Tamás Dombos, 2022
|
||||
# gezza <geza.nagy@oregional.hu>, 2022
|
||||
# Krisztián Juhász <juhasz.krisztian@josafar.hu>, 2022
|
||||
# krnkris, 2022
|
||||
# Tamás Németh <ntomasz81@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Tamás Németh <ntomasz81@gmail.com>, 2023\n"
|
||||
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Legyártva</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Megerősítve</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Folyamatban</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Törölve</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Termelés</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Értékesítés</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Gyártási rendelések</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Anyagjegyzék"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Dátum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Könyvelési tételsor"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Termékmozgások (Készletmozgás sor)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Termelési rendelés"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Vevői rendelések"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Értékesítési megrendelés sor"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Készletmozgás"
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hy.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/hy.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/id.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/id.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Abe Manyo, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Abe Manyo, 2023\n"
|
||||
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Dimanufaktur</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Dikonfirmasi</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Sedang berlangsung</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Dibatalkan</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Manufaktur</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Sale</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Manufacturing Order</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Selama terdapat baris sale order yang harus dikirim/difaktur dan yang terkait BOM, Anda tidak menghapus mereka.\n"
|
||||
"Error yang terjadi terkait produk-produk berikut: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Daftar Kebutuhan Material (BOM)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Jumlah MO yang dibuat"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Jumlah Source SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Tanggal:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Item Jurnal"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Order Manufaktur Dibuat oleh %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Perintah manufaktur terkait sales order ini."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Pergerakan Produk (Baris Pergerakan Stok)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Order Produksi"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Order Penjualan"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Detail Order Penjualan"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Sumber Sale Order untuk %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Pergerakan Stok"
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/is.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/is.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# jonasyngvi, 2024
|
||||
# Kristófer Arnþórsson, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Dagsetning:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Sölupöntun"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Sölupöntunarlína"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/it.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/it.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Marianna Ciofani, 2023
|
||||
# Sergio Zanchetta <primes2h@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2023\n"
|
||||
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Realizzato</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confermato</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>In corso</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Annullato</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Produzione</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Vendita</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Ordini di produzione</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Impossibile rimuovere queste distinte base finché sono presenti righe correlate di ordini di vendita da consegnare/fatturare.\n"
|
||||
"L'errore riguarda questi prodotti: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Distinta base"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Numero di OdP generati"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Numero di OdV alla fonte"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Data:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Movimento contabile"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Ordini di produzione generati da %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Ordini di produzione associati all'ordine di vendita."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Movimenti prodotto (riga movimento di magazzino)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Ordine di produzione"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Ordine di vendita"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Riga ordine di vendita"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Ordini di vendita alla fonte di %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimento di magazzino"
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ja.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ja.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Ryoko Tsuda <ryoko@quartile.co>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Junko Augias, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Junko Augias, 2023\n"
|
||||
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>製造</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>確認済</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>進行中</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>キャンセル済</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">製造</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">販売</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>製造オーダ</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"これらの部品表に関連する配送/請求が必要な販売オーダ明細がある限り、それらを削除することはできません。\n"
|
||||
"エラーはこれらのプロダクトに関係します:%s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "部品表"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "生成された製造オーダカウント"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "ソース販売オーダカウント"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "日付:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "仕訳明細"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "%sによって生成された製造オーダ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "この販売オーダに関連した製造オーダ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "製品の移動(在庫移動ライン)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "製造オーダ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "販売オーダ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "販売オーダ明細"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "%sのソース販売オーダ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "在庫移動"
|
||||
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ka.po
Normal file
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ka.po
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/odoo/odoo-9/language/ka/)\n"
|
||||
"Language: ka\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"#-#-#-#-# ka.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"#-#-#-#-# ka.po (Odoo 9.0) #-#-#-#-#\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "თვისებები"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "გაყიდვის ორდერის ხაზი"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
66
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/kab.po
Normal file
66
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/kab.po
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Kabyle (http://www.transifex.com/odoo/odoo-9/language/kab/)\n"
|
||||
"Language: kab\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Ad Imud Tamsiɣelt n Umsaɣ si Tladna n Uznuzu"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Ad imud isem n tladna n uznuzu."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Tulmisin"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Isem n uznuzu"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Tamsisɣelt n uznuzu"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Izirig n tladna n uznuzu"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Amussu n uselɣas"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Taladna n Ufares"
|
||||
63
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/kk.po
Normal file
63
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/kk.po
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Kazakh (http://www.transifex.com/odoo/odoo-9/language/kk/)\n"
|
||||
"Language: kk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Баптаулар"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
133
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/km.po
Normal file
133
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/km.po
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Lux Sok <sok.lux@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "វិក័យប័ត្រនៃសម្ភារៈ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "ថ្ងៃទី"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "ប្រភេទទិនានុប្បវត្ត"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "ផលតិផលត្រូវបានផ្លាស់ប្តូរ(តាមខ្សែសង្វាក់ផលិតកម្ម)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "លំដាប់ផលិតកម្ម"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "លក់តាមការបញ្ជាទិញ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "លំដាប់បញ្ជាទិញ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "ឃ្លំាងត្រូវបានផ្លាស់ប្តូរ"
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ko.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ko.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Sarah Park, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Sarah Park, 2023\n"
|
||||
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>제조 완료</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>승인 완료</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>진행 중</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>취소됨</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">제조</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">판매</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>제조요청서</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"납품이나 청구할 판매주문서 내역이 있으며 관련된 자재명세서가 있는 경우에는, 해당 항목은 삭제할 수 없습니다.\n"
|
||||
"해당 오류는 다음 품목에 대한 것입니다: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "재료 명세서"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "발행된 제조요청서 수"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "원본 판매주문서 수"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "일자:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "분개 항목"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "%s에서 발행된 제조요청서"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "이 판매주문서와 관련된 제조요청서입니다."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "품목 이동 (재고 이동 상세)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "생산 주문"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "판매 주문"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "판매 주문 내역"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "%s의 원본 판매주문서"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "재고 이동"
|
||||
32
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lb.po
Normal file
32
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lb.po
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server saas~12.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-12 11:32+0000\n"
|
||||
"PO-Revision-Date: 2019-08-26 09:14+0000\n"
|
||||
"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: code:addons/sale_mrp/models/sale_mrp.py:88
|
||||
#, python-format
|
||||
msgid "Not enough inventory!"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lo.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lo.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Phoxaysy Sengchanthanouvong <phoxaysy@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "ວັນທີ່:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "ລານການລົງບັນຊີ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "ໃບສັ່ງຊື້"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "ລາຍການສິນຄ້າທີ່ສັ່ງຊື້"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lt.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lt.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2022
|
||||
# Jonas Zinkevicius <jozi@odoo.com>, 2022
|
||||
# Linas Versada <linaskrisiukenas@gmail.com>, 2022
|
||||
# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/><b>Atšaukta</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Gamyba</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Pardavimas</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Komplektavimo specifikacija"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Data:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Žurnalo įrašas"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Produkto perkėlimai (atsargų perkėlimo eilutė)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Gamybos užsakymas"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pardavimo užsakymas"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Pardavimo užsakymo eilutė"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Atsargų perkėlimas"
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lv.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/lv.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Will Sensors, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Will Sensors, 2024\n"
|
||||
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Pārdošana</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Recepte"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datums:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Kontējums"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Ražošanas orderis"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pasūtījums"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Pasūtījuma Rinda"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Krājumu kustība"
|
||||
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/mk.po
Normal file
67
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/mk.po
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:02+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/odoo/odoo-9/language/"
|
||||
"mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr "Ја означува референцата на клиентот од налогот за продажба."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr "Го означува името на налогот за продажба."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "Својства"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr "Име на продажба"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr "Референца на продажба"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Ставка од налог за продажба"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Движење на залиха"
|
||||
|
||||
#~ msgid "Manufacturing Order"
|
||||
#~ msgstr "Налог за обработка"
|
||||
133
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ml.po
Normal file
133
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ml.po
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Niyas Raphy, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "ബില് ഓഫ് മെറ്റീരിയൽസ് "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "തീയതി:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "ജേർണൽ ഐറ്റം"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "പ്രോഡക്റ്റ് മൂവ്സ് (സ്റ്റോക്ക് മൂവ് ലൈൻ)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "പ്രൊഡക്ഷൻ ഓർഡർ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "സെയിൽസ് ഓർഡർ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "സെയിൽസ് ഓർഡർ ലൈൻ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "സ്റ്റോക്ക് മൂവ് "
|
||||
139
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/mn.po
Normal file
139
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/mn.po
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Bayarkhuu Bataa, 2022
|
||||
# Minj P <pminj322@gmail.com>, 2022
|
||||
# Batmunkh Ganbat <batmunkh.g@bumanit.mn>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2025\n"
|
||||
"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Үйлдвэрлэгдсэн</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Батлагдсан</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Явагдаж буй</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Цуцлагдсан</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Үйлдвэрлэл</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Борлуулалт</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Үйлдвэрийн захиалга</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Эдгээр жортой холбоотой, хүргэгдэх эсвэл нэхэмжлэгдэх төлөвтэй зарим борлуулалтын захиалгын мөр байгаа тохиолдолд жорыг устгах боломжгүй.\n"
|
||||
"Алдаа дараах бүтээгдэхүүнүүдтэй холбоотой байна: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Орц"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Үүсгэгдсэн үйлдвэрийн захиалгын тоо"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Эх сурвалж борлуулалтын захиалгын тоо"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Огноо:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Журналын бичилт"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "%s-р үүсгэгдсэн үйлдвэрийн захиалга"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Энэ борлуулалтын захиалгаас улбаалсан үйлдвэрлэлийн захиалга."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Барааны хөдөлгөөн (Дэлгэрэнгүй)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Үйлдвэрлэлийн захиалга"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Борлуулалтын захиалга"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Борлуулалтын захиалгын мөр"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "%s борлуулалтын захиалгын эх сурвалж"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Барааны хөдөлгөөн"
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ms.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ms.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Mehjabin Farsana, 2023
|
||||
# Imran Pathan, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Imran Pathan, 2024\n"
|
||||
"Language-Team: Malay (https://app.transifex.com/odoo/teams/41243/ms/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Date:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Item Jurnal"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pesanan Jualan"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Barisan Pesanan Jualan"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Pergerakan Saham"
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/nb.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/nb.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Marius Stedjan <marius@stedjan.com>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Rune Restad, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Rune Restad, 2024\n"
|
||||
"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b> Produsert </b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b> Bekreftet </b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b> Pågår </b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b> Kansellert </b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\"> Produksjon </span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\"> Salg </span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong> Produksjonsordre </strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Så lenge det er noen salgsordrer som må leveres/faktureres og er knyttet til disse materiallistene, kan du ikke fjerne dem. \n"
|
||||
"Feilen gjelder disse produktene: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Stykkliste"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Antall MO opprettet"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Antall av kilde-salgsordrer"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Dato:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Journalpost"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Produksjonsordre opprettet av %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Produksjonsordre assosiert med denne salgsordren."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Produktbevegelser (Lagerbevegelseslinje)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Produksjonsordre"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Salgsordre"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Salgsordrelinje"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Kilde salgsordre av %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Lagerbevegelse"
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/nl.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/nl.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Jolien De Paepe, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Jolien De Paepe, 2023\n"
|
||||
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Geproduceerd</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Bevestigd</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>In behandeling</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Geannuleerd</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Productie</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Verkoop</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Productieorders</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Zolang er enkele verkooporderregels zijn die moeten worden geleverd/gefactureerd en verband houden met deze stuklijsten, kan je deze niet verwijderen.\n"
|
||||
"De fout betreft deze producten: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Stuklijst"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Aantal gegenereerde productieorders"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Aantal bronverkooporders"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Boeking"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Productieorders gegenereerd door %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Productieorders gekoppeld aan deze verkooporder."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Productverplaatstingen (voorraadverplaatsingsregels)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Productieorder"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Verkooporder"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Verkooporderregel"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Bronverkooporders van %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Voorraadverplaatsing"
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/no.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/no.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Norwegian (https://app.transifex.com/odoo/teams/41243/no/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/pl.po
Normal file
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/pl.po
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2022
|
||||
# Maksym <ms@myodoo.pl>, 2022
|
||||
# Paweł Wodyński <pw@myodoo.pl>, 2022
|
||||
# Tadeusz Karpiński <tadeuszkarpinski@gmail.com>, 2023
|
||||
# Martin Trigaux, 2023
|
||||
# Tadeusz Karpiński, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Tadeusz Karpiński, 2023\n"
|
||||
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/><b>Wyprodukowane</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>Potwierdzone</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>W trakcie</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/><b>Anulowane</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Produkcja</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Sprzedaż</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Produkcja zamówień</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Dopóki istnieją jakieś linie zamówień sprzedaży, które muszą być "
|
||||
"dostarczone/fakturowane i są powiązane z tymi listami materiałów, nie można "
|
||||
"ich usunąć. Błąd dotyczy tych produktów: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Zestawienie materiałowe"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Liczba wygenerowanych MO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Liczba źródłowych SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Data:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Pozycja zapisu"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Zamówienia Produkcji Stworzone przez %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Zamówienia produkcji powiązane z tym zamówieniem sprzedaży."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Przesunięcia produktu (pozycja przesunięcia zasobów)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Zamówienie produkcji"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Zamówienie sprzedaży"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Pozycja zamówienia sprzedaży"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Źródła Zamówienia Sprzedaży %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Przesunięcie"
|
||||
139
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/pt.po
Normal file
139
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/pt.po
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Tiago Santos <tiago.santos@arxi.pt>, 2022
|
||||
# Pedro Filipe <pedro2.10@hotmail.com>, 2022
|
||||
# Nuno Silva <nuno.silva@arxi.pt>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Pedro Castro Silva <pedrocs@exo.pt>, 2022
|
||||
# Marcelo Pereira <marcelo.pereira@arxi.pt>, 2023
|
||||
# Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2025\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Cancelado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Fabricação</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Lista de Material"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Data:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Item do Diário"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Movimentos do artigo (movimentos de stock)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Ordem de Produção"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Ordem de Venda"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linhas da Ordem de Venda"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimento do Stock"
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/pt_BR.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/pt_BR.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Kevilyn Rosa, 2023
|
||||
# Layna Nascimento, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Layna Nascimento, 2023\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/><b>Fabricado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>Confirmado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Em andamento</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Cancelado</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Fabricação</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Venda</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Ordens de produção</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Enquanto houver linhas de ordens de venda que devam ser entregues/faturadas e que estejam relacionadas a essas listas técnicas, você não poderá removê-las.\n"
|
||||
"O erro se refere a esses produtos: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Lista de Materiais"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Contagem de MO gerados"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Contagem de Fonte de PV"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Data:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Item de Diário"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Ordens de Produção Geradas por %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Ordens de fabricação associadas a esse pedido de vendas."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Movimentos do produto (Linha do Movimento do Estoque)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Ordem de Produção"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Pedido de venda"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linha do pedido de vendas"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Pedidos de venda de origem de %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Movimento de Estoque"
|
||||
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ro.po
Normal file
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ro.po
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Hongu Cosmin <cosmin513@gmail.com>, 2022
|
||||
# Foldi Robert <foldirobert@nexterp.ro>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Dorin Hongu <dhongu@gmail.com>, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2024\n"
|
||||
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Fabricat</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmat</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>În progres</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Anulat</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">De fabricație</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Vânzare</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Comenzi de producție</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Atâta timp cât există câteva linii de comandă de vânzare care trebuie livrate/facturate și sunt legate de aceste liste de materiale, nu le puteți elimina.\n"
|
||||
"Eroarea se referă la aceste produse: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Listă de materiale"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Numărul de CP generate"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Numărul de SO sursă"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Data:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Element jurnal"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Comenzi de producție generate de %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Comenzile de producție asociate cu această comandă de vânzare."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Mișcări de produs (linie mișcare stoc)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Comanda de Producție"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Comandă de vânzare"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linie comandă vânzare"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Sursele comenzilor de vânzare ale %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Mișcare stoc"
|
||||
139
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ru.po
Normal file
139
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ru.po
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Константин Коровин <korovin74@gmail.com>, 2022
|
||||
# Сергей Шебанин <sergey@shebanin.ru>, 2023
|
||||
# Wil Odoo, 2024
|
||||
# Смородин Даниил, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Смородин Даниил, 2024\n"
|
||||
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Произведено</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Подтверждено</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>В процессе</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Отменено</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Производство</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Продажа</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Заявки на производство</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Пока существуют строки заказов на продажу, которые должны быть поставлены/выставлены и связаны с этими накладными, вы не можете их удалить.\n"
|
||||
"Ошибка касается этих продуктов: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Спецификация"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Количество созданных МО"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Количество источников SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Дата:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Элемент журнала"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Производственные заказы, созданные %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Производственные заказы, связанные с этим заказом на продажу."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Перемещение товара (позиция складского перемещения)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Производственный заказ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Заказ на продажу"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Позиция заказа на продажу"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Источники Продажа Заказы от %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Перемещение на складе"
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sale_mrp.pot
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sale_mrp.pot
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2023-05-23 08:23+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sk.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sk.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Pavol Krnáč <pavol.krnac@ekoenergo.sk>, 2023\n"
|
||||
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Kusovník materiálu"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Dátum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Položka účtovnej knihy"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Pohyby produktu (riadok skladového pohybu)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Výrobná objednávka"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Objednávka "
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Položka objednávok"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Pohyb skladu"
|
||||
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sl.po
Normal file
134
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sl.po
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# matjaz k <matjaz@mentis.si>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 2023\n"
|
||||
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Kosovnica"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Postavka"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Proizvodni nalog"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Prodajni nalog"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Postavka prodajnega naloga"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Premik zaloge"
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sq.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sq.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Albanian (https://app.transifex.com/odoo/teams/41243/sq/)\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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sr.po
Normal file
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sr.po
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2022
|
||||
# Martin Trigaux, 2023
|
||||
# Milan Bojovic <mbojovic@outlook.com>, 2023
|
||||
# コフスタジオ, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Proizvodnja</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Sale</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Manufacturing Orders</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Racun Materijala"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Count of MO generated"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Count of Source SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Stavka izveštaja"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Manufacturing Orders Generated by %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Manufacturing orders associated with this sales order."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Kretanje proizvoda (Linija pomeranja zaliha)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Nalog za proizvodnju"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Porudžbenica"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Linija porudžbenice"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Sources Sale Orders of %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Premeštanje zaliha"
|
||||
30
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sr@latin.po
Normal file
30
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sr@latin.po
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Djordje Marjanovic <djordje_m@yahoo.com>, 2017
|
||||
# Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Last-Translator: Nemanja Dragovic <nemanjadragovic94@gmail.com>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr "Stavka računa"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Stavka naloga za prodaju"
|
||||
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sv.po
Normal file
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sv.po
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2022
|
||||
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# Simon S, 2022
|
||||
# Leif Persson <leifpz54@gmail.com>, 2023
|
||||
# Lasse L, 2023
|
||||
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>, 2024\n"
|
||||
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Tillverkad </b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Bekräftad </b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Pågår </b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Avbokad</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Tillverkning</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Försäljning</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Tillverkningsorder </strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Så länge det finns några försäljningsorderrader som måste levereras/faktureras och som är relaterade till dessa stycklistor kan du inte ta bort dem.\n"
|
||||
"Felet gäller dessa produkter: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Produktstruktur"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Antal MO som genererats"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Antal källor SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Datum:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Transaktion"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Tillverkningsorder genererade av %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Tillverkningsorder kopplade till denna försäljningsorder."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Produktflyttar (lagerflyttsrad)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Tillverkningsorder"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Order"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Orderrad"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Källor Försäljningsorder av %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Lagerflytt"
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sw.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/sw.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Swahili (https://app.transifex.com/odoo/teams/41243/sw/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ta.po
Normal file
129
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/ta.po
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Language-Team: Tamil (https://app.transifex.com/odoo/teams/41243/ta/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ta\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
63
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/te.po
Normal file
63
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/te.po
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-18 14:08+0000\n"
|
||||
"PO-Revision-Date: 2015-09-08 08:03+0000\n"
|
||||
"Last-Translator: Martin Trigaux\n"
|
||||
"Language-Team: Telugu (http://www.transifex.com/odoo/odoo-9/language/te/)\n"
|
||||
"Language: te\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Indicate the Customer Reference from sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,help:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Indicate the name of sales order."
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_invoice_line
|
||||
msgid "Invoice Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order_line_property_ids
|
||||
msgid "Properties"
|
||||
msgstr "లక్షణాలు"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_name
|
||||
msgid "Sale Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production_sale_ref
|
||||
msgid "Sale Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr ""
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/th.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/th.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Wichanon Jamwutthipreecha, 2023
|
||||
# Rasareeyar Lappiam, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Rasareeyar Lappiam, 2023\n"
|
||||
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>ผลิต</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>ยืนยันแล้ว</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>กำลังดำเนินการ</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>ยกเลิกแล้ว</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">การผลิต</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">การขาย</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>คำสั่งผลิต</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"ตราบเท่าที่มีรายการใบสั่งขายบางรายการที่ต้องจัดส่ง/ออกใบแจ้งหนี้ และเกี่ยวข้องกับสูตรการผลิตเหล่านี้ คุณไม่สามารถลบออกได้\n"
|
||||
"ข้อผิดพลาดเกี่ยวข้องกับสินค้าเหล่านี้: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "บิลวัสดุ"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "จำนวน MO ที่สร้างขึ้น"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "จำนวนแหล่งที่มา SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "วันที่:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "รายการบันทึก"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "ใบสั่งผลิตที่สร้างโดย%s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "ใบสั่งผลิตที่เกี่ยวข้องกับใบสั่งขายนี้"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "ย้ายสินค้า ( ไลน์เคลื่อนย้ายสต๊อก )"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "คำสั่งผลิต"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "คำสั่งขาย"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "ไลน์คำสั่งขาย"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "แหล่งที่มาของคำสั่งขายของ %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "ย้ายสต๊อก"
|
||||
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/tr.po
Normal file
141
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/tr.po
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Murat Durmuş <muratd@projetgrup.com>, 2022
|
||||
# Murat Kaplan <muratk@projetgrup.com>, 2022
|
||||
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2022
|
||||
# Umur Akın <umura@projetgrup.com>, 2022
|
||||
# Ediz Duman <neps1192@gmail.com>, 2022
|
||||
# Tugay Hatıl <tugayh@projetgrup.com>, 2022
|
||||
# Martin Trigaux, 2022
|
||||
# İlknur Gözütok, 2023
|
||||
# Özlem Atalay <ozlema@eskayazilim.com.tr>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Özlem Atalay <ozlema@eskayazilim.com.tr>, 2023\n"
|
||||
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Üretilen</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Doğruladı</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Devam ediyor</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>İptal edildi</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Üretim</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Satış</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Üretim Siparişleri</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Ürün Reçetesi"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Üretilen MO sayısı"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "SO Kaynak Sayısı"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Tarih:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Yevmiye Kalemi"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "%s Tarafından Oluşturulan Üretim Siparişleri"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Bu satış siparişiyle ilişkili üretim siparişleri."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Ürün Hareketleri (Stok Hareket Satırları)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Üretim Emri"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Satış Siparişi"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Satış Sipariş Satırı"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "%s Kaynak Satış Siparişleri"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Stok Hareketi"
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/uk.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/uk.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Alina Lisnenko <alina.lisnenko@erp.co.ua>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+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"
|
||||
"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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Виготовлено</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Підтверджено</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>В процесі</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Скасовано</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Виробництво</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Продаж</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Замовлення на виробництво</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Поки існують деякі рядки замовлення на продаж, які мають бути доставлені/виставлені рахунки-фактури та пов’язані з цими описами матеріалів, їх не можна видалити.\n"
|
||||
"Помилка стосується цих товарів: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Специфікація"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Створено підрахунок MO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Підрахунок джерел SO"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Дата:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Елемент журналу"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Замовлення на виробництво створені %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Виробничі замовлення, пов’язані з цим замовленням на продаж."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Переміщення товару (Рядок складського переміщення)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Замовлення на виробництво"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Замовлення на продаж"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Рядок замовлення"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Джерело замовлення на продаж %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Складське переміщення "
|
||||
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/vi.po
Normal file
136
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/vi.po
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Thi Huong Nguyen, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Thi Huong Nguyen, 2024\n"
|
||||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/> <b>Đã sản xuất</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>Đã xác nhận</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/> <b>Đang tiến hành</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>Đã hủy</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Sản xuất</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">Bán hàng</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>Lệnh sản xuất</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"Một khi có một số chi tiết đơn bán hàng cần được giao/xuất hóa đơn và liên quan đến các hóa đơn nguyên liệu này, thì bạn không thể xóa chúng.\n"
|
||||
"Lỗi liên quan đến các sản phẩm này: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "Danh mục vật tư"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "Số Lệnh sản xuất đã tạo"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "Số Đơn bán hàng nguồn"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "Ngày:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Bút toán"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "Lệnh sản xuất được tạo bởi %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "Lệnh sản xuất liên kết với đơn bán hàng này."
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "Dịch chuyển sản phẩm (Dòng dịch chuyển tồn kho)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Lệnh sản xuất"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Đơn bán hàng"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Dòng đơn bán hàng"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "Đơn bán hàng nguồn của %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "Dịch chuyển tồn kho"
|
||||
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/zh_CN.po
Normal file
138
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/zh_CN.po
Normal file
|
|
@ -0,0 +1,138 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2022
|
||||
# Raymond Yu <cl_yu@hotmail.com>, 2022
|
||||
# Chloe Wang, 2023
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2023
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Jeffery CHEN <jeffery9@gmail.com>, 2023\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/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"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/><b>已制造</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>已确认</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>进行中</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>已取消</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">制造</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">销售</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>制造订单</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"只要有必须交付/开票的销售订单行与这些物料清单相关,就无法删除它们。\n"
|
||||
"错误涉及以下产品:%s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "物料清单"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "MO 生成计数"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "SO来源计数"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "日期:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "日记账项目"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "由 %s 生成的制造订单"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "与此销售订单相关联的制造订单"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "产品移动(移库明细)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "生产订单"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "销售订单"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "销售订单行"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "来源 %s 的销售订单"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "库存移动"
|
||||
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/zh_TW.po
Normal file
137
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/i18n/zh_TW.po
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_mrp
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2023
|
||||
# Michael Yeung, 2023
|
||||
# Tony Ng, 2025
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-23 08:23+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:54+0000\n"
|
||||
"Last-Translator: Tony Ng, 2025\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/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: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-check\"/> <b>Manufactured</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-check\"/><b>已生產</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>Confirmed</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>已確認</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-clock-o\"/> <b>In progress</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-clock-o\"/><b>進行中</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<i class=\"fa fa-fw fa-times\"/> <b>Cancelled</b>"
|
||||
msgstr "<i class=\"fa fa-fw fa-times\"/> <b>已取消</b>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_form_mrp
|
||||
msgid "<span class=\"o_stat_text\">Manufacturing</span>"
|
||||
msgstr "<span class=\"o_stat_text\">製造</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.mrp_production_form_view_sale
|
||||
msgid "<span class=\"o_stat_text\">Sale</span>"
|
||||
msgstr "<span class=\"o_stat_text\">銷售</span>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "<strong>Manufacturing Orders</strong>"
|
||||
msgstr "<strong>生產單</strong>"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_bom.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"As long as there are some sale order lines that must be delivered/invoiced and are related to these bills of materials, you can not remove them.\n"
|
||||
"The error concerns these products: %s"
|
||||
msgstr ""
|
||||
"只要有必須交付/開票的銷售訂單行且與這些物料清單相關的,您就無法刪除它們。\n"
|
||||
"該錯誤涉及以下產品: %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_bom
|
||||
msgid "Bill of Material"
|
||||
msgstr "物料清單"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_count
|
||||
msgid "Count of MO generated"
|
||||
msgstr "生成MO計數"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_mrp_production__sale_order_count
|
||||
msgid "Count of Source SO"
|
||||
msgstr "來源SO計數"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model_terms:ir.ui.view,arch_db:sale_mrp.sale_order_portal_content_inherit_sale_mrp
|
||||
msgid "Date:"
|
||||
msgstr "日期:"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "日記帳明細"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Manufacturing Orders Generated by %s"
|
||||
msgstr "%s 生成之製造訂單"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model.fields,field_description:sale_mrp.field_sale_order__mrp_production_ids
|
||||
msgid "Manufacturing orders associated with this sales order."
|
||||
msgstr "此製造訂單關聯的銷售訂單"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move_line
|
||||
msgid "Product Moves (Stock Move Line)"
|
||||
msgstr "產品移動(庫存移動資料行)"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "製造訂單"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "銷售訂單"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "銷售訂單明細"
|
||||
|
||||
#. module: sale_mrp
|
||||
#. odoo-python
|
||||
#: code:addons/sale_mrp/models/mrp_production.py:0
|
||||
#, python-format
|
||||
msgid "Sources Sale Orders of %s"
|
||||
msgstr "來源銷售訂單- %s"
|
||||
|
||||
#. module: sale_mrp
|
||||
#: model:ir.model,name:sale_mrp.model_stock_move
|
||||
msgid "Stock Move"
|
||||
msgstr "庫存移動"
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import account_move
|
||||
from . import mrp_production
|
||||
from . import sale_order
|
||||
from . import sale_order_line
|
||||
from . import stock_move
|
||||
from . import mrp_bom
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,45 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class AccountMoveLine(models.Model):
|
||||
_inherit = "account.move.line"
|
||||
|
||||
def _stock_account_get_anglo_saxon_price_unit(self):
|
||||
price_unit = super(AccountMoveLine, self)._stock_account_get_anglo_saxon_price_unit()
|
||||
|
||||
so_line = self.sale_line_ids and self.sale_line_ids[-1] or False
|
||||
if so_line:
|
||||
# We give preference to the bom in the stock moves for the sale order lines
|
||||
# If there are changes in BOMs between the stock moves creation and the
|
||||
# invoice validation a wrong price will be taken
|
||||
boms = so_line.move_ids.filtered(lambda m: m.state != 'cancel').mapped('bom_line_id.bom_id').filtered(lambda b: b.type == 'phantom')
|
||||
if boms:
|
||||
bom = boms.filtered(lambda b: b.product_id == so_line.product_id or b.product_tmpl_id == so_line.product_id.product_tmpl_id)
|
||||
if not bom:
|
||||
# In the case where the product has no direct component in its bom, it won't be present in the stock moves boms.
|
||||
# We then take the first bom of the product.
|
||||
bom = self.env['mrp.bom']._bom_find(products=so_line.product_id, company_id=so_line.company_id.id, bom_type='phantom')[so_line.product_id]
|
||||
is_line_reversing = self.move_id.move_type == 'out_refund'
|
||||
qty_to_invoice = self.product_uom_id._compute_quantity(self.quantity, self.product_id.uom_id)
|
||||
account_moves = so_line.invoice_lines.move_id.filtered(lambda m: m.state == 'posted' and bool(m.reversed_entry_id) == is_line_reversing)
|
||||
posted_invoice_lines = account_moves.line_ids.filtered(lambda l: l.display_type == 'cogs' and l.product_id == self.product_id and l.balance > 0)
|
||||
qty_invoiced = sum([x.product_uom_id._compute_quantity(x.quantity, x.product_id.uom_id) for x in posted_invoice_lines])
|
||||
reversal_cogs = posted_invoice_lines.move_id.reversal_move_id.line_ids.filtered(lambda l: l.display_type == 'cogs' and l.product_id == self.product_id and l.balance > 0)
|
||||
qty_invoiced -= sum([line.product_uom_id._compute_quantity(line.quantity, line.product_id.uom_id) for line in reversal_cogs])
|
||||
|
||||
moves = so_line.move_ids
|
||||
average_price_unit = 0
|
||||
components_qty = so_line._get_bom_component_qty(bom)
|
||||
storable_components = self.env['product.product'].search([('id', 'in', list(components_qty.keys())), ('type', '=', 'product')])
|
||||
for product in storable_components:
|
||||
factor = components_qty[product.id]['qty']
|
||||
prod_moves = moves.filtered(lambda m: m.product_id == product)
|
||||
prod_qty_invoiced = factor * qty_invoiced
|
||||
prod_qty_to_invoice = factor * qty_to_invoice
|
||||
product = product.with_company(self.company_id)
|
||||
average_price_unit += factor * product._compute_average_price(prod_qty_invoiced, prod_qty_to_invoice, prod_moves, is_returned=is_line_reversing)
|
||||
price_unit = average_price_unit / bom.product_qty or price_unit
|
||||
price_unit = self.product_id.uom_id._compute_price(price_unit, self.product_uom_id)
|
||||
return price_unit
|
||||
42
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/models/mrp_bom.py
Normal file
42
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/models/mrp_bom.py
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import _, models
|
||||
from odoo.exceptions import UserError
|
||||
|
||||
|
||||
class MrpBom(models.Model):
|
||||
_inherit = 'mrp.bom'
|
||||
|
||||
def toggle_active(self):
|
||||
self.filtered(lambda bom: bom.active)._ensure_bom_is_free()
|
||||
return super().toggle_active()
|
||||
|
||||
def write(self, vals):
|
||||
if 'phantom' in self.mapped('type') and vals.get('type', 'phantom') != 'phantom':
|
||||
self._ensure_bom_is_free()
|
||||
return super().write(vals)
|
||||
|
||||
def unlink(self):
|
||||
self._ensure_bom_is_free()
|
||||
return super().unlink()
|
||||
|
||||
def _ensure_bom_is_free(self):
|
||||
product_ids = []
|
||||
for bom in self:
|
||||
if bom.type != 'phantom':
|
||||
continue
|
||||
product_ids += bom.product_id.ids or bom.product_tmpl_id.product_variant_ids.ids
|
||||
if not product_ids:
|
||||
return
|
||||
lines = self.env['sale.order.line'].sudo().search([
|
||||
('state', 'in', ('sale', 'done')),
|
||||
('invoice_status', 'in', ('no', 'to invoice')),
|
||||
('product_id', 'in', product_ids),
|
||||
('move_ids.state', '!=', 'cancel'),
|
||||
])
|
||||
if lines:
|
||||
product_names = ', '.join(lines.product_id.mapped('display_name'))
|
||||
raise UserError(_('As long as there are some sale order lines that must be delivered/invoiced and are '
|
||||
'related to these bills of materials, you can not remove them.\n'
|
||||
'The error concerns these products: %s', product_names))
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
|
||||
class MrpProduction(models.Model):
|
||||
_inherit = 'mrp.production'
|
||||
|
||||
sale_order_count = fields.Integer(
|
||||
"Count of Source SO",
|
||||
compute='_compute_sale_order_count',
|
||||
groups='sales_team.group_sale_salesman')
|
||||
|
||||
@api.depends('procurement_group_id.mrp_production_ids.move_dest_ids.group_id.sale_id')
|
||||
def _compute_sale_order_count(self):
|
||||
for production in self:
|
||||
production.sale_order_count = len(production.procurement_group_id.mrp_production_ids.move_dest_ids.group_id.sale_id)
|
||||
|
||||
def action_view_sale_orders(self):
|
||||
self.ensure_one()
|
||||
sale_order_ids = self.procurement_group_id.mrp_production_ids.move_dest_ids.group_id.sale_id.ids
|
||||
action = {
|
||||
'res_model': 'sale.order',
|
||||
'type': 'ir.actions.act_window',
|
||||
}
|
||||
if len(sale_order_ids) == 1:
|
||||
action.update({
|
||||
'view_mode': 'form',
|
||||
'res_id': sale_order_ids[0],
|
||||
})
|
||||
else:
|
||||
action.update({
|
||||
'name': _("Sources Sale Orders of %s", self.name),
|
||||
'domain': [('id', 'in', sale_order_ids)],
|
||||
'view_mode': 'tree,form',
|
||||
})
|
||||
return action
|
||||
49
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/models/sale_order.py
Normal file
49
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/models/sale_order.py
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import api, fields, models, _
|
||||
|
||||
|
||||
class SaleOrder(models.Model):
|
||||
_inherit = 'sale.order'
|
||||
|
||||
mrp_production_count = fields.Integer(
|
||||
"Count of MO generated",
|
||||
compute='_compute_mrp_production_ids',
|
||||
groups='mrp.group_mrp_user')
|
||||
mrp_production_ids = fields.Many2many(
|
||||
'mrp.production',
|
||||
compute='_compute_mrp_production_ids',
|
||||
string='Manufacturing orders associated with this sales order.',
|
||||
groups='mrp.group_mrp_user')
|
||||
|
||||
@api.depends('procurement_group_id.stock_move_ids.created_production_id.procurement_group_id.mrp_production_ids')
|
||||
def _compute_mrp_production_ids(self):
|
||||
data = self.env['procurement.group'].read_group([('sale_id', 'in', self.ids)], ['ids:array_agg(id)'], ['sale_id'])
|
||||
mrp_productions = dict()
|
||||
for item in data:
|
||||
procurement_groups = self.env['procurement.group'].browse(item['ids'])
|
||||
mrp_productions[item['sale_id'][0]] = procurement_groups.stock_move_ids.created_production_id.procurement_group_id.mrp_production_ids | procurement_groups.mrp_production_ids
|
||||
for sale in self:
|
||||
mrp_production_ids = mrp_productions.get(sale.id, self.env['mrp.production'])
|
||||
sale.mrp_production_count = len(mrp_production_ids)
|
||||
sale.mrp_production_ids = mrp_production_ids
|
||||
|
||||
def action_view_mrp_production(self):
|
||||
self.ensure_one()
|
||||
action = {
|
||||
'res_model': 'mrp.production',
|
||||
'type': 'ir.actions.act_window',
|
||||
}
|
||||
if len(self.mrp_production_ids) == 1:
|
||||
action.update({
|
||||
'view_mode': 'form',
|
||||
'res_id': self.mrp_production_ids.id,
|
||||
})
|
||||
else:
|
||||
action.update({
|
||||
'name': _("Manufacturing Orders Generated by %s", self.name),
|
||||
'domain': [('id', 'in', self.mrp_production_ids.ids)],
|
||||
'view_mode': 'tree,form',
|
||||
})
|
||||
return action
|
||||
|
|
@ -0,0 +1,131 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import api, models
|
||||
from odoo.tools import float_compare
|
||||
|
||||
|
||||
class SaleOrderLine(models.Model):
|
||||
_inherit = 'sale.order.line'
|
||||
|
||||
@api.depends('product_uom_qty', 'qty_delivered', 'product_id', 'state')
|
||||
def _compute_qty_to_deliver(self):
|
||||
"""The inventory widget should now be visible in more cases if the product is consumable."""
|
||||
super(SaleOrderLine, self)._compute_qty_to_deliver()
|
||||
for line in self:
|
||||
# Hide the widget for kits since forecast doesn't support them.
|
||||
boms = self.env['mrp.bom']
|
||||
if line.state == 'sale':
|
||||
boms = line.move_ids.mapped('bom_line_id.bom_id')
|
||||
elif line.state in ['draft', 'sent'] and line.product_id:
|
||||
boms = boms._bom_find(line.product_id, company_id=line.company_id.id, bom_type='phantom')[line.product_id]
|
||||
relevant_bom = boms.filtered(lambda b: b.type == 'phantom' and
|
||||
(b.product_id == line.product_id or
|
||||
(b.product_tmpl_id == line.product_id.product_tmpl_id and not b.product_id)))
|
||||
if relevant_bom:
|
||||
line.display_qty_widget = False
|
||||
continue
|
||||
if line.state == 'draft' and line.product_type == 'consu':
|
||||
components = line.product_id.get_components()
|
||||
if components and components != [line.product_id.id]:
|
||||
line.display_qty_widget = True
|
||||
|
||||
def _compute_qty_delivered(self):
|
||||
super(SaleOrderLine, self)._compute_qty_delivered()
|
||||
for order_line in self:
|
||||
if order_line.qty_delivered_method == 'stock_move':
|
||||
boms = order_line.move_ids.filtered(lambda m: m.state != 'cancel').mapped('bom_line_id.bom_id')
|
||||
dropship = any(m._is_dropshipped() for m in order_line.move_ids)
|
||||
if not boms and dropship:
|
||||
boms = boms._bom_find(order_line.product_id, company_id=order_line.company_id.id, bom_type='phantom')[order_line.product_id]
|
||||
# We fetch the BoMs of type kits linked to the order_line,
|
||||
# the we keep only the one related to the finished produst.
|
||||
# This bom should be the only one since bom_line_id was written on the moves
|
||||
relevant_bom = boms.filtered(lambda b: b.type == 'phantom' and
|
||||
(b.product_id == order_line.product_id or
|
||||
(b.product_tmpl_id == order_line.product_id.product_tmpl_id and not b.product_id)))
|
||||
if relevant_bom:
|
||||
# not written on a move coming from a PO: all moves (to customer) must be done
|
||||
# and the returns must be delivered back to the customer
|
||||
# FIXME: if the components of a kit have different suppliers, multiple PO
|
||||
# are generated. If one PO is confirmed and all the others are in draft, receiving
|
||||
# the products for this PO will set the qty_delivered. We might need to check the
|
||||
# state of all PO as well... but sale_mrp doesn't depend on purchase.
|
||||
if dropship:
|
||||
moves = order_line.move_ids.filtered(lambda m: m.state != 'cancel')
|
||||
if any((m.location_dest_id.usage == 'customer' and m.state != 'done')
|
||||
or (m.location_dest_id.usage != 'customer'
|
||||
and m.state == 'done'
|
||||
and float_compare(m.quantity_done,
|
||||
sum(sub_m.product_uom._compute_quantity(sub_m.quantity_done, m.product_uom) for sub_m in m.returned_move_ids if sub_m.state == 'done'),
|
||||
precision_rounding=m.product_uom.rounding) > 0)
|
||||
for m in moves) or not moves:
|
||||
order_line.qty_delivered = 0
|
||||
else:
|
||||
order_line.qty_delivered = order_line.product_uom_qty
|
||||
continue
|
||||
moves = order_line.move_ids.filtered(lambda m: m.state == 'done' and not m.scrapped)
|
||||
filters = {
|
||||
'incoming_moves': lambda m: m.location_dest_id.usage == 'customer' and (not m.origin_returned_move_id or (m.origin_returned_move_id and m.to_refund)),
|
||||
'outgoing_moves': lambda m: m.location_dest_id.usage != 'customer' and m.to_refund
|
||||
}
|
||||
order_qty = order_line.product_uom._compute_quantity(order_line.product_uom_qty, relevant_bom.product_uom_id)
|
||||
qty_delivered = moves._compute_kit_quantities(order_line.product_id, order_qty, relevant_bom, filters)
|
||||
order_line.qty_delivered += relevant_bom.product_uom_id._compute_quantity(qty_delivered, order_line.product_uom)
|
||||
|
||||
# If no relevant BOM is found, fall back on the all-or-nothing policy. This happens
|
||||
# when the product sold is made only of kits. In this case, the BOM of the stock moves
|
||||
# do not correspond to the product sold => no relevant BOM.
|
||||
elif boms:
|
||||
# if the move is ingoing, the product **sold** has delivered qty 0
|
||||
if all(m.state == 'done' and m.location_dest_id.usage == 'customer' for m in order_line.move_ids):
|
||||
order_line.qty_delivered = order_line.product_uom_qty
|
||||
else:
|
||||
order_line.qty_delivered = 0.0
|
||||
|
||||
def compute_uom_qty(self, new_qty, stock_move, rounding=True):
|
||||
#check if stock move concerns a kit
|
||||
if stock_move.bom_line_id:
|
||||
return new_qty * stock_move.bom_line_id.product_qty
|
||||
return super(SaleOrderLine, self).compute_uom_qty(new_qty, stock_move, rounding)
|
||||
|
||||
def _get_bom_component_qty(self, bom):
|
||||
bom_quantity = self.product_id.uom_id._compute_quantity(1, bom.product_uom_id, rounding_method='HALF-UP')
|
||||
boms, lines = bom.explode(self.product_id, bom_quantity)
|
||||
components = {}
|
||||
for line, line_data in lines:
|
||||
product = line.product_id.id
|
||||
uom = line.product_uom_id
|
||||
qty = line_data['qty']
|
||||
if components.get(product, False):
|
||||
if uom.id != components[product]['uom']:
|
||||
from_uom = uom
|
||||
to_uom = self.env['uom.uom'].browse(components[product]['uom'])
|
||||
qty = from_uom._compute_quantity(qty, to_uom)
|
||||
components[product]['qty'] += qty
|
||||
else:
|
||||
# To be in the uom reference of the product
|
||||
to_uom = self.env['product.product'].browse(product).uom_id
|
||||
if uom.id != to_uom.id:
|
||||
from_uom = uom
|
||||
qty = from_uom._compute_quantity(qty, to_uom)
|
||||
components[product] = {'qty': qty, 'uom': to_uom.id}
|
||||
return components
|
||||
|
||||
def _get_qty_procurement(self, previous_product_uom_qty=False):
|
||||
self.ensure_one()
|
||||
# Specific case when we change the qty on a SO for a kit product.
|
||||
# We don't try to be too smart and keep a simple approach: we use the quantity of entire
|
||||
# kits that are currently in delivery
|
||||
bom = self.env['mrp.bom']._bom_find(self.product_id, bom_type='phantom')[self.product_id]
|
||||
if bom:
|
||||
moves = self.move_ids.filtered(lambda r: r.state != 'cancel' and not r.scrapped)
|
||||
filters = {
|
||||
'incoming_moves': lambda m: m.location_dest_id.usage == 'customer' and (not m.origin_returned_move_id or (m.origin_returned_move_id and m.to_refund)),
|
||||
'outgoing_moves': lambda m: m.location_dest_id.usage != 'customer' and m.to_refund
|
||||
}
|
||||
order_qty = previous_product_uom_qty.get(self.id, 0) if previous_product_uom_qty else self.product_uom_qty
|
||||
order_qty = self.product_uom._compute_quantity(order_qty, bom.product_uom_id)
|
||||
qty = moves._compute_kit_quantities(self.product_id, order_qty, bom, filters)
|
||||
return bom.product_uom_id._compute_quantity(qty, self.product_uom)
|
||||
return super(SaleOrderLine, self)._get_qty_procurement(previous_product_uom_qty=previous_product_uom_qty)
|
||||
25
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/models/stock_move.py
Normal file
25
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/models/stock_move.py
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import models
|
||||
|
||||
|
||||
class StockMove(models.Model):
|
||||
_inherit = 'stock.move'
|
||||
|
||||
def _prepare_procurement_values(self):
|
||||
res = super()._prepare_procurement_values()
|
||||
res['analytic_account_id'] = self.sale_line_id.order_id.analytic_account_id
|
||||
return res
|
||||
|
||||
|
||||
class StockMoveLine(models.Model):
|
||||
_inherit = 'stock.move.line'
|
||||
|
||||
def _compute_sale_price(self):
|
||||
kit_lines = self.filtered(lambda move_line: move_line.move_id.bom_line_id.bom_id.type == 'phantom')
|
||||
for move_line in kit_lines:
|
||||
unit_price = move_line.product_id.list_price
|
||||
qty = move_line.product_uom_id._compute_quantity(move_line.qty_done, move_line.product_id.uom_id)
|
||||
move_line.sale_price = unit_price * qty
|
||||
super(StockMoveLine, self - kit_lines)._compute_sale_price()
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_mrp_bom_user,mrp.bom,mrp.model_mrp_bom,sales_team.group_sale_salesman,1,0,0,0
|
||||
access_sale_order_manufacturing_user,sale.order manufacturing.user,sale.model_sale_order,mrp.group_mrp_user,1,1,0,0
|
||||
access_sale_order_line_manufacturing_user,sale.order.line manufacturing.user,sale.model_sale_order_line,mrp.group_mrp_user,1,1,0,0
|
||||
access_mrp_production_salesman,mrp.production salesman,mrp.model_mrp_production,sales_team.group_sale_salesman,1,1,1,0
|
||||
access_mrp_production_workcenter_line_salesman,mrp.workorder salesman,mrp.model_mrp_workorder,sales_team.group_sale_salesman,1,0,1,0
|
||||
access_mrp_bom_line_salesman,mrp.bom.line,mrp.model_mrp_bom_line,sales_team.group_sale_salesman,1,0,0,0
|
||||
|
10
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/tests/__init__.py
Normal file
10
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/tests/__init__.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import test_sale_mrp_flow
|
||||
from . import test_sale_mrp_kit_bom
|
||||
from . import test_sale_mrp_lead_time
|
||||
from . import test_sale_mrp_procurement
|
||||
from . import test_multistep_manufacturing
|
||||
from . import test_sale_mrp_report
|
||||
from . import test_sale_mrp_anglo_saxon_valuation
|
||||
|
|
@ -0,0 +1,159 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo.tests import Form
|
||||
from odoo.addons.mrp.tests.common import TestMrpCommon
|
||||
|
||||
|
||||
class TestMultistepManufacturing(TestMrpCommon):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
|
||||
# Required for `uom_id ` to be visible in the view
|
||||
cls.env.user.groups_id += cls.env.ref('uom.group_uom')
|
||||
# Required for `manufacture_steps` to be visible in the view
|
||||
cls.env.user.groups_id += cls.env.ref('stock.group_adv_location')
|
||||
# Required for `product_id` to be visible in the view
|
||||
cls.env.user.groups_id += cls.env.ref('product.group_product_variant')
|
||||
|
||||
cls.env.ref('stock.route_warehouse0_mto').active = True
|
||||
cls.MrpProduction = cls.env['mrp.production']
|
||||
# Create warehouse
|
||||
warehouse_form = Form(cls.env['stock.warehouse'])
|
||||
warehouse_form.name = 'Test'
|
||||
warehouse_form.code = 'Test'
|
||||
cls.warehouse = warehouse_form.save()
|
||||
|
||||
cls.uom_unit = cls.env.ref('uom.product_uom_unit')
|
||||
|
||||
# Create manufactured product
|
||||
product_form = Form(cls.env['product.product'])
|
||||
product_form.name = 'Stick'
|
||||
product_form.uom_id = cls.uom_unit
|
||||
product_form.uom_po_id = cls.uom_unit
|
||||
product_form.route_ids.clear()
|
||||
product_form.route_ids.add(cls.warehouse.manufacture_pull_id.route_id)
|
||||
product_form.route_ids.add(cls.warehouse.mto_pull_id.route_id)
|
||||
cls.product_manu = product_form.save()
|
||||
|
||||
# Create raw product for manufactured product
|
||||
product_form = Form(cls.env['product.product'])
|
||||
product_form.name = 'Raw Stick'
|
||||
product_form.uom_id = cls.uom_unit
|
||||
product_form.uom_po_id = cls.uom_unit
|
||||
cls.product_raw = product_form.save()
|
||||
|
||||
# Create bom for manufactured product
|
||||
bom_product_form = Form(cls.env['mrp.bom'])
|
||||
bom_product_form.product_id = cls.product_manu
|
||||
bom_product_form.product_tmpl_id = cls.product_manu.product_tmpl_id
|
||||
bom_product_form.product_qty = 1.0
|
||||
bom_product_form.type = 'normal'
|
||||
with bom_product_form.bom_line_ids.new() as bom_line:
|
||||
bom_line.product_id = cls.product_raw
|
||||
bom_line.product_qty = 2.0
|
||||
cls.bom_prod_manu = bom_product_form.save()
|
||||
|
||||
# Create sale order
|
||||
sale_form = Form(cls.env['sale.order'])
|
||||
sale_form.partner_id = cls.env['res.partner'].create({'name': 'My Test Partner'})
|
||||
sale_form.picking_policy = 'direct'
|
||||
sale_form.warehouse_id = cls.warehouse
|
||||
with sale_form.order_line.new() as line:
|
||||
line.name = cls.product_manu.name
|
||||
line.product_id = cls.product_manu
|
||||
line.product_uom_qty = 1.0
|
||||
line.product_uom = cls.uom_unit
|
||||
line.price_unit = 10.0
|
||||
cls.sale_order = sale_form.save()
|
||||
|
||||
def test_00_manufacturing_step_one(self):
|
||||
""" Testing for Step-1 """
|
||||
# Change steps of manufacturing.
|
||||
with Form(self.warehouse) as warehouse:
|
||||
warehouse.manufacture_steps = 'mrp_one_step'
|
||||
# Confirm sale order.
|
||||
self.sale_order.action_confirm()
|
||||
# Check all procurements for created sale order
|
||||
mo_procurement = self.MrpProduction.search([('origin', '=', self.sale_order.name)])
|
||||
# Get manufactured procurement
|
||||
self.assertEqual(mo_procurement.location_src_id.id, self.warehouse.lot_stock_id.id, "Source loction does not match.")
|
||||
self.assertEqual(mo_procurement.location_dest_id.id, self.warehouse.lot_stock_id.id, "Destination location does not match.")
|
||||
self.assertEqual(len(mo_procurement), 1, "No Procurement !")
|
||||
|
||||
def test_01_manufacturing_step_two(self):
|
||||
""" Testing for Step-2 """
|
||||
with Form(self.warehouse) as warehouse:
|
||||
warehouse.manufacture_steps = 'pbm'
|
||||
self.sale_order.action_confirm()
|
||||
# Get manufactured procurement
|
||||
mo_procurement = self.MrpProduction.search([('origin', '=', self.sale_order.name)])
|
||||
mo = self.env['mrp.production'].search([
|
||||
('origin', '=', self.sale_order.name),
|
||||
('product_id', '=', self.product_manu.id),
|
||||
])
|
||||
self.assertEqual(self.sale_order.action_view_mrp_production()['res_id'], mo.id)
|
||||
self.assertEqual(mo_procurement.location_src_id.id, self.warehouse.pbm_loc_id.id, "Source loction does not match.")
|
||||
self.assertEqual(mo_procurement.location_dest_id.id, self.warehouse.lot_stock_id.id, "Destination location does not match.")
|
||||
|
||||
self.assertEqual(len(mo_procurement), 1, "No Procurement !")
|
||||
|
||||
def test_cancel_multilevel_manufacturing(self):
|
||||
""" Testing for multilevel Manufacturing orders.
|
||||
When user creates multi-level manufacturing orders,
|
||||
and then cancelles child manufacturing order,
|
||||
an activity should be generated on parent MO, to notify user that
|
||||
demands from child MO has been cancelled.
|
||||
"""
|
||||
|
||||
product_form = Form(self.env['product.product'])
|
||||
product_form.name = 'Screw'
|
||||
self.product_screw = product_form.save()
|
||||
|
||||
# Add routes for manufacturing and make to order to the raw material product
|
||||
with Form(self.product_raw) as p1:
|
||||
p1.route_ids.clear()
|
||||
p1.route_ids.add(self.warehouse_1.manufacture_pull_id.route_id)
|
||||
p1.route_ids.add(self.warehouse_1.mto_pull_id.route_id)
|
||||
|
||||
# New BoM for raw material product, it will generate another Production order i.e. child Production order
|
||||
bom_product_form = Form(self.env['mrp.bom'])
|
||||
bom_product_form.product_id = self.product_raw
|
||||
bom_product_form.product_tmpl_id = self.product_raw.product_tmpl_id
|
||||
bom_product_form.product_qty = 1.0
|
||||
with bom_product_form.bom_line_ids.new() as bom_line:
|
||||
bom_line.product_id = self.product_screw
|
||||
bom_line.product_qty = 5.0
|
||||
self.bom_prod_manu = bom_product_form.save()
|
||||
|
||||
# create MO from sale order.
|
||||
self.sale_order.action_confirm()
|
||||
# Find child MO.
|
||||
child_manufaturing = self.env['mrp.production'].search([('product_id', '=', self.product_raw.id)])
|
||||
self.assertTrue((len(child_manufaturing.ids) == 1), 'Manufacturing order of raw material must be generated.')
|
||||
# Cancel child MO.
|
||||
child_manufaturing.action_cancel()
|
||||
manufaturing_from_so = self.env['mrp.production'].search([('product_id', '=', self.product_manu.id)])
|
||||
# Check if activity is generated or not on parent MO.
|
||||
exception = self.env['mail.activity'].search([('res_model', '=', 'mrp.production'),
|
||||
('res_id', '=', manufaturing_from_so.id)])
|
||||
self.assertEqual(len(exception.ids), 1, 'When user cancelled child manufacturing, exception must be generated on parent manufacturing.')
|
||||
|
||||
def test_manufacturing_step_three(self):
|
||||
""" Testing for Step-3 """
|
||||
with Form(self.warehouse) as warehouse:
|
||||
warehouse.manufacture_steps = 'pbm_sam'
|
||||
self.sale_order.action_confirm()
|
||||
|
||||
mo = self.env['mrp.production'].search([
|
||||
('origin', '=', self.sale_order.name),
|
||||
('product_id', '=', self.product_manu.id),
|
||||
])
|
||||
|
||||
self.assertEqual(self.sale_order.mrp_production_count, 1)
|
||||
self.assertEqual(mo.sale_order_count, 1)
|
||||
|
||||
self.assertEqual(self.sale_order.action_view_mrp_production()['res_id'], mo.id)
|
||||
self.assertEqual(mo.action_view_sale_orders()['res_id'], self.sale_order.id)
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue