akaunting/resources/lang/hi-IN/pagination.php

10 lines
276 B
PHP
Raw Normal View History

2019-11-27 16:33:45 +03:00
<?php
return [
2020-03-07 15:59:15 +03:00
'previous' => 'पिछला',
'next' => 'अगला',
'showing' => ':total में से :first-:last रिकॉर्ड।',
2019-11-27 16:33:45 +03:00
'page' => 'प्रति पेज।',
];