mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-11 14:30:12 -05:00
Initial work on email internalization.
This commit is contained in:
15
public/email/translations/account-check_ja.html
Normal file
15
public/email/translations/account-check_ja.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<html><head><title>[[[SERVERNAME]]] - Email Verification</title>
|
||||
</head><body><div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]]-確認</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>[[[USERNAME]]]様 <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> がメールの確認をリクエストしている場合は、次のリンクをクリックしてプロセスを完了してください。</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]]">ここをクリックして、電子メールアドレスを確認してください。</a>
|
||||
</p>
|
||||
このリクエストを開始していない場合は、このメールを無視してください。
|
||||
</div></body></html>
|
||||
Reference in New Issue
Block a user