13 lines
406 B
PHP
Raw Permalink Normal View History

2020-03-25 00:39:24 +03:00
<?php
return [
'rate' => 'হার',
'rate_percent' => 'হার (%)',
'normal' => 'সাধারণ ',
'inclusive' => 'অন্তর্ভুক্তি',
'compound' => 'যৌগিক',
'fixed' => 'স্থায়ী',
2020-08-06 21:02:03 +00:00
'withholding' => 'আটকে যাওয়া',
2020-03-25 00:39:24 +03:00
];