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,30 @@
<?php
return [
'this_year' => 'यस वर्ष',
'previous_year' => 'पोहोर साल',
'this_quarter' => 'यस त्रैमासिक',
'previous_quarter' => 'अघिल्लो त्रैमासिक',
'last_12_months' => 'पछिल्ला 12 महिना',
'profit_loss' => 'लाभ र नोक्सान',
'gross_profit' => 'सकल लाभ',
'net_profit' => 'कुल लाभ',
'total_expenses' => 'कुल खर्च रकम',
'net' => 'NET',
'income_expense' => 'आम्दानी र खर्च',
'summary' => [
'income' => 'आय विवरण',
'expense' => 'खर्च विवरण',
'income_expense' => 'आय Vs व्याय',
'tax' => 'कर विवरण',
],
'charts' => [
'line' => 'रेखा',
'bar' => 'बार',
'pie' => 'पाइ',
],
];