translate base
This commit is contained in:
13
lang/vendor/filament/sk/components/badge.php
vendored
Normal file
13
lang/vendor/filament/sk/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Odstrániť',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/sk/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/sk/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigačná cesta',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/sk/components/button.php
vendored
Normal file
9
lang/vendor/filament/sk/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Nahrávam súbor...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/sk/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/sk/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Skopírované',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/sk/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/sk/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/sk/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/sk/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Načítava sa...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/sk/components/modal.php
vendored
Normal file
13
lang/vendor/filament/sk/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zavrieť',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/sk/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/sk/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Stránkovanie',
|
||||
|
||||
'overview' => '{1} Zobrazuje sa jeden výsledok|[2,*] Zobrazuje sa :first až :last z celkových :total výsledkov',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Počet na stranu',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Všetky',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Prvá',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Prejsť na stranu :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Posledná',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Ďalšia',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Predošlá',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/sk/components/section.php
vendored
Normal file
17
lang/vendor/filament/sk/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Zbaliť sekciu',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Rozbaliť sekciu',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/sk/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/sk/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Záložky',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user