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-tw/script.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/zh-tw') diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 91fd1bb7..df02d094 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -102,8 +102,8 @@ DIAG_CIRCLE_DOC_CLASS = '循環繼承的類別。' DIAG_DOC_FIELD_NO_CLASS = '欄位必須定義在類別之後。' -DIAG_DUPLICATE_DOC_CLASS = -'重複定義的類別 `{}`。' +DIAG_DUPLICATE_DOC_ALIAS = -- TODO: need translate! +'Duplicate defined alias `{}`.' DIAG_DUPLICATE_DOC_FIELD = '重複定義的欄位 `{}`。' DIAG_DUPLICATE_DOC_PARAM = -- cgit v1.2.3