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

@ -2,29 +2,26 @@
return [
'this_year' => 'এই বছর',
'previous_year' => 'গত বছর',
'this_quarter' => 'এই তিনমাসে',
'previous_quarter' => 'বিগত তিনমাসে',
'last_12_months' => 'সর্বশেষ ১২ মাসের',
'profit_loss' => 'লাভ ও ক্ষতি',
'gross_profit' => 'স্থুল মুনাফা',
'net_profit' => 'মোট মুনাফা',
'total_expenses' => 'সর্বমোট খরচ',
'net' => 'মোট',
'income_expense' => 'আয় ও ব্যয়',
'summary' => [
'income' => 'আয়ের সংক্ষিপ্ত বিবরণী',
'expense' => '্যের সংক্ষিপ্ত বিবরণী',
'income_expense' => 'আয় বনাম ব্যয়',
'tax' => 'ট্যাক্সের সংক্ষিপ্ত বিবরণী',
],
'this_year' => 'এই বছর',
'previous_year' => 'গত বছর',
'this_quarter' => 'এই তিনমাসে',
'previous_quarter' => 'বিগত তিনমাসে',
'last_12_months' => 'সর্বশেষ ১২ মাসের',
'profit_loss' => 'লাভ ও ক্ষতি',
'gross_profit' => 'স্থুল মুনাফা',
'net_profit' => 'মোট মুনাফা',
'total_expenses' => 'সর্বমোট খরচ',
'net' => 'মোট',
'income_expense' => 'আয় ও ব্যয়',
'income_summary' => 'আয়ের সংক্ষিপ্ত বিবরণী',
'expense_summary' => 'ব্যয়ের সংক্ষিপ্ত বিবরণী',
'income_expense_summary' => 'আয় বনাম ব্যয়',
'tax_summary' => '্যাক্সের সংক্ষিপ্ত বিবরণী',
'charts' => [
'line' => 'লাইন',
'bar' => 'বার',
'pie' => 'পাই',
'line' => 'লাইন',
'bar' => 'বার',
'pie' => 'পাই',
],
];