OMDSCloud/dictation_server/src/templates/template_U_123.html
makabe.t 7bfd424a64 Merged PR 875: メールの多言語対応
## 概要
[Task3859: メールの多言語対応](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3859)

- メールの文面を各言語版に置き換えました。
  - アカウント情報消去完了通知 [U-111] 
  - ユーザー一括登録 受付通知 [U-120] 
  - ユーザー一括登録 完了通知 [U-121] 
  - ユーザー一括登録 失敗通知 [U-122] 
  - パートナーアカウント情報消去完了通知 [U-123] 

## レビューポイント
- 対応メールは適切でしょうか?
- メール文面は適切でしょうか?
- 反映内容は適切でしょうか?

## UIの変更
- なし

## クエリの変更
- なし
## 動作確認状況
- ローカルで確認
- 行った修正がデグレを発生させていないことを確認できるか
  - 具体的にどのような確認をしたか
    - ローカル確認、マージ後にdevelop動作確認
2024-04-19 02:14:05 +00:00

64 lines
2.0 KiB
HTML

<html>
<head>
<title>Partner Account Deleted Notification [U-123]</title>
</head>
<body>
<div>
<h3>&lt;English&gt;</h3>
<p>
Dear $CUSTOMER_NAME$, -> $PRIMARY_ADMIN_NAME$
</p>
<p>
Your account information has been removed from the ODMS Cloud by $DEALER_NAME$.
</p>
<p>
If you would like to register your account with the ODMS Cloud again, please contact your $DEALER_NAME$ or contact
OM
System directly.
</p>
<p>
If you received this e-mail in error, please delete this e-mail from your system.<br />
This is an automatically generated e-mail and this mailbox is not monitored. Please do not reply.
</p>
</div>
<div>
<h3>&lt;Deutsch&gt;</h3>
<p>
Sehr geehrte(r) $CUSTOMER_NAME$, -> $PRIMARY_ADMIN_NAME$
</p>
<p>
Ihre Kontoinformationen wurden von $DEALER_NAME$ aus der ODMS Cloud entfernt.
</p>
<p>
Wenn Sie Ihr Konto erneut bei der ODMS Cloud registrieren möchten, wenden Sie sich bitte an Ihren $DEALER_NAME$
oder
wenden Sie sich direkt an OM System.
</p>
<p>
Wenn Sie diese E-Mail irrtümlich erhalten haben, löschen Sie diese E-Mail bitte aus Ihrem System.<br />
Dies ist eine automatisch generierte E-Mail und diese Mailbox wird nicht überwacht. Bitte antworten Sie nicht.
</p>
</div>
<div>
<h3>&lt;Français&gt;</h3>
<p>
Chère/Cher $CUSTOMER_NAME$, -> $PRIMARY_ADMIN_NAME$
</p>
<p>
Les informations de votre compte ont été supprimées du cloud ODMS par $DEALER_NAME$.
</p>
<p>
Si vous souhaitez enregistrer à nouveau votre compte sur ODMS Cloud, veuillez contacter votre $DEALER_NAME$ ou
contacter directement OM System.
</p>
<p>
Si vous avez reçu cet e-mail par erreur, veuillez supprimer cet e-mail de votre système.<br />
Il s'agit d'un e-mail généré automatiquement et cette boîte aux lettres n'est pas surveillée. Merci de ne pas
répondre.
</p>
</div>
</body>
</html>