2018-04-29 01:04:19 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
'accounts_cash' => 'מזומנים',
|
|
|
|
'categories_deposit' => 'פיקדון',
|
|
|
|
'categories_sales' => 'מכירות',
|
|
|
|
'currencies_usd' => 'דולר אמריקאי',
|
|
|
|
'currencies_eur' => 'יורו',
|
|
|
|
'currencies_gbp' => 'לירה שטרלינג',
|
|
|
|
'currencies_try' => 'לירה טורקית',
|
|
|
|
'taxes_exempt' => 'פטור ממס',
|
|
|
|
'taxes_normal' => 'מס רגיל',
|
|
|
|
'taxes_sales' => 'מיסים מכירות',
|
2018-04-29 01:04:19 +03:00
|
|
|
|
|
|
|
];
|