From cb042ecd1279667bc93bfc5622ab782bbd0f2785 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Thu, 19 Oct 2023 12:05:35 +0000 Subject: [PATCH] [UPD] Update sale_order_import.pot --- sale_order_import/i18n/sale_order_import.pot | 129 ++++++++++++------- 1 file changed, 80 insertions(+), 49 deletions(-) diff --git a/sale_order_import/i18n/sale_order_import.pot b/sale_order_import/i18n/sale_order_import.pot index a619037502a..981da4cda33 100644 --- a/sale_order_import/i18n/sale_order_import.pot +++ b/sale_order_import/i18n/sale_order_import.pot @@ -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" @@ -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 @@ -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)." @@ -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" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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" @@ -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" @@ -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 @@ -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" @@ -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."