mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
Translated using Weblate (Slovak)
Currently translated at 100.0% (13 of 13 strings) Translation: Gancio/Email Translate-URL: https://hosted.weblate.org/projects/gancio/email/sk/
This commit is contained in:
parent
88b5d354d8
commit
c4d00436a1
1 changed files with 29 additions and 1 deletions
|
@ -1 +1,29 @@
|
|||
{}
|
||||
{
|
||||
"register": {
|
||||
"subject": "Požiadavka na registráciu bola prijatá",
|
||||
"content": "Prijali sme požiadavku na registráciu. Potvrdíme ju čo najskôr."
|
||||
},
|
||||
"confirm": {
|
||||
"subject": "Teraz môžete začať publikovať podujatia",
|
||||
"content": "Ahoj, tvoj účet na <a href='{{config.baseurl}}'>{{config.title}}</a> bol potvdený. Pre akékoľvek informácie nám píšte na {{config.admin_email}}."
|
||||
},
|
||||
"user_confirm": {
|
||||
"subject": "Teraz môžete začať publikovať podujatia",
|
||||
"content": "Ahoj, tvoj účet na <a href='{{config.baseurl}}'>{{config.title}}</a> bol vytvorený. <a href='{{config.baseurl}}/user_confirm/{{user.recover_code}}'>Potvrď ho a zvol si heslo.</a>."
|
||||
},
|
||||
"recover": {
|
||||
"subject": "Obnova hesla",
|
||||
"content": "Ahoj, vyžiadal ste si obnovu hesla na{{config.title}}. <a href='{{config.baseurl}}/recover/{{user.recover_code}}'>Klikni sem</a> pre potvrdenie."
|
||||
},
|
||||
"admin_register": {
|
||||
"subject": "Nová registrácia",
|
||||
"content": "{{user.email}} si vyžiadal registráciu na {{config.title}}: <br/><pre>{{user.description}}</pre><br/> Potvrďte ju <a href='{{config.baseurl}}/admin'>tu</a>."
|
||||
},
|
||||
"event_confirm": {
|
||||
"content": "Potvrdiť podujatie môžete na <a href='{{url}}'>tejto stránke</a>"
|
||||
},
|
||||
"test": {
|
||||
"subject": "Vaša SMTP konfigurácia funguje",
|
||||
"content": "Toto je testovací e-mail, ak toto čítate, tak vaša konfigurácia funguje."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue