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' => 'نقدي',
'categories_deposit' => 'إيداع',
'categories_sales' => 'المبيعات',
'currencies_usd' => 'دولار أمريكي',
'currencies_eur' => 'يورو',
'currencies_gbp' => 'جنيه استرليني',
'currencies_try' => 'ليرة تركية',
'taxes_exempt' => 'الإعفاء الضريبي',
'taxes_normal' => 'الضريبة العادية',
'taxes_sales' => 'ضريبة المبيعات',
];
|