14 lines
342 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
'accounts_cash' => 'Kas',
'categories_deposit' => 'Deposit',
'categories_sales' => 'Penjualan',
2019-12-25 14:32:47 +03:00
'currencies_usd' => 'Dolar Amerika Serikat',
2018-01-13 15:08:50 +03:00
'currencies_eur' => 'Euro',
2019-12-25 14:32:47 +03:00
'currencies_gbp' => 'Pound sterling Inggris',
2018-01-13 15:08:50 +03:00
'currencies_try' => 'Lira Turki',
];