From 9cbb1a81972f4670f88118e4e48b15dc2769c5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 9 Jul 2021 17:03:58 +0800 Subject: locale --- locale/en-us/script.lua | 4 +++- locale/zh-cn/script.lua | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'locale') diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 9844936d..16a3ffa5 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -198,7 +198,9 @@ COMMAND_UNICODE_NAME = 'Allow Unicode characters.' COMMAND_JSON_TO_LUA = 'Convert JSON to Lua' COMMAND_JSON_TO_LUA_FAILED = 'Convert JSON to Lua failed: {}' -COMPLETION_IMPORT_FROM = 'Import from {}' +COMPLETION_IMPORT_FROM = 'Import from {}' +COMPLETION_DISABLE_AUTO_REQUIRE = 'Disable auto require' +COMPLETION_ASK_AUTO_REQUIRE = 'Add the code at the top of the file to require this file?' DEBUG_MEMORY_LEAK = "{} I'm sorry for the serious memory leak. The language service will be restarted soon." DEBUG_RESTART_NOW = 'Restart now' diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index 80892b57..3a60c691 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -197,7 +197,9 @@ COMMAND_UNICODE_NAME = '允许使用 Unicode 字符' COMMAND_JSON_TO_LUA = 'JSON 转 Lua' COMMAND_JSON_TO_LUA_FAILED = 'JSON 转 Lua 失败:{}' -COMPLETION_IMPORT_FROM = '从 {} 中导入' +COMPLETION_IMPORT_FROM = '从 {} 中导入' +COMPLETION_DISABLE_AUTO_REQUIRE = '禁用自动require' +COMPLETION_ASK_AUTO_REQUIRE = '在文件顶部添加代码 require 此文件?' DEBUG_MEMORY_LEAK = '{} 很抱歉发生了严重的内存泄漏,语言服务即将重启。' DEBUG_RESTART_NOW = '立即重启' -- cgit v1.2.3