-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsearch.php
More file actions
55 lines (52 loc) · 2.07 KB
/
search.php
File metadata and controls
55 lines (52 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'audience_title' => 'Účast',
'theme_title' => 'Téma',
'placeholder' => 'Hledat název akce nebo tag',
'submit' => 'Hledat',
'label_country' => 'Vyberte zemi',
'last_year_events' => [
'label' => 'Zahrnout akce v minulých letech',
'yes' => 'Ano',
'no' => 'Ne',
],
'search_counter' => 'odpovídá vašim vyhledávacím kritériím',
'event' => 'akce',
'events' => 'akcí',
'year' => 'rok',
'audiences' => 'Publikum',
'themes' => 'Témata',
'countries' => 'Země',
'search_placeholder' => 'Hledej podle nadpisu nebo popisu',
'search_banner_title' => 'Pronađite što vas inspirira',
'search_banner_content' => 'Istražite bogatu ponudu sadržaja, aktivnosti i smjernica vezanih uz programiranje, koji će vas potaknuti na putovanje u svijet digitalne kreativnosti i učenja.',
'search_results_title' => 'Rezultati pretraživanja',
'search_input_label' => 'Podívejte se na výsledky založené na vašich klíčových slovech níže:',
'search_input_placeholder' => 'pretraživanj...',
'results' => 'Rezultati',
'no_results' => 'Nebyly nalezeny žádné výsledky.',
'search_categories' => [
'all' => 'Vše',
'podcasts' => 'Podcasty',
'hackathons' => 'Hackathony',
'online_courses' => 'Online kurzy',
'training' => 'Školení',
'challenges' => 'Výzvy',
'learn' => 'Učit se',
'teach' => 'Tech',
'presentations_and_toolkits' => 'Prezentace a sady nástrojů',
'activities' => 'Činnosti',
'blogs' => 'Blogy',
'others' => 'Ostatní'
]
];