Merged PR 1099: 6/30本番リリース向けのメンテナンス告知文を表示
## 概要 6/30本番リリース向けのメンテナンス告知文を表示 告知文のチケット OMDS_IS-517 【PH2】6/30 本番リリース時のメンテナンス告知について ## 言語表示 ### en  ### de  ### es  ### fr 
This commit is contained in:
parent
f9393ed5d7
commit
07043786c8
@ -109,6 +109,23 @@ const TopPage: React.FC = (): JSX.Element => {
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
{/*タスク 4760: メンテナンス通知画面実装 の対応 2025年6月23日*/}
|
||||
<div
|
||||
style={{
|
||||
margin: "3rem auto 0",
|
||||
width: "500px",
|
||||
}}
|
||||
>
|
||||
<h4
|
||||
style={{ color: "red", fontWeight: "bold", fontSize: "1.5rem" }}
|
||||
>
|
||||
{t(getTranslationID("topPage.text.maintenanceNotificationTitle"))}
|
||||
</h4>
|
||||
<br />
|
||||
<p style={{ wordWrap: "break-word" }}>
|
||||
{t(getTranslationID("topPage.text.maintenanceNotification"))}
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
},
|
||||
"text": {
|
||||
"maintenanceNotificationTitle": "Hinweis auf geplante Wartungsarbeiten",
|
||||
"maintenanceNotification": "Aufgrund von Systemwartungsarbeiten wird ODMS Cloud ab dem 7. Mai, 6:00 Uhr UTC-Zeit, etwa eine Stunde lang nicht verfügbar sein. Wir entschuldigen uns für etwaige Unannehmlichkeiten, die während der Wartung entstanden sind."
|
||||
"maintenanceNotification": "Aufgrund eines Systemupdates ist ODMS Cloud ab dem 30. Juni, 6:00 Uhr UTC-Zeit, etwa eine Stunde lang nicht verfügbar sein. Wir entschuldigen uns für etwaige Unannehmlichkeiten, die während der Wartung entstanden sind."
|
||||
}
|
||||
},
|
||||
"signupPage": {
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
},
|
||||
"text": {
|
||||
"maintenanceNotificationTitle": "Notice of scheduled maintenance",
|
||||
"maintenanceNotification": "Due to system maintenance, ODMS Cloud will be unavailable for approximately one hour starting from May 7th, 6:00AM UTC time. We apologize for any inconvenience caused during the maintenance."
|
||||
"maintenanceNotification": "Due to system update, ODMS Cloud will be unavailable for approximately one hour starting from June 30th, 6:00 AM UTC time. We apologize for any inconvenience caused during the maintenance."
|
||||
}
|
||||
},
|
||||
"signupPage": {
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
},
|
||||
"text": {
|
||||
"maintenanceNotificationTitle": "Aviso de mantenimiento programado",
|
||||
"maintenanceNotification": "Debido al mantenimiento del sistema, ODMS Cloud no estará disponible durante aproximadamente una hora a partir del 7 de mayo a las 6:00 am, hora UTC. Pedimos disculpas por cualquier inconveniente causado durante el mantenimiento."
|
||||
"maintenanceNotification": "Debido a una actualización del sistema, ODMS Cloud no estará disponible durante aproximadamente una hora a partir del 30 de junio a las 6:00 am, hora UTC. Pedimos disculpas por cualquier inconveniente causado durante el mantenimiento."
|
||||
}
|
||||
},
|
||||
"signupPage": {
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
},
|
||||
"text": {
|
||||
"maintenanceNotificationTitle": "Avis de maintenance programmée",
|
||||
"maintenanceNotification": "En raison de la maintenance du système, ODMS Cloud sera indisponible pendant environ une heure à partir du 7 Mai à 6h00, heure UTC. Nous nous excusons pour tout inconvénient causé lors de la maintenance."
|
||||
"maintenanceNotification": "En raison d'une mise à jour du système, ODMS Cloud sera indisponible pendant environ une heure à partir du 30 juin à 6 h 00, heure UTC. Nous nous excusons pour tout inconvénient causé lors de la maintenance."
|
||||
}
|
||||
},
|
||||
"signupPage": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user