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