From 31cb7ffd42ba378b1d8f7688c81a0af8562d2d86 Mon Sep 17 00:00:00 2001 From: sumneko Date: Mon, 15 Apr 2019 14:46:03 +0800 Subject: =?UTF-8?q?=E8=AF=8A=E6=96=AD=E6=94=AF=E6=8C=81=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=B4=A2=E5=BC=95?= 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 1bec292e..5da02108 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -6,6 +6,7 @@ DIAG_UNDEF_ENV_CHILD = 'Undefined variable `{}` (overloaded `_ENV` ).' DIAG_UNDEF_FENV_CHILD = 'Undefined variable `{}` (inside module).' DIAG_UNUSED_LABEL = 'Unused label `{}`.' DIAG_REDEFINED_LOCAL = 'Redefined local `{}`.' +DIAG_DUPLICATE_INDEX = 'Duplicate index `{}`.' DIAG_PREVIOUS_CALL = 'Parsed as function call for the previous line. It may be necessary to add a `;` before.' DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed {:d}.' DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add brackets.' -- cgit v1.2.3