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

28 lines
918 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 />
<b>{{team}}</b> ടീമിൽ ചേരുവാൻ താഴെ കാണുന്ന ലിങ്കിൽ ക്ലിക്ക് ചെയ്യൂ.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
താൽപര്യമില്ലെങ്കിൽ ഈ മെസ്സേജ് ഇഗ്നോർ ചെയ്യാം
<br />
<br />
നന്ദി,
<br />
{{project}} ടീം.
</div>