. 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 张图', 'player_count' => ':count_delimited 位玩家', 'time_left' => '剩余 :time', 'errors' => [ 'duration_too_long' => '持续时间过长。', 'name_too_long' => '', ], 'status' => [ 'active' => '开放', 'ended' => '已结束', 'soon' => '即将结束', ], ], ];