From 07904c35e630d61ec121ca6d485b6b987784f917 Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Tue, 11 Jun 2024 01:24:51 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20885:=20=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=86=E3=83=8A=E3=83=B3=E3=82=B9=E9=80=9A=E7=9F=A5=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E5=AE=9F=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task4148: メンテナンス通知画面実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/4148) - TOPページにメンテナンス通知を追加 ## レビューポイント - 特になし ## UIの変更 - Before/Afterのスクショなど - https://ndstokyo.sharepoint.com/:f:/r/sites/Piranha/Shared%20Documents/General/OMDS/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/Hotfix4148?csf=1&web=1&e=aGsZP6 ## 動作確認状況 - ローカルで確認 - TOPページに文言を追加したのみ - 画面サイズを小さくしてもデザインが崩れないことを確認 ## 補足 - メンテナンスモードに入る日時については未定のため、OMDS定例で決まり次第修正し、決められた日時にmainにマージする --- dictation_client/src/pages/TopPage/index.tsx | 17 +++++++++++++++++ dictation_client/src/translation/de.json | 10 +++++----- dictation_client/src/translation/en.json | 10 +++++----- dictation_client/src/translation/es.json | 12 ++++++------ dictation_client/src/translation/fr.json | 10 +++++----- 5 files changed, 38 insertions(+), 21 deletions(-) diff --git a/dictation_client/src/pages/TopPage/index.tsx b/dictation_client/src/pages/TopPage/index.tsx index 1a4e435..85d216b 100644 --- a/dictation_client/src/pages/TopPage/index.tsx +++ b/dictation_client/src/pages/TopPage/index.tsx @@ -109,6 +109,23 @@ const TopPage: React.FC = (): JSX.Element => { + {/*タスク 4148: メンテナンス通知画面実装 の対応 2024年5月15日*/} +
+

+ {t(getTranslationID("topPage.text.maintenanceNotificationTitle"))} +

+
+

+ {t(getTranslationID("topPage.text.maintenanceNotification"))} +

+