@@ -167,6 +167,7 @@
"new_path":"New path",
"duplicated_path":"duplicated_path",
"Link sharing is disabled": "Link sharing is disabled",
+ "successfully_saved_the_page": "Successfully saved the page",
"personal_dropdown": {
"home": "Home",
"settings": "Settings",
@@ -169,6 +169,7 @@
"new_path":"新しいパス",
"duplicated_path":"重複したパス",
"Link sharing is disabled": "リンクのシェアは無効化されています",
+ "successfully_saved_the_page": "ページが正常に保存されました",
"home": "ホーム",
"settings": "設定",
@@ -175,6 +175,7 @@
"Link sharing is disabled": "你不允许分享该链接",
+ "successfully_saved_the_page": "成功地保存了该页面",
"form_validation": {
"error_message": "有些值不正确",
"required": "%s 是必需的",
@@ -275,6 +275,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
try {
await apiv3Post('/pages/', body);
mutateChildren();
+ toastSuccess(t('successfully_saved_the_page'));
}
catch (err) {
toastError(err);