]> BookStack Code Mirror - bookstack/blob - resources/lang/es/passwords.php
add missing polish translations for comments
[bookstack] / resources / lang / es / passwords.php
1 <?php
2
3 return [
4
5     /*
6     |--------------------------------------------------------------------------
7     | Password Reminder Language Lines
8     |--------------------------------------------------------------------------
9     |
10     | The following language lines are the default lines which match reasons
11     | that are given by the password broker for a password update attempt
12     | has failed, such as for an invalid token or invalid new password.
13     |
14     */
15
16     'password' => 'El Password debe ser como mínimo de seis caracteres y coincidir con la confirmación.',
17     'user' => "No podemos encontrar un usuario con esta dirección de e-mail.",
18     'token' => 'El token de reset del password es inválido.',
19     'sent' => 'Hemos enviado a su cuenta de e-mail un link para restaurar su password!',
20     'reset' => 'Su password ha sido restaurado!',
21
22 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.