We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcafa6e + 295e027 commit 464334aCopy full SHA for 464334a
1 file changed
resources/lang/pl/search.php
@@ -38,4 +38,18 @@
38
'search_input_placeholder' => 'Fittex...',
39
'results' => 'Wyniki',
40
'no_results' => 'Nie znaleziono wyników.',
41
+ 'search_categories' => [
42
+ 'all' => 'Wszystkie',
43
+ 'podcasts' => 'Podcasty',
44
+ 'hackathons' => 'Hackathony',
45
+ 'online_courses' => 'Kursy online',
46
+ 'training' => 'Szkolenia',
47
+ 'challenges' => 'Wyzwania',
48
+ 'learn' => 'Uczyć się',
49
+ 'teach' => 'Technologie',
50
+ 'presentations_and_toolkits' => 'Prezentacje i zestawy narzędzi',
51
+ 'activities' => 'Aktywności',
52
+ 'blogs' => 'Blogi',
53
+ 'others' => 'Inne'
54
+ ]
55
];
0 commit comments