1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'empty' => [
8 '_' => 'Noch keine osu!(lazer) :type_group -spiele gespielt!',
9 'playlists' => 'playlist',
10 'realtime' => 'Mehrspieler',
11 ],
12
13 'room' => [
14 'hosted_by' => 'gehostet von :user',
15 'invalid_password' => 'Ungültiges Raum-Passwort',
16 'map_count' => ':count_delimited map|:count_delimited maps',
17 'player_count' => ':count_delimited Spieler|:count_delimited Spieler',
18 'time_left' => ':time übrig',
19
20 'errors' => [
21 'duration_too_long' => 'Die Dauer ist zu lang.',
22 'name_too_long' => '',
23 ],
24
25 'status' => [
26 'active' => 'aktiv',
27 'ended' => 'beendet',
28 'soon' => 'endet bald',
29 ],
30 ],
31];