diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index a7b32be..de092ca 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -9,5 +9,6 @@ "title": "Title", "thumbnail": "Thumbnail", "save": "Save", - "editMarkSuccess": "Edit Mark Success" + "editMarkSuccess": "Edit Mark Success", + "deleteMarkSuccess": "Delete Mark Success" } \ No newline at end of file diff --git a/public/locales/zh/translation.json b/public/locales/zh/translation.json index 13344e0..e0ab43e 100644 --- a/public/locales/zh/translation.json +++ b/public/locales/zh/translation.json @@ -9,5 +9,6 @@ "title": "标题", "thumbnail": "缩略图", "save": "保存", - "editMarkSuccess": "编辑成功" + "editMarkSuccess": "编辑成功", + "deleteMarkSuccess": "删除成功" } \ No newline at end of file