Translated using Weblate (English)

Currently translated at 100.0% (10 of 10 strings)

Translation: Gancio/Email
Translate-URL: https://weblate.gancio.org/projects/gancio/email/en/
This commit is contained in:
Weblate Admin
2020-01-20 22:14:39 +00:00
committed by Weblate
parent 9f312eee4b
commit e7651bdf7e

View File

@@ -1,22 +1,22 @@
{ {
"register": { "register": {
"subject": "Request registration received", "subject": "Registration request received",
"content": "We received the registration request. We will confirm it as soon as possible." "content": "We received the registration request. We will confirm it as soon as possible."
}, },
"confirm": { "confirm": {
"subject": "You can now start publishing events", "subject": "You can now start publishing events",
"content": "Hi, your account on <a href='{{config.baseurl}}'>{{config.title}}</a> has been confirmed. Write to us at {{config.admin}} for any information." "content": "Hi, your account on <a href='{{config.baseurl}}'>{{config.title}}</a> has been confirmed. Write to us at {{config.admin}} for any information."
}, },
"user_confirm": { "user_confirm": {
"subject": "You can now start publishing events", "subject": "You can now start publishing events",
"content": "Hi, your account on <a href='{{config.baseurl}}'>{{config.title}}</a> has been created. <a href='{{config.baseurl}}/user_confirm/{{user.recover_code}}'>Confirm it and choose a password.</a>" "content": "Hi, your account on <a href='{{config.baseurl}}'>{{config.title}}</a> has been created. <a href='{{config.baseurl}}/user_confirm/{{user.recover_code}}'>Confirm it and choose a password.</a>."
}, },
"recover": { "recover": {
"subject": "Password recovery", "subject": "Password recovery",
"content": "Hi, you requested a password recovery on {{config.title}}. <a href='{{config.baseurl}}/recover/{{user.recover_code}}'>Click here</a> to confirm" "content": "Hi, you requested a password recovery on {{config.title}}. <a href='{{config.baseurl}}/recover/{{user.recover_code}}'>Click here</a> to confirm"
}, },
"admin_register": { "admin_register": {
"subject": "New registration", "subject": "New registration",
"content": "{{user.email}} has requested registration on {{config.title}}: <br/><pre>{{user.description}}</pre><br/> Confirm it <a href='{{config.baseurl}}/admin'>here</a>." "content": "{{user.email}} has requested registration on {{config.title}}: <br/><pre>{{user.description}}</pre><br/> Confirm it <a href='{{config.baseurl}}/admin'>here</a>."
} }
} }