diff --git a/excel_import_export/i18n/it.po b/excel_import_export/i18n/it.po index 3711782f6..3bd63de5e 100644 --- a/excel_import_export/i18n/it.po +++ b/excel_import_export/i18n/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2022-01-14 13:39+0000\n" +"PO-Revision-Date: 2022-01-15 01:40+0000\n" "Last-Translator: Alessandro Fiorino \n" "Language-Team: none\n" "Language: it\n" @@ -131,6 +131,7 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Sheet: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet" msgstr "" +"Foglio: Foglio (ad es. Foglio 1) o indice (ad es. 1) del foglio excel" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -138,6 +139,8 @@ msgid "" "Sheet: Name (e.g., Sheet 1) or index (e.g., 1) of excel sheet to " "export data to" msgstr "" +"Foglio: Nome (ad es. Foglio 1) o indice (ad es. 1) del foglio excel " +"dove esportare i dati" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -159,6 +162,8 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Sum: Add sum value on last row, @{sum}" msgstr "" +"Somma: Aggiunge il valore della somma sull'ultima riga, " +"@{sum}" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -193,16 +198,51 @@ msgid "" "\n" " " msgstr "" +"\n" +"{\n" +" '__EXPORT__': {\n" +" 'sale_order': { # foglio può essere nome (stringa) o indice (intero)" +"\n" +" '_HEAD_': {\n" +" 'B2': 'partner_id.display_name${value or \"\"" +"}#{align=left;style=text}',\n" +" 'B3': 'name${value or \"\"}#{align=left;style=text}',\n" +" },\n" +" 'line_ids': { # prefisso _CONT_ per continuare le righe dalla " +"precedente campo\n" +" 'A6': 'product_id.display_name${value or \"\"}#{style=text}'," +"\n" +" 'C6': 'product_uom_qty${value or 0}#{style=number}',\n" +" 'E6': 'price_unit${value or 0}#{style=number}',\n" +" 'G6': 'price_subtotal${value or 0}#{style=number}',\n" +" },\n" +" },\n" +" },\n" +" '__IMPORT__': {\n" +" 'sale_order': { # foglio può essere nome (stringa) o indice (intero)" +"\n" +" 'order_line': { # prefisso _NODEL_ per non cancellare le righe " +"prima dell'importazione\n" +" 'A6': 'product_id',\n" +" 'C6': 'product_uom_qty',\n" +" 'E6': 'price_unit${value > 0 and value or 0}',\n" +" },\n" +" },\n" +" },\n" +" '__POST_IMPORT__': '${object.post_import_do_something()}',\n" +"}\n" +"\n" +" " #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "date, datetime, time: some useful python classes" -msgstr "" +msgstr "date, datetime, time: alcune utili classi python" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "model: active model, e.g., self.env['my.model']" -msgstr "" +msgstr "modello: modello attivo, ad es. self.env['my.model']" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -210,16 +250,18 @@ msgid "" "object: record object or line object depends on Row " "Field" msgstr "" +"oggetto: oggetto del record o oggetto della riga che dipende " +"dal Campo Riga" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "value: value from Cell" -msgstr "" +msgstr "valore: valore dalla Cella" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "value: value from Field" -msgstr "" +msgstr "valore: valore dal Campo" #. module: excel_import_export #. openerp-web @@ -229,51 +271,54 @@ msgid "" "A popup window with your report was blocked. You may need to change your " "browser settings to allow popup windows for this page." msgstr "" +"Una finestra di popup con il tuo report è stata bloccata. Bisogna cambiare " +"le impostazioni del browser per consentire le finestre popup da questa " +"pagina." #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add Export Action" -msgstr "" +msgstr "Aggiungi Azione Esportazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add Import Action" -msgstr "" +msgstr "Aggiungi Azione Importazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add Report Menu" -msgstr "" +msgstr "Aggiungi Menù Report" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add data column" -msgstr "" +msgstr "Aggiungi colonna dati" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add header section" -msgstr "" +msgstr "Aggiungi sezione intestazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add new report menu at root level" -msgstr "" +msgstr "Aggiunge un nuovo report alla radice" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add row section" -msgstr "" +msgstr "Aggiunge sezione riga" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Add sheet section" -msgstr "" +msgstr "Aggiunge sezione foglio" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__choose_template msgid "Allow Choose Template" -msgstr "" +msgstr "Consente Selezione Modello" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__assigned_attachment_ids @@ -288,12 +333,12 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__assigned_attachment_ids #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__assigned_attachment_ids msgid "Assigned Attachments" -msgstr "" +msgstr "Allegati Assegnati" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_xlsx_styles msgid "Available styles for excel" -msgstr "" +msgstr "Stili disponibili per excel" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__no_delete @@ -301,21 +346,23 @@ msgid "" "By default, all rows will be deleted before import.\n" "Select No Delete, otherwise" msgstr "" +"Di default, tutte le righe saranno cancellate prima dell'importazione.\n" +"Altrimenti seleziona Non Cancellare" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_delimiter msgid "CSV Delimiter" -msgstr "" +msgstr "Delimitatore CSV" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_extension msgid "CSV File Extension" -msgstr "" +msgstr "Estensione File CSV" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__csv_quote msgid "CSV Quoting" -msgstr "" +msgstr "Virgolettatura CSV" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__post_import_hook @@ -323,6 +370,8 @@ msgid "" "Call a function after successful import, i.e.,\n" "${object.post_import_do_something()}" msgstr "" +"Chiama una funzione dopo un import eseguito con successo, ad es.,\n" +"${object.post_import_do_something()}" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard @@ -330,13 +379,13 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:excel_import_export.report_xlsx_wizard #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "Cancel" -msgstr "" +msgstr "Annulla" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__excel_cell #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__excel_cell msgid "Cell" -msgstr "" +msgstr "Cella" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__changeset_change_ids @@ -373,54 +422,54 @@ msgstr "" #: model:ir.model.fields.selection,name:excel_import_export.selection__import_xlsx_wizard__state__choose #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_report__state__choose msgid "Choose" -msgstr "" +msgstr "Selezione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "Choose Template:" -msgstr "" +msgstr "Seleziona Modello:" #. module: excel_import_export #: model_terms:ir.actions.act_window,help:excel_import_export.action_xlsx_template msgid "Click to create a XLSX Template Object." -msgstr "" +msgstr "Click per creare un Oggetto Modello XLSX." #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "Close" -msgstr "" +msgstr "Chiudi" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard msgid "Complete Prepare File (.xlsx)" -msgstr "" +msgstr "Completa File Preparato (.xlsx)" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "Complete Prepare Report (.xlsx)" -msgstr "" +msgstr "Completa Preparazione Report (.xlsx)" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_cont msgid "Continue" -msgstr "" +msgstr "Continua" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__is_cont msgid "Continue data rows after last data row" -msgstr "" +msgstr "Continua le righe dei dati dopo l'ultima riga di dati" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__to_csv msgid "Convert file into CSV format on export" -msgstr "" +msgstr "Converte i file in formato CSV in esportazione" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__to_csv msgid "Convert to CSV?" -msgstr "" +msgstr "Converto in CSV?" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__count_pending_changeset_changes @@ -460,7 +509,7 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_uid #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_uid msgid "Created by" -msgstr "" +msgstr "Creato da" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__create_date @@ -470,33 +519,33 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__create_date #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__create_date msgid "Created on" -msgstr "" +msgstr "Creato il" #. module: excel_import_export #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_export__section_type__data #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_import__section_type__data msgid "Data" -msgstr "" +msgstr "Dati" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style msgid "Default Style" -msgstr "" +msgstr "Stile di Default" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__description msgid "Description" -msgstr "" +msgstr "Descrizione" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_xlsx_template_export msgid "Detailed of how excel data will be exported" -msgstr "" +msgstr "Dettagli su come i dati excel saranno esportati" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_xlsx_template_import msgid "Detailed of how excel data will be imported" -msgstr "" +msgstr "Dettaglio di come i dati excel saranno importati" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__display_name @@ -511,19 +560,19 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__display_name #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__display_name msgid "Display Name" -msgstr "" +msgstr "Nome Visualizzato" #. module: excel_import_export #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:0 #, python-format msgid "Document must be in %s states" -msgstr "" +msgstr "Il documento deve essere in stato %s" #. module: excel_import_export #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:0 #, python-format msgid "Document must be in draft state" -msgstr "" +msgstr "Il documento deve essere in stato bozza" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__use_report_wizard @@ -537,6 +586,8 @@ msgid "" "Error deleting data\n" "%s" msgstr "" +"Errore cancellando i dati\n" +"%s" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_export.py:0 @@ -545,17 +596,19 @@ msgid "" "Error filling data into Excel sheets\n" "%s" msgstr "" +"Errore riempiendo i dati nei fogli Excel\n" +"%s" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_import.py:0 #, python-format msgid "Error importing data" -msgstr "" +msgstr "Errore importando i dati" #. module: excel_import_export #: model:ir.model.fields.selection,name:excel_import_export.selection__ir_actions_report__report_type__excel msgid "Excel" -msgstr "" +msgstr "Excel" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_xlsx_export @@ -570,12 +623,12 @@ msgstr "" #. module: excel_import_export #: model:ir.ui.menu,name:excel_import_export.menu_excel_import_export msgid "Excel Import/Export" -msgstr "" +msgstr "Importazione/Esportazione Excel" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "Excel Report" -msgstr "" +msgstr "Report Excel" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_xlsx_report @@ -585,29 +638,29 @@ msgstr "" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_xlsx_template msgid "Excel template file and instruction" -msgstr "" +msgstr "File modello excel e istruzioni" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.report_xlsx_wizard msgid "Execute" -msgstr "" +msgstr "Esegui" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "Execute Report" -msgstr "" +msgstr "Esegui Report" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__export_ids #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Export" -msgstr "" +msgstr "Esporta" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__export_action_id msgid "Export Action" -msgstr "" +msgstr "Azione Esportazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -621,18 +674,20 @@ msgstr "" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_extend msgid "Extend" -msgstr "" +msgstr "Estendi" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__is_extend msgid "Extend a blank row after filling each record, to extend the footer" msgstr "" +"Estende una riga bianca dopo aver riempito ogni record, per estender il piè " +"di pagina" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_name #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__field_name msgid "Field" -msgstr "" +msgstr "Campo" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__field_cond @@ -644,30 +699,30 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__data #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__data msgid "File" -msgstr "" +msgstr "File" #. module: excel_import_export #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:0 #, python-format msgid "File \"%s\" not found in template, %s." -msgstr "" +msgstr "Il file \"%s\" non trovato nel modello, %s." #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__datas msgid "File Content" -msgstr "" +msgstr "Contenuto File" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__name #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__name #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__fname msgid "File Name" -msgstr "" +msgstr "Nome File" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Following are more explaination on each column:" -msgstr "" +msgstr "Di seguito maggiori spiegazioni su ciascuna colonna:" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -682,16 +737,20 @@ msgid "" "For code block ${...} and #?...?, following object" " are available," msgstr "" +"Per il blocco di codice ${...} e #?...?, i " +"seguenti oggetti sono disponibili," #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "For code block ${...}, following object are available," msgstr "" +"Per il blocco di codice ${...}, i seguenti oggetti sono " +"disponibili," #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_report_xlsx_wizard msgid "Generic Report Wizard, used with template reporting option" -msgstr "" +msgstr "Wizard Report Generico, usato con l'opzione dei modelli di report" #. module: excel_import_export #: model:ir.model.fields.selection,name:excel_import_export.selection__export_xlsx_wizard__state__get @@ -708,33 +767,33 @@ msgstr "" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__gname msgid "Group Name" -msgstr "" +msgstr "Nome Gruppo" #. module: excel_import_export #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_export__section_type__head #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_import__section_type__head msgid "Head" -msgstr "" +msgstr "Intestazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Help with Export Instruction" -msgstr "" +msgstr "Aiuto con le Istruzioni di Esportazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Help with Import Instruction" -msgstr "" +msgstr "Aiuto con le Istruzioni di Importazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard msgid "Here is the exported file:" -msgstr "" +msgstr "Qui il file esportato:" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "Here is the report file:" -msgstr "" +msgstr "Qui il report file:" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__id @@ -749,13 +808,13 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__id #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__id msgid "ID" -msgstr "" +msgstr "ID" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_export__row_field #: model:ir.model.fields,help:excel_import_export.field_xlsx_template_import__row_field msgid "If section type is row, this field is required" -msgstr "" +msgstr "Se il tipo sezione è riga, questo campo è obbligatorio" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_export.py:0 @@ -765,39 +824,42 @@ msgid "" "Some exporting data contain special character\n" "%s" msgstr "" +"IllegalCharacterError\n" +"Alcuni dati di esportazioni contengono caratteri speciali\n" +"%s" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__import_ids #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Import" -msgstr "" +msgstr "Importa" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__import_action_id msgid "Import Action" -msgstr "" +msgstr "Azione Importazione" #. module: excel_import_export #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:0 #, python-format msgid "Import Excel" -msgstr "" +msgstr "Importa Excel" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__import_file msgid "Import File (*.xlsx)" -msgstr "" +msgstr "Importa File (*.xlsx)" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard msgid "Import File Template" -msgstr "" +msgstr "Modello File Importazione" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__attachment_ids msgid "Import File(s) (*.xlsx)" -msgstr "" +msgstr "Importa File (*.xlsx)" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -811,7 +873,7 @@ msgstr "" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard msgid "Import Successful!" -msgstr "" +msgstr "Importazione eseguita con successo!" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -819,6 +881,8 @@ msgid "" "In header section part, map data fields (e.g., number, partner_id.name) into" " cells (e.g., B1, B2)." msgstr "" +"Nella sezione intestazione, mappa i campi di dati (ad es., numero, partner_id" +".name) in celle (ad es. B1, B2)." #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -826,6 +890,8 @@ msgid "" "In header section, map cells (e.g., B1, B2) into data fields (e.g., number, " "partner_id)." msgstr "" +"Nella sezione intestazione, mappa celle (ad es. B1, B2) in campi dato (ad " +"es. numero, partner_id)." #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -846,46 +912,46 @@ msgstr "" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Input Instruction (Dict.)" -msgstr "" +msgstr "Istruzioni di input (Diz.)" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__instruction msgid "Instruction" -msgstr "" +msgstr "Istruzioni" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__input_instruction msgid "Instruction (Input)" -msgstr "" +msgstr "Istruzioni (Input)" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__instruction msgid "Instruction on how to import/export, prepared by system." -msgstr "" +msgstr "Istruzioni su come importare/esportare, preparate dal sistema." #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_import.py:0 #, python-format msgid "Invalid declaration, %s has no valid field type" -msgstr "" +msgstr "Dichiarazione non valida, %s non è un tipo di campo valido" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_import.py:0 #, python-format msgid "Invalid file style, only .xls or .xlsx file allowed" -msgstr "" +msgstr "Tipologia file non valida, sono consentiti solo file .xls o .xlsx" #. module: excel_import_export #: code:addons/excel_import_export/models/common.py:0 #, python-format msgid "Invalid style type %s" -msgstr "" +msgstr "Tipo stile %s non valido" #. module: excel_import_export #: code:addons/excel_import_export/models/common.py:0 #, python-format msgid "Invalid value {} for style type {}" -msgstr "" +msgstr "Valore non valido {} per il tipo stile {}" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_export.py:0 @@ -908,7 +974,7 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export____last_update #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import____last_update msgid "Last Modified on" -msgstr "" +msgstr "Ultima Modifica il" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_uid @@ -918,7 +984,7 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_uid #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_uid msgid "Last Updated by" -msgstr "" +msgstr "Ultima Modifica di" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__write_date @@ -928,7 +994,7 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__write_date #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__write_date msgid "Last Updated on" -msgstr "" +msgstr "Ultimo Aggiornamento il" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__gname @@ -940,7 +1006,7 @@ msgstr "" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__no_delete msgid "No Delete" -msgstr "" +msgstr "Non Cancellare" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_import.py:0 @@ -952,14 +1018,14 @@ msgstr "" #: code:addons/excel_import_export/models/xlsx_template.py:0 #, python-format msgid "No file content!" -msgstr "" +msgstr "Il file non ha contenuto!" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_report.py:0 #: code:addons/excel_import_export/wizard/export_xlsx_wizard.py:0 #, python-format msgid "No file in %s" -msgstr "" +msgstr "Nessun file in %s" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_report.py:0 @@ -967,62 +1033,62 @@ msgstr "" #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:0 #, python-format msgid "No template found" -msgstr "" +msgstr "Nessun modello trovato" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_export.py:0 #, python-format msgid "Not enough worksheets" -msgstr "" +msgstr "Non abbastanza fogli di lavoro" #. module: excel_import_export #: code:addons/excel_import_export/models/ir_report.py:0 #, python-format msgid "Only one id is allowed for excel_import_export" -msgstr "" +msgstr "Solo un id è consentito per excel_import_export" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__redirect_action msgid "Optional action, redirection after finish import operation" -msgstr "" +msgstr "Azione opzionale, redirezione dopo aver finito l'operazione di import" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_extension msgid "Optional for CSV, default is .csv" -msgstr "" +msgstr "Opzionale per CSV, il default è .csv" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_delimiter msgid "Optional for CSV, default is comma." -msgstr "" +msgstr "Opzionale per CSV, il default è virgola." #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__csv_quote msgid "Optional for CSV, default is full quoting." -msgstr "" +msgstr "Opzionale per CSV, default è doppie virgolette." #. module: excel_import_export #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:0 #, python-format msgid "Please select Excel file to import" -msgstr "" +msgstr "Prego selezionare il file Excel da importare" #. module: excel_import_export #: code:addons/excel_import_export/models/common.py:0 #: code:addons/excel_import_export/models/common.py:0 #, python-format msgid "Position %s is not valid" -msgstr "" +msgstr "Posizione %s non valida" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__post_import_hook msgid "Post Import Function Hook" -msgstr "" +msgstr "Aggancio Funzione Post Importazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Post Import Hook" -msgstr "" +msgstr "Aggancio Post Importazione" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_import.py:0 @@ -1031,48 +1097,50 @@ msgid "" "Post import operation error\n" "%s" msgstr "" +"Errore operazione post import\n" +"%s" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_export.py:0 #, python-format msgid "Records in %s exceed max records allowed" -msgstr "" +msgstr "I record in %s superano il numero massimo di record consentiti" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Remove Export Action" -msgstr "" +msgstr "Rimuove Azione di Esportazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Remove Import Action" -msgstr "" +msgstr "Rimuove Azione di Importazione" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form msgid "Remove Report Menu" -msgstr "" +msgstr "Rimuove Menù Report" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_ir_actions_report #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__report_action_id msgid "Report Action" -msgstr "" +msgstr "Azione Report" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__report_menu_id msgid "Report Menu" -msgstr "" +msgstr "Menù Report" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__result_model_id msgid "Report Model" -msgstr "" +msgstr "Modello Report" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_ir_actions_report__report_type msgid "Report Type" -msgstr "" +msgstr "Tipo Report" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_report_xlsx_wizard__res_model @@ -1082,46 +1150,46 @@ msgstr "" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_id msgid "Resource ID" -msgstr "" +msgstr "ID Risorsa" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_ids msgid "Resource IDs" -msgstr "" +msgstr "ID Risorse" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__res_model #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__res_model #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__res_model msgid "Resource Model" -msgstr "" +msgstr "Modello Risorse" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__result_field msgid "Result Field" -msgstr "" +msgstr "Campo Risultato" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__redirect_action msgid "Return Action" -msgstr "" +msgstr "Azione di Ritorno" #. module: excel_import_export #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_export__section_type__row #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_import__section_type__row msgid "Row" -msgstr "" +msgstr "Riga" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__row_field #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__row_field msgid "Row Field" -msgstr "" +msgstr "Campo Riga" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__datas msgid "Sample" -msgstr "" +msgstr "Esempio" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form @@ -1131,19 +1199,19 @@ msgstr "" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_report_xlsx_wizard__domain msgid "Search Criterias" -msgstr "" +msgstr "Criteri di Ricerca" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__section_type #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__section_type msgid "Section Type" -msgstr "" +msgstr "Tipo Sezione" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__sequence #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__sequence msgid "Sequence" -msgstr "" +msgstr "Sequenza" #. module: excel_import_export #: code:addons/excel_import_export/wizard/import_xlsx_wizard.py:0 @@ -1157,19 +1225,19 @@ msgstr "" #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_export__section_type__sheet #: model:ir.model.fields.selection,name:excel_import_export.selection__xlsx_template_import__section_type__sheet msgid "Sheet" -msgstr "" +msgstr "Foglio" #. module: excel_import_export #: code:addons/excel_import_export/models/xlsx_export.py:0 #: code:addons/excel_import_export/models/xlsx_import.py:0 #, python-format msgid "Sheet %s not found" -msgstr "" +msgstr "Il foglio %s non trovato" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__show_instruction msgid "Show Output" -msgstr "" +msgstr "Mostra Output" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__smart_search @@ -1184,43 +1252,43 @@ msgstr "" #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__smart_search #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_import__smart_search msgid "Smart Search" -msgstr "" +msgstr "Ricerca Intelligente" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__state #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__state #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__state msgid "State" -msgstr "" +msgstr "Stato" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__style_cond msgid "Style w/Cond." -msgstr "" +msgstr "Stile con Cond." #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__is_sum msgid "Sum" -msgstr "" +msgstr "Somma" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__template_id #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__template_id #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_report__template_id msgid "Template" -msgstr "" +msgstr "Modello" #. module: excel_import_export #: code:addons/excel_import_export/models/ir_report.py:0 #, python-format msgid "Template %s on model %s is not unique!" -msgstr "" +msgstr "Il modello %s sul modello %s non è unico!" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__fname #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template__name msgid "Template Name" -msgstr "" +msgstr "Nome Modello" #. module: excel_import_export #: code:addons/excel_import_export/models/common.py:0 @@ -1262,6 +1330,8 @@ msgstr "" #, python-format msgid "This import action is not usable in this document context" msgstr "" +"Questa azione di importazione non è utilizzabile in questo contesto del " +"documento" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__show_instruction @@ -1273,12 +1343,14 @@ msgstr "" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__input_instruction msgid "This is used to construct instruction in tab Import/Export" -msgstr "" +msgstr "Questo è usato per costruire le istruzioni nel tab Importa/Esporta" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__use_report_wizard msgid "Use common report wizard model, instead of create specific model" msgstr "" +"Usa il modello comune per il wizard dei report, invece di creare un modello " +"specifico" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_export_xlsx_wizard__user_can_see_changeset @@ -1300,22 +1372,22 @@ msgstr "" #: code:addons/excel_import_export/static/src/js/report/action_manager_report.js:0 #, python-format msgid "Warning" -msgstr "" +msgstr "Avviso" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_xlsx_template__result_model_id msgid "When use commone wizard, choose the result model" -msgstr "" +msgstr "Quando si una un wizard comune, seleziona il modello del risultato" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_export_xlsx_wizard msgid "Wizard for exporting excel" -msgstr "" +msgstr "Wizard per l'esportazione excel" #. module: excel_import_export #: model:ir.model,name:excel_import_export.model_import_xlsx_wizard msgid "Wizard for importing excel" -msgstr "" +msgstr "Wizard per l'importazione excel" #. module: excel_import_export #: model:ir.model.fields,field_description:excel_import_export.field_xlsx_template_export__template_id @@ -1323,25 +1395,25 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_form #: model_terms:ir.ui.view,arch_db:excel_import_export.view_xlsx_template_tree msgid "XLSX Template" -msgstr "" +msgstr "Modello XLSX" #. module: excel_import_export #: model:ir.actions.act_window,name:excel_import_export.action_xlsx_template #: model:ir.ui.menu,name:excel_import_export.menu_xlsx_template msgid "XLSX Templates" -msgstr "" +msgstr "Modelli XLSX" #. module: excel_import_export #: model:ir.model.fields,help:excel_import_export.field_import_xlsx_wizard__attachment_ids msgid "You can select multiple files to import." -msgstr "" +msgstr "Puoi selezionare file multipli per l'importazione." #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.export_xlsx_wizard #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard #: model_terms:ir.ui.view,arch_db:excel_import_export.xlsx_report_view msgid "or" -msgstr "" +msgstr "o" #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard