-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathdashboard.php
More file actions
36 lines (35 loc) · 964 Bytes
/
dashboard.php
File metadata and controls
36 lines (35 loc) · 964 Bytes
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
<?php
return [
'title' => 'Dashboard',
'versionText' => 'Používáš poslední verzi',
'versionVisible' => 'Tento text vidíš jen ty.',
'banMangement' => 'Bany',
'muteMangement' => 'Muty',
'adminManagement' => 'Admini',
'servers' => 'Servery',
'bans' => 'Bany',
'mutes' => 'Muty',
'admins' => 'Admini',
'topPlayers' => 'Top Hráči',
'of' => 'z',
'players' => 'Hráči',
'player' => 'Hráč',
'csRating' => 'CS Rating',
'playTime' => 'Odehraný čas',
'rank' => 'Rank',
'kills' => 'Zabití',
'deaths' => 'Smrti',
'won' => 'Vítězství',
'lost' => 'Prohry',
'position' => 'Pozice',
'lastSeen' => 'Naposledy přihlášen',
'server' => 'Server',
'ip' => 'IP',
'port' => 'Port',
'map' => 'Mapa',
'recentBans' => 'Poslední bany',
'steam' => 'Steam',
'added' => 'Přidán',
'expires' => 'Vyprší',
'recentMutes' => 'Poslední muty',
];