updated translations
This commit is contained in:
23
resources/lang/hi-IN/widgets.php
Normal file
23
resources/lang/hi-IN/widgets.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'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' => 'नवीनतम व्यय',
|
||||
];
|
Reference in New Issue
Block a user