added Brazilian translation

This commit is contained in:
denisdulici
2017-09-21 09:55:58 +03:00
parent f120adbde2
commit 627d17f71d
27 changed files with 720 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php
return [
'account_name' => 'Nome',
'number' => 'Número',
'opening_balance' => 'Saldo Inicial',
'current_balance' => 'Valor Atual',
'bank_name' => 'Nome do Banco',
'bank_phone' => 'Telefone',
'bank_address' => 'Endereço',
'default_account' => 'Conta Padrão',
'all' => 'Todas as Contas',
];