the browser-facing portion of osu!
at master 31 lines 960 B 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 '_' => 'Dar nežaista osu!(lazer) :type_group!', 9 'playlists' => 'grojaraščių', 10 'realtime' => 'žaidimų tinkle', 11 ], 12 13 'room' => [ 14 'hosted_by' => 'šeimininkas :user', 15 'invalid_password' => 'Negaliojantis slaptažodis', 16 'map_count' => ':count_delimited bitmapas|:count_delimited bitmapai', 17 'player_count' => ':count_delimited žaidėjas|:count_delimited žaidėjų', 18 'time_left' => ':time liko', 19 20 'errors' => [ 21 'duration_too_long' => 'Per ilga trūkmė.', 22 'name_too_long' => '', 23 ], 24 25 'status' => [ 26 'active' => 'aktyvus', 27 'ended' => 'baigėsi', 28 'soon' => 'greitai baigsis', 29 ], 30 ], 31];