-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmenu.php
More file actions
62 lines (59 loc) · 2.14 KB
/
menu.php
File metadata and controls
62 lines (59 loc) · 2.14 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
56
57
58
59
60
61
62
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'learn' => 'Pro studenty',
'teach' => 'Pro učitele',
'training' => 'Trénink',
'challenges' => ': Vzdělávací zdroje',
'online-courses' => 'Online kurzy',
'toolkits' => 'Prezentace a sady nástrojů',
'girls_in_digital' => 'Dívky v digitálu',
'why' => 'PROČ',
'home' => 'Domů',
'search_result' => 'Výsledky vyhledávání',
'events' => 'Aktivity',
'ambassadors' => 'Ambasadoři',
'resources' => 'Zdroje',
'game_and_competitions' => 'Hry a soutěže',
'schools' => 'Školy',
'about' => 'O týdnu programování',
'blog' => 'Blog',
'news' => 'Novinky',
'search' => 'Pište a stiskněte Enter...',
'map' => 'Mapa',
'add_event' => 'Přidat akci',
'search_event' => 'Hledat akce',
'hello' => 'Ahoj',
'profile' => 'Profil',
'pending' => 'Čekající akce',
'your_events' => 'Moje akce',
'your_certificates' => 'Moje certifikáty',
'report' => 'Potvrdit moje akce',
'volunteers' => 'Dobrovolníci',
'logout' => 'Odhlásit se',
'login' => 'Přihlášení',
'signin' => 'Přihlásit se',
'signup' => 'Zaregistrujte se',
'privacy' => 'Ochrana osobních údajů',
'stats' => 'Partneři a sponzoři',
'participation' => 'Účastnický certifikát',
'coding@home' => 'Coding@Home',
'values' => 'Naše hodnoty',
'online_events' => 'Online aktivity',
'featured_activities' => 'Vybrané aktivity',
'codeweek2020' => 'Ročník 2020',
'register_activity' => 'Registruj aktivitu',
'select_language' => 'Vyberte jazyk',
'search_site' => 'Hledat na webu',
'what_you_looking_for' => 'Co hledáte?',
'type_to_search' => 'Zadejte pro vyhledání',
];