From 071bd2b85ea38ad445d4060fe53669f7da553083 Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Mon, 11 Mar 2024 10:18:25 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20828:=20=E3=83=98=E3=83=AB?= =?UTF-8?q?=E3=83=97=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E3=83=AA=E3=83=B3?= =?UTF-8?q?=E3=82=AF=E3=82=92=E5=B7=AE=E3=81=97=E6=9B=BF=E3=81=88=E3=82=8B?= =?UTF-8?q?=EF=BC=8B=E3=83=98=E3=83=AB=E3=83=97=E3=83=9A=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=81=B8=E3=81=AE=E9=81=B7=E7=A7=BB=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E3=82=92=E4=B8=80=E3=81=A4=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3887: ヘルプページのリンクを差し替える+ヘルプページへの遷移リンクを一つにする](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3887) - ヘルプページのリンクを修正 - リンクを一つにまとめる - リンクの翻訳情報を修正 ## レビューポイント - 修正に漏れはないか ## UIの変更 - 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/Task3887?csf=1&web=1&e=NtVNCO ## 動作確認状況 - ローカルで確認、develop環境で確認など - 行った修正がデグレを発生させていないことを確認できるか - 具体的にどのような確認をしたか - リンクの張替えと翻訳情報の変更のみで他機能に影響はない ## 補足 - 相談、参考資料などがあれば --- .../src/pages/SupportPage/index.tsx | 45 ++----------------- dictation_client/src/translation/de.json | 5 +-- dictation_client/src/translation/en.json | 7 +-- dictation_client/src/translation/es.json | 5 +-- dictation_client/src/translation/fr.json | 5 +-- 5 files changed, 8 insertions(+), 59 deletions(-) diff --git a/dictation_client/src/pages/SupportPage/index.tsx b/dictation_client/src/pages/SupportPage/index.tsx index b5d2cc8..8f1ad90 100644 --- a/dictation_client/src/pages/SupportPage/index.tsx +++ b/dictation_client/src/pages/SupportPage/index.tsx @@ -28,54 +28,15 @@ const SupportPage: React.FC = () => { -

{t(getTranslationID("supportPage.text.notResolved"))}

diff --git a/dictation_client/src/translation/de.json b/dictation_client/src/translation/de.json index 7e6b52f..9a7af9d 100644 --- a/dictation_client/src/translation/de.json +++ b/dictation_client/src/translation/de.json @@ -597,10 +597,7 @@ "label": { "title": "Support", "howToUse": "So verwenden Sie das System", - "supportPageEnglish": "OMDS Cloud User Guide", - "supportPageGerman": "OMDS Cloud-Benutzerhandbuch", - "supportPageFrench": "Guía del usuario de la nube OMDS", - "supportPageSpanish": "Guide de l'utilisateur du cloud OMDS" + "supportPageLink": "OMDS Cloud-Benutzerhandbuch" }, "text": { "notResolved": "Informationen zu den Funktionen der ODMS Cloud finden Sie im Benutzerhandbuch. Wenn Sie zusätzlichen Support benötigen, wenden Sie sich bitte an Ihren Administrator oder zertifizierten ODMS Cloud-Händler." diff --git a/dictation_client/src/translation/en.json b/dictation_client/src/translation/en.json index 3969b72..7b91390 100644 --- a/dictation_client/src/translation/en.json +++ b/dictation_client/src/translation/en.json @@ -597,10 +597,7 @@ "label": { "title": "Support", "howToUse": "How to use the system", - "supportPageEnglish": "OMDS Cloud User Guide", - "supportPageGerman": "OMDS Cloud-Benutzerhandbuch", - "supportPageFrench": "Guía del usuario de la nube OMDS", - "supportPageSpanish": "Guide de l'utilisateur du cloud OMDS" + "supportPageLink": "OMDS Cloud User Guide" }, "text": { "notResolved": "Please refer to the User Guide for information about the features of the ODMS Cloud. If you require additional support, please contact your administrator or certified ODMS Cloud reseller." @@ -623,4 +620,4 @@ "daysValidationError": "Daysには1~999の数字を入力してください。" } } -} +} \ No newline at end of file diff --git a/dictation_client/src/translation/es.json b/dictation_client/src/translation/es.json index 8fc9a66..4dd9b29 100644 --- a/dictation_client/src/translation/es.json +++ b/dictation_client/src/translation/es.json @@ -597,10 +597,7 @@ "label": { "title": "Soporte", "howToUse": "Cómo utilizar el sistema", - "supportPageEnglish": "OMDS Cloud User Guide", - "supportPageGerman": "OMDS Cloud-Benutzerhandbuch", - "supportPageFrench": "Guía del usuario de la nube OMDS", - "supportPageSpanish": "Guide de l'utilisateur du cloud OMDS" + "supportPageLink": "Guía del usuario de la nube OMDS" }, "text": { "notResolved": "Consulte la Guía del usuario para obtener información sobre las funciones de ODMS Cloud. Si necesita soporte adicional, comuníquese con su administrador o revendedor certificado de ODMS Cloud." diff --git a/dictation_client/src/translation/fr.json b/dictation_client/src/translation/fr.json index 6101a2f..af62dc2 100644 --- a/dictation_client/src/translation/fr.json +++ b/dictation_client/src/translation/fr.json @@ -597,10 +597,7 @@ "label": { "title": "Support", "howToUse": "Comment utiliser le système", - "supportPageEnglish": "OMDS Cloud User Guide", - "supportPageGerman": "OMDS Cloud-Benutzerhandbuch", - "supportPageFrench": "Guía del usuario de la nube OMDS", - "supportPageSpanish": "Guide de l'utilisateur du cloud OMDS" + "supportPageLink": "Guide de l'utilisateur du cloud OMDS" }, "text": { "notResolved": "Veuillez vous référer au Guide de l'utilisateur pour plus d'informations sur les fonctionnalités d'ODMS Cloud. Si vous avez besoin d'une assistance supplémentaire, veuillez contacter votre administrateur ou votre revendeur certifié ODMS Cloud."