. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Nem játszottál még egy osu!(lazer) :type_group játékot sem!', 'playlists' => 'játéklista', 'realtime' => 'többjátékos', ], 'room' => [ 'hosted_by' => 'hosztolva :user által', 'invalid_password' => 'Hibás szoba jelszó', 'map_count' => ':count_delimited map|:count_delimited mapok', 'player_count' => ':count_delimited játékos|:count_delimited játékosok', 'time_left' => ':time van hátra', 'errors' => [ 'duration_too_long' => 'Az időtartam túl hosszú.', 'name_too_long' => '', ], 'status' => [ 'active' => 'aktív', 'ended' => 'befejezve', 'soon' => 'hamarosan befejeződik', ], ], ];