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,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' => 'সর্বশেষ ব্যয়',
];