From 8d8229f8ca8e81cd7b37af39ab4a9d1d5c204b62 Mon Sep 17 00:00:00 2001 From: Junyi Date: Wed, 16 Apr 2025 18:40:05 +0800 Subject: [PATCH] fix(client): fix upload component locale (#6682) --- packages/core/client/src/locale/zh-CN.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/client/src/locale/zh-CN.json b/packages/core/client/src/locale/zh-CN.json index f0fb2ebbe9..0f8fa660a2 100644 --- a/packages/core/client/src/locale/zh-CN.json +++ b/packages/core/client/src/locale/zh-CN.json @@ -818,6 +818,7 @@ "File size should not exceed {{size}}.": "文件大小不能超过 {{size}}", "File size exceeds the limit": "文件大小超过限制", "File type is not allowed": "文件类型不允许", + "Uploading": "上传中", "Incomplete uploading files need to be resolved": "未完成上传的文件需要处理", "Default title for each record": "用作数据的默认标题", "If collection inherits, choose inherited collections as templates": "当前表有继承关系时,可选择继承链路上的表作为模板来源",