bengali language

This commit is contained in:
denisdulici
2020-03-25 00:39:24 +03:00
parent 5cf4efa3b6
commit 225cb61d7f
34 changed files with 1221 additions and 1 deletions

View File

@ -0,0 +1,30 @@
<?php
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' => 'ট্যাক্সের সংক্ষিপ্ত বিবরণী',
],
'charts' => [
'line' => 'লাইন',
'bar' => 'বার',
'pie' => 'পাই',
],
];