feat: clear all annotation (#22878)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,8 @@ const translation = {
|
||||
addAnnotation: 'Add Annotation',
|
||||
bulkImport: 'Bulk Import',
|
||||
bulkExport: 'Bulk Export',
|
||||
clearAll: 'Clear All Annotation',
|
||||
clearAll: 'Delete All',
|
||||
clearAllConfirm: 'Delete all annotations?',
|
||||
},
|
||||
},
|
||||
editModal: {
|
||||
|
@@ -18,7 +18,8 @@ const translation = {
|
||||
addAnnotation: '注釈を追加',
|
||||
bulkImport: '一括インポート',
|
||||
bulkExport: '一括エクスポート',
|
||||
clearAll: 'すべての注釈をクリア',
|
||||
clearAll: 'すべて削除',
|
||||
clearAllConfirm: 'すべての寸法を削除?',
|
||||
},
|
||||
},
|
||||
editModal: {
|
||||
|
@@ -18,7 +18,8 @@ const translation = {
|
||||
addAnnotation: '添加标注',
|
||||
bulkImport: '批量导入',
|
||||
bulkExport: '批量导出',
|
||||
clearAll: '删除所有标注',
|
||||
clearAll: '删除所有',
|
||||
clearAllConfirm: '删除所有标注?',
|
||||
},
|
||||
},
|
||||
editModal: {
|
||||
|
Reference in New Issue
Block a user