summaryrefslogtreecommitdiff
path: root/server/locale/en-US/script.lni
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-06 20:18:48 +0800
committersumneko <sumneko@hotmail.com>2019-05-06 20:18:48 +0800
commit9be258a93dec660ace3ec153d3f154776663b599 (patch)
treea1689c2e49ef53545b044ee302c100a35d38b732 /server/locale/en-US/script.lni
parentaa17d5ab935f3963b6a24edb77860dc4f622e31c (diff)
downloadlua-language-server-9be258a93dec660ace3ec153d3f154776663b599.zip
更新翻译
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r--server/locale/en-US/script.lni7
1 files changed, 7 insertions, 0 deletions
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'