summaryrefslogtreecommitdiff
path: root/server/locale
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-04-05 19:06:24 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-04-05 19:06:24 +0800
commit5ed7ded384aca2cff4d09401cc852f7943a1ea94 (patch)
tree0121fe277a85d0b85bd34881c83cd6b3789193f1 /server/locale
parent8cd1514556324eabcf1b96954afe53adfc2030b7 (diff)
downloadlua-language-server-5ed7ded384aca2cff4d09401cc852f7943a1ea94.zip
修改描述
Diffstat (limited to 'server/locale')
-rw-r--r--server/locale/en-US/script.lni4
-rw-r--r--server/locale/zh-CN/script.lni4
2 files changed, 4 insertions, 4 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni
index 0f36bd9f..a35729db 100644
--- a/server/locale/en-US/script.lni
+++ b/server/locale/en-US/script.lni
@@ -11,8 +11,8 @@ DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add bra
DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial'
DIAG_DIAGNOSTICS = 'Diagnostics'
DIAG_SYNTAX_CHECK = 'Syntax Check'
-DIAG_NEED_VERSION = 'Supported in {}'
-DIAG_DEFINED_VERSION = 'Defined in {}'
+DIAG_NEED_VERSION = 'Supported in {}, current is {}'
+DIAG_DEFINED_VERSION = 'Defined in {}, current is {}'
MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...'
MWS_RESTART = 'Restart'
diff --git a/server/locale/zh-CN/script.lni b/server/locale/zh-CN/script.lni
index 7c541e98..960aa5a8 100644
--- a/server/locale/zh-CN/script.lni
+++ b/server/locale/zh-CN/script.lni
@@ -11,8 +11,8 @@ DIAG_AMBIGUITY_1 = '会优先运算 `0 {op} {num}`,你可能需要加
DIAG_LOWERCASE_GLOBAL = '首字母小写的全局变量'
DIAG_DIAGNOSTICS = '诊断'
DIAG_SYNTAX_CHECK = '语法检查'
-DIAG_NEED_VERSION = '在 {} 中是合法的'
-DIAG_DEFINED_VERSION = '在 {} 中有定义'
+DIAG_NEED_VERSION = '在 {} 中是合法的,当前为 {}'
+DIAG_DEFINED_VERSION = '在 {} 中有定义,当前为 {}'
MWS_NOT_SUPPORT = '{} 目前还不支持多工作目录,我可能需要重启才能支持新的工作目录...'
MWS_RESTART = '重启'