akaunting/resources/lang/fa-IR/pagination.php

11 lines
224 B
PHP
Raw Normal View History

2017-11-15 01:42:02 +03:00
<?php
return [
2020-05-21 13:06:45 +03:00
'previous' => 'پیشین',
'next' => 'بعدی',
'showing' => ':first-:last of :total records.',
'page' => 'در صفحه.',
2017-11-15 01:42:02 +03:00
];