From eff02b11a8186ef25f35aa34be2e59470fd69cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 25 Jun 2022 03:58:51 +0800 Subject: update locale for new settings --- locale/zh-tw/setting.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'locale/zh-tw/setting.lua') diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index 2e32ec19..108c642d 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -258,6 +258,14 @@ config.IntelliSense.traceBeSetted = '請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。' config.IntelliSense.traceFieldInject = '請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。' +config.type.castNumberToInteger = -- TODO: need translate! +'Allowed to assign the `number` type to the `integer` type.' +config.type.weakUnionCheck = -- TODO: need translate! +[[ +Once one subtype of a union type meets the condition, the union type also meets the condition. + +When this setting is `false`, the `number|boolean` type cannot be assigned to the `number` type. It can be with `true`. +]] config.diagnostics['unused-local'] = '未使用的區域變數' config.diagnostics['unused-function'] = @@ -291,4 +299,4 @@ config.diagnostics['duplicate-index'] = config.diagnostics['empty-block'] = '空程式碼區塊' config.diagnostics['redundant-value'] = -'賦值操作時,值的數量比被賦值的對象多' \ No newline at end of file +'賦值操作時,值的數量比被賦值的對象多' -- cgit v1.2.3