Skip to content

Commit 9856aca

Browse files
committed
add czech translations
1 parent af4c09c commit 9856aca

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

resources/lang/cs/messages.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
return [
4+
'title' => 'Správce překladů',
5+
'navigation_group' => 'Nastavení',
6+
'search_term_placeholder' => 'Hledat překlad',
7+
'selected_groups_placeholder' => 'Vyberte skupinu',
8+
'selected_languages_placeholder' => 'Vyberte jazyk',
9+
'only_show_missing_translations_lbl' => 'Zobraziť pouze chybějící překlady',
10+
'error_no_translations_for_filters' => 'Zadaným filtrům neodpovídají žádné překlady.',
11+
'error_no_translation_loaded' => 'Nebyly nalezeny žádné překlady. Zkontrolujte <pre>lang</pre> adresář',
12+
'previous_page' => 'Předchozí',
13+
'next_page' => 'Následující',
14+
'missing_translation' => 'Překlad není vyplněn',
15+
'filter_action' => 'Filtrovať',
16+
'filter_results' => 'Vyfiltrováno :filtered z :total překladů.',
17+
'filter_results_missing_translations' => ':missing chybějících překladů (:percent%).',
18+
'saved_translation' => 'Překlad uložen',
19+
];

0 commit comments

Comments
 (0)