From ab95e1b52a1876ba4c9ffd82a167538f81ab3eb8 Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Sat, 13 Dec 2025 12:33:27 +0100 Subject: [PATCH] Update es_ES, thanks to Tirs --- language/es_ES/common.lang.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index 89289f343..42b92a59f 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -535,4 +535,11 @@ $lang['Save your ID and secret'] = 'Guarde su ID y secreto'; $lang['Secret copied. Keep it in a safe place.'] = 'Secreto copiado. Manténgalo en lugar seguro.'; $lang['The secret will no longer be displayed. You must copy it to continue.'] = 'El secreto ya no se mostrará más. Debe copiarlo para continuar.'; $lang['Verification code'] = 'Código de verificación'; -$lang['Verify'] = 'Verificar'; \ No newline at end of file +$lang['Verify'] = 'Verificar'; +$lang['Here is your verification code:'] = 'Aquí tiene su código de verificación:'; +$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Si no es usted, cambie inmediatamente su contraseña o póngase en contacto con el administrador.'; +$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Si ha cambiado su contraseña porque cree que se la han robado, le recomendamos revocar sus %d claves de API en su perfil.'; +$lang['Too many attempts, please try later..'] = 'Demasiados intentos, pruebe más tarde.'; +$lang['Verification successful! You can now choose a new password.'] = 'La verificación ha tenido éxito. Puede elegir una nueva contraseña.'; +$lang['Your verification code'] = 'Su código de verificación'; +$lang['edit user preferences'] = 'Editar las preferencias de usuario'; \ No newline at end of file