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 +}