diff --git a/web/public/locales/zh-Hant/views/events.json b/web/public/locales/zh-Hant/views/events.json index 8571ea39f..3a22512af 100644 --- a/web/public/locales/zh-Hant/views/events.json +++ b/web/public/locales/zh-Hant/views/events.json @@ -36,5 +36,7 @@ "camera": "鏡頭", "detected": "已偵測", "suspiciousActivity": "可疑的活動", - "threateningActivity": "有威脅性的活動" + "threateningActivity": "有威脅性的活動", + "zoomIn": "放大", + "zoomOut": "縮小" } diff --git a/web/public/locales/zh_Hant/views/classificationModel.json b/web/public/locales/zh_Hant/views/classificationModel.json index 0967ef424..1371f9212 100644 --- a/web/public/locales/zh_Hant/views/classificationModel.json +++ b/web/public/locales/zh_Hant/views/classificationModel.json @@ -1 +1,8 @@ -{} +{ + "toast": { + "success": { + "deletedImage": "已刪除的圖片", + "deletedModel_other": "成功刪除 {{count}} 個模型" + } + } +}