Skip to content

Commit

Permalink
Merge pull request #110 from SymfonyCasts/translate-reasons-es
Browse files Browse the repository at this point in the history
Add Spanish translations to exceptions
  • Loading branch information
jrushlow authored Feb 23, 2022
2 parents 1b843f7 + ef88cc0 commit 888186c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Resources/translations/VerifyEmailBundle.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
<source>%count% minute|%count% minutes</source>
<target>%count% minuto|%count% minutos</target>
</trans-unit>
<trans-unit id="6">
<source>The link to verify your email has expired. Please request a new link.</source>
<target>Ha expirado el enlace para verificar tu correo. Favor de solicitar un nuevo enlace.</target>
</trans-unit>
<trans-unit id="7">
<source>The link to verify your email is invalid. Please request a new link.</source>
<target>El enlace para verificar tu correo es inválido. Favor de solicitar un nuevo enlace.</target>
</trans-unit>
<trans-unit id="8">
<source>The link to verify your email appears to be for a different account or email. Please request a new link.</source>
<target>Parece que el enlace para verificar tu correo es para una cuenta o correo diferente. Favor de solicitar un nuevo enlace.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 888186c

Please sign in to comment.