mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Some translations missing and a folder that should not be there.
This commit is contained in:
@@ -167,6 +167,10 @@ en:
|
||||
confirm_email: "Confirm Email"
|
||||
if_you_did_not: "If you did not request this, you can safely ignore this email."
|
||||
subject: "Email Confirmation"
|
||||
password_reset:
|
||||
we_received_a_request: "We received a request to reset your password. If you did not request this change, you can ignore this email."
|
||||
if_you_did: "If you did,"
|
||||
please_click: "please click here to reset password"
|
||||
embedlink:
|
||||
copy: "Copy to Clipboard"
|
||||
error:
|
||||
|
||||
@@ -166,6 +166,10 @@ es:
|
||||
confirm_email: "Confirmar Correo"
|
||||
if_you_did_not: "Si no has pedido esto, puedes ignorar el correo."
|
||||
subject: "Confirmación de Correo"
|
||||
password_reset:
|
||||
we_received_a_request: "Recibimos un pedido para resetear su contraseña. Si no ha pedido ese cambio, por favor ignorar el correo. "
|
||||
if_you_did: "Si lo hizo,"
|
||||
please_click: "por favor cliquea aqui para resetear la contraseña."
|
||||
embedlink:
|
||||
copy: "Copiar al portapapeles"
|
||||
error:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<p>We received a request to reset your password. If you did not request this change, you can ignore this email.<br />
|
||||
If you did, <a href="<%= rootURL %>/admin/password-reset#<%= token %>">please click here to reset password</a>.</p>
|
||||
<p><%= t('email.password_reset.we_received_a_request') %><br />
|
||||
<%= t('email.password_reset.if_you_did') %> <a href="<%= rootURL %>/admin/password-reset#<%= token %>"><%= t('email.password_reset.please_click') %></a>.</p>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
We received a request to reset your password, click here to reset your password:
|
||||
<%= t('email.password_reset.we_received_a_request') %>. <%= t('email.password_reset.if_you_did') %> <%= t('email.password_reset.please_click') %>:
|
||||
|
||||
<%= rootURL %>/admin/password-reset#<%= token %>
|
||||
|
||||
If you did not request this change, you can ignore this email.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
<p>Un correo de confirmación ha sido pedido para esta cuenta: <b><%= email %></b>.</p>
|
||||
<p>To confirm the account, please visit the following link: <a href="<%= rootURL %>/admin/confirm-email#<%= token %>">Confirm Email</a></p>
|
||||
<p>If you did not request this, you can safely ignore this email.</p>
|
||||
@@ -1,9 +0,0 @@
|
||||
A email confirmation has been requested for the following account:
|
||||
|
||||
<%= email %>
|
||||
|
||||
To confirm the account, please visit the following link:
|
||||
|
||||
<%= rootURL %>/confirm/endpoint#<%= token %>
|
||||
|
||||
If you did not request this, you can safely ignore this email.
|
||||
@@ -1,3 +0,0 @@
|
||||
<p>A email confirmation has been requested for the following account: <b><%= email %></b>.</p>
|
||||
<p>To confirm the account, please visit the following link: <a href="<%= rootURL %>/admin/confirm-email#<%= token %>">Confirm Email</a></p>
|
||||
<p>If you did not request this, you can safely ignore this email.</p>
|
||||
@@ -1,9 +0,0 @@
|
||||
A email confirmation has been requested for the following account:
|
||||
|
||||
<%= email %>
|
||||
|
||||
To confirm the account, please visit the following link:
|
||||
|
||||
<%= rootURL %>/confirm/endpoint#<%= token %>
|
||||
|
||||
If you did not request this, you can safely ignore this email.
|
||||
@@ -1 +0,0 @@
|
||||
<%= body %>
|
||||
@@ -1 +0,0 @@
|
||||
<%= body %>
|
||||
@@ -1 +0,0 @@
|
||||
<%= body %>
|
||||
@@ -1 +0,0 @@
|
||||
<%= body %>
|
||||
@@ -1,2 +0,0 @@
|
||||
<p>We received a request to reset your password. If you did not request this change, you can ignore this email.<br />
|
||||
If you did, <a href="<%= rootURL %>/admin/password-reset#<%= token %>">please click here to reset password</a>.</p>
|
||||
@@ -1,5 +0,0 @@
|
||||
We received a request to reset your password, click here to reset your password:
|
||||
|
||||
<%= rootURL %>/admin/password-reset#<%= token %>
|
||||
|
||||
If you did not request this change, you can ignore this email.
|
||||
@@ -1,2 +0,0 @@
|
||||
<p>We received a request to reset your password. If you did not request this change, you can ignore this email.<br />
|
||||
If you did, <a href="<%= rootURL %>/admin/password-reset#<%= token %>">please click here to reset password</a>.</p>
|
||||
@@ -1,5 +0,0 @@
|
||||
We received a request to reset your password, click here to reset your password:
|
||||
|
||||
<%= rootURL %>/admin/password-reset#<%= token %>
|
||||
|
||||
If you did not request this change, you can ignore this email.
|
||||
@@ -1 +0,0 @@
|
||||
<%= body.replace(/\n/g, '<br />') %>
|
||||
@@ -1 +0,0 @@
|
||||
<%= body %>
|
||||
@@ -1 +0,0 @@
|
||||
<%= body.replace(/\n/g, '<br />') %>
|
||||
@@ -1 +0,0 @@
|
||||
<%= body %>
|
||||
Reference in New Issue
Block a user