From c82bddf1b073c33221bb2ce0a61218ec2cdc0333 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Mon, 27 Jul 2026 08:42:27 +0100 Subject: [PATCH] [create-pull-request] automated change (#34423) Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com> --- apps/web/src/i18n/strings/zh_Hans.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/i18n/strings/zh_Hans.json b/apps/web/src/i18n/strings/zh_Hans.json index 468696a957..9b9d4956a3 100644 --- a/apps/web/src/i18n/strings/zh_Hans.json +++ b/apps/web/src/i18n/strings/zh_Hans.json @@ -3737,7 +3737,7 @@ "upload_failed_title": "上传失败", "upload_file": { "cancel_all_button": "全部取消", - "error_file_too_large": "此文件太大,无法上传。文件大小限制为 %(limit)s,但此文件为 %(sizeOfThisFile)s。", + "error_file_too_large": "此文件由于过大而无法上传。文件大小限制为 %(limit)s,但此文件为 %(sizeOfThisFile)s。", "error_files_too_large": "这些文件由于过大而无法上传。文件大小限制为 %(limit)s。", "error_some_files_too_large": "某些文件过大而未能上传。文件大小限制为 %(limit)s。", "error_title": "上传出错",