1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/config/locales/templates/th.email.auth.invitation.tpl
2019-10-24 22:20:47 +03:00

29 lines
857 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
สวัสดี,
<br />
<br />
เมลนี้ส่งถึงคุณเพราะ <b>{{owner}}</b> ต้องการเชิญคุณเป็นสมาชิกในทีม <b>{{team}}</b> ของ {{project}}.
<br />
<br />
ตามลิงค์นี้เพื่อเข้าร่วม <b>{{team}}</b> ทีม:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
หากคุณไม่สนใจคุณสามารถละเว้นข้อความนี้
<br />
<br />
ขอบคุณ,
<br />
{{project}} ทีม
</div>