@@ -1113,6 +1113,7 @@
"footprints": "Footprints"
},
"page_operation":{
- "paths_recovered": "Paths recovered successfully"
+ "paths_recovered": "Paths recovered successfully",
+ "failed_resume_rename": "Failed to resume rename operation"
}
@@ -1106,6 +1106,7 @@
"footprints": "足跡"
- "paths_recovered": "パスを修復しました"
+ "paths_recovered": "パスを修復しました",
+ "failed_resume_rename": "パスの修復に失敗しました"
@@ -1116,6 +1116,7 @@
"footprints": "脚印"
- "paths_recovered": "成功恢复了页面路径"
+ "paths_recovered": "成功恢复了页面路径",
+ "failed_resume_rename": "恢复重命名操作失败"
@@ -385,7 +385,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
toastSuccess(t('page_operation.paths_recovered'));
catch (err) {
- toastError(err);
+ toastError(t('page_operation.failed_resume_rename'));
finally {
setTimeout(() => {