diff --git a/resources/lang/pl/search.php b/resources/lang/pl/search.php index e480655c4..4411a2dfa 100644 --- a/resources/lang/pl/search.php +++ b/resources/lang/pl/search.php @@ -38,4 +38,18 @@ 'search_input_placeholder' => 'Fittex...', 'results' => 'Wyniki', 'no_results' => 'Nie znaleziono wyników.', + 'search_categories' => [ + 'all' => 'Wszystkie', + 'podcasts' => 'Podcasty', + 'hackathons' => 'Hackathony', + 'online_courses' => 'Kursy online', + 'training' => 'Szkolenia', + 'challenges' => 'Wyzwania', + 'learn' => 'Uczyć się', + 'teach' => 'Technologie', + 'presentations_and_toolkits' => 'Prezentacje i zestawy narzędzi', + 'activities' => 'Aktywności', + 'blogs' => 'Blogi', + 'others' => 'Inne' + ] ]; \ No newline at end of file