更新模块插件

This commit is contained in:
ling 2024-01-21 21:41:25 +08:00
parent ada33b3158
commit 3e936889b4
2 changed files with 4 additions and 1 deletions

View File

@ -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"))

View File

@ -100,6 +100,9 @@ msgstr "快捷命令"
msgid "Enter Command"
msgstr "输入命令"
msgid "Apply"
msgstr "应用"
msgid "Send"
msgstr "发送"