18 lines
513 B
PHP
18 lines
513 B
PHP
|
<?php
|
|||
|
|
|||
|
return [
|
|||
|
|
|||
|
'accounts_cash' => 'Kasa',
|
|||
|
'categories_uncat' => 'Kategorize edilmemiş',
|
|||
|
'categories_deposit' => 'Depozito',
|
|||
|
'categories_sales' => 'Satış',
|
|||
|
'currencies_usd' => 'Amerikan Doları',
|
|||
|
'currencies_eur' => 'Avro',
|
|||
|
'currencies_gbp' => 'İngiliz Sterlini',
|
|||
|
'currencies_try' => 'Türk Lirası',
|
|||
|
'taxes_exempt' => 'Muaf',
|
|||
|
'taxes_normal' => 'Normal',
|
|||
|
'taxes_sales' => 'Satış',
|
|||
|
|
|||
|
];
|