b7c7a5f6
Alexey Boroda
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
return [
'accounts_cash' => 'Kasa',
'categories_deposit' => 'Depozito',
'categories_sales' => 'Satış',
'currencies_usd' => 'Amerikan Doları',
'currencies_eur' => 'Avro',
'currencies_gbp' => 'İngiliz Sterlini',
'currencies_try' => 'Türk Lirası',
'taxes_exempt' => 'Vergi Muaf',
'taxes_normal' => 'Normal Vergi',
'taxes_sales' => 'Satış Vergisi',
];
|