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/meta.lua | 2 +- locale/zh-tw/script.lua | 2 +- locale/zh-tw/setting.lua | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'locale/zh-tw') diff --git a/locale/zh-tw/meta.lua b/locale/zh-tw/meta.lua index b62e67f0..f97241df 100644 --- a/locale/zh-tw/meta.lua +++ b/locale/zh-tw/meta.lua @@ -740,4 +740,4 @@ utf8.codepoint = utf8.len = '回傳字串 `s` 中 從位置 `i` 到 `j` 間 (包括兩端) UTF-8 字元的個數。' utf8.offset = -'回傳編碼在 `s` 中的第 `n` 個字元的開始位置(按位元組數)(從位置 `i` 處開始統計)。' \ No newline at end of file +'回傳編碼在 `s` 中的第 `n` 個字元的開始位置(按位元組數)(從位置 `i` 處開始統計)。' diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 855e4314..437d4dc6 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -1000,4 +1000,4 @@ print(x) --> table ``` --- [檢視提議](https://github.com/sumneko/lua-language-server/issues/1030) -]=] \ No newline at end of file +]=] 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