akaunting/resources/lang/fa-IR/pagination.php
2020-05-21 13:06:45 +03:00

11 lines
224 B
PHP

<?php
return [
'previous' => 'پیشین',
'next' => 'بعدی',
'showing' => ':first-:last of :total records.',
'page' => 'در صفحه.',
];