Merged PR 1055: タスク 4674: メンテナンス告知実装_2025年5月7日保守リリース
## 概要 5月7日保守の本番リリースについて メンテナンスモードによって、サービスを利用できない時間が発生するため メンテナンスを告知する表示をトップページ画面に表示させる修正です。 - トップページのメンテナンス告知の表示(英語)  画面とリテラルが一致していることを確認しております [言語確認_メンテナンス告知実装_2025年5月7日保守リリース](https://ndstokyo.sharepoint.com/❌/r/sites/SNC-OMDS/Shared%20Documents/%E4%BF%9D%E5%AE%88/10_%E3%83%86%E3%82%B9%E3%83%88%E9%96%A2%E9%80%A3/%E5%8D%98%E4%BD%93%E3%83%86%E3%82%B9%E3%83%88/%E3%82%BF%E3%82%B9%E3%82%AF%204674_%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9%E5%91%8A%E7%9F%A5%E5%AE%9F%E8%A3%85_2025%E5%B9%B45%E6%9C%887%E6%97%A5%E4%BF%9D%E5%AE%88%E3%83%AA%E3%83%AA%E3%83%BC%E3%82%B9/%E8%A8%80%E8%AA%9E%E7%A2%BA%E8%AA%8D_%E3%83%A1%E3%83%B3%E3%83%86%E3%83%8A%E3%83%B3%E3%82%B9%E5%91%8A%E7%9F%A5%E5%AE%9F%E8%A3%85_2025%E5%B9%B45%E6%9C%887%E6%97%A5%E4%BF%9D%E5%AE%88%E3%83%AA%E3%83%AA%E3%83%BC%E3%82%B9.xlsx?d=w2449692bc3364af8ae94250a269d21d9&csf=1&web=1&e=NfJJzN) リテラルについては以下でお客様に確認 [【リリース】5月7日のリリースについて](https://so-net.backlog.jp/board/OMDS_IS?selectedIssueKey=OMDS_IS-500)  メンテナンスの表示については過去のプルリクエストを参考に 日付以外は同様の実装にしています [参考_6月末リリース手順(メンテナンスモード切替を含む)](https://ndstokyo.sharepoint.com/❌/r/sites/SNC-OMDS/_layouts/15/Doc.aspx?sourcedoc=%7BF497BCC6-CFCB-46C9-B22B-8E6A916FBA43%7D&file=%25u53c2%25u8003_%25uff16%25u6708%25u672b%25u30ea%25u30ea%25u30fc%25u30b9%25u624b%25u9806%25uff08%25u30e1%25u30f3%25u30c6%25u30ca%25u30f3%25u30b9%25u30e2%25u30fc%25u30c8%25u3099%25u5207%25u66ff%25u3092%25u542b%25u3080%25uff09.xlsx&action=default&mobileredirect=true)
This commit is contained in:
parent
3d9a254b63
commit
f690528537
@ -109,6 +109,23 @@ const TopPage: React.FC = (): JSX.Element => {
|
||||
</dd>
|
||||
</dl>
|
||||
</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>
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
},
|
||||
"text": {
|
||||
"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": {
|
||||
@ -691,4 +691,4 @@
|
||||
"title": "Konto durchsuchen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 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": {
|
||||
@ -691,4 +691,4 @@
|
||||
"title": "Search Account"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 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": {
|
||||
@ -691,4 +691,4 @@
|
||||
"title": "Buscar cuenta"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 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": {
|
||||
@ -691,4 +691,4 @@
|
||||
"title": "Rechercher un compte"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user