the browser-facing portion of osu!
at master 32 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 'show' => [ 8 'non_preserved' => 'Aquesta puntuació està marcada per a eliminació i desapareixerà aviat.', 9 'title' => ':username en :title [:version]', 10 11 'beatmap' => [ 12 'by' => 'per :artist', 13 ], 14 15 'player' => [ 16 'by' => 'Jugat per', 17 'submitted_on' => 'Enviat el', 18 19 'rank' => [ 20 'country' => 'Classificació nacional', 21 'global' => 'Classificació global', 22 ], 23 ], 24 ], 25 26 'status' => [ 27 'non_best' => 'Només les millors puntuacions personals atorguen pp', 28 'no_pp' => 'no es concedeix pp per aquesta puntuació', 29 'processing' => 'Aquesta puntuació encara s\'està calculant i es mostrarà aviat', 30 'no_rank' => 'Aquesta puntuació no té una classificació, ja que no està classificada o està marcada per a ser eliminada', 31 ], 32];