Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (104 of 104 strings)

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_sheet_file/it/
  • Loading branch information
mymage authored and feg-adhoc committed Feb 4, 2025
1 parent af97523 commit 75c243e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
14 changes: 7 additions & 7 deletions account_statement_import_sheet_file/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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-05-22 10:39+0000\n"
"PO-Revision-Date: 2024-12-05 12:06+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: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
"X-Generator: Weblate 5.6.2\n"

#. module: account_statement_import_sheet_file
#. odoo-python
Expand Down Expand Up @@ -64,7 +64,7 @@ msgstr "Conto: %s; "
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Allows to skip empty lines"
msgstr ""
msgstr "Consente di saltare righe vuote"

#. 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
Expand Down Expand Up @@ -138,7 +138,7 @@ msgstr "Colonne"
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
msgid "Columns to ignore before starting to parse"
msgstr ""
msgstr "Colonne da ignorare prima di iniziare l'elaborazione"

#. 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
Expand Down Expand Up @@ -365,14 +365,14 @@ 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__offset_column
msgid "Offset Column"
msgstr ""
msgstr "Colonna offset"

#. 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 "Offsets cannot be negative"
msgstr ""
msgstr "L'offset non può essere negativo"

#. 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
Expand Down Expand Up @@ -445,7 +445,7 @@ msgstr ""
#. module: account_statement_import_sheet_file
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
msgid "Skip Empty Lines"
msgstr ""
msgstr "Salta righe vuote"

#. module: account_statement_import_sheet_file
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,8 @@ def _convert_line_to_transactions(self, line): # noqa: C901
transaction["currency_id"] = currency.id

if transaction_id:
transaction["unique_import_id"] = "{}-{}".format(
transaction_id,
int(timestamp.timestamp()),
transaction["unique_import_id"] = (
f"{transaction_id}-{int(timestamp.timestamp())}"
)

transaction["payment_ref"] = description or _("N/A")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
invisible="not no_header"
>
<span
class="fa fa-info-circle"
/> indicate the column number in the Columns section. The first column is 0.
class="fa fa-info-circle"
/> indicate the column number in the Columns section. The first column is 0.
</div>
</group>
<group invisible="not debit_credit_column">
Expand All @@ -66,8 +66,8 @@
<group colspan="2" col="2">
<div class="alert alert-info" role="alert" colspan="2">
<span
class="fa fa-info-circle"
/> Add the column names or column number (when the file has no header).
class="fa fa-info-circle"
/> Add the column names or column number (when the file has no header).
You can concatenate multiple columns in the file into the same field, indicating the
column names or numbers separated by comma.
</div>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated from manifests external_dependencies
ofxparse
ofxparse

0 comments on commit 75c243e

Please sign in to comment.