diff options
Diffstat (limited to 'applications/luci-app-travelmate')
3 files changed, 9 insertions, 9 deletions
diff --git a/applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm index 2284799664..d8625ff301 100644 --- a/applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm +++ b/applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm @@ -193,8 +193,8 @@ This is free software, licensed under the Apache License, Version 2.0 end if ssid and enc and key then - local e_ssid = string.gsub(ssid,"[\"\\';:, ]",[[\\\%1]]) - local e_key = string.gsub(key,"[\"\\';:, ]",[[\\\%1]]) + local e_ssid = string.gsub(ssid,"[\"\\';:,()&`|<> ]",[[\\\%1]]) + local e_key = string.gsub(key,"[\"\\';:,()&`|<> ]",[[\\\%1]]) if fs.access("/usr/bin/qrencode") then qrcode = luci.sys.exec("/usr/bin/qrencode --inline --8bit --type=SVG --output=- 'WIFI:S:\"'" .. e_ssid .. "'\";T:'" .. enc .. "';P:\"'" .. e_key .. "'\";H:'" .. hidden .. "';'") diff --git a/applications/luci-app-travelmate/po/fi/travelmate.po b/applications/luci-app-travelmate/po/fi/travelmate.po index b5db0e5859..6846a59647 100644 --- a/applications/luci-app-travelmate/po/fi/travelmate.po +++ b/applications/luci-app-travelmate/po/fi/travelmate.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-24 17:41+0000\n" +"PO-Revision-Date: 2020-06-25 19:08+0000\n" "Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n" "Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstravelmate/fi/>\n" @@ -428,7 +428,7 @@ msgstr "Tallenna" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:148 msgid "Scan" -msgstr "Skannaus" +msgstr "Etsi" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147 msgid "Scan Buffer Size" diff --git a/applications/luci-app-travelmate/po/zh_Hant/travelmate.po b/applications/luci-app-travelmate/po/zh_Hant/travelmate.po index 7977f90b76..f9003c50ef 100644 --- a/applications/luci-app-travelmate/po/zh_Hant/travelmate.po +++ b/applications/luci-app-travelmate/po/zh_Hant/travelmate.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-04-03 14:28+0000\n" -"Last-Translator: KurisuWong <wcl2005hk@gmail.com>\n" +"PO-Revision-Date: 2020-06-28 19:19+0000\n" +"Last-Translator: Hulen <shift0106@gmail.com>\n" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationstravelmate/zh_Hant/>\n" "Language: zh_Hant\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.0-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206 msgid "AP on" @@ -23,7 +23,7 @@ msgstr "AP 開啟" #: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113 #: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45 msgid "Action" -msgstr "行動" +msgstr "動作" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74 msgid "Add Open Uplinks" @@ -325,7 +325,7 @@ msgstr "總體重試超時(秒)。" #: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:22 msgid "Overview" -msgstr "概覽" +msgstr "總覽" #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:49 #: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:90 |