Skip to content

Commit

Permalink
add missing spanish translations from latest updates and update
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
tonydspaniard committed Oct 22, 2017
1 parent 4d8dbf5 commit 24458ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## 1.1.0 - October 22, 2017
## 1.1.1 - Work in progress

## 1.1.0 - October 22, 2017
- Enh #91: Documentation for Mail events (kartik-v)
- Enh #79: Enhancements to Mailer exception handling and events (kartik-v)
- Fix #85: External links should open in a new tab|window (eseperio)
Expand Down
8 changes: 4 additions & 4 deletions src/User/resources/i18n/es/usuario.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Error sending registration message to "{email}". Please try again later.' => '',
'Error sending welcome message to "{email}". Please try again later.' => '',
'User account could not be created.' => '',
'User could not be registered.' => '',
'Error sending registration message to "{email}". Please try again later.' => 'Ha ocurrido un error enviando el mensaje de registro a "{email}". Por favor inténtalo de nuevo más tarde.',
'Error sending welcome message to "{email}". Please try again later.' => 'Ha ocurrido un error al enviar el mensaje de bienvenida a "{email}". Por favor inténtalo de nuevo más tarde.',
'User account could not be created.' => 'La cuenta de usuario no ha podido ser creada.',
'User could not be registered.' => 'El usuario no ha podido ser registrado.',
'(not set)' => '(sin establecer)',
'A confirmation message has been sent to your new email address' => 'Se ha enviado un mensaje de confirmación a tu nueva dirección de correo electrónico',
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'Un mensaje ha sido enviado a tu dirección de correo electrónico. Contiene un vínculo de confirmación que tienes que seguir para completar el registro.',
Expand Down

0 comments on commit 24458ba

Please sign in to comment.