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' => 'Nueva clave de la API heredada',
8 'none' => 'Sin clave.',
9
10 'docs' => [
11 '_' => 'La documentación está disponible en :github.',
12 'github' => 'GitHub',
13 ],
14
15 'form' => [
16 'create' => 'Crear clave',
17 ],
18
19 'view' => [
20 'hide' => 'Ocultar clave',
21 'show' => 'Mostrar clave',
22 'delete' => 'Eliminar',
23 ],
24
25 'warning' => [
26 'line1' => 'No le des esto a otros.',
27 'line2' => "Es equivalente a dar tu contraseña.",
28 'line3' => 'Tu cuenta puede verse comprometida.',
29 ],
30];