diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-29 16:44:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-29 16:44:43 +0800 |
commit | 734d9c6abeffaf8f70ef043a7a960fdd6cf16ca1 (patch) | |
tree | a25317a492f36a79323a7c15f775b38c09f92589 /server/locale/en-US/script.lni | |
parent | 41b4fe57bf46f5e67a8f41bde4ded038955e178d (diff) | |
download | lua-language-server-734d9c6abeffaf8f70ef043a7a960fdd6cf16ca1.zip |
new field call 的诊断
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r-- | server/locale/en-US/script.lni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 9c108203..176d1846 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -13,6 +13,7 @@ DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.' DIAG_DUPLICATE_INDEX = 'Duplicate index `{}`.' DIAG_DUPLICATE_METHOD = 'Duplicate method `{}`.' DIAG_PREVIOUS_CALL = 'Parsed as function call for the previous line. It may be necessary to add a `;` before.' +DIAG_PREFIELD_CALL = 'Parsed as `{} {}`. It may be necessary to add a `,` or `;` in the middle.' DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.' DIAG_OVER_MAX_ARGS = 'Only has {} variables, but you set {} values.' DIAG_AMBIGUITY_1 = 'Compute `{}` first. You may need to add brackets.' |