This commit is contained in:
Denis Duliçi
2020-06-04 14:13:40 +03:00
parent 550b0b8195
commit dc2f572ce4
34 changed files with 1232 additions and 1 deletions

View 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' => 'पछिल्ला खर्चहरू',
];