the browser-facing portion of osu!
at master 41 lines 1.3 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 'generic' => 'Correccions d\'errors i millores', 8 9 'build' => [ 10 'title' => 'canvis en :version', 11 ], 12 13 'builds' => [ 14 'users_online' => ':count_delimited usuari en línia|:count_delimited usuaris en línia', 15 ], 16 17 'entry' => [ 18 'by' => 'per :user', 19 ], 20 21 'index' => [ 22 'page_title' => [ 23 '_' => 'llista de canvis', 24 '_from' => 'canvis des de :from', 25 '_from_to' => 'canvis entre :from i :to', 26 '_stream' => 'canvis en :stream', 27 '_stream_from' => 'canvis en :stream des de :from', 28 '_stream_from_to' => 'canvis en :stream entre :from i :to', 29 '_stream_to' => 'canvis en :stream fins a :to 30', 31 '_to' => 'canvis fins a :to', 32 ], 33 ], 34 35 'support' => [ 36 'heading' => 'T\'agrada aquesta actualització?', 37 'text_1' => 'Dóna suport al desenvolupament de l\'osu! i :link avui mateix!', 38 'text_1_link' => 'torna\'t un osu!supporter', 39 'text_2' => 'A banda d\'accelerar el desenvolupament, també rebràs funcions addicionals i personalitzacions!', 40 ], 41];