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 бітмап',
17 'player_count' => ':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];