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' => 'Odstranit',
],
],
];

View File

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

View File

@@ -0,0 +1,11 @@
<?php
return [
'messages' => [
'uploading_file' => 'Nahrávání souboru...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Zkopírováno',
],
];

View File

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

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Načítává se...',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Zavřít',
],
],
];

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

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Sbalit sekci',
],
'expand' => [
'label' => 'Rozbalit sekci',
],
],
];

View File

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