1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/config/locale/templates/zh.email.auth.invitation.tpl
2019-09-28 14:55:57 +09:00

28 lines
595 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>