Compare commits
1 Commits
main
...
release-20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d6aa6117c |
@ -109,6 +109,23 @@ const TopPage: React.FC = (): JSX.Element => {
|
|||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
{/*タスク 4674: メンテナンス告知実装_2025年5月7日保守リリース*/}
|
||||||
|
<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>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"maintenanceNotificationTitle": "Hinweis auf geplante Wartungsarbeiten",
|
"maintenanceNotificationTitle": "Hinweis auf geplante Wartungsarbeiten",
|
||||||
"maintenanceNotification": "Aufgrund von Systemwartungsarbeiten wird ODMS Cloud ab dem 27. Januar, 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 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."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"signupPage": {
|
"signupPage": {
|
||||||
@ -691,4 +691,4 @@
|
|||||||
"title": "Konto durchsuchen"
|
"title": "Konto durchsuchen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"maintenanceNotificationTitle": "Notice of scheduled maintenance",
|
"maintenanceNotificationTitle": "Notice of scheduled maintenance",
|
||||||
"maintenanceNotification": "Due to system maintenance, ODMS Cloud will be unavailable for approximately one hour starting from January 27th, 6:00AM UTC time. We apologize for any inconvenience caused during the 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."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"signupPage": {
|
"signupPage": {
|
||||||
@ -691,4 +691,4 @@
|
|||||||
"title": "Search Account"
|
"title": "Search Account"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"maintenanceNotificationTitle": "Aviso de mantenimiento programado",
|
"maintenanceNotificationTitle": "Aviso de mantenimiento programado",
|
||||||
"maintenanceNotification": "Debido al mantenimiento del sistema, ODMS Cloud no estará disponible durante aproximadamente una hora a partir del 27 de enero a las 6:00 am, hora UTC. Pedimos disculpas por cualquier inconveniente causado durante el mantenimiento."
|
"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."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"signupPage": {
|
"signupPage": {
|
||||||
@ -691,4 +691,4 @@
|
|||||||
"title": "Buscar cuenta"
|
"title": "Buscar cuenta"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"maintenanceNotificationTitle": "Avis de maintenance programmée",
|
"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 27 janvier à 6h00, heure UTC. Nous nous excusons pour tout inconvénient causé lors de la maintenance."
|
"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."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"signupPage": {
|
"signupPage": {
|
||||||
@ -691,4 +691,4 @@
|
|||||||
"title": "Rechercher un compte"
|
"title": "Rechercher un compte"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user