summaryrefslogtreecommitdiff
path: root/doc/zh-tw
diff options
context:
space:
mode:
authorAlexCai2019 <alexcai910630@gmail.com>2022-06-29 01:44:22 +0800
committerAlexCai2019 <alexcai910630@gmail.com>2022-06-29 01:44:22 +0800
commitb6f9aa8b9c04d11069440ea0369e30201a3969be (patch)
tree008aaa8744ba93543ac80fa3a1af8ad70fd388be /doc/zh-tw
parent2548e6d5f5744d38230866e07c1eaec1c16a1302 (diff)
downloadlua-language-server-b6f9aa8b9c04d11069440ea0369e30201a3969be.zip
繁體中文翻譯
1. 翻譯 `zh_tw/script.lua` 內 `DIAG_DUPLICATE_DOC_ALIAS`, `DIAG_MISSING_RETURN_VALUE`, `DIAG_MISSING_RETURN_VALUE_RANGE`, `DIAG_REDUNDANT_RETURN_VALUE`, `DIAG_REDUNDANT_RETURN_VALUE_RANGE`, `DIAG_MISSING_RETURN`, `DIAG_RETURN_TYPE_MISMATCH`, `LUADOC_DESC_CAST`。 2. 翻譯 `zh_tw/settings.lua` 內 `config.hint.semicolon`, `config.hint.semicolon.All`, `config.hint.semicolon.SameLine`, `config.hint.semicolon.Disable`, `config.type.castNumberToInteger`, `config.type.weakUnionCheck`。 3. "deprecated" 從「廢棄」改成「棄用」,因為後者的翻譯比較常見,同時也是維基百科所採用的翻譯。
Diffstat (limited to 'doc/zh-tw')
-rw-r--r--doc/zh-tw/config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md
index 8e1db142..4d20a9e3 100644
--- a/doc/zh-tw/config.md
+++ b/doc/zh-tw/config.md
@@ -1419,7 +1419,7 @@ null
# type.castNumberToInteger
-Allowed to assign the `number` type to the `integer` type.
+允許將 `number` 類型賦值給 `integer` 類型。
## type
@@ -1435,9 +1435,9 @@ false
# type.weakUnionCheck
-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`.
+此設定為 `false` 時,`number|boolean` 類型無法賦給 `number` 類型;為 `true` 時則可以。
## type