24 lines
1.0 KiB
PHP
24 lines
1.0 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'total_incomes' => 'Umumiy Daromadlar',
|
||
|
'receivables' => 'Debitorlik qarzlar',
|
||
|
'open_invoices' => 'Ochiq Schyot-fakturalar',
|
||
|
'overdue_invoices' => 'Kechiktirilgan Schyot-fakturalar',
|
||
|
'total_expenses' => 'Umumiy Xarajatlar',
|
||
|
'payables' => 'Kreditorlik qarzlar',
|
||
|
'open_bills' => 'Joriy Qarzlar',
|
||
|
'overdue_bills' => 'Muddati O\'tgan Qarzlar',
|
||
|
'total_profit' => 'Umumiy Foyda',
|
||
|
'open_profit' => 'Ochiq Foyda',
|
||
|
'overdue_profit' => 'Muddati O\'tgan Foyda',
|
||
|
'cash_flow' => 'Pul Muomalasi',
|
||
|
'no_profit_loss' => 'Foyda Mavjud Emas',
|
||
|
'incomes_by_category' => 'Kategoriya Bo\'yicha Daromadlar',
|
||
|
'expenses_by_category' => 'Toifalar Bo\'yicha Xarajatlar',
|
||
|
'account_balance' => 'Hisob Qoldig\'i',
|
||
|
'latest_incomes' => 'So\'nggi Daromadlar',
|
||
|
'latest_expenses' => 'So\'nggi Xarajatlar',
|
||
|
];
|