From a9380a89782e647e8ef82bd2608f33b3224bc1ea Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 13:29:35 +0530 Subject: [PATCH] feat(chinese): prompt user on empty list --- public/locales/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh.json b/public/locales/zh.json index 72596475..076f449a 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -194,7 +194,7 @@ }, "messages": { "list_selected": "列表选择成功", - "list_empty": "列表为空。尚未选择任何字段。" + "list_empty": "已选择列表。请选择列表内的字段。" }, "errors": { "select_pagination": "请选择分页类型。",