install
This commit is contained in:
48
lang/vendor/filament/tk/components/pagination.php
vendored
Normal file
48
lang/vendor/filament/tk/components/pagination.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Sahypalama nawigasiýasy',
|
||||
|
||||
'overview' => '{1} 1 netije görkezilýär|[2,*] :total netijiň :first-den :last-a çenli görkezilýär',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Sahypada',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Ählisi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Birinji',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => ':page sahypasyna git',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Soňky',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Indiki',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Öňki',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user