From 3e936889b4b658c8eccdc73f680b194ab01efd99 Mon Sep 17 00:00:00 2001 From: ling <1042585959@qq.com> Date: Sun, 21 Jan 2024 21:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9D=97=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-modem/luasrc/model/cbi/modem/index.lua | 2 +- luci-app-modem/po/zh-cn/modem.po | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/luci-app-modem/luasrc/model/cbi/modem/index.lua b/luci-app-modem/luasrc/model/cbi/modem/index.lua index 357e8cb..a099907 100644 --- a/luci-app-modem/luasrc/model/cbi/modem/index.lua +++ b/luci-app-modem/luasrc/model/cbi/modem/index.lua @@ -3,7 +3,7 @@ local uci = luci.model.uci.cursor() m = Map("modem") m.title = translate("Dial Config") -m.description = translate("Configuration panel for Modem, Add configuration to all modems on this page") +m.description = translate("Add dialing configuration to all modules on this page") --全局配置 s = m:section(NamedSection, "global", "global", translate("Global Config")) diff --git a/luci-app-modem/po/zh-cn/modem.po b/luci-app-modem/po/zh-cn/modem.po index ed22cee..a42aefb 100644 --- a/luci-app-modem/po/zh-cn/modem.po +++ b/luci-app-modem/po/zh-cn/modem.po @@ -100,6 +100,9 @@ msgstr "快捷命令" msgid "Enter Command" msgstr "输入命令" +msgid "Apply" +msgstr "应用" + msgid "Send" msgstr "发送"