translate base
This commit is contained in:
13
lang/vendor/filament/tk/components/badge.php
vendored
Normal file
13
lang/vendor/filament/tk/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Aýyr',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/tk/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/tk/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigasiýa',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/tk/components/button.php
vendored
Normal file
9
lang/vendor/filament/tk/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Faýl ýüklenýär...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/tk/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/tk/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Göçürildi',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/tk/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/tk/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => ':count simwoldan :position',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/tk/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/tk/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Ýüklenýär...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/tk/components/modal.php
vendored
Normal file
13
lang/vendor/filament/tk/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Ýap',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/tk/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/tk/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Sahypalama',
|
||||
|
||||
'overview' => '{1} 1 netije görkezilýär|[2,*] :first–:last / :total netije',
|
||||
|
||||
'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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/tk/components/section.php
vendored
Normal file
17
lang/vendor/filament/tk/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Bölümi ýygna',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Bölümi giňelt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/tk/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/tk/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Goýmaltyklar',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user