From 16f743c4c4e114838e2b1efb1b3be2368adba482 Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Thu, 21 Dec 2023 08:52:45 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20650:=20=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E3=81=AE=E7=BF=BB=E8=A8=B3=E6=83=85=E5=A0=B1=E3=82=92Web?= =?UTF-8?q?=E3=82=A2=E3=83=97=E3=83=AA=E3=81=AB=E9=81=A9=E7=94=A8=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3357: 最新の翻訳情報をWebアプリに適用する](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3357) - 最新の翻訳情報を反映 ## レビューポイント - 特になし ## UIの変更 - Before/Afterのスクショなど - スクショ置き場 ## 動作確認状況 - ローカルで確認、develop環境で確認など ## 補足 - 以下の翻訳情報はまだもらえていないので、残っている ``` タスク一覧 dictationPage.message.backupFailedError dictationPage.message.cancelFailedError dictationPage.label.fileBackup dictationPage.label.downloadForBackup dictationPage.label.applications 共通 common.label.headerSupport ヘルプページ全般 ライセンス情報 LicenseSummaryPage.label.licenseLabel LicenseSummaryPage.label.storageLabel --- .../src/components/header/constants.ts | 2 +- .../src/components/header/loginedHeader.tsx | 2 +- .../src/components/header/notLoginHeader.tsx | 2 +- .../pages/DictationPage/filePropertyPopup.tsx | 6 +- .../src/pages/TermsPage/index.tsx | 6 +- dictation_client/src/translation/de.json | 197 +++++++++-------- dictation_client/src/translation/en.json | 95 ++++----- dictation_client/src/translation/es.json | 199 +++++++++--------- dictation_client/src/translation/fr.json | 199 +++++++++--------- 9 files changed, 344 insertions(+), 364 deletions(-) diff --git a/dictation_client/src/components/header/constants.ts b/dictation_client/src/components/header/constants.ts index f3e4f53..6b3f7dc 100644 --- a/dictation_client/src/components/header/constants.ts +++ b/dictation_client/src/components/header/constants.ts @@ -51,7 +51,7 @@ export const HEADER_MENUS: { }, ]; -export const HEADER_NAME = getTranslationID("common.label.headerName"); +export const HEADER_NAME = "ODMS Cloud"; /** * adminのみに表示するヘッダータブ diff --git a/dictation_client/src/components/header/loginedHeader.tsx b/dictation_client/src/components/header/loginedHeader.tsx index 57ee5dd..7b900ab 100644 --- a/dictation_client/src/components/header/loginedHeader.tsx +++ b/dictation_client/src/components/header/loginedHeader.tsx @@ -74,7 +74,7 @@ const LoginedHeader: React.FC = (props: HeaderProps) => {
OM System
-
{t(HEADER_NAME)}
+
{HEADER_NAME}
    {filterMenus.map((x) => ( diff --git a/dictation_client/src/components/header/notLoginHeader.tsx b/dictation_client/src/components/header/notLoginHeader.tsx index 1580e8e..09cdcd6 100644 --- a/dictation_client/src/components/header/notLoginHeader.tsx +++ b/dictation_client/src/components/header/notLoginHeader.tsx @@ -19,7 +19,7 @@ const NotLoginHeader: React.FC = (
    OM System
    -

    {t(HEADER_NAME)}

    +

    {HEADER_NAME}

    ); }; diff --git a/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx b/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx index 2d2b45c..c0e362d 100644 --- a/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx +++ b/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx @@ -38,7 +38,7 @@ export const FilePropertyPopup: React.FC = (props) => {

    - {t(getTranslationID("dictationPage.label.general"))} + {t(getTranslationID("filePropertyPopup.label.general"))}
    {t(getTranslationID("dictationPage.label.fileName"))}
    {selectedFileTask?.fileName.replace(".zip", "") ?? ""}
    @@ -93,7 +93,7 @@ export const FilePropertyPopup: React.FC = (props) => {
    {t(getTranslationID("dictationPage.label.comment"))}
    {selectedFileTask?.comment ?? ""}
    - {t(getTranslationID("dictationPage.label.job"))} + {t(getTranslationID("filePropertyPopup.label.job"))}
    {t(getTranslationID("dictationPage.label.jobNumber"))}
    {selectedFileTask?.jobNumber ?? ""}
    @@ -116,7 +116,7 @@ export const FilePropertyPopup: React.FC = (props) => {
    close - {t(getTranslationID("dictationPage.label.close"))} + {t(getTranslationID("filePropertyPopup.label.close"))}
    diff --git a/dictation_client/src/pages/TermsPage/index.tsx b/dictation_client/src/pages/TermsPage/index.tsx index 0082cfd..974487e 100644 --- a/dictation_client/src/pages/TermsPage/index.tsx +++ b/dictation_client/src/pages/TermsPage/index.tsx @@ -126,7 +126,7 @@ const TermsPage: React.FC = (): JSX.Element => { > {t(getTranslationID("termsPage.label.linkOfEula"))} - {` ${t(getTranslationID("termsPage.label.forOdds"))}`} + {` ${t(getTranslationID("termsPage.label.forOdms"))}`}