mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #2 from YMsyaraf/YMsyaraf-template-malaysian-local
Template Malaysian localizing
This commit is contained in:
commit
06e3018d1b
3 changed files with 75 additions and 0 deletions
24
app/config/locale/templates/my.email.auth.confirm.tpl
Normal file
24
app/config/locale/templates/my.email.auth.confirm.tpl
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<style>
|
||||
* {
|
||||
font-family: sans-serif,Arial;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-weight: lighter;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="direction: {{direction}}">
|
||||
Hello {{name}},
|
||||
<br />
|
||||
<br />
|
||||
Ikuti pautan ini untuk mengesahkan alamat e-mel anda.
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
Jika anda tidak meminta untuk mengesahkan alamat ini, anda boleh mengabaikan mesej ini.
|
||||
<br />
|
||||
<br />
|
||||
Terima kasih,
|
||||
<br />
|
||||
Kumpulan {{project}}
|
||||
</div>
|
||||
27
app/config/locale/templates/my.email.auth.invitation.tpl
Normal file
27
app/config/locale/templates/my.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}}">
|
||||
Hello,
|
||||
<br />
|
||||
<br />
|
||||
E-mel ini dihantar kepada anda kerana <b>{{owner}}</b>ingin mengundang Anda untuk menjadi anggota kumpulan <b>{{team}}</b> di dalam {{project}}.
|
||||
<br />
|
||||
<br />
|
||||
Ikuti pautan ini untuk menyertai kumpulan <b>{{team}}</b>:
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
Sekiranya anda tidak berminat,anda boleh mengabaikan mesej ini.
|
||||
<br />
|
||||
<br />
|
||||
Terima Kasih,
|
||||
<br />
|
||||
Kumpulan {{project}}
|
||||
</div>
|
||||
24
app/config/locale/templates/my.email.auth.recovery.tpl
Normal file
24
app/config/locale/templates/my.email.auth.recovery.tpl
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<style>
|
||||
* {
|
||||
font-family: sans-serif,Arial;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-weight: lighter;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="direction: {{direction}}">
|
||||
Hello {{name}},
|
||||
<br />
|
||||
<br />
|
||||
Ikuti pautan ini sekiranya anda mahu menetapkan semula kata laluan {{project}} anda.
|
||||
<br />
|
||||
<a href="{{redirect}}">{{redirect}}</a>
|
||||
<br />
|
||||
<br />
|
||||
Sekiranya anda tidak meminta untuk menetapkan semula kata laluan anda,anda boleh sahaja mengabaikan mesej ini.
|
||||
<br />
|
||||
<br />
|
||||
Terima Kasih,
|
||||
<br />
|
||||
Kumpulan {{project}}
|
||||
</div>
|
||||
Loading…
Reference in a new issue