Files
daragt-coupon/lang/vendor/filament-support/tk/components/pagination.php

48 lines
729 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'label' => 'Sahypalar navigasiýasy',
'overview' => '{1} 1 netije görkezilýär|[2,*] :total netijeden :first:last görkezilýär',
'fields' => [
'records_per_page' => [
'label' => 'Sahypada',
'options' => [
'all' => 'Hemmesi',
],
],
],
'actions' => [
'first' => [
'label' => 'Ilkinji',
],
'go_to_page' => [
'label' => ':page sahypa geç',
],
'last' => [
'label' => 'Soňky',
],
'next' => [
'label' => 'Indiki',
],
'previous' => [
'label' => 'Öňki',
],
],
];