mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix validation, update version.
This commit is contained in:
@@ -1155,9 +1155,9 @@ return [
|
||||
'updated_withdrawal' => 'Alterar levantamento ":description"',
|
||||
'updated_deposit' => 'Alterar deposito ":description"',
|
||||
'updated_transfer' => 'Alterar transferencia ":description"',
|
||||
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
|
||||
'no_changes_deposit' => 'Deposit ":description" was not changed.',
|
||||
'no_changes_transfer' => 'Transfer ":description" was not changed.',
|
||||
'no_changes_withdrawal' => 'O levantamento ":description" não foi alterado.',
|
||||
'no_changes_deposit' => 'O depósito ":description" não foi alterado.',
|
||||
'no_changes_transfer' => 'A transferência ":description" não foi alterada.',
|
||||
'delete_withdrawal' => 'Apagar levantamento ":description"',
|
||||
'delete_deposit' => 'Apagar deposito ":description"',
|
||||
'delete_transfer' => 'Apagar transferencia ":description"',
|
||||
@@ -1238,8 +1238,8 @@ return [
|
||||
'journal_link_bill' => 'Esta transacção está ligada à conta <a href=":route">:name</a>. Para remover a ligação, desmarque a caixa de selecção. Utilize as regras para conectá-la a outra conta.',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transação #{ID} ("{title}")</a> foi guardada.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transação#{ID}</a> foi guardada.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transação #{ID}</a> ("{title}") foi atualizada.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transação #{ID}</a> ("{title}") não recebeu nenhuma alteração.',
|
||||
'first_split_decides' => 'A primeira divisão determina o valor deste campo',
|
||||
'first_split_overrules_source' => 'A primeira divisão pode anular a conta de origem',
|
||||
'first_split_overrules_destination' => 'A primeira divisão pode anular a conta de destino',
|
||||
|
||||
@@ -60,7 +60,7 @@ return [
|
||||
'less' => ':attribute tem de ser menor que 10,000,000',
|
||||
'active_url' => 'O :attribute nao e um URL valido.',
|
||||
'after' => 'I :attribute tem de ser uma data depois de :date.',
|
||||
'date_after' => 'A data final deve ser anterior à data inicial.',
|
||||
'date_after' => 'The start date must be before the end date.',
|
||||
'alpha' => 'O :attribute apenas pode conter letras.',
|
||||
'alpha_dash' => 'O :attribute apenas pode conter letras, numero e tracos.',
|
||||
'alpha_num' => 'O :attribute apenas pode conter letras e numeros.',
|
||||
|
||||
Reference in New Issue
Block a user