2019-03-25 15:29:11 +03:00

14 lines
333 B
PHP

<?php
return [
'accounts_cash' => 'Dinheiro',
'categories_deposit' => 'Depósito',
'categories_sales' => 'Vendas',
'currencies_usd' => 'US Americado',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libras Britânicas',
'currencies_try' => 'Lira Turca',
];