1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-13 15:39:59 +00:00
pixelfed/resources/lang/es/auth.php

20 lines
711 B
PHP
Raw Normal View History

2018-05-27 23:22:49 +02:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
2025-02-03 21:20:12 -03:00
'failed' => 'Los datos introducidos no son v<>lidos.',
'throttle' => 'Demasiados intentos de iniciar sesi<73>n. Por favor, int<6E>ntalo de nuevo en :seconds segundos.',
'verifyYourEmailAddress' => ' - Verifica tu direcci<63>n de Correo',
2018-05-27 23:22:49 +02:00
];