b7c7a5f6
Alexey Boroda
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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' => 'مالیات بر فروش',
];
|