first commit

This commit is contained in:
denisdulici
2017-09-14 22:21:00 +03:00
commit 515bdaf5cd
598 changed files with 48030 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?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ış',
];