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