Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
95
sale_global_discount/i18n/it.po
Executable file
95
sale_global_discount/i18n/it.po
Executable file
@@ -0,0 +1,95 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sale_global_discount
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2024-07-08 08:59+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: it\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"
|
||||
"X-Generator: Weblate 5.6.2\n"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model_terms:ir.ui.view,arch_db:sale_global_discount.report_saleorder_document
|
||||
msgid ""
|
||||
"<strong>Global Discounts</strong>\n"
|
||||
" <br/>"
|
||||
msgstr ""
|
||||
"<strong>Sconti Globali</strong>\n"
|
||||
" <br/>"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model_terms:ir.ui.view,arch_db:sale_global_discount.report_saleorder_document
|
||||
msgid "<strong>Subtl. before disc.</strong>"
|
||||
msgstr "<strong>Subtot. prima degli sconti</strong>"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__amount_total_before_global_discounts
|
||||
msgid "Amount Total Before Discounts"
|
||||
msgstr "Importo Totale prima degli sconti"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__amount_untaxed_before_global_discounts
|
||||
msgid "Amount Untaxed Before Discounts"
|
||||
msgstr "Imponibile prima degli sconti"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#. odoo-python
|
||||
#: code:addons/sale_global_discount/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "Incompatible taxes found for global discounts."
|
||||
msgstr "Sono presenti tasse incompatibili per gli sconti globali."
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__global_discount_ids
|
||||
#: model_terms:ir.ui.view,arch_db:sale_global_discount.view_order_form
|
||||
msgid "Sale Global Discounts"
|
||||
msgstr "Sconti Globali Vendite"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__global_discount_ids_readonly
|
||||
msgid "Sale Global Discounts (readonly)"
|
||||
msgstr "Sconti Globali Vendite (sola lettura)"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model,name:sale_global_discount.model_sale_order
|
||||
msgid "Sales Order"
|
||||
msgstr "Ordine di vendita"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model,name:sale_global_discount.model_sale_order_line
|
||||
msgid "Sales Order Line"
|
||||
msgstr "Riga ordine di vendita"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model,name:sale_global_discount.model_account_tax
|
||||
msgid "Tax"
|
||||
msgstr "Imposta"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#: model:ir.model.fields,field_description:sale_global_discount.field_sale_order__amount_global_discount
|
||||
msgid "Total Global Discounts"
|
||||
msgstr "Totale Sconti Globali"
|
||||
|
||||
#. module: sale_global_discount
|
||||
#. odoo-python
|
||||
#: code:addons/sale_global_discount/models/sale_order.py:0
|
||||
#, python-format
|
||||
msgid "With global discounts, taxes in lines are required."
|
||||
msgstr "Con gli sconti globali, sono necessarie le tasse sulle righe ordine."
|
||||
|
||||
#~ msgid "Display Name"
|
||||
#~ msgstr "Nome da visualizzare"
|
||||
|
||||
#~ msgid "ID"
|
||||
#~ msgstr "ID"
|
||||
|
||||
#~ msgid "Last Modified on"
|
||||
#~ msgstr "Ultima modifica il"
|
||||
Reference in New Issue
Block a user