akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -118,7 +118,7 @@ return [
'all' => 'सबै',
'all_type' => 'सबै :type',
'upcoming' => 'आउँदा',
'created' => 'सिर्जना गरियो',
'created' => 'सिर्जना यो',
'id' => 'आईडी',
'more_actions' => 'थप कदमहरू',
'duplicate' => 'नक्कल',

View File

@ -2,7 +2,7 @@
return [
'sales_price' => 'विक्री मुल्य',
'sale_price' => 'विक्री मुल्य',
'purchase_price' => 'क्रय मुल्य',
'enter_item_description' => 'वस्तु वर्णन प्रविष्ट गर्नुहोस्',

View File

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