11 lines
223 B
PHP
11 lines
223 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'previous' => 'Geri',
|
||
'next' => 'İleri',
|
||
'showing' => ':total kayıttan :first-:last arası.',
|
||
'page' => 'sayfa başına.',
|
||
|
||
];
|