<% if cfgs.ApCliEnable == "1" then %> APClient/Repeater Mode. <% end %>
+
<% if cfgs.ApCliEnable == "1" then %><%:APClient/Repeater Mode.%><% end %>
<%:40MHz HT Ext Channel%>
@@ -61,7 +61,7 @@ local bands = mtkwifi.detect_triband()
-
<% if cfgs.ApCliEnable == "1" then %> APClient/Repeater Mode. <% end %>
+
<% if cfgs.ApCliEnable == "1" then %><%:APClient/Repeater Mode.%><% end %>
<%:80MHz Second VHT Channel%>
@@ -69,7 +69,7 @@ local bands = mtkwifi.detect_triband()
-
<% if cfgs.ApCliEnable == "1" then %> APClient/Repeater Mode. <% end %>
+
<% if cfgs.ApCliEnable == "1" then %><%:APClient/Repeater Mode.%><% end %>
<% if string.split(cfgs.WirelessMode,";")[1] == "16" or string.split(cfgs.WirelessMode,";")[1] == "17" or string.split(cfgs.WirelessMode,";")[1] == "18" then %>
diff --git a/package/mtk/applications/luci-app-mtk/luasrc/view/admin_mtk/mtk_wifi_overview.htm b/package/mtk/applications/luci-app-mtk/luasrc/view/admin_mtk/mtk_wifi_overview.htm
index b1a33de851..36edb7aa7d 100644
--- a/package/mtk/applications/luci-app-mtk/luasrc/view/admin_mtk/mtk_wifi_overview.htm
+++ b/package/mtk/applications/luci-app-mtk/luasrc/view/admin_mtk/mtk_wifi_overview.htm
@@ -50,7 +50,7 @@ local chipname
<%=string.split(dev.devname,".")[1]%>
<%if not dev.vifs then%>
- * FATAL ERROR: Incorrect Profile Settings
+ * <%:FATAL ERROR: Incorrect Profile Settings%>
<%end%>
<%if dev.version then%>
@@ -126,7 +126,7 @@ local chipname
SSID:
<% if vif.__ssid == "" then %>
- Error: value not present in dat file
+ <%:Error: value not present in dat file%>
<% else %>
<%=vif.__ssid and vif.__ssid:gsub(" "," ") or nil%> <% end %> |
diff --git a/package/mtk/applications/luci-app-mtk/po/zh_Hans/mtk.po b/package/mtk/applications/luci-app-mtk/po/zh_Hans/mtk.po
index 9efe01bd99..62c7e3ac95 100644
--- a/package/mtk/applications/luci-app-mtk/po/zh_Hans/mtk.po
+++ b/package/mtk/applications/luci-app-mtk/po/zh_Hans/mtk.po
@@ -130,6 +130,12 @@ msgstr "已连接"
msgid "Disconnected"
msgstr "未连接"
+msgid "FATAL ERROR: Incorrect Profile Settings"
+msgstr "严重错误: 配置文件设置不正确"
+
+msgid "Error: value not present in dat file"
+msgstr "错误:dat文件中未指定SSID值"
+
msgid "Wireless is disabled or not associated"
msgstr "无线已禁用或未关联"
@@ -367,6 +373,9 @@ msgstr "扫描无线网络"
msgid "ApClient Mode"
msgstr "AP客户端模式"
+msgid "APClient/Repeater Mode."
+msgstr "AP客户端中继模式。"
+
msgid "MAC Repeater Mode"
msgstr "启用MAC中继模式"