mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code cleanup
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -75,7 +74,7 @@ return [
|
||||
'tagMode' => 'Modo de tag',
|
||||
'virtual_balance' => 'Saldo virtual',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Valor alvo',
|
||||
'account_role' => 'Tipo de conta',
|
||||
'opening_balance_date' => 'Data do saldo inicial',
|
||||
@@ -180,7 +178,7 @@ return [
|
||||
'journal_areYouSure' => 'Tem certeza que deseja excluir a transação ":description"?',
|
||||
'mass_journal_are_you_sure' => 'Tem a certeza que pretende apagar estas transações?',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => 'Você tem certeza que quer apagar a tag ":tag"?',
|
||||
'journal_link_areYouSure' => 'Tem certeza que deseja excluir o vínculo entre <a href=":source_link">:source</a> e <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Tem certeza que deseja excluir o tipo de vínculo ":name" (":inward" / ":outward")?',
|
||||
@@ -255,7 +252,7 @@ return [
|
||||
'fints_account' => 'Conta no FinTS',
|
||||
'local_account' => 'Conta no Firefly III',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -266,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Data inicial',
|
||||
'to_date' => 'Data final',
|
||||
'due_date' => 'Data de vencimento',
|
||||
@@ -313,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user