New language strings.

This commit is contained in:
James Cole
2018-04-28 15:26:45 +02:00
parent 8ef3f18da7
commit 0a2308592f
141 changed files with 293 additions and 103 deletions

View File

@@ -33,7 +33,7 @@ return [
'name' => 'Nome',
'role' => 'Papel',
'currentBalance' => 'Saldo atual',
'linked_to_rules' => 'Relevant rules',
'linked_to_rules' => 'Regras relevantes',
'active' => 'Está ativo?',
'lastActivity' => 'Última atividade',
'balanceDiff' => 'Diferença de saldo',
@@ -112,4 +112,9 @@ return [
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
'account_at_bunq' => 'Account with bunq',
'file_name' => 'File name',
'file_size' => 'File size',
'file_type' => 'File type',
'attached_to' => 'Attached to',
'file_exists' => 'File exists',
];