From 80963e7603fe652a2ddd60f7a654db3a8e11eadb Mon Sep 17 00:00:00 2001 From: leslie2046 <253605712@qq.com> Date: Thu, 24 Jul 2025 13:42:51 +0800 Subject: [PATCH] modify i18n --- web/i18n/en-US/app-annotation.ts | 4 ++-- web/i18n/zh-Hans/app-annotation.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/en-US/app-annotation.ts b/web/i18n/en-US/app-annotation.ts index 86554029be..c0a8008d9a 100644 --- a/web/i18n/en-US/app-annotation.ts +++ b/web/i18n/en-US/app-annotation.ts @@ -16,8 +16,8 @@ const translation = { addAnnotation: 'Add Annotation', bulkImport: 'Bulk Import', bulkExport: 'Bulk Export', - clearAll: 'Clear All Annotation', - clearAllConfirm: 'Are you sure you want to delete all annotations? This action cannot be undone.', + clearAll: 'Delete All', + clearAllConfirm: 'Delete all annotations?', }, }, editModal: { diff --git a/web/i18n/zh-Hans/app-annotation.ts b/web/i18n/zh-Hans/app-annotation.ts index 060d9163c9..44d075715f 100644 --- a/web/i18n/zh-Hans/app-annotation.ts +++ b/web/i18n/zh-Hans/app-annotation.ts @@ -18,8 +18,8 @@ const translation = { addAnnotation: '添加标注', bulkImport: '批量导入', bulkExport: '批量导出', - clearAll: '删除所有标注', - clearAllConfirm: '您是否确定要删除所有标注?这个动作不可撤回!', + clearAll: '删除所有', + clearAllConfirm: '删除所有标注?', }, }, editModal: {