. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Henüz bir osu!(lazer) :type_group oynamamış!', 'playlists' => 'oynama listesi', 'realtime' => 'çok oyunculu', ], 'room' => [ 'hosted_by' => 'oda sahibi: :user', 'invalid_password' => 'Geçersiz oda şifresi', 'map_count' => ':count_delimited map|:count_delimited map', 'player_count' => ':count_delimited oyuncu|:count_delimited oyuncu', 'time_left' => 'kalan süre: :time', 'errors' => [ 'duration_too_long' => 'Süre aşırı uzun.', 'name_too_long' => '', ], 'status' => [ 'active' => 'aktif', 'ended' => 'sona erdi', 'soon' => 'yakında sona erecek', ], ], ];