Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
zh_tw/script.lua
內DIAG_CAST_LOCAL_TYPE
,DIAG_CAST_FIELD_TYPE
,DIAG_ASSIGN_TYPE_MISMATCH
,DIAG_PARAM_TYPE_MISMATCH
,DIAG_UNKNOWN_CAST_VARIABLE
,DIAG_CAST_TYPE_MISMATCH
,ACTION_ADD_DICT
,COMMAND_ADD_DICT
,LUADOC_DESC_CLASS
,LUADOC_DESC_TYPE
,LUADOC_DESC_ALIAS
,LUADOC_DESC_PARAM
,LUADOC_DESC_RETURN
LUADOC_DESC_FIELD
,LUADOC_DESC_GENERIC
,LUADOC_DESC_VARARG
,LUADOC_DESC_OVERLOAD
,LUADOC_DESC_DEPRECATED
,LUADOC_DESC_META
,LUADOC_DESC_VERSION
,LUADOC_DESC_SEE
,LUADOC_DESC_DIAGNOSTIC
,LUADOC_DESC_MODULE
,LUADOC_DESC_ASYNC
,LUADOC_DESC_NODISCARD
,LUADOC_DESC_CAST
。zh_tw/settings.lua
內config.runtime.meta
,config.diagnostics.severity
,config.diagnostics.neededFileStatus
,config.diagnostics.groupSeverity
,config.diagnostics.groupFileStatus
,config.hover.expandAlias
,config.hint.await
,config.format.defaultConfig
,config.spell.dict
。zh_tw/meta.lua
內tonumber
轉換失敗時的回傳值修正為fail
,與en-us/meta.lua
的描述一致。zh_tw/meta.lua
內tostring
有關$string.format的資訊放到最後一行。zh_tw/meta.lua
內os.clock
的描述改為 '回傳程式使用的 CPU 時間的近似值,單位為秒。',我個人認為這樣更為通順。zh_tw/setting.lua
內config.diagnostics.workspaceRate
的描述改為 "...百分比)。降低該值會減少CPU使用率,但是也...",也是為了通順。script.lua
內LUADOC_DESC_FIELD
拼錯 "Declare" (拼成"Decalare"),已修正所有語言的檔案。script.lua
內LUADOC_DESC_MODULE
拼錯 "require" (拼成"reqire"),已修正所有語言的檔案。