This commit is contained in:
denisdulici
2017-12-13 14:54:52 +03:00
parent 7255889585
commit 91dcd4a3b4
26 changed files with 761 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<?php
return [
'accounts_cash' => 'نقدي',
'categories_uncat' => 'غير مدرج ب فئة',
'categories_deposit' => 'ايداع',
'categories_sales' => 'بيع',
'currencies_usd' => 'دولار امريكي',
'currencies_eur' => 'يورو',
'currencies_gbp' => 'جنية استرليني',
'currencies_try' => 'ليرة تركي',
'taxes_exempt' => 'الاعفاء الضريبي',
'taxes_normal' => 'الضريبة العادية',
'taxes_sales' => 'ضريبة المبيعات',
];