summaryrefslogtreecommitdiff
path: root/locale/zh-tw/setting.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-28 21:25:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-28 21:25:21 +0800
commit2548e6d5f5744d38230866e07c1eaec1c16a1302 (patch)
tree19bf1e4d7a41eb898d15ff5b1638f6bbb8515f97 /locale/zh-tw/setting.lua
parentdc8d3adcd83a8d9bc33b8b783fce3f2ad76be917 (diff)
downloadlua-language-server-2548e6d5f5744d38230866e07c1eaec1c16a1302.zip
update locale
Diffstat (limited to 'locale/zh-tw/setting.lua')
-rw-r--r--locale/zh-tw/setting.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua
index 108c642d..9369bbcd 100644
--- a/locale/zh-tw/setting.lua
+++ b/locale/zh-tw/setting.lua
@@ -235,6 +235,14 @@ config.hint.arrayIndex.Disable =
'停用陣列索引提示。'
config.hint.await =
'如果呼叫的函數被標記為了 `---@async`,則在呼叫處提示 `await`。'
+config.hint.semicolon = -- TODO: need translate!
+'If there is no semicolon at the end of the statement, display a virtual semicolon.'
+config.hint.semicolon.All = -- TODO: need translate!
+'All statements display virtual semicolons.'
+config.hint.semicolon.SameLine = -- TODO: need translate!
+'When two statements are on the same line, display a semicolon between them.'
+config.hint.semicolon.Disable = -- TODO: need translate!
+'Disable virtual semicolons.'
config.format.enable =
'啟用程式碼格式化程式。'
config.format.defaultConfig =