OCA Transbot
9 years ago
8 changed files with 467 additions and 0 deletions
-
251account_bank_statement_import/i18n/pt_BR.po
-
23account_bank_statement_import_camt/i18n/pt_BR.po
-
23account_bank_statement_import_mt940_nl_ing/i18n/pt_BR.po
-
23account_bank_statement_import_mt940_nl_rabo/i18n/pt_BR.po
-
33account_bank_statement_import_ofx/i18n/pt_BR.po
-
36account_bank_statement_import_qif/i18n/pt_BR.po
-
39account_bank_statement_import_save_file/i18n/pt_BR.po
-
39base_bank_account_number_unique/i18n/pt_BR.po
@ -0,0 +1,251 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_bank_statement_import |
|||
# |
|||
# Translators: |
|||
# danimaribeiro <danimaribeiro@gmail.com>, 2015 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:23+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:355 |
|||
#, python-format |
|||
msgid "%d transactions had already been imported and were ignored." |
|||
msgstr "%d transações já foram importadas e foram ignoradas." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:358 |
|||
#, python-format |
|||
msgid "1 transaction had already been imported and was ignored." |
|||
msgstr "1 transação já foi importada e foi ignorada." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "1. Download your bank statements from your bank website." |
|||
msgstr "1. Faça o download de seu extrato bancário do site de seu banco." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "" |
|||
"2. Make sure you have installed the right module to support the file format." |
|||
msgstr "2. Tenha certeza que instalou o módulo correto para o tipo de formato." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "3. Select the file and click 'Import'." |
|||
msgstr "3. Selecione o arquivo e clique \"Importar\"" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: sql_constraint:account.bank.statement.line:0 |
|||
msgid "A bank account transactions can be imported only once !" |
|||
msgstr "Uma transação bancária pode ser importada apenas uma vez!" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: help:account.bank.statement.import,journal_id:0 |
|||
msgid "" |
|||
"Accounting journal related to the bank statement you're importing. It has be" |
|||
" be manually chosen for statement formats which doesn't allow automatic " |
|||
"journal detection (QIF for example)." |
|||
msgstr "O diário relacionado ao seu extrato bancário que está importando. Deve ser escolhido manualmente para formatos que não permitem a detecção do diário automática. (QIF por exemplo)." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:361 |
|||
#, python-format |
|||
msgid "Already imported items" |
|||
msgstr "Itens já importados" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: model:ir.model,name:account_bank_statement_import.model_res_partner_bank |
|||
msgid "Bank Accounts" |
|||
msgstr "Contas bancárias" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.import,data_file:0 |
|||
msgid "Bank Statement File" |
|||
msgstr "Arquivo extrato bancário" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line |
|||
msgid "Bank Statement Line" |
|||
msgstr "Linha do extrato bancário" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.config.settings:account_bank_statement_import.view_account_config_settings |
|||
msgid "Bank statement import" |
|||
msgstr "Importar extrato bancário" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:120 |
|||
#, python-format |
|||
msgid "Can not determine journal for import." |
|||
msgstr "Não pode determinar o diário para importar" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:114 |
|||
#, python-format |
|||
msgid "Can not find the account number %s." |
|||
msgstr "Não foi possível encontrar a conta número %s." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "Cancel" |
|||
msgstr "Cancelar" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:158 |
|||
#, python-format |
|||
msgid "" |
|||
"Could not make sense of the given file.\n" |
|||
"Did you install the module to support this type of file?" |
|||
msgstr "O arquivo não faz sentido.\nVocê instalou o módulo correto para suporte este tipo de arquivo?" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.import,create_uid:0 |
|||
msgid "Created by" |
|||
msgstr "Criado por" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.import,create_date:0 |
|||
msgid "Created on" |
|||
msgstr "Criado em" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.config.settings,module_base_bank_account_number_unique:0 |
|||
msgid "Enforce unique account numbers on bank accounts" |
|||
msgstr "Forçar números únicos nas contas bancárias." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: help:account.bank.statement.import,data_file:0 |
|||
msgid "" |
|||
"Get you bank statements in electronic format from your bank and select them " |
|||
"here." |
|||
msgstr "Pegue os extratos eletrônicos do seu banco e selecione-os aqui." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "How to import your bank statement :" |
|||
msgstr "Como importar seu extrato bancário:" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.import,id:0 |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import |
|||
#: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import |
|||
msgid "Import" |
|||
msgstr "Importar" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import |
|||
msgid "Import Bank Statement" |
|||
msgstr "Importar Extrato Bancário" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "Import Bank Statements" |
|||
msgstr "Importar Extratos Bancários" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.line,unique_import_id:0 |
|||
msgid "Import ID" |
|||
msgstr "Id da importação" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.import,journal_id:0 |
|||
msgid "Journal" |
|||
msgstr "Diário" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.import,write_uid:0 |
|||
msgid "Last Updated by" |
|||
msgstr "Última atualização por" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:account.bank.statement.import,write_date:0 |
|||
msgid "Last Updated on" |
|||
msgstr "Última atualização em" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: field:res.partner.bank,sanitized_acc_number:0 |
|||
msgid "Sanitized Account Number" |
|||
msgstr "Número da conta sanitizado" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:242 |
|||
#, python-format |
|||
msgid "Statement currency id is %d, but company currency id = %d." |
|||
msgstr "Moeda do extrato é %d, mas a moeda da empresa é %d." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:228 |
|||
#, python-format |
|||
msgid "Statement currency id is %d, but journal currency id = %d." |
|||
msgstr "Moeda do extrato é %d, mas a moeda do diário é %d." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:183 |
|||
#, python-format |
|||
msgid "Statement has invalid currency code %s" |
|||
msgstr "Extrato tem código de moeda inválido %s" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:211 |
|||
#, python-format |
|||
msgid "The account of this statement is linked to another journal." |
|||
msgstr "A conta deste extrato está ligada a outro diário." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:247 |
|||
#, python-format |
|||
msgid "" |
|||
"The currency of the bank statement is not the same as the company currency !" |
|||
msgstr "A moeda deste extrato não é a mesma da empresa!" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:233 |
|||
#, python-format |
|||
msgid "" |
|||
"The currency of the bank statement is not the same as the currency of the " |
|||
"journal !" |
|||
msgstr "A moeda deste extrato não é a mesma do diário!" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:167 |
|||
#, python-format |
|||
msgid "This file doesn't contain any statement." |
|||
msgstr "O arquivo não contém nenhum registro." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:172 |
|||
#, python-format |
|||
msgid "This file doesn't contain any transaction." |
|||
msgstr "O arquivo não contém nenhuma transação." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:99 |
|||
#, python-format |
|||
msgid "You have already imported that file." |
|||
msgstr "Você já importou este arquivo." |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "_Import" |
|||
msgstr "_Import" |
|||
|
|||
#. module: account_bank_statement_import |
|||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|||
msgid "or" |
|||
msgstr "ou" |
@ -0,0 +1,23 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_bank_statement_import_camt |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:26+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: account_bank_statement_import_camt |
|||
#: model:ir.model,name:account_bank_statement_import_camt.model_account_bank_statement_import |
|||
msgid "Import Bank Statement" |
|||
msgstr "Importar Extrato Bancário" |
@ -0,0 +1,23 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_bank_statement_import_mt940_nl_ing |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:26+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: account_bank_statement_import_mt940_nl_ing |
|||
#: model:ir.model,name:account_bank_statement_import_mt940_nl_ing.model_account_bank_statement_import |
|||
msgid "Import Bank Statement" |
|||
msgstr "Importar Extrato Bancário" |
@ -0,0 +1,23 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_bank_statement_import_mt940_nl_rabo |
|||
# |
|||
# Translators: |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:25+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: account_bank_statement_import_mt940_nl_rabo |
|||
#: model:ir.model,name:account_bank_statement_import_mt940_nl_rabo.model_account_bank_statement_import |
|||
msgid "Import Bank Statement" |
|||
msgstr "Importar Extrato Bancário" |
@ -0,0 +1,33 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_bank_statement_import_ofx |
|||
# |
|||
# Translators: |
|||
# danimaribeiro <danimaribeiro@gmail.com>, 2015 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:24+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: account_bank_statement_import_ofx |
|||
#: model:ir.model,name:account_bank_statement_import_ofx.model_account_bank_statement_import |
|||
msgid "Import Bank Statement" |
|||
msgstr "Importar extrato bancário" |
|||
|
|||
#. module: account_bank_statement_import_ofx |
|||
#: code:addons/account_bank_statement_import_ofx/account_bank_statement_import_ofx.py:67 |
|||
#, python-format |
|||
msgid "" |
|||
"The following problem occurred during import. The file might not be valid.\n" |
|||
"\n" |
|||
" %s" |
|||
msgstr "O seguinte problema ocorreu durante a importação. O arquivo não deve ser válido.\n\n%s" |
@ -0,0 +1,36 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_bank_statement_import_qif |
|||
# |
|||
# Translators: |
|||
# danimaribeiro <danimaribeiro@gmail.com>, 2015 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:26+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: account_bank_statement_import_qif |
|||
#: code:addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py:39 |
|||
#, python-format |
|||
msgid "Could not decipher the QIF file." |
|||
msgstr "Não foi possível decifrar o arquivo QIF." |
|||
|
|||
#. module: account_bank_statement_import_qif |
|||
#: model:ir.model,name:account_bank_statement_import_qif.model_account_bank_statement_import |
|||
msgid "Import Bank Statement" |
|||
msgstr "Importar Extrato Bancário" |
|||
|
|||
#. module: account_bank_statement_import_qif |
|||
#: code:addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py:83 |
|||
#, python-format |
|||
msgid "This file is either not a bank statement or is not correctly formed." |
|||
msgstr "O arquivo não é um extrato bancário ou o formato é incorreto." |
@ -0,0 +1,39 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_bank_statement_import_save_file |
|||
# |
|||
# Translators: |
|||
# danimaribeiro <danimaribeiro@gmail.com>, 2015 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:25+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: account_bank_statement_import_save_file |
|||
#: model:ir.model,name:account_bank_statement_import_save_file.model_account_bank_statement |
|||
msgid "Bank Statement" |
|||
msgstr "Extrato bancário" |
|||
|
|||
#. module: account_bank_statement_import_save_file |
|||
#: model:ir.model,name:account_bank_statement_import_save_file.model_account_bank_statement_import |
|||
msgid "Import Bank Statement" |
|||
msgstr "Importar Extrato Bancário" |
|||
|
|||
#. module: account_bank_statement_import_save_file |
|||
#: field:account.bank.statement,import_file:0 |
|||
msgid "Import file" |
|||
msgstr "Importar arquivo." |
|||
|
|||
#. module: account_bank_statement_import_save_file |
|||
#: view:account.bank.statement:account_bank_statement_import_save_file.view_bank_statement_form |
|||
msgid "Imported file" |
|||
msgstr "Arquivo importado." |
@ -0,0 +1,39 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_bank_account_number_unique |
|||
# |
|||
# Translators: |
|||
# danimaribeiro <danimaribeiro@gmail.com>, 2015 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2015-10-09 09:23+0000\n" |
|||
"PO-Revision-Date: 2015-10-09 00:28+0000\n" |
|||
"Last-Translator: danimaribeiro <danimaribeiro@gmail.com>\n" |
|||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/pt_BR/)\n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Language: pt_BR\n" |
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" |
|||
|
|||
#. module: base_bank_account_number_unique |
|||
#: sql_constraint:res.partner.bank:0 |
|||
msgid "Account Number must be unique" |
|||
msgstr "Número da conta deve ser único." |
|||
|
|||
#. module: base_bank_account_number_unique |
|||
#: model:ir.model,name:base_bank_account_number_unique.model_res_partner_bank |
|||
msgid "Bank Accounts" |
|||
msgstr "Contas bancárias" |
|||
|
|||
#. module: base_bank_account_number_unique |
|||
#: code:addons/base_bank_account_number_unique/hooks.py:44 |
|||
#, python-format |
|||
msgid "" |
|||
"Module installation can't proceed as you have duplicate account numbers in your system already. Please clean that up and try again.\n" |
|||
"The following shows the first %d duplicate account numbers\n" |
|||
"%s\n" |
|||
"(if you see less than %d, those are the only duplicates)" |
|||
msgstr "Instalação do módulo não pode proceder porque você tem números de contas bancárias duplicadas em seu sistema. Por favor corrija e tente novamente. O seguinte mostra as primeiras %d contas duplicadas.\n%s\n(se você ver menos que %d, então estes são os únicos duplicados)" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue