From 68cf81d7989403e94b9e92ab5f1cc108fb51b8f2 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 12 Mar 2025 12:18:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 2 +- core/core-frontend/src/locales/tw.ts | 2 +- core/core-frontend/src/locales/zh-CN.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index a969825fe2..5e1ad41f39 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -2991,7 +2991,7 @@ export default { dashboard_configuration: 'Dashboard Configuration', batch_style_set: 'Batch Style Setting', pic_import_tips: 'Supports JPG, PNG, GIF, SVG, size not exceeding {0}', - pic_size_error: 'Image size does not match', + pic_size_error: 'The image size cannot exceed 15MB', re_upload: 'Re-upload', screen_configuration: 'Screen Configuration', mobile_ios_tips: 'May not display on IOS', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index ef1044ca4b..f67cdf0371 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -2908,7 +2908,7 @@ export default { dashboard_configuration: '儀表板配置', batch_style_set: '批量設置樣式', pic_import_tips: '支持JPG、PNG、GIF、SVG,大小不超過 {0}', - pic_size_error: '圖片大小不符合', + pic_size_error: '圖片大小不能超過15M', re_upload: '重新上傳', screen_configuration: '儀表板配置', mobile_ios_tips: 'IOS可能無法顯示', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 892da29128..422013fcec 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -2915,7 +2915,7 @@ export default { dashboard_configuration: '仪表板配置', batch_style_set: '批量设置样式', pic_import_tips: '支持JPG、PNG、GIF、SVG,大小不超过 {0}', - pic_size_error: '图片大小不符合', + pic_size_error: '图片大小不能超过15M', re_upload: '重新上传', screen_configuration: '仪表板配置', mobile_ios_tips: 'IOS可能无法显示',