From 8a2d22236f3b88ee86d511652feb6930eed1a799 Mon Sep 17 00:00:00 2001 From: xskill Date: Tue, 11 Oct 2022 15:34:10 +0800 Subject: [PATCH] update POT --- public/po/templates/v2ray.pot | 5 +++++ public/po/zh_Hans/v2ray.po | 5 +++++ src/view/v2ray/main.ts | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/public/po/templates/v2ray.pot b/public/po/templates/v2ray.pot index 3cf7a68..412dfdd 100644 --- a/public/po/templates/v2ray.pot +++ b/public/po/templates/v2ray.pot @@ -9,6 +9,11 @@ msgstr "" msgid "transport field in top level configuration, JSON string" msgstr "" +#: package/htdocs/luci-static/resources/view/v2ray/main.js:96 +msgid "Enabled DSN log" +msgstr "" + + #: package/htdocs/luci-static/resources/view/v2ray/inbound.js:398 msgid "Version" msgstr "" diff --git a/public/po/zh_Hans/v2ray.po b/public/po/zh_Hans/v2ray.po index 6be8270..5f93244 100644 --- a/public/po/zh_Hans/v2ray.po +++ b/public/po/zh_Hans/v2ray.po @@ -9,6 +9,11 @@ msgstr "必须设置 %s" msgid "transport field in top level configuration, JSON string" msgstr "配置文件中的 transport 项,JSON 字符串" +#: package/htdocs/luci-static/resources/view/v2ray/main.js:96 +msgid "Enabled DSN log" +msgstr "开启DNS日志" + + #: package/htdocs/luci-static/resources/view/v2ray/inbound.js:398 msgid "Version" msgstr "版本" diff --git a/src/view/v2ray/main.ts b/src/view/v2ray/main.ts index eee2d24..63ab5ce 100644 --- a/src/view/v2ray/main.ts +++ b/src/view/v2ray/main.ts @@ -142,7 +142,7 @@ return L.view.extend({ o.depends("loglevel", "warning"); o.depends("loglevel", "error"); - o = s.option(form.Flag, "dnsLog", _("Enabled")); + o = s.option(form.Flag, "dnsLog", _("Enabled DSN log")); o = s.option(form.MultiValue, "inbounds", _("Inbounds enabled")); o.depends("config_file", "");