mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Create pn.email.auth.invitation.tpl
This commit is contained in:
parent
74ceab99c6
commit
5bbaf7de7e
1 changed files with 27 additions and 0 deletions
27
app/config/locales/templates/pn.email.auth.invitation.tpl
Normal file
27
app/config/locales/templates/pn.email.auth.invitation.tpl
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<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} at </b> ਟੀਮ {{project}} 'ਤੇ ਟੀਮ ਦੇ ਮੈਂਬਰ ਬਣਨ ਲਈ ਸੱਦਾ ਦੇਣਾ ਚਾਹੁੰਦਾ ਸੀ.
|
||||
<br />
|
||||
<br />
|
||||
<b> {{team}} </ b> ਟੀਮ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਲਈ ਇਸ ਲਿੰਕ ਦਾ ਪਾਲਣ ਕਰੋ:
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
ਜੇ ਤੁਸੀਂ ਦਿਲਚਸਪੀ ਨਹੀਂ ਰੱਖਦੇ, ਤਾਂ ਤੁਸੀਂ ਇਸ ਸੰਦੇਸ਼ ਨੂੰ ਨਜ਼ਰ ਅੰਦਾਜ਼ ਕਰ ਸਕਦੇ ਹੋ.
|
||||
<br />
|
||||
<br />
|
||||
Thanks,
|
||||
<br />
|
||||
{{project}} ਟੀਮ
|
||||
</div>
|
||||
Loading…
Reference in a new issue