1
0
Fork 0
mirror of synced 2024-07-08 07:55:48 +12:00
appwrite/app/config/locales/templates/th.email.auth.invitation.tpl

29 lines
857 B
Smarty
Raw Normal View History

2019-10-23 04:41:10 +13:00
<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>