summaryrefslogtreecommitdiff
path: root/locale/zh-tw
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-25 03:58:51 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-25 03:58:51 +0800
commiteff02b11a8186ef25f35aa34be2e59470fd69cb3 (patch)
tree08f10dc0fdddf6dcd9865dce0c429b4a2aed191a /locale/zh-tw
parentfa7375775e97d68ce7507b0c7e50eced84bab2ac (diff)
downloadlua-language-server-eff02b11a8186ef25f35aa34be2e59470fd69cb3.zip
update locale for new settings
Diffstat (limited to 'locale/zh-tw')
-rw-r--r--locale/zh-tw/meta.lua2
-rw-r--r--locale/zh-tw/script.lua2
-rw-r--r--locale/zh-tw/setting.lua10
3 files changed, 11 insertions, 3 deletions
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
+'賦值操作時,值的數量比被賦值的對象多'