install
This commit is contained in:
10
lang/vendor/filament/tk/components/button.php
vendored
Normal file
10
lang/vendor/filament/tk/components/button.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Faýl ýüklenýär...',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
10
lang/vendor/filament/tk/components/copyable.php
vendored
Normal file
10
lang/vendor/filament/tk/components/copyable.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Göçürildi',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
14
lang/vendor/filament/tk/components/modal.php
vendored
Normal file
14
lang/vendor/filament/tk/components/modal.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Ýap',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
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