New strings [skip ci]

This commit is contained in:
James Cole
2017-11-24 17:06:42 +01:00
parent 7a1f698d5e
commit 93c2f13807
34 changed files with 268 additions and 84 deletions

View File

@@ -17,7 +17,7 @@ return [
'id' => 'ID',
'create_date' => 'Utworzono',
'update_date' => 'Zaktualizowano',
'updated_at' => 'Zaktualizowano',
'updated_at' => 'Zaktualizowano',
'balance_before' => 'Saldo przed',
'balance_after' => 'Saldo po',
'name' => 'Nazwa',
@@ -89,4 +89,5 @@ return [
'sum_withdrawals' => 'Suma wypłat',
'sum_deposits' => 'Suma wpłat',
'sum_transfers' => 'Suma transferów',
'reconcile' => 'Reconcile',
];