2019-12-25 14:32:47 +03:00

14 lines
342 B
PHP

<?php
return [
'accounts_cash' => 'Kas',
'categories_deposit' => 'Deposit',
'categories_sales' => 'Penjualan',
'currencies_usd' => 'Dolar Amerika Serikat',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Pound sterling Inggris',
'currencies_try' => 'Lira Turki',
];