translate base

This commit is contained in:
Mekan1206
2026-07-31 18:08:08 +05:00
parent a794dacd39
commit 581cb8241c
413 changed files with 9087 additions and 428 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'Odstrániť',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Navigačná cesta',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Nahrávam súbor...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Skopírované',
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => 'Znak :position z :count',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Načítava sa...',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Zavrieť',
],
],
];

View 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á',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Zbaliť sekciu',
],
'expand' => [
'label' => 'Rozbaliť sekciu',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Záložky',
];