1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/ar.email.auth.invitation.tpl
2019-10-05 23:21:32 +02:00

28 lines
734 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> أراد دعوتك لتصبح عضوًا في فريق <b>{{team}}</b> في {{project}}.
<br />
<br />
اتبع هذا الرابط للانضمام إلى فريق <b>{{team}}</b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
إذا لم تكن مهتمًا، يمكنك تجاهل هذه الرسالة.
<br />
<br />
شكرا،
<br />
فريق {{project}}
</div>