1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/zh-tw.email.auth.invitation.tpl
2019-10-03 11:39:38 -04:00

27 lines
594 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>邀請您加入{{project}}項目的<b>{{team}}</b>小組。
<br />
<br />
請點擊下方的鏈接加入{{team}}小組:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
如果您沒有加入該小組的計劃,請忽略本郵件。
<br />
<br />
謝謝。
<br />
來自 {{project}}
</div>