diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-07-21 14:28:51 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-07-21 14:28:51 +0800 |
commit | 998927a2c8f33dabf8b079657f111a03f37570af (patch) | |
tree | 9414abf4b7570bcae4ff541060dacdc3ffdd03b1 /locale/en-us/script.lua | |
parent | e50b20f07f44de64667143984f2ea0564db09ff7 (diff) | |
download | lua-language-server-998927a2c8f33dabf8b079657f111a03f37570af.zip |
添加翻译
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 47e1d752..5a1c5ef3 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -166,8 +166,10 @@ DIAG_INVISIBLE_PROTECTED = 'Field `{field}` is protected, it can only be accessed in class `{class}` and its subclasses.' DIAG_INVISIBLE_PACKAGE = 'Field `{field}` can only be accessed in same file `{uri}`.' -DIAG_GLOBAL_ELEMENT = +DIAG_GLOBAL_ELEMENT = 'Element is global.' +DIAG_MISSING_FIELDS = +'Missing fields: {}' MWS_NOT_SUPPORT = '{} does not support multi workspace for now, I may need to restart to support the new workspace ...' |