. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Наразі в :type_group osu!(lazer) не зіграно ні однієї гри!', 'playlists' => 'плейлістах', 'realtime' => 'мультиплеєрі', ], 'room' => [ 'hosted_by' => 'власник: :user', 'invalid_password' => 'Невірний пароль кімнати', 'map_count' => ':count_delimited мапа|:count_delimited мапи|:count_delimited мап', 'player_count' => ':count_delimited гравець|:count_delimited гравця|:count_delimited гравців', 'time_left' => ':time залишилось', 'errors' => [ 'duration_too_long' => 'Тривалість занадто довга.', 'name_too_long' => '', ], 'status' => [ 'active' => 'активний', 'ended' => 'закінчено', 'soon' => 'скоро закінчиться', ], ], ];