From 9be258a93dec660ace3ec153d3f154776663b599 Mon Sep 17 00:00:00 2001 From: sumneko Date: Mon, 6 May 2019 20:18:48 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/locale/en-US/script.lni | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'server/locale/en-US/script.lni') diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index f83efea5..1072a894 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -18,6 +18,13 @@ DIAG_SYNTAX_CHECK = 'Syntax Check' DIAG_NEED_VERSION = 'Supported in {}' DIAG_DEFINED_VERSION = 'Defined in {}, current is {}' DIAG_DEFINED_CUSTOM = 'Defined in {}' +DIAG_DUPLICATE_CLASS = 'Duplicate class.' +DIAG_UNDEFINED_CLASS = 'Undefined Class.' +DIAG_CYCLIC_EXTENDS = 'Cyclic extends.' +DIAG_INEXISTENT_PARAM = 'Inexistent param.' +DIAG_DUPLICATE_PARAM = 'Duplicate param.' +DIAG_NEED_CLASS = 'Class needs to be defined first.' +DIAG_DUPLICATE_FIELD = 'Duplicate field.' MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...' MWS_RESTART = 'Restart' -- cgit v1.2.3