summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/script.lua1
-rw-r--r--locale/zh-cn/script.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 2125ee0c..7af86ba0 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -238,6 +238,7 @@ WINDOW_TELEMETRY_DISABLE = 'Prohibit'
WINDOW_CLIENT_NOT_SUPPORT_CONFIG = 'Your client does not support modifying settings from the server side, please manually modify the following settings:'
WINDOW_MANUAL_CONFIG_ADD = '`{key}`: add element `{value:q}` ;'
WINDOW_MANUAL_CONFIG_SET = '`{key}`: set to `{value:q}` ;'
+WINDOW_MANUAL_CONFIG_PROP = '`{key}`: set the property `{prop}` to `{value:q}`;'
WINDOW_APPLY_WHIT_SETTING = 'Apply and modify settings'
WINDOW_APPLY_WHITOUT_SETTING = 'Apply but do not modify settings'
WINDOW_ASK_APPLY_LIBRARY = 'Do you need to configure your work environment as `{}`?'
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index a1619b98..cdd0d900 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -237,6 +237,7 @@ WINDOW_TELEMETRY_DISABLE = '禁止'
WINDOW_CLIENT_NOT_SUPPORT_CONFIG = '你的客户端不支持从服务侧修改设置,请手动修改如下设置:'
WINDOW_MANUAL_CONFIG_ADD = '为 `{key}` 添加值 `{value:q}`;'
WINDOW_MANUAL_CONFIG_SET = '将 `{key}` 的值设置为 `{value:q}`;'
+WINDOW_MANUAL_CONFIG_PROP = '将 `{key}` 的属性 `{prop}` 设置为 `{value:q}`;'
WINDOW_APPLY_WHIT_SETTING = '应用并修改设置'
WINDOW_APPLY_WHITOUT_SETTING = '应用但不修改设置'
WINDOW_ASK_APPLY_LIBRARY = '是否需要将你的工作环境配置为 `{}` ?'