Skip to content

Commit

Permalink
[UPD] Update sale_order_import.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed Oct 19, 2023
1 parent abc302e commit cb042ec
Showing 1 changed file with 80 additions and 49 deletions.
129 changes: 80 additions & 49 deletions sale_order_import/i18n/sale_order_import.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -14,29 +14,34 @@ msgstr ""
"Plural-Forms: \n"

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/models/sale.py:0
#: code:addons/sale_order_import/tests/test_sale_order.py:0
#, python-format
msgid " Amount w/o tax: %s %s)"
msgid " Amount w/o tax: %(amount)s %(currency)s"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "%d new order line(s) created: %s"
msgid "%(orders)s new order line(s) created: %(label)s"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "%d order line(s) deleted: %s"
msgid "%(orders)s order line(s) deleted: %(label)s"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"An order of customer '%s' with reference '%s' already exists: %s (state: %s)"
"An order of customer '%(partner)s' with reference '%(ref)s' already exists: "
"%(name)s (state: %(state)s)"
msgstr ""

#. module: sale_order_import
Expand All @@ -60,6 +65,7 @@ msgid "Create New"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "Created automatically via file import (%s)."
Expand All @@ -75,11 +81,6 @@ msgstr ""
msgid "Created on"
msgstr ""

#. module: sale_order_import
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order_import__csv_import
msgid "Csv Import"
msgstr ""

#. module: sale_order_import
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order_import__partner_id
msgid "Customer"
Expand All @@ -91,7 +92,6 @@ msgid "Customer Order"
msgstr ""

#. module: sale_order_import
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order__display_name
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order_import__display_name
msgid "Display Name"
msgstr ""
Expand All @@ -107,22 +107,10 @@ msgid "Filename"
msgstr ""

#. module: sale_order_import
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order__id
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order_import__id
msgid "ID"
msgstr ""

#. module: sale_order_import
#: model_terms:ir.ui.view,arch_db:sale_order_import.sale_order_import_form
msgid ""
"If it is a CSV file, you will have to manually select the customer. The CSV "
"file should have 2 columns: the product reference or EAN13 (1st col) and "
"then the product quantity (2nd col). It shouldn't have any header line and "
"use semi-colon as field separator. The quantity shouldn't use any thousand "
"separator ; if it is a decimal value, it should use dot as the decimal "
"separator."
msgstr ""

#. module: sale_order_import
#: model_terms:ir.ui.view,arch_db:sale_order_import.sale_order_import_form
msgid ""
Expand Down Expand Up @@ -155,7 +143,11 @@ msgid "Import Sale Orders"
msgstr ""

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

#. module: sale_order_import
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order_import____last_update
msgid "Last Modified on"
msgstr ""
Expand All @@ -171,11 +163,24 @@ msgid "Last Updated on"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "No data provided"
msgstr ""

#. module: sale_order_import
#: model:ir.model.fields.selection,name:sale_order_import.selection__sale_order_import__import_type__pdf
msgid "PDF"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "Please select a valid import type before importing!"
msgstr ""

#. module: sale_order_import
#: model:ir.model.fields.selection,name:sale_order_import.selection__sale_order_import__price_source__pricelist
msgid "Pricelist"
Expand Down Expand Up @@ -211,6 +216,11 @@ msgstr ""
msgid "Sales Order"
msgstr ""

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

#. module: sale_order_import
#: model:ir.model.fields,field_description:sale_order_import.field_sale_order_import__partner_shipping_id
msgid "Shipping Address"
Expand All @@ -230,79 +240,99 @@ msgid "State"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"The currency of the imported order (%s) is different from the currency of "
"the existing order (%s)"
"The currency of the imported order (%(old)s) is different from the currency "
"of the existing order (%(new)s)"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"The customer '%s' has a pricelist '%s' but the currency of this order is "
"'%s'."
"The customer '%(name)s' has a pricelist '%(pricelist)s' but the currency of "
"this order is '%(currency)s'."
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"The quantity has been updated on the order line with product '%s' from %s to"
" %s %s"
"The quantity has been updated on the order line with product '%(product)s' "
"from %(qty0)s to %(qty1)s %(uom)s"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"The unit price has been updated on the order line with product '%s' from %s "
"to %s %s"
"The unit price has been updated on the order line with product '%(product)s'"
" from %(old)s to %(new)s %(currency)s"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "There are no embedded XML file in this PDF file."
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"This Import Type is not supported. Did you install the module to support "
"this type?"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "This XML file is not XML-compliant"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"This file '%s' is not recognised as a CSV, XML nor PDF file. Please check "
"the file and it's extension."
"This file '%(filename)s' is not recognized as a %(type)s file. Please check "
"the file and its extension."
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "This order doesn't have any line !"
msgid ""
"This file '%s' is not recognised as a XML nor PDF file. Please check the "
"file and it's extension."
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"This quotation has been updated automatically via the import of file %s"
msgid "This order doesn't have any line !"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid ""
"This type of CSV order is not supported. Did you install the module to "
"support CSV orders?"
"This quotation has been updated automatically via the import of file %s"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
Expand All @@ -317,12 +347,7 @@ msgid "Universal Business Language"
msgstr ""

#. module: sale_order_import
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "Unsupported XML document"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "Unsupported file format"
Expand All @@ -341,18 +366,24 @@ msgstr ""
#. module: sale_order_import
#: model:ir.model.fields,help:sale_order_import.field_sale_order_import__order_file
msgid ""
"Upload a Request for Quotation or an Order file. Supported formats: CSV, XML"
" and PDF (PDF with an embeded XML file)."
"Upload a Request for Quotation or an Order file. Supported formats: XML and "
"PDF (PDF with an embeded XML file)."
msgstr ""

#. module: sale_order_import
#: model_terms:ir.ui.view,arch_db:sale_order_import.sale_order_import_form
msgid ""
"Upload below the customer order or request for quotation as CSV, XML or PDF "
"file. When you click on the Import button:"
"Upload below the customer order or request for quotation as XML or PDF file."
" When you click on the Import button:"
msgstr ""

#. module: sale_order_import
#: model:ir.model.fields.selection,name:sale_order_import.selection__sale_order_import__import_type__xml
msgid "XML"
msgstr ""

#. module: sale_order_import
#. odoo-python
#: code:addons/sale_order_import/wizard/sale_order_import.py:0
#, python-format
msgid "You must select a quotation to update."
Expand Down

0 comments on commit cb042ec

Please sign in to comment.