Skip to content

Commit 1d2ac38

Browse files
committed
locales
1 parent a0a17e7 commit 1d2ac38

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

locales/en.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"registration": {
3+
"SUBJECT": "Verify your email at myProject",
4+
"MESSAGE": "<p>Hello %s.</p> <p>Welcome! To verify your email, please click in this link:</p> <p>%s/verify/%s</p> <p>Thank you.</p>"
5+
},
6+
"forgotPassword": {
7+
"SUBJECT": "Password recovery at myProject",
8+
"MESSAGE": "<p>To recover the password for user: %s</p> <p>click the following link:</p> <p>%s/reset/%s</p> <p>If this was a mistake, you can ignore this message.</p> <p>Thank you.</p>"
9+
}
10+
}

locales/es.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"registration": {
3+
"SUBJECT": "Verificar tu Email en myProject",
4+
"MESSAGE": "<p>Hola %s.</p> <p>¡Bienvenido! Para verificar tu Email, por favor haz click en este enlace:</p> <p>%s/verify/%s</p> <p>Gracias.</p>"
5+
},
6+
"forgotPassword": {
7+
"SUBJECT": "Recuperar contraseña en myProject",
8+
"MESSAGE": "<p>Para recuperar la contraseña para el usuario: %s</p> <p>haz click en el siguiente enlace:</p> <p>%s/reset/%s</p> <p>Si esto fue un error, puedes ignorar este mensaje.</p> <p>Gracias.</p>"
9+
}
10+
}

0 commit comments

Comments
 (0)