mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Translated using Weblate (Italian)
Currently translated at 100.0% (11 of 11 strings) Translation: reporting-engine-17.0/reporting-engine-17.0-report_xlsx_helper Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-17-0/reporting-engine-17-0-report_xlsx_helper/it/
This commit is contained in:
@@ -6,13 +6,15 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 17.0\n"
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"PO-Revision-Date: 2024-02-12 10:46+0000\n"
|
||||||
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: \n"
|
"Content-Transfer-Encoding: \n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 4.17\n"
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
@@ -22,25 +24,27 @@ msgid ""
|
|||||||
"%(__name__)s, _write_line : programming error detected while processing "
|
"%(__name__)s, _write_line : programming error detected while processing "
|
||||||
"col_specs_section %(col_specs_section)s, column %(col)s"
|
"col_specs_section %(col_specs_section)s, column %(col)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"%(__name__)s, _write_line : rilevato errore di programmazione "
|
||||||
|
"nell'elaborazione di col_specs_section %(col_specs_section)s, colonna %(col)s"
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
#: code:addons/report_xlsx_helper/models/ir_actions_report.py:0
|
#: code:addons/report_xlsx_helper/models/ir_actions_report.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%s model was not found"
|
msgid "%s model was not found"
|
||||||
msgstr ""
|
msgstr "Il modello %s non è stato trovato"
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
|
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ", cellvalue %s"
|
msgid ", cellvalue %s"
|
||||||
msgstr ""
|
msgstr ", valore cella %s"
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_abstract
|
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_abstract
|
||||||
msgid "Abstract XLSX Report"
|
msgid "Abstract XLSX Report"
|
||||||
msgstr ""
|
msgstr "Report XLSX astratto"
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
@@ -51,6 +55,10 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
"Excel Sheet name '%(name)s' contains unsupported special characters: '%(special_chars)s'."
|
"Excel Sheet name '%(name)s' contains unsupported special characters: '%(special_chars)s'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Errore programmazione:\n"
|
||||||
|
"\n"
|
||||||
|
"Il foglio Excel nome '%(name)s' contene caratteri non supportati: "
|
||||||
|
"'%(special_chars)s'."
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
@@ -61,6 +69,10 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
"Excel Sheet name '%(name)s' should not exceed %(max_chars)s characters."
|
"Excel Sheet name '%(name)s' should not exceed %(max_chars)s characters."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Errore programmazione:\n"
|
||||||
|
"\n"
|
||||||
|
"Il foglio Excel nome '%(name)s' non dovrebbe superare i %(max_chars)s "
|
||||||
|
"caratteri."
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
@@ -71,6 +83,10 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
"The '%s' column is not defined in the worksheet column specifications."
|
"The '%s' column is not defined in the worksheet column specifications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Errore programmazione:\n"
|
||||||
|
"\n"
|
||||||
|
"La colonna '%s' non è definita nelle specifiche delle colonne del foglio di "
|
||||||
|
"lavoro."
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
@@ -81,6 +97,10 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
"The '%s' column is not defined the worksheet column specifications."
|
"The '%s' column is not defined the worksheet column specifications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Errore programmazione:\n"
|
||||||
|
"\n"
|
||||||
|
"La colonna '%s' non è definita nelle specifiche delle colonne del foglio di "
|
||||||
|
"lavoro."
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#. odoo-python
|
#. odoo-python
|
||||||
@@ -91,13 +111,17 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
"The 'title' parameter is mandatory when calling the '_write_ws_title' method."
|
"The 'title' parameter is mandatory when calling the '_write_ws_title' method."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Errore programmazione:\n"
|
||||||
|
"\n"
|
||||||
|
"Il parametro 'title' è obbligatorio quando si chiama il metodo "
|
||||||
|
"'_write_ws_title'."
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#: model:ir.model,name:report_xlsx_helper.model_ir_actions_report
|
#: model:ir.model,name:report_xlsx_helper.model_ir_actions_report
|
||||||
msgid "Report Action"
|
msgid "Report Action"
|
||||||
msgstr ""
|
msgstr "Azione resoconto"
|
||||||
|
|
||||||
#. module: report_xlsx_helper
|
#. module: report_xlsx_helper
|
||||||
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_helper_test_partner_xlsx
|
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_helper_test_partner_xlsx
|
||||||
msgid "Test Partner XLSX Report"
|
msgid "Test Partner XLSX Report"
|
||||||
msgstr ""
|
msgstr "Test resoconto XLSX partner"
|
||||||
|
|||||||
Reference in New Issue
Block a user