diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-29 15:01:51 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-29 15:01:51 +0800 |
commit | 4f4c7f48ba056e980f56b9327300160e78295c51 (patch) | |
tree | b74a3b175cdae4ede72500b6806a352013cfc71a /server/locale/en-US/script.lni | |
parent | 756dbf37dc4bbc19104e9c3e42350b29bd6a8e41 (diff) | |
download | lua-language-server-4f4c7f48ba056e980f56b9327300160e78295c51.zip |
修正翻译错误
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r-- | server/locale/en-US/script.lni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index ca29168c..3655e18c 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -5,7 +5,7 @@ DIAG_UNDEF_GLOBAL = 'Undefined global `{}`.' DIAG_UNDEF_ENV_CHILD = 'Undefined variable `{}` (overloaded `_ENV` ).' DIAG_UNDEF_FENV_CHILD = 'Undefined variable `{}` (inside module).' DIAG_UNUSED_LABEL = 'Unused label `{}`.' -DIAG_UNUSED_FUNCTION = '未使用的函数。' +DIAG_UNUSED_FUNCTION = 'Unused functions.' DIAG_UNUSED_VARARG = 'Unused vararg.' DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.' DIAG_DUPLICATE_INDEX = 'Duplicate index `{}`.' |