13 lines
368 B
PHP
Raw Normal View History

2019-11-27 16:33:45 +03:00
<?php
return [
'rate' => 'दर',
'rate_percent' => 'दर (%)',
'normal' => 'साधारण',
'inclusive' => 'सम्मिलित',
'compound' => 'यौगिक',
'fixed' => 'निश्चित',
2020-07-23 15:45:23 +03:00
'withholding' => 'रोक',
2019-11-27 16:33:45 +03:00
];