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 '_' => 'Пока не сыграно ни одной игры в :type_group osu!(lazer)',
9 'playlists' => 'плейлистах',
10 'realtime' => 'мультиплеере',
11 ],
12
13 'room' => [
14 'hosted_by' => 'хост: :user',
15 'invalid_password' => 'Неверный пароль комнаты',
16 'map_count' => ':count_delimited карта|:count_delimited карты|:count_delimited карт',
17 'player_count' => ':count_delimited игрок|:count_delimited игрока|:count_delimited игроков',
18 'time_left' => 'осталось :time',
19
20 'errors' => [
21 'duration_too_long' => 'Слишком большая продолжительность.',
22 'name_too_long' => '',
23 ],
24
25 'status' => [
26 'active' => 'активная',
27 'ended' => 'завершилась',
28 'soon' => 'скоро завершится',
29 ],
30 ],
31];