1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/config/locale/templates/vi.email.auth.invitation.tpl
2019-10-02 10:00:00 +07:00

28 lines
679 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Xin chào,
<br />
<br />
Bạn nhận được email này vì <b>{{owner}}</b> muốn mời bạn tham gia {{project}} cùng với <b>{{team}}</b> team.
<br />
<br />
Hãy theo liên kết này để tham gia vào <b>{{team}}</b> team:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Nếu bạn không thích tham gia, hãy bỏ qua lời nhắn này.
<br />
<br />
Xin cảm ơn,
<br />
{{project}} team
</div>