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可能无法显示',