the browser-facing portion of osu!
at master 31 lines 1.1 kB view raw
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 '_' => 'Κανένα osu!(lazer) :type_group παιχνίδια παίχτηκαν ακόμα!', 9 'playlists' => 'λίστες αναπαραγωγής', 10 'realtime' => 'multiplayer', 11 ], 12 13 'room' => [ 14 'hosted_by' => 'φιλοξενείται από :user', 15 'invalid_password' => 'Μη έγκυρος κωδικός δωματίου', 16 'map_count' => ':count_delimited χάρτες:count_delimited', 17 'player_count' => ':count_delimited παίκτης|:count_delimited παίκτες', 18 'time_left' => 'απέμειναν :time', 19 20 'errors' => [ 21 'duration_too_long' => 'Η διάρκεια είναι πολύ μεγάλη.', 22 'name_too_long' => '', 23 ], 24 25 'status' => [ 26 'active' => 'ενεργό', 27 'ended' => 'έληξε', 28 'soon' => 'λήγει σύντομα', 29 ], 30 ], 31];