mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add confirm and invitation Italian translation
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: sans-serif,Arial;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-weight: lighter;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="direction: {{direction}}">
|
||||
Ciao {{name}},
|
||||
<br />
|
||||
<br />
|
||||
Segui questo link per verificare il tuo indirizzo email.
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
Se non hai chiesto di verificare questo indirizzo, puoi ignorare questo messaggio.
|
||||
<br />
|
||||
<br />
|
||||
Grazie,
|
||||
<br />
|
||||
{{project}} squadra
|
||||
</div>
|
||||
@@ -0,0 +1,28 @@
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: sans-serif,Arial;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-weight: lighter;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="direction: {{direction}}">
|
||||
Ciao,
|
||||
<br />
|
||||
<br />
|
||||
Questa mail ti è stata inviata perché <b>{{owner}}</b> volevo invitarti a diventare un membro del team al <b>{{team}}</b> squadra a {{project}}.
|
||||
<br />
|
||||
<br />
|
||||
Segui questo link per unirti a <b>{{team}}</b> squadra:
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
Se non sei interessato, puoi ignorare questo messaggio.
|
||||
<br />
|
||||
<br />
|
||||
Grazie,
|
||||
<br />
|
||||
{{project}} squadra
|
||||
</div>
|
||||
Reference in New Issue
Block a user