From f7ec740e7a7ec093f509ad68c1acc515f8db3686 Mon Sep 17 00:00:00 2001 From: "maruyama.t" Date: Fri, 8 Dec 2023 05:59:30 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20615:=20PrivacyNotice=E3=81=AE?= =?UTF-8?q?=E5=A4=9A=E8=A8=80=E8=AA=9E=E5=AF=BE=E5=BF=9C=E3=81=AE=E6=96=87?= =?UTF-8?q?=E8=A8=80=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3292: PrivacyNoticeの多言語対応の文言修正](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3292) - 元PBI or タスクへのリンク(内容・目的などはそちらにあるはず) - 何をどう変更したか、追加したライブラリなど - このPull Requestでの対象/対象外 - 影響範囲(他の機能にも影響があるか) ## レビューポイント - 特にレビューしてほしい箇所 - 軽微なものや自明なものは記載不要 - 修正範囲が大きい場合などに記載 - 全体的にや仕様を満たしているか等は本当に必要な時のみ記載 ## UIの変更 - Before/Afterのスクショなど - スクショ置き場 ## 動作確認状況 - ローカルで確認、develop環境で確認など ## 補足 - 相談、参考資料などがあれば --- dictation_client/src/translation/de.json | 3 +-- dictation_client/src/translation/en.json | 3 +-- dictation_client/src/translation/es.json | 3 +-- dictation_client/src/translation/fr.json | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dictation_client/src/translation/de.json b/dictation_client/src/translation/de.json index 71b532f..5bc34d0 100644 --- a/dictation_client/src/translation/de.json +++ b/dictation_client/src/translation/de.json @@ -535,8 +535,7 @@ "linkOfPrivacyNotice": "(de)Click here to read the terms of use.", "checkBoxForConsent": "(de)Yes, I agree to the terms of use.", "forOdds": "(de)for ODDS.", - "button": "(de)Continue", - "linkOfPrivacyNotice": "(de)Click here to read the terms of use." + "button": "(de)Continue" } }, "supportPage": { diff --git a/dictation_client/src/translation/en.json b/dictation_client/src/translation/en.json index cbf9f66..785e88a 100644 --- a/dictation_client/src/translation/en.json +++ b/dictation_client/src/translation/en.json @@ -535,8 +535,7 @@ "linkOfPrivacyNotice": "Click here to read the terms of use.", "checkBoxForConsent": "Yes, I agree to the terms of use.", "forOdds": "for ODDS.", - "button": "Continue", - "linkOfPrivacyNotice": "Click here to read the terms of use." + "button": "Continue" } }, "supportPage": { diff --git a/dictation_client/src/translation/es.json b/dictation_client/src/translation/es.json index 552edb2..9fae99a 100644 --- a/dictation_client/src/translation/es.json +++ b/dictation_client/src/translation/es.json @@ -535,8 +535,7 @@ "linkOfPrivacyNotice": "(es)Click here to read the terms of use.", "checkBoxForConsent": "(es)Yes, I agree to the terms of use.", "forOdds": "(es)for ODDS.", - "button": "(es)Continue", - "linkOfPrivacyNotice": "(es)Click here to read the terms of use." + "button": "(es)Continue" } }, "supportPage": { diff --git a/dictation_client/src/translation/fr.json b/dictation_client/src/translation/fr.json index e3bf194..d0a2bfa 100644 --- a/dictation_client/src/translation/fr.json +++ b/dictation_client/src/translation/fr.json @@ -535,8 +535,7 @@ "linkOfPrivacyNotice": "(fr)Click here to read the terms of use.", "checkBoxForConsent": "(fr)Yes, I agree to the terms of use.", "forOdds": "(fr)for ODDS.", - "button": "(fr)Continue", - "linkOfPrivacyNotice": "(fr)Click here to read the terms of use." + "button": "(fr)Continue" } }, "supportPage": {