. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'new' => 'Nueva clave de la API heredada', 'none' => 'Sin clave.', 'docs' => [ '_' => 'La documentación está disponible en :github.', 'github' => 'GitHub', ], 'form' => [ 'create' => 'Crear clave', ], 'view' => [ 'hide' => 'Ocultar clave', 'show' => 'Mostrar clave', 'delete' => 'Eliminar', ], 'warning' => [ 'line1' => 'No le des esto a otros.', 'line2' => "Es equivalente a dar tu contraseña.", 'line3' => 'Tu cuenta puede verse comprometida.', ], ];