@@ -171,6 +171,7 @@
"you_can_not_create_page_with_this_name": "You can not create page with this name",
"not_allowed_to_see_this_page": "You cannot see this page",
"Confirm": "Confirm",
+ "Successfully requested": "Successfully requested.",
"personal_dropdown": {
"home": "Home",
"settings": "Settings",
@@ -173,6 +173,7 @@
"you_can_not_create_page_with_this_name": "この名前でページを作成することはできません",
"not_allowed_to_see_this_page": "このページは閲覧できません",
"Confirm": "確認",
+ "Successfully requested": "正常に処理を受け付けました",
"home": "ホーム",
"settings": "設定",
@@ -179,6 +179,7 @@
"you_can_not_create_page_with_this_name": "您无法使用此名称创建页面",
"not_allowed_to_see_this_page": "你不能看到这个页面",
"Confirm": "确定",
+ "Successfully requested": "进程成功接受",
"form_validation": {
"error_message": "有些值不正确",
"required": "%s 是必需的",
@@ -204,7 +204,7 @@ export const PrivateLegacyPages = (props: Props): JSX.Element => {
openModal(
selectedPages,
() => {
- toastSuccess('success');
+ toastSuccess(t('Successfully requested'));
closeModal();
mutate();
},