the browser-facing portion of osu!
at master 30 lines 781 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 'new' => 'Nova clau de l\'API heretada', 8 'none' => 'Sense clau.', 9 10 'docs' => [ 11 '_' => 'La documentació està disponible a :github.', 12 'github' => 'GitHub', 13 ], 14 15 'form' => [ 16 'create' => 'Crear clau', 17 ], 18 19 'view' => [ 20 'hide' => 'Amagar clau', 21 'show' => 'Mostrar clau', 22 'delete' => 'Eliminar', 23 ], 24 25 'warning' => [ 26 'line1' => 'No donis això a altres.', 27 'line2' => "És equivalent a donar la teva contrasenya.", 28 'line3' => 'És possible que el teu compte estigui compromès.', 29 ], 30];