1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'empty' => [
8 '_' => 'Uživatel zatím nehrál žádné :type_group osu!(lazer) hry!',
9 'playlists' => 'playlist',
10 'realtime' => 'multiplayer',
11 ],
12
13 'room' => [
14 'hosted_by' => 'pořádal :user',
15 'invalid_password' => 'Nesprávné heslo místnosti',
16 'map_count' => ':count_delimited mapa|:count_delimited mapy|:count_delimited map',
17 'player_count' => ':count_delimited hráč|:count_delimited hráči|:count_delimited hráčů',
18 'time_left' => ':time zbývá',
19
20 'errors' => [
21 'duration_too_long' => 'Doba je příliě dlouhá.',
22 'name_too_long' => '',
23 ],
24
25 'status' => [
26 'active' => 'aktivní',
27 'ended' => 'ukončeno',
28 'soon' => 'brzy končí',
29 ],
30 ],
31];