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 '_' => 'Потребителят не е играл osu!(lazer) :type_group игри все още!',
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];