1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/tr.email.auth.invitation.tpl
2019-10-01 15:25:31 +03:00

28 lines
692 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Merhaba,
<br />
<br />
Bu posta size gönderildi, çünkü <b>{{owner}}</b> sizi {{project}} için <b>{{team}}</b> ekibinde takım üyesi olmaya davet etmek istedi.
<br />
<br />
Aşağıdaki bağlantıyı takip ederek <b>{{team}}</b> takımına takılın:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Eğer ilgilenmiyorsanız, bu mesajı yok sayabilirsiniz.
<br />
<br />
Teşekkürler,
<br />
{{project}} takımı
</div>