Skip to content

Commit

Permalink
[UPD] Update sale_order_import_edifact.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed Nov 13, 2023
1 parent 05af771 commit 2134fe7
Showing 1 changed file with 149 additions and 0 deletions.
149 changes: 149 additions & 0 deletions sale_order_import_edifact/i18n/sale_order_import_edifact.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_import_edifact
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \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_order_import_edifact
#. odoo-python
#: code:addons/sale_order_import_edifact/wizard/sale_order_import.py:0
#, python-format
msgid "%s document is not a Sale Order document"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model,name:sale_order_import_edifact.model_business_document_import
msgid "Common methods to import business documents"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,field_description:sale_order_import_edifact.field_sale_order_import__doc_type
msgid "Document Type"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields.selection,name:sale_order_import_edifact.selection__sale_order_import__import_type__edifact
msgid "EDIFACT"
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact1_dm_product_template
msgid "EDIFACT Demo 1"
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact2_dm_product_template
msgid "EDIFACT Demo 2"
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact3_dm_product_template
msgid "EDIFACT Demo 3"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,field_description:sale_order_import_edifact.field_sale_order_import__edifact_ok
msgid "Edifact Ok"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,field_description:sale_order_import_edifact.field_sale_order_import__file_ext
msgid "File Ext"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,field_description:sale_order_import_edifact.field_sale_order_import__import_type
msgid "Import Type"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,field_description:sale_order_import_edifact.field_sale_order_import__json_data_preview
msgid "Json Data Preview"
msgstr ""

#. module: sale_order_import_edifact
#: model_terms:ir.ui.view,arch_db:sale_order_import_edifact.sale_order_import_form
msgid "Parse"
msgstr ""

#. module: sale_order_import_edifact
#. odoo-python
#: code:addons/sale_order_import_edifact/models/business_document_import.py:0
#, python-format
msgid ""
"Partner GLN Code: %(party)s not found in order file: '%(file)s' from VAT "
"registration number '%(vat)s'."
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact4_dm_product_template
msgid "Product1"
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact5_dm_product_template
msgid "Product2"
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact6_dm_product_template
msgid "Product3"
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact7_dm_product_template
msgid "Product4"
msgstr ""

#. module: sale_order_import_edifact
#: model:product.template,name:sale_order_import_edifact.product_product_edifact8_dm_product_template
msgid "Product5"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,field_description:sale_order_import_edifact.field_sale_order_import__release
msgid "Release"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model,name:sale_order_import_edifact.model_sale_order_import
msgid "Sale Order Import from Files"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,help:sale_order_import_edifact.field_sale_order_import__import_type
msgid "Select a type which you want to import"
msgstr ""

#. module: sale_order_import_edifact
#. odoo-python
#: code:addons/sale_order_import_edifact/models/business_document_import.py:0
#: code:addons/sale_order_import_edifact/models/business_document_import.py:0
#, python-format
msgid "Unknown"
msgstr ""

#. module: sale_order_import_edifact
#: model:ir.model.fields,help:sale_order_import_edifact.field_sale_order_import__json_data_preview
msgid ""
"Used by the btn `button_parse_order_preview` to preview data before "
"importing"
msgstr ""

#. module: sale_order_import_edifact
#. odoo-python
#: code:addons/sale_order_import_edifact/models/business_document_import.py:0
#, python-format
msgid ""
"partner_identification_gln module should be installed with a xmlid: "
"partner_identification_gln_number_category"
msgstr ""

0 comments on commit 2134fe7

Please sign in to comment.