. 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' => '間もなく終了', ], ], ];