From 0db0e59ea3649d5be702b977073b5418c1d3b8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 27 Jun 2022 14:32:50 +0800 Subject: improve description of `duplicate alias` --- locale/zh-cn/script.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/zh-cn/script.lua') diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index f555312b..85ebc44d 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -102,8 +102,8 @@ DIAG_CIRCLE_DOC_CLASS = '循环继承的类。' DIAG_DOC_FIELD_NO_CLASS = '字段必须定义在类之后。' -DIAG_DUPLICATE_DOC_CLASS = -'重复定义的类 `{}`。' +DIAG_DUPLICATE_DOC_ALIAS = +'重复定义的别名 `{}`。' DIAG_DUPLICATE_DOC_FIELD = '重复定义的字段 `{}`。' DIAG_DUPLICATE_DOC_PARAM = -- cgit v1.2.3