-
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.59 KB
/
search.php
File metadata and controls
55 lines (52 loc) · 2.59 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' => 'Аудитория',
'theme_title' => 'Тема',
'placeholder' => 'Търсене на събитие или етикет',
'submit' => 'Търсене',
'label_country' => 'Избор на държава',
'last_year_events' => [
'label' => 'Включване на събития от последните години',
'yes' => 'Да',
'no' => 'Не',
],
'search_counter' => 'съвпада с вашите критерии за търсене',
'event' => 'събитие',
'events' => 'събития',
'year' => 'година',
'audiences' => 'Публики',
'themes' => 'Тема',
'countries' => 'Държави',
'search_placeholder' => 'Търси по име или описание',
'search_banner_title' => 'Открийте какво ви вдъхновява',
'search_banner_content' => 'Разгледайте богатството от ресурси за кодене, дейности и ръководства, които ще подкрепят вашето пътешествие в дигиталната креативност и опознаване.',
'search_results_title' => 'Резултати от търсенето',
'search_input_label' => 'Вижте резултатите въз основа на вашата ключова дума(и) по-долу:',
'search_input_placeholder' => 'търсене...',
'results' => 'Резултати',
'no_results' => 'Няма намерени резултати.',
'search_categories' => [
'all' => 'Всички',
'podcasts' => 'Подкасти',
'hackathons' => 'Хакатони',
'online_courses' => 'Онлайн Курсове',
'training' => 'Обучение',
'challenges' => 'Предизвикателства',
'learn' => 'Научи',
'teach' => 'Технологии',
'presentations_and_toolkits' => 'Презентации и инструменти',
'activities' => 'дейности',
'blogs' => 'Блогове',
'others' => 'Други'
]
];