From 734d9c6abeffaf8f70ef043a7a960fdd6cf16ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sun, 29 Sep 2019 16:44:43 +0800 Subject: =?UTF-8?q?new=20field=20call=20=E7=9A=84=E8=AF=8A=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/locale/en-US/script.lni | 1 + 1 file changed, 1 insertion(+) (limited to 'server/locale/en-US/script.lni') 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.' -- cgit v1.2.3