25 lines
1.5 KiB
PHP
25 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'currencies' => 'मुद्राओं',
|
|
'total_income' => 'कुल आय',
|
|
'receivables' => 'प्राप्तियां',
|
|
'open_invoices' => 'वर्तमान चालान',
|
|
'overdue_invoices' => 'समय पर भुगतान नहीं किये हुए चालान',
|
|
'total_expenses' => 'कुल व्यय',
|
|
'payables' => 'देय',
|
|
'open_bills' => 'वर्तमान बिल',
|
|
'overdue_bills' => 'समय पर भुगतान नहीं किये हुए बिल',
|
|
'total_profit' => 'कुल लाभ',
|
|
'open_profit' => 'वर्तमान लाभ',
|
|
'overdue_profit' => 'समय पर भुगतान नहीं किया हुआ लाभ',
|
|
'cash_flow' => 'नकद प्रवाह',
|
|
'no_profit_loss' => 'ना लाभ ना हानि',
|
|
'income_by_category' => 'श्रेणी के अनुसार आय',
|
|
'expenses_by_category' => 'श्रेणी के अनुसार व्यय',
|
|
'account_balance' => 'खाते का बैलेंस',
|
|
'latest_income' => 'नवीनतम आय',
|
|
'latest_expenses' => 'नवीनतम व्यय',
|
|
];
|