OMDSCloud/dictation_server/src/templates/template_U_120.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

80 lines
2.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>User Bulk Registration Received Notification [U-120]</title>
</head>
<body>
<div>
<h3>&lt;English&gt;</h3>
<p>
Dear $CUSTOMER_NAME$,
</p>
<p>
We have received your bulk user registration request. <br />
- Date and time: $REQUEST_TIME$<br />
- SCV file name: $FILE_NAME$
</p>
<p>
・Please wait until the registration is complete. This may take a few minutes to process.<br />
・Notification will be sent separately upon completion.<br />
・Registration cannot be completed if there are invalid values in the CSV file.
</p>
<p>
If you need support regarding the ODMS Cloud, please contact $DEALER_NAME$.
</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$,
</p>
<p>
Wir haben Ihre Anfrage zur Massenbenutzerregistrierung erhalten.<br />
- Datum und Uhrzeit: $REQUEST_TIME$<br />
- SCV-Dateiname: $FILE_NAME$
</p>
<p>
・Bitte warten Sie, bis die Registrierung abgeschlossen ist. Die Bearbeitung kann einige Minuten dauern.<br />
・Eine Benachrichtigung wird nach Abschluss separat verschickt.<br />
・Die Registrierung kann nicht abgeschlossen werden, wenn die CSV-Datei ungültige Werte enthält.
</p>
<p>
Wenn Sie Unterstützung bezüglich ODMS Cloud benötigen, wenden Sie sich bitte an $DEALER_NAME$.
</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$,
</p>
<p>
Nous avons reçu votre demande d'enregistrement groupé d'utilisateur.<br />
- Date et heure : $REQUEST_TIME$<br />
- Nom du fichier SCV : $FILE_NAME$
</p>
<p>
・Veuillez attendre que l'inscription soit terminée. Le traitement peut prendre quelques minutes.<br />
・Une notification sera envoyée séparément une fois terminée.<br />
・L'inscription ne peut pas être complétée s'il y a des valeurs invalides dans le fichier CSV.
</p>
<p>
Si vous avez besoin d'assistance concernant ODMS Cloud, veuillez contacter $DEALER_NAME$.
</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>