translate base
This commit is contained in:
13
lang/vendor/filament/cs/components/badge.php
vendored
Normal file
13
lang/vendor/filament/cs/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Odstranit',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/cs/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigační cesta',
|
||||
|
||||
];
|
||||
11
lang/vendor/filament/cs/components/button.php
vendored
Normal file
11
lang/vendor/filament/cs/components/button.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
|
||||
'uploading_file' => 'Nahrávání souboru...',
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/cs/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/cs/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Zkopírováno',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/cs/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => 'Znak :position z :count',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/cs/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Načítává se...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/cs/components/modal.php
vendored
Normal file
13
lang/vendor/filament/cs/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zavřít',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
lang/vendor/filament/cs/components/pagination.php
vendored
Normal file
45
lang/vendor/filament/cs/components/pagination.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Stránkování',
|
||||
|
||||
'overview' => '{1} Zobrazuji 1 výsledek|[2,*] Zobrazuji :first až :last z :total výsledků',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
'label' => 'na stránku',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Vše',
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'První',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Jít na stránku :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Poslední',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Další',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Předchozí',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/cs/components/section.php
vendored
Normal file
17
lang/vendor/filament/cs/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Sbalit sekci',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Rozbalit sekci',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/cs/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Záložky',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user