1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00
appwrite/app/config/locale/templates/es.email.auth.invitation.tpl
Esther Álvarez Feijoo 682b11a5e3 Add spanish translation
2019-09-28 21:41:21 +02:00

28 lines
643 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hola,
<br />
<br />
Te hemos enviamos este correo porque <b>{{owner}}</b> quiere invitarte a formar parte del equipo <b>{{team}}</b> en {{project}}.
<br />
<br />
Sigue este enlace para unirte al equipo <b>{{team}}</b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Si no estás interesado, puedes ignorar este mensaje.
<br />
<br />
Gracias,
<br />
Equipo {{project}}
</div>