Files
bank-statement-import/account_statement_import_sheet_file/i18n/it.po
Alessandro Fiorino 10558c2499 Translated using Weblate (Italian)
Currently translated at 98.9% (98 of 99 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/it/
2024-03-30 12:34:26 +00:00

618 lines
30 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_txt_xlsx
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-18 06:13+0000\n"
"PO-Revision-Date: 2024-03-30 12:34+0000\n"
"Last-Translator: Alessandro Fiorino <alessandro.fiorino@digitaldomus.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: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
#, python-format
msgid "%(code)s: %(filename)s"
msgstr "%(code)s: %(filename)s"
#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_sheet_mapping_tree
msgid ""
"<span class=\"fa fa-info-circle\"/> Add the column names or column number "
"(when the file has no header).\n"
" You can concatenate multiple columns in the "
"file into the same field, indicating the\n"
" column names or numbers separated by comma."
msgstr ""
"<span class=\"fa fa-info-circle\"/> Aggiungi il nome delle colonne o il "
"numero (quando il file non ha intestazione).\n"
" Puoi concatenare colonne multiple nello "
"stesso campo, indicando i\n"
" nomi delle colonne o i numeri separati da "
"virgola."
#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_sheet_mapping_tree
msgid ""
"<span class=\"fa fa-info-circle\"/> indicate the column number in the "
"Columns section. The first column is 0."
msgstr ""
"<span class=\"fa fa-info-circle\"/> indica il numero della colonna nella "
"sezione Colonne. La prima colonna è 0."
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__amount_type__absolute_value
msgid "Absolute value"
msgstr "Valore assoluto"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
#, python-format
msgid "Account: %s; "
msgstr "Conto: %s; "
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
msgid "Amount column"
msgstr "Colonna importo"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_type
msgid "Amount type"
msgstr "Tipo importo"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import.py:0
#, python-format
msgid "Bad file/mapping: "
msgstr "File/mapping errato: "
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__balance_column
#, fuzzy
msgid "Balance Column"
msgstr "Colonna Bilancio"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__balance_column
msgid "Balance after transaction in journal's currency"
msgstr "Saldo dopo l'operazione nella valuta del registro"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__iso-8859-4
msgid "Baltic (Latin-4 / ISO 8859-4)"
msgstr "Baltico (Latin-4 / ISO 8859-4)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_account_column
msgid "Bank Account Column"
msgstr "Colonna Conto Corrente"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_name_column
msgid "Bank Name Column"
msgstr "Colonna Nome Banca"
#. module: account_statement_import_sheet_file
#: model:ir.model,name:account_statement_import_sheet_file.model_account_statement_import_sheet_mapping
msgid "Bank Statement Import Sheet Mapping"
msgstr "Mappatura foglio importazione estratti conto bancari"
#. module: account_statement_import_sheet_file
#: model:ir.model,name:account_statement_import_sheet_file.model_account_statement_import_sheet_parser
msgid "Bank Statement Import Sheet Parser"
msgstr "Analizzatore foglio importazione estratti conto bancari"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
#, python-format
msgid "Bank: %s; "
msgstr "Banca: %s; "
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__iso-8859-2
msgid "Central European (Latin-2 / ISO 8859-2)"
msgstr "Europeo centrale (Latin-2 / ISO 8859-2)"
#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_sheet_mapping_tree
msgid "Columns"
msgstr "Colonne"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_date
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__create_date
msgid "Created on"
msgstr "Creato il"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__credit_value
msgid "Credit Value"
msgstr "Valore Credito"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_credit_column
msgid "Credit amount column"
msgstr "Colonna importo credito"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_credit_column
msgid "Credit amount of transaction in journal's currency"
msgstr "Importo credito della transazione nella valuta del registro"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__currency_column
msgid "Currency Column"
msgstr "Colonna Valuta"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__koi8_r
msgid "Cyrillic (KOI8-R)"
msgstr "Cirillico (KOI8-R)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__koi8_u
msgid "Cyrillic (KOI8-U)"
msgstr "Cirillico (KOI8-U)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__windows-1251
msgid "Cyrillic (Windows-1251)"
msgstr "Cirillico (Windows-1251)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_value
msgid "Debit Value"
msgstr "Valore Debito"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_debit_column
msgid "Debit amount column"
msgstr "Colonna importo debito"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_debit_column
msgid "Debit amount of transaction in journal's currency"
msgstr "Importo debito della transazione nella valuta del registro"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_credit_column
msgid "Debit/credit column"
msgstr "Colonna dare/avere"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__float_decimal_sep
msgid "Decimals Separator"
msgstr "Separatore decimali"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_journal__default_sheet_mapping_id
msgid "Default Sheet Mapping"
msgstr "Mappatura foglio predefinita"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__delimiter
msgid "Delimiter"
msgstr "Delimitatore"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__description_column
msgid "Description Column"
msgstr "Colonna Descrizione"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__display_name
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__amount_type__distinct_credit_debit
msgid "Distinct Credit/debit Column"
msgstr "Colonne dare/avere distinte"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__file_encoding
msgid "Encoding"
msgstr "Codifica"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__no_header
msgid "File does not contain header line"
msgstr "Il file non contiene riga di intestazione"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__footer_lines_skip_count
msgid "Footer lines skip count"
msgstr "Numero righe da saltare a piè pagina"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__header_lines_skip_count
msgid "Header lines skip count"
msgstr "Numero righe da saltare in intestazione"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__id
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__id
msgid "ID"
msgstr "ID"
#. module: account_statement_import_sheet_file
#: model:ir.model,name:account_statement_import_sheet_file.model_account_statement_import
msgid "Import Bank Statement Files"
msgstr "Importazione file estratto conto bancario"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__currency_column
msgid ""
"In case statement is multi-currency, column to get currency of transaction "
"from"
msgstr ""
"In caso di estratto conto multivaluta, colonna dalla quale ottenere la "
"valuta dell'operazione"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_currency_column
msgid ""
"In case statement provides original currency for transactions with automatic "
"currency conversion, column to get original currency of transaction from"
msgstr ""
"Nel caso in cui l'estratto conto fornisca la valuta originaria per "
"operazioni con conversione automatica, colonna dalla quale ottenere tale "
"valuta"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
msgid ""
"In case statement provides original currency for transactions with automatic "
"currency conversion, column to get original transaction amount in original "
"transaction currency from"
msgstr ""
"Nel caso in cui l'estratto conto fornisca la valuta originaria per "
"operazioni con conversione automatica, colonna dalla quale ottenere "
"l'importo originario dell'operazione in tale valuta"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_inverse_sign
msgid ""
"In some cases such as in credit card statements the amounts are expressed in "
"the inverse sign. By setting this flag during the upload the amounts will be "
"inverted in sign."
msgstr ""
"In alcuni casi come le transazioni delle carte di credito gli importi sono "
"espressi con il segno invero. Impostando questo flag durante il caricamento "
"gli importi verranno invertiti di segno."
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_inverse_sign
msgid "Inverse sign of amount"
msgstr "Inverti il segno dell'importo"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__shift_jis
msgid "Japanese (Shift JIS)"
msgstr "Giapponese (Shift JIS)"
#. module: account_statement_import_sheet_file
#: model:ir.model,name:account_statement_import_sheet_file.model_account_journal
msgid "Journal"
msgstr "Registro"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping____last_update
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__write_uid
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__write_date
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_parser__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__n/a
#, python-format
msgid "N/A"
msgstr "N/D"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__name
msgid "Name"
msgstr "Nome"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
#, python-format
msgid "No valid encoding was found for the attached file"
msgstr "Nessuna codifica valida è stata trovata per il file allegato"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__notes_column
msgid "Notes Column"
msgstr "Colonna Note"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
msgid "Original Amount Column"
msgstr "Colonna Importo Originale"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_currency_column
msgid "Original Currency Column"
msgstr "Colonna Valuta Originale"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__partner_name_column
msgid "Partner Name Column"
msgstr "Colonna Nome Contatto"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_name_column
msgid "Partner's bank"
msgstr "Banca del partner"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__bank_account_column
msgid "Partner's bank account"
msgstr "Conto bancario del partner"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__reference_column
msgid "Reference Column"
msgstr "Colonna Riferimento"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__footer_lines_skip_count
msgid ""
"Set the Footer lines number.Used in some csv/xlsx file that integrate meta "
"data inlast lines."
msgstr ""
"Imposta il numero di righe a piè pagina Usata in alcuni file csv/xlsx che "
"riportano dati extra nelle ultime righe."
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__header_lines_skip_count
msgid "Set the Header lines number."
msgstr "Imposta il numero di righe di Intestazione."
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import__sheet_mapping_id
msgid "Sheet mapping"
msgstr "Mappatura foglio"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__amount_type__simple_value
msgid "Simple value"
msgstr "Valore semplice"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_type
msgid ""
"Simple value: use igned amount in amount column\n"
"Absolute Value: use a same column for debit and credit\n"
"(absolute value + indicate sign)\n"
"Distinct Credit/debit Column: use a distinct column for debit and credit"
msgstr ""
"Valore semplice: usa il valore con segno nella colonna importo\n"
"Valore assoluto: usa la stessa colonna per debito e credito\n"
"(valore assoluto + segno indicato)\n"
"Distinzione colonne Debito/Credito: una due colonne distinte per debito e "
"credito"
#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
msgid "Statement Import Map"
msgstr "Mappa di importazione estratti conto"
#. module: account_statement_import_sheet_file
#: model:ir.actions.act_window,name:account_statement_import_sheet_file.action_statement_import_sheet_report_mappings
#: model:ir.ui.menu,name:account_statement_import_sheet_file.menu_statement_import_sheet_mapping
msgid "Statement Sheet Mappings"
msgstr "Mappature foglio estratti conto"
#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.account_statement_import_form
msgid "TXT/CSV/XLSX mapping:"
msgstr "Mappatura TXT/CSV/XLSX:"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__quotechar
msgid "Text qualifier"
msgstr "Qualificatore testo"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__float_thousands_sep
msgid "Thousands Separator"
msgstr "Separatore migliaia"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__timestamp_column
msgid "Timestamp Column"
msgstr "Colonna data/ora"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__timestamp_format
msgid "Timestamp Format"
msgstr "Formato marcatura temporale"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__big5
msgid "Traditional Chinese (big5)"
msgstr "Cinese tradizionale (big5)"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py:0
#, python-format
msgid "Transaction ID: %s; "
msgstr "ID operazione: %s; "
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-16
msgid "UTF-16"
msgstr "UTF-16"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-16-sig
msgid "UTF-16 (with BOM)"
msgstr "UTF-16 (con BOM)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-8
msgid "UTF-8"
msgstr "UTF-8"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__utf-8-sig
msgid "UTF-8 (with BOM)"
msgstr "UTF-8 (con BOM)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__gb18030
msgid "Unified Chinese (gb18030)"
msgstr "Cinese unificato (gb18030)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__transaction_id_column
msgid "Unique transaction ID column"
msgstr "Colonna ID operazione univoca"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid "Use amount_column if you have set Amount type = 'Single value'"
msgstr "Usa colonna importo se il tipo importo = 'Singolo valore'"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid ""
"Use amount_debit_column and amount_credit_column if you have set Amount type "
"= 'Distinct Credit/debit Column'"
msgstr ""
"Usa colonna importo debito e colonna importo credito se tipo importo = "
"'Distingui colonne Credito/Debito'"
#. module: account_statement_import_sheet_file
#. odoo-python
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
#, python-format
msgid "Use debit_credit_column if you have set Amount type = 'Absolute value'"
msgstr "Usa colonna debito/credito se tipo importo = 'Valore assoluto'"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_credit_column
msgid ""
"Used if amount type is \"Absolute value\"\n"
"Some statement formats use absolute amount value and indicate sign\n"
"of the transaction by specifying if it was a debit or a credit one"
msgstr ""
"Alcuni formati di estratto conto utilizzano un valore assoluto per l'importo "
"e indicano il segno dell'operazione specificando se è in dare o in avere"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
msgid ""
"Used if amount type is \"Simple value\" or \"Absolute value\"\n"
"Amount of transaction in journal's currency\n"
"Some statement formats use credit/debit columns"
msgstr ""
"Usato se il tipo importo è \"Valore semplice\" o \"Valore assoluto\"\n"
"Importo della transazione nella valuta del registro\n"
"Alcuni formati di transazione usano colonne credito/debito"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__credit_value
msgid "Value of debit/credit column that indicates if it's a credit"
msgstr "Valore della colonna dare/avere che indica se è un credito"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__debit_value
msgid "Value of debit/credit column that indicates if it's a debit"
msgstr "Valore della colonna dare/avere che indica se è un debito"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__iso-8859-1
msgid "Western (Latin-1 / ISO 8859-1)"
msgstr "Occidentale (Latin-1 / ISO 8859-1)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__file_encoding__windows-1252
msgid "Western (Windows-1252)"
msgstr "Occidentale (Windows-1252)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__no_header
msgid ""
"When this occurs please indicate the column number in the Columns section "
"instead of the column name, considering that the first column is 0"
msgstr ""
"Quando questo capita prego indicare il numero di colonna nella sezione "
"Colonne invece del nome della colonna, considerando che l'indice della prima "
"colonna è 0"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__comma
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_decimal_sep__comma
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_thousands_sep__comma
msgid "comma (,)"
msgstr "virgola (,)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__dot
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_decimal_sep__dot
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_thousands_sep__dot
msgid "dot (.)"
msgstr "punto (.)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_decimal_sep__none
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__float_thousands_sep__none
msgid "none"
msgstr "nessuno"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__semicolon
msgid "semicolon (;)"
msgstr "punto e virgola (;)"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__space
msgid "space"
msgstr "spazio"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields.selection,name:account_statement_import_sheet_file.selection__account_statement_import_sheet_mapping__delimiter__tab
msgid "tab"
msgstr "tabulazione"