File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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
+ ];
You can’t perform that action at this time.
0 commit comments