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 '_' => 'Ancora nessuna partita in :type_group giocata su osu!(lazer).',
9 'playlists' => 'playlist',
10 'realtime' => 'multigiocatore',
11 ],
12
13 'room' => [
14 'hosted_by' => 'ospitata da :user',
15 'invalid_password' => 'Password della stanza non valida',
16 'map_count' => ':count_delimited mappa|:count_delimited mappe',
17 'player_count' => ':count_delimited giocatore|:count_delimited giocatori',
18 'time_left' => ':time rimanenti',
19
20 'errors' => [
21 'duration_too_long' => 'La durata è troppo lunga.',
22 'name_too_long' => '',
23 ],
24
25 'status' => [
26 'active' => 'attiva',
27 'ended' => 'terminata',
28 'soon' => 'terminerà a breve',
29 ],
30 ],
31];