summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-10 03:49:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-10 03:49:54 +0800
commitae07ea940e77cc23eba78e717a09d99233841620 (patch)
tree3049b9bcd0ace79f7532df301e228cc9fb6040e9 /locale
parent4e0a890060aea1eb54b14b3a77cba8fc42ceeebb (diff)
downloadlua-language-server-ae07ea940e77cc23eba78e717a09d99233841620.zip
cancel searching reference
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/script.lua2
-rw-r--r--locale/zh-cn/script.lua2
2 files changed, 4 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index ff19d170..98be9bcb 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -490,6 +490,8 @@ WINDOW_APPLY_WHITOUT_SETTING =
'Apply but do not modify settings'
WINDOW_ASK_APPLY_LIBRARY =
'Do you need to configure your work environment as `{}`?'
+WINDOW_SEARCHING_IN_FILES =
+'Searching in files...'
CONFIG_LOAD_FAILED =
'Unable to read the settings file: {}'
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index 8efde418..75026526 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -489,6 +489,8 @@ WINDOW_APPLY_WHITOUT_SETTING =
'应用但不修改设置'
WINDOW_ASK_APPLY_LIBRARY =
'是否需要将你的工作环境配置为 `{}` ?'
+WINDOW_SEARCHING_IN_FILES =
+'正在文件中搜索...'
CONFIG_LOAD_FAILED =
'无法读取设置文件:{}'