[i18n] use transifex and convert js to json

This commit is contained in:
les
2019-11-06 11:27:02 +01:00
parent 10877b5c59
commit a9ef9f71fc
10 changed files with 552 additions and 663 deletions

View File

@@ -1,17 +1,22 @@
{
"register":{
"subject": "Richiesta registrazione ricevuta",
"content": "Abbiamo ricevuto la richiesta di registrazione. La confermeremo quanto prima.\n Ciao"
"register": {
"subject": "Request registration received",
"content": "We received the registration request. We will confirm it as soon as possible."
},
"confirm": {
"subject": "Puoi iniziare a pubblicare eventi",
"content": "Ciao, il tuo account su <a href='{{config.baseurl}}'>{{config.title}}<a/> è stato creato. <a href='{{config.baseurl}}/user_confirm/{{user.recover_code}}'>Confermalo</a>."
"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."
},
"user_confirm": {
"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>"
},
"recover": {
"subject": "Recupero password",
"content": "Ciao, hai richiesto un recupero della password su {{config.title}}."
"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"
},
"common": {
"press_here": "Premi qui"
"admin_register": {
"subject": "New registration",
"content": "{{user.username}} has requested registration on {{config.title}}: <br/><pre>{{user.description}}</pre><br/> Confirm it <a href='{{config.baseurl}}/admin'>here</a>."
}
}
}