forked from OCA/bank-statement-import
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #608 from OCA/18.0
Syncing from upstream OCA/bank-statement-import (18.0)
- Loading branch information
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,15 +21,15 @@ msgstr "" | |
"Project-Id-Version: Odoo Server saas~12.5\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-01-26 09:11+0000\n" | ||
"PO-Revision-Date: 2023-07-29 12:10+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"PO-Revision-Date: 2025-02-11 17:06+0000\n" | ||
"Last-Translator: Juan José Scarafía <[email protected]>\n" | ||
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" | ||
"Language: es\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 4.17\n" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: account_statement_import_file | ||
#. odoo-python | ||
|
@@ -62,6 +62,10 @@ msgid "" | |
"the related bank journal. If the related bank journal doesn't exist yet, you " | ||
"should create a new one." | ||
msgstr "" | ||
"No se pudo encontrar ninguna cuenta bancaria con el número '%(account_number)" | ||
"s' vinculada a '%(partner_name)s'. Debe crear la cuenta bancaria y " | ||
"establecerla en el diario bancario relacionado. Si el diario bancario " | ||
"relacionado aún no existe, debe crear uno nuevo." | ||
|
||
#. module: account_statement_import_file | ||
#: model:ir.model.fields,field_description:account_statement_import_file.field_account_statement_import__create_uid | ||
|
@@ -170,6 +174,10 @@ msgid "" | |
"not set on any bank journal. You should set it on the related bank journal. " | ||
"If the related bank journal doesn't exist yet, you should create a new one." | ||
msgstr "" | ||
"La cuenta bancaria con el número '%(account_number)s' existe en Odoo pero no " | ||
"está establecida en ningún diario bancario. Debes establecerla en el diario " | ||
"bancario relacionado. Si el diario bancario relacionado aún no existe, debe " | ||
"crear uno nuevo." | ||
|
||
#. module: account_statement_import_file | ||
#. odoo-python | ||
|