From 5241fcc9973074a62054fe8331312628eb5006b7 Mon Sep 17 00:00:00 2001 From: "oura.a" Date: Mon, 3 Jul 2023 06:47:54 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20203:=20=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task2110: メッセージファイル最新化](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2110) - 元PBI or タスクへのリンク(内容・目的などはそちらにあるはず) - 何をどう変更したか、追加したライブラリなど - このPull Requestでの対象/対象外 - 影響範囲(他の機能にも影響があるか) ## レビューポイント - 特にレビューしてほしい箇所 - 軽微なものや自明なものは記載不要 - 修正範囲が大きい場合などに記載 - 全体的にや仕様を満たしているか等は本当に必要な時のみ記載 ## UIの変更 - Before/Afterのスクショなど - スクショ置き場 ## 動作確認状況 - ローカルで確認、develop環境で確認など ## 補足 - 相談、参考資料などがあれば --- .../src/features/license/licenseOrder/operations.ts | 4 +--- dictation_client/src/translation/de.json | 6 +++--- dictation_client/src/translation/en.json | 6 +++--- dictation_client/src/translation/es.json | 6 +++--- dictation_client/src/translation/fr.json | 6 +++--- 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/dictation_client/src/features/license/licenseOrder/operations.ts b/dictation_client/src/features/license/licenseOrder/operations.ts index 77d97d9..0d39ee5 100644 --- a/dictation_client/src/features/license/licenseOrder/operations.ts +++ b/dictation_client/src/features/license/licenseOrder/operations.ts @@ -44,9 +44,7 @@ export const orderLicenseAsync = createAsyncThunk< thunkApi.dispatch( openSnackbar({ level: "info", - message: getTranslationID( - "licenseOrderPage.message.createOrderSuccess" - ), + message: getTranslationID("common.message.success"), }) ); return {}; diff --git a/dictation_client/src/translation/de.json b/dictation_client/src/translation/de.json index fbd02d2..b6ee80d 100644 --- a/dictation_client/src/translation/de.json +++ b/dictation_client/src/translation/de.json @@ -6,7 +6,8 @@ "emailIncorrectError": "(de)Error Message", "internalServerError": "(de)処理に失敗しました。時間をおいて再実行しても解決しない場合はシステム管理者にお問い合わせください。", "listEmpty": "(de)検索結果が0件です。", - "dialogConfirm": "(de)操作を実行しますか?" + "dialogConfirm": "(de)操作を実行しますか?", + "success": "(de)処理に成功しました。" }, "label": { "cancel": "(de)Cancel", @@ -160,7 +161,6 @@ "poNumberIncorrectError": "(de)PO Numberの形式が不正です。PO Numberは半角英数字(大文字)のみ入力可能です。", "newOrderIncorrectError": "(de)New Orderには1以上の数字を入力してください。", "confirmOrder": "(de)注文を行いますか?", - "createOrderSuccess": "(de)処理に成功しました。", "poNumberConflictError": "(de)既に同じPO Numberで注文済みもしくは発行済みの注文が存在しています。他のPO Numberで注文してください。" }, "label": { @@ -237,4 +237,4 @@ "cardLicenseButton": "(de)License Card" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/en.json b/dictation_client/src/translation/en.json index 43672d1..b28255c 100644 --- a/dictation_client/src/translation/en.json +++ b/dictation_client/src/translation/en.json @@ -6,7 +6,8 @@ "emailIncorrectError": "Error Message", "internalServerError": "処理に失敗しました。時間をおいて再実行しても解決しない場合はシステム管理者にお問い合わせください。", "listEmpty": "検索結果が0件です。", - "dialogConfirm": "操作を実行しますか?" + "dialogConfirm": "操作を実行しますか?", + "success": "処理に成功しました。" }, "label": { "cancel": "Cancel", @@ -160,7 +161,6 @@ "poNumberIncorrectError": "PO Numberの形式が不正です。PO Numberは半角英数字(大文字)のみ入力可能です。", "newOrderIncorrectError": "New Orderには1以上の数字を入力してください。", "confirmOrder": "注文を行いますか?", - "createOrderSuccess": "処理に成功しました。", "poNumberConflictError": "既に同じPO Numberで注文済みもしくは発行済みの注文が存在しています。他のPO Numberで注文してください。" }, "label": { @@ -237,4 +237,4 @@ "cardLicenseButton": "License Card" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/es.json b/dictation_client/src/translation/es.json index 4aa02ba..f088588 100644 --- a/dictation_client/src/translation/es.json +++ b/dictation_client/src/translation/es.json @@ -6,7 +6,8 @@ "emailIncorrectError": "(es)Error Message", "internalServerError": "(es)処理に失敗しました。時間をおいて再実行しても解決しない場合はシステム管理者にお問い合わせください。", "listEmpty": "(es)検索結果が0件です。", - "dialogConfirm": "(es)操作を実行しますか?" + "dialogConfirm": "(es)操作を実行しますか?", + "success": "(es)処理に成功しました。" }, "label": { "cancel": "(es)Cancel", @@ -160,7 +161,6 @@ "poNumberIncorrectError": "(es)PO Numberの形式が不正です。PO Numberは半角英数字(大文字)のみ入力可能です。", "newOrderIncorrectError": "(es)New Orderには1以上の数字を入力してください。", "confirmOrder": "(es)注文を行いますか?", - "createOrderSuccess": "(es)処理に成功しました。", "poNumberConflictError": "(es)既に同じPO Numberで注文済みもしくは発行済みの注文が存在しています。他のPO Numberで注文してください。" }, "label": { @@ -237,4 +237,4 @@ "cardLicenseButton": "(es)License Card" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/fr.json b/dictation_client/src/translation/fr.json index 582256b..fe6eea9 100644 --- a/dictation_client/src/translation/fr.json +++ b/dictation_client/src/translation/fr.json @@ -6,7 +6,8 @@ "emailIncorrectError": "(fr)Error Message", "internalServerError": "(fr)処理に失敗しました。時間をおいて再実行しても解決しない場合はシステム管理者にお問い合わせください。", "listEmpty": "(fr)検索結果が0件です。", - "dialogConfirm": "(fr)操作を実行しますか?" + "dialogConfirm": "(fr)操作を実行しますか?", + "success": "(fr)処理に成功しました。" }, "label": { "cancel": "(fr)Cancel", @@ -160,7 +161,6 @@ "poNumberIncorrectError": "(fr)PO Numberの形式が不正です。PO Numberは半角英数字(大文字)のみ入力可能です。", "newOrderIncorrectError": "(fr)New Orderには1以上の数字を入力してください。", "confirmOrder": "(fr)注文を行いますか?", - "createOrderSuccess": "(fr)処理に成功しました。", "poNumberConflictError": "(fr)既に同じPO Numberで注文済みもしくは発行済みの注文が存在しています。他のPO Numberで注文してください。" }, "label": { @@ -237,4 +237,4 @@ "cardLicenseButton": "(fr)License Card" } } -} \ No newline at end of file +}