summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-travelmate
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-travelmate')
-rw-r--r--applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm4
-rw-r--r--applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm13
-rw-r--r--applications/luci-app-travelmate/po/ar/travelmate.po37
-rw-r--r--applications/luci-app-travelmate/po/bg/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/bn_BD/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/ca/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/cs/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/de/travelmate.po28
-rw-r--r--applications/luci-app-travelmate/po/el/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/en/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/es/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/fi/travelmate.po48
-rw-r--r--applications/luci-app-travelmate/po/fr/travelmate.po28
-rw-r--r--applications/luci-app-travelmate/po/he/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/hi/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/hu/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/it/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/ja/travelmate.po44
-rw-r--r--applications/luci-app-travelmate/po/ko/travelmate.po30
-rw-r--r--applications/luci-app-travelmate/po/mr/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/ms/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/nb_NO/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/pl/travelmate.po26
-rw-r--r--applications/luci-app-travelmate/po/pt/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/pt_BR/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/ro/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/ru/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/sk/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/sv/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/templates/travelmate.pot20
-rw-r--r--applications/luci-app-travelmate/po/tr/travelmate.po30
-rw-r--r--applications/luci-app-travelmate/po/uk/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/vi/travelmate.po20
-rw-r--r--applications/luci-app-travelmate/po/zh_Hans/travelmate.po26
-rw-r--r--applications/luci-app-travelmate/po/zh_Hant/travelmate.po32
35 files changed, 407 insertions, 399 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/luasrc/view/travelmate/wifi_scan.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm
index 7d00eceed6..491af1d92d 100644
--- a/applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm
+++ b/applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm
@@ -6,6 +6,7 @@ This is free software, licensed under the Apache License, Version 2.0
<%-
local sys = require("luci.sys")
local utl = require("luci.util")
+ local xml = require("luci.xml")
local dev = luci.http.formvalue("device")
local ifn = utl.trim(sys.exec("/bin/ubus -S call network.wireless status 2>/dev/null | jsonfilter -l1 -e '@." .. dev .. ".interfaces[@.config.mode=\"sta\"].ifname' 2>/dev/null"))
local iw
@@ -47,10 +48,10 @@ This is free software, licensed under the Apache License, Version 2.0
<%- for i, net in ipairs(iw.scanlist or { }) do -%>
<div class="tr cbi-section-table-row cbi-rowstyle-1">
<div class="td left" style="text-align: left !important">
- <%=net.ssid and utl.pcdata(net.ssid) or "<em>%s</em>" % translate("hidden")%>
+ <%=net.ssid and xml.pcdata(net.ssid) or "<em>%s</em>" % translate("hidden")%>
</div>
<div class="td left" style="text-align: left !important">
- <%=net.bssid and utl.pcdata(net.bssid)%>
+ <%=net.bssid and xml.pcdata(net.bssid)%>
</div>
<div class="td left" style="text-align: left !important">
<%=net.encryption.description%>
@@ -61,9 +62,9 @@ This is free software, licensed under the Apache License, Version 2.0
<div class="td cbi-section-actions">
<form class="inline" action="<%=luci.dispatcher.build_url('admin/services/travelmate/wifiadd')%>" method="post">
<input type="hidden" name="token" value="<%=token%>"/>
- <input type="hidden" name="device" value="<%=utl.pcdata(dev)%>"/>
- <input type="hidden" name="ssid" value="<%=utl.pcdata(net.ssid)%>"/>
- <input type="hidden" name="bssid" value="<%=utl.pcdata(net.bssid)%>"/>
+ <input type="hidden" name="device" value="<%=xml.pcdata(dev)%>"/>
+ <input type="hidden" name="ssid" value="<%=xml.pcdata(net.ssid)%>"/>
+ <input type="hidden" name="bssid" value="<%=xml.pcdata(net.bssid)%>"/>
<input type="hidden" name="description" value="<%=net.encryption.description%>"/>
<input type="hidden" name="wep" value="<%=net.encryption.wep and 1 or 0%>"/>
<%- if net.encryption.wpa then -%>
@@ -85,7 +86,7 @@ This is free software, licensed under the Apache License, Version 2.0
</form>
<form class="inline" action="<%=luci.dispatcher.build_url('admin/services/travelmate/wifiscan')%>" method="post">
<input type="hidden" name="token" value="<%=token%>"/>
- <input type="hidden" name="device" value="<%=utl.pcdata(dev)%>"/>
+ <input type="hidden" name="device" value="<%=xml.pcdata(dev)%>"/>
<input class="cbi-button cbi-input-find" type="submit" value="<%:Repeat scan%>"/>
</form>
</div>
diff --git a/applications/luci-app-travelmate/po/ar/travelmate.po b/applications/luci-app-travelmate/po/ar/travelmate.po
index 6f3910e63f..e729f98195 100644
--- a/applications/luci-app-travelmate/po/ar/travelmate.po
+++ b/applications/luci-app-travelmate/po/ar/travelmate.po
@@ -1,23 +1,30 @@
msgid ""
msgstr ""
+"PO-Revision-Date: 2020-08-04 18:32+0000\n"
+"Last-Translator: DJEBRI Ahmed El Amine <djebri.emp@gmail.com>\n"
+"Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/"
+"luciapplicationstravelmate/ar/>\n"
"Language: ar\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
+"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
-msgstr ""
+msgstr "إجراء"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -71,7 +78,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -117,7 +124,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:109
msgid "Device"
-msgstr ""
+msgstr "جهاز"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132
msgid "Down"
@@ -171,7 +178,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -268,7 +275,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:62
msgid "Loading"
-msgstr ""
+msgstr "جار التحميل"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
@@ -312,7 +319,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
@@ -374,7 +381,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -436,7 +443,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -521,11 +528,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -535,7 +542,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:24
msgid "View Logfile"
-msgstr ""
+msgstr "عرض ملف السجل"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:67
msgid "WEP-Passphrase"
@@ -549,7 +556,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -561,7 +568,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/bg/travelmate.po b/applications/luci-app-travelmate/po/bg/travelmate.po
index b568dc4975..51f1b05459 100644
--- a/applications/luci-app-travelmate/po/bg/travelmate.po
+++ b/applications/luci-app-travelmate/po/bg/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -23,7 +23,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/bn_BD/travelmate.po b/applications/luci-app-travelmate/po/bn_BD/travelmate.po
index d696c422b7..56c00bb4b6 100644
--- a/applications/luci-app-travelmate/po/bn_BD/travelmate.po
+++ b/applications/luci-app-travelmate/po/bn_BD/travelmate.po
@@ -9,7 +9,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -17,7 +17,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -71,7 +71,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -171,7 +171,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -374,7 +374,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -436,7 +436,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -521,11 +521,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -549,7 +549,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -561,7 +561,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/ca/travelmate.po b/applications/luci-app-travelmate/po/ca/travelmate.po
index 745817847d..9edbe0a7dc 100644
--- a/applications/luci-app-travelmate/po/ca/travelmate.po
+++ b/applications/luci-app-travelmate/po/ca/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Acció"
@@ -23,7 +23,7 @@ msgstr "Acció"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Xifratge"
@@ -384,7 +384,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -446,7 +446,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -531,11 +531,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -559,7 +559,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -571,7 +571,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "amagat"
diff --git a/applications/luci-app-travelmate/po/cs/travelmate.po b/applications/luci-app-travelmate/po/cs/travelmate.po
index 1aba4b8344..eecb099c66 100644
--- a/applications/luci-app-travelmate/po/cs/travelmate.po
+++ b/applications/luci-app-travelmate/po/cs/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Akce"
@@ -23,7 +23,7 @@ msgstr "Akce"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Šifrování"
@@ -380,7 +380,7 @@ msgstr "Odstranit"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr "Nahoru"
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/de/travelmate.po b/applications/luci-app-travelmate/po/de/travelmate.po
index 180e70ceed..e0d1b502ec 100644
--- a/applications/luci-app-travelmate/po/de/travelmate.po
+++ b/applications/luci-app-travelmate/po/de/travelmate.po
@@ -1,21 +1,21 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-04-20 07:11+0000\n"
-"Last-Translator: ce4 <chregger@gmail.com>\n"
+"PO-Revision-Date: 2020-07-11 21:29+0000\n"
+"Last-Translator: ssantos <ssantos@web.de>\n"
"Language-Team: German <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationstravelmate/de/>\n"
"Language: de\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.0.2-dev\n"
+"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr "Access Point auf"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Aktion"
@@ -23,7 +23,7 @@ msgstr "Aktion"
msgid "Add Open Uplinks"
msgstr "Füge Offene Uplinks hinzu"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "hinzufügen"
@@ -78,7 +78,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "Zurück zur Übersicht"
@@ -179,7 +179,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Verschlüsselung"
@@ -235,7 +235,7 @@ msgstr "Erzwinge TKIP und CCMP (AES)"
#: applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json:3
msgid "Grant UCI access for luci-app-travelmate"
-msgstr ""
+msgstr "Gewähre UCI Zugriff auf luci-app-travelmate"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
@@ -384,7 +384,7 @@ msgstr "Entfernen"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -446,7 +446,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -531,11 +531,11 @@ msgstr "Hoch"
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -559,7 +559,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -571,7 +571,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "versteckt"
diff --git a/applications/luci-app-travelmate/po/el/travelmate.po b/applications/luci-app-travelmate/po/el/travelmate.po
index 544a8de92f..d4d883a459 100644
--- a/applications/luci-app-travelmate/po/el/travelmate.po
+++ b/applications/luci-app-travelmate/po/el/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -23,7 +23,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/en/travelmate.po b/applications/luci-app-travelmate/po/en/travelmate.po
index 13ee827609..ce7d6fda87 100644
--- a/applications/luci-app-travelmate/po/en/travelmate.po
+++ b/applications/luci-app-travelmate/po/en/travelmate.po
@@ -9,7 +9,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -17,7 +17,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -71,7 +71,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -171,7 +171,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -374,7 +374,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -436,7 +436,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -521,11 +521,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -549,7 +549,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -561,7 +561,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/es/travelmate.po b/applications/luci-app-travelmate/po/es/travelmate.po
index 6e84e15473..84acff793d 100644
--- a/applications/luci-app-travelmate/po/es/travelmate.po
+++ b/applications/luci-app-travelmate/po/es/travelmate.po
@@ -18,7 +18,7 @@ msgid "AP on"
msgstr "AP en"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Acción"
@@ -26,7 +26,7 @@ msgstr "Acción"
msgid "Add Open Uplinks"
msgstr "Añadir enlaces ascendentes abiertos"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "Añadir enlace"
@@ -86,7 +86,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "Volver a la visión general"
@@ -192,7 +192,7 @@ msgstr "Activar registro de depuración detallado"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Encriptación"
@@ -412,7 +412,7 @@ msgstr "Eliminar"
msgid "Remove this Uplink"
msgstr "Eliminar este enlace ascendente"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "Repetir escaneo"
@@ -476,7 +476,7 @@ msgstr "Mostrar/Ocultar códigos QR"
msgid "Signal Quality Threshold"
msgstr "Umbral de calidad de señal"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "Intensidad de señal"
@@ -575,11 +575,11 @@ msgstr "Arriba"
msgid "Uplink / Trigger interface"
msgstr "Interfaz de enlace / disparador"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "BSSID de enlace"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "SSID de enlace"
@@ -603,7 +603,7 @@ msgstr "Capacidades WPA"
msgid "WPA-Passphrase"
msgstr "Frase de contraseña WPA"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "Escanear red Wi-Fi"
@@ -615,7 +615,7 @@ msgstr "Estaciones Wi-Fi"
msgid "add it to the wan zone of the firewall."
msgstr "añadir a la zona wan del firewall."
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "oculto"
diff --git a/applications/luci-app-travelmate/po/fi/travelmate.po b/applications/luci-app-travelmate/po/fi/travelmate.po
index 47d72b1f60..e65aac1dc6 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-02 06: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"
@@ -8,22 +8,22 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.1-dev\n"
+"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
-msgstr "Toimi"
+msgstr "Toiminta"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -55,7 +55,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:61
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:126
msgid "Automatic"
-msgstr ""
+msgstr "Automaattinen"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
msgid ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -127,7 +127,7 @@ msgstr "Laite"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132
msgid "Down"
-msgstr ""
+msgstr "Alhaalla"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:85
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:67
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Salaus"
@@ -215,21 +215,21 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:62
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:127
msgid "Force CCMP (AES)"
-msgstr ""
+msgstr "Pakota CCMP (AES)"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:81
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:140
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:63
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:128
msgid "Force TKIP"
-msgstr ""
+msgstr "Pakota TKIP"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:82
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:141
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:64
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:129
msgid "Force TKIP and CCMP (AES)"
-msgstr ""
+msgstr "Pakota TKIP ja CCMP (AES)"
#: applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json:3
msgid "Grant UCI access for luci-app-travelmate"
@@ -284,11 +284,11 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132
msgid "Move down"
-msgstr ""
+msgstr "Siirrä alas"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131
msgid "Move up"
-msgstr ""
+msgstr "Siirrä ylös"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
@@ -318,7 +318,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:22
msgid "Overview"
-msgstr "Yhteenveto"
+msgstr "Yleiskatsaus"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:49
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:90
@@ -343,7 +343,7 @@ msgstr "Polku CA-varmenteeseen"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:114
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:99
msgid "Path to Client-Certificate"
-msgstr ""
+msgstr "Polku asiakasvarmenteeseen"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:118
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:104
@@ -380,7 +380,7 @@ msgstr "Poista"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -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"
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -521,17 +521,17 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131
msgid "Up"
-msgstr ""
+msgstr "Ylhäällä"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "piilotettu"
diff --git a/applications/luci-app-travelmate/po/fr/travelmate.po b/applications/luci-app-travelmate/po/fr/travelmate.po
index fe6efeb19a..473533955e 100644
--- a/applications/luci-app-travelmate/po/fr/travelmate.po
+++ b/applications/luci-app-travelmate/po/fr/travelmate.po
@@ -1,21 +1,21 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-04-10 06:00+0000\n"
-"Last-Translator: Claude Villermain <cvi@villermain.net>\n"
+"PO-Revision-Date: 2020-06-20 14:41+0000\n"
+"Last-Translator: ButterflyOfFire <ButterflyOfFire@protonmail.com>\n"
"Language-Team: French <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationstravelmate/fr/>\n"
"Language: fr\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\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"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Action"
@@ -23,7 +23,7 @@ msgstr "Action"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Chiffrement"
@@ -320,7 +320,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:22
msgid "Overview"
-msgstr "Aperçu"
+msgstr "Vue d’ensemble"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:49
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:90
@@ -382,7 +382,7 @@ msgstr "Désinstaller"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -529,11 +529,11 @@ msgstr "Haut"
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -557,7 +557,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -569,7 +569,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "caché"
diff --git a/applications/luci-app-travelmate/po/he/travelmate.po b/applications/luci-app-travelmate/po/he/travelmate.po
index 8391d45366..821b4b370a 100644
--- a/applications/luci-app-travelmate/po/he/travelmate.po
+++ b/applications/luci-app-travelmate/po/he/travelmate.po
@@ -9,7 +9,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -17,7 +17,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -71,7 +71,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -171,7 +171,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -374,7 +374,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -436,7 +436,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -521,11 +521,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -549,7 +549,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -561,7 +561,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/hi/travelmate.po b/applications/luci-app-travelmate/po/hi/travelmate.po
index 422e9cda14..8524516d67 100644
--- a/applications/luci-app-travelmate/po/hi/travelmate.po
+++ b/applications/luci-app-travelmate/po/hi/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -23,7 +23,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/hu/travelmate.po b/applications/luci-app-travelmate/po/hu/travelmate.po
index df2e5a63f0..3d4da9b5cc 100644
--- a/applications/luci-app-travelmate/po/hu/travelmate.po
+++ b/applications/luci-app-travelmate/po/hu/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Művelet"
@@ -23,7 +23,7 @@ msgstr "Művelet"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Titkosítás"
@@ -382,7 +382,7 @@ msgstr "Eltávolítás"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -529,11 +529,11 @@ msgstr "Fel"
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -557,7 +557,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -569,7 +569,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/it/travelmate.po b/applications/luci-app-travelmate/po/it/travelmate.po
index 7b2888459a..5594afe6c8 100644
--- a/applications/luci-app-travelmate/po/it/travelmate.po
+++ b/applications/luci-app-travelmate/po/it/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Azione"
@@ -23,7 +23,7 @@ msgstr "Azione"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Crittografia"
@@ -380,7 +380,7 @@ msgstr "Rimuovi"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/ja/travelmate.po b/applications/luci-app-travelmate/po/ja/travelmate.po
index f6bafde48d..5310c1a265 100644
--- a/applications/luci-app-travelmate/po/ja/travelmate.po
+++ b/applications/luci-app-travelmate/po/ja/travelmate.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
-"PO-Revision-Date: 2020-02-12 11:01+0000\n"
-"Last-Translator: INAGAKI Hiroshi <musashino.open@gmail.com>\n"
+"PO-Revision-Date: 2020-06-13 22:13+0000\n"
+"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationstravelmate/ja/>\n"
"Language: ja\n"
@@ -11,14 +11,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.11-dev\n"
+"X-Generator: Weblate 4.1-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr "AP の場所:"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "アクション"
@@ -26,7 +26,7 @@ msgstr "アクション"
msgid "Add Open Uplinks"
msgstr "オープンなアップリンクの追加"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "アップリンクの追加"
@@ -84,7 +84,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "概要へ戻る"
@@ -189,7 +189,7 @@ msgstr "詳細なデバッグ ログの有効化"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "暗号化"
@@ -249,7 +249,7 @@ msgstr "TKIP 及びCCMP (AES)"
#: applications/luci-app-travelmate/root/usr/share/rpcd/acl.d/luci-app-travelmate.json:3
msgid "Grant UCI access for luci-app-travelmate"
-msgstr ""
+msgstr "luci-app-travelmate に UCI アクセスを許可"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
@@ -259,7 +259,7 @@ msgstr "Travelmate が無線アップリンクへの接続成功を待つ時間
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:105
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:87
msgid "Identity"
-msgstr "ID"
+msgstr "識別子"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:46
msgid "Ignore BSSID"
@@ -302,11 +302,11 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:132
msgid "Move down"
-msgstr "下へ"
+msgstr "下へ移動"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:131
msgid "Move up"
-msgstr "上へ"
+msgstr "上へ移動"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
@@ -319,7 +319,7 @@ msgstr "ネット エラーチェック"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:164
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:156
msgid "Optional Arguments"
-msgstr ""
+msgstr "オプションの引数"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
@@ -394,13 +394,13 @@ msgstr "無線の選択 / 順番"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:134
msgid "Remove"
-msgstr ""
+msgstr "削除"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:134
msgid "Remove this Uplink"
-msgstr ""
+msgstr "このアップリンクを削除"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "再スキャン"
@@ -427,7 +427,7 @@ msgstr "アップリンクへの接続を試行する回数です。"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:102
msgid "Runtime Information"
-msgstr "実行情報"
+msgstr "ランタイム情報"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:41
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:26
@@ -450,7 +450,7 @@ msgstr "保存"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:148
msgid "Scan"
-msgstr "スキャン:"
+msgstr "スキャン"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
@@ -464,7 +464,7 @@ msgstr "QR コードを表示/非表示"
msgid "Signal Quality Threshold"
msgstr "シグナル品質閾値"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "信号強度"
@@ -561,11 +561,11 @@ msgstr "上へ"
msgid "Uplink / Trigger interface"
msgstr "アップリンク / トリガー インターフェース"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "アップリンク BSSID"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "アップリンク SSID"
@@ -589,7 +589,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr "WPA パスフレーズ"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "無線スキャン"
@@ -601,7 +601,7 @@ msgstr "無線ステーション"
msgid "add it to the wan zone of the firewall."
msgstr "ファイアウォールの wan ゾーンに追加します。"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "(ステルス)"
diff --git a/applications/luci-app-travelmate/po/ko/travelmate.po b/applications/luci-app-travelmate/po/ko/travelmate.po
index 1d6b95a5d6..28d9415239 100644
--- a/applications/luci-app-travelmate/po/ko/travelmate.po
+++ b/applications/luci-app-travelmate/po/ko/travelmate.po
@@ -1,29 +1,29 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-04-19 00:53+0000\n"
-"Last-Translator: EP45 <monadko98@gmail.com>\n"
+"PO-Revision-Date: 2020-08-08 06:14+0000\n"
+"Last-Translator: Youngbin Han <sukso96100@gmail.com>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationstravelmate/ko/>\n"
"Language: ko\n"
"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.2-dev\n"
+"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
-msgstr ""
+msgstr "액션"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -428,7 +428,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:148
msgid "Scan"
-msgstr ""
+msgstr "스캔"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/mr/travelmate.po b/applications/luci-app-travelmate/po/mr/travelmate.po
index 8f0a582a73..17141bd493 100644
--- a/applications/luci-app-travelmate/po/mr/travelmate.po
+++ b/applications/luci-app-travelmate/po/mr/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -23,7 +23,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/ms/travelmate.po b/applications/luci-app-travelmate/po/ms/travelmate.po
index 86c020253c..ea7fcf11bc 100644
--- a/applications/luci-app-travelmate/po/ms/travelmate.po
+++ b/applications/luci-app-travelmate/po/ms/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Tindakan"
@@ -23,7 +23,7 @@ msgstr "Tindakan"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/nb_NO/travelmate.po b/applications/luci-app-travelmate/po/nb_NO/travelmate.po
index c9362206a1..b8cf432478 100644
--- a/applications/luci-app-travelmate/po/nb_NO/travelmate.po
+++ b/applications/luci-app-travelmate/po/nb_NO/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Handling"
@@ -23,7 +23,7 @@ msgstr "Handling"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/pl/travelmate.po b/applications/luci-app-travelmate/po/pl/travelmate.po
index 516c30ba77..0d0748ef2e 100644
--- a/applications/luci-app-travelmate/po/pl/travelmate.po
+++ b/applications/luci-app-travelmate/po/pl/travelmate.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-05-24 17:41+0000\n"
+"PO-Revision-Date: 2020-07-26 01:23+0000\n"
"Last-Translator: Marcin Net <marcin.net@linux.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationstravelmate/pl/>\n"
@@ -9,14 +9,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 4.1-dev\n"
+"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr "AP włączony"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Akcja"
@@ -24,7 +24,7 @@ msgstr "Akcja"
msgid "Add Open Uplinks"
msgstr "Dodaj otwierające łącza zwrotne"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "Dodaj łącze w górę"
@@ -84,7 +84,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "Wróć do przeglądu"
@@ -189,7 +189,7 @@ msgstr "Włącz pełne rejestrowanie debugowania"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Szyfrowanie"
@@ -407,14 +407,14 @@ msgstr "Usuń"
msgid "Remove this Uplink"
msgstr "Usuń to połączenie"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "Powtórz skanowanie"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:15
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:149
msgid "Restart"
-msgstr "Restartuj"
+msgstr "Restart"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:147
msgid "Restart Travelmate"
@@ -471,7 +471,7 @@ msgstr "Pokaż/Ukryj kody QR"
msgid "Signal Quality Threshold"
msgstr "Próg jakości sygnału"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "Siła sygnału"
@@ -569,11 +569,11 @@ msgstr "Góra"
msgid "Uplink / Trigger interface"
msgstr "Interfejs Wysyłania/Wyzwalania"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "BSSID połączenia"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "BSSID połączenia"
@@ -597,7 +597,7 @@ msgstr "Możliwości WPA"
msgid "WPA-Passphrase"
msgstr "Hasło WPA"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "Bezprzewodowe skanowanie"
@@ -609,7 +609,7 @@ msgstr "Stacje bezprzewodowe"
msgid "add it to the wan zone of the firewall."
msgstr "dodaj to do strefy WAN zapory sieciowej."
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "ukryty"
diff --git a/applications/luci-app-travelmate/po/pt/travelmate.po b/applications/luci-app-travelmate/po/pt/travelmate.po
index 9fa97c69db..fd9d83d4a3 100644
--- a/applications/luci-app-travelmate/po/pt/travelmate.po
+++ b/applications/luci-app-travelmate/po/pt/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr "PA ligado"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Ação"
@@ -23,7 +23,7 @@ msgstr "Ação"
msgid "Add Open Uplinks"
msgstr "Adicionar Uplinks Abertos"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "Adicionar Enlace para Fora"
@@ -81,7 +81,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "Voltar para visão geral"
@@ -187,7 +187,7 @@ msgstr "Ativar os registros de depuração detalhados"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Encriptação"
@@ -407,7 +407,7 @@ msgstr "Remover"
msgid "Remove this Uplink"
msgstr "Remover este Uplink"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "Repetir busca"
@@ -471,7 +471,7 @@ msgstr "Mostrar/Ocultar Códigos QR"
msgid "Signal Quality Threshold"
msgstr "Limite da Qualidade do Sinal"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "For do Sinal"
@@ -559,11 +559,11 @@ msgstr "Acima"
msgid "Uplink / Trigger interface"
msgstr "Enlace externo"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "BSSID do enlace Externo"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "SSID do enlace Externo"
@@ -587,7 +587,7 @@ msgstr "Capacidades WPA"
msgid "WPA-Passphrase"
msgstr "Palavra-passe WPA"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "Escaneamento da Rede Sem Fio"
@@ -599,7 +599,7 @@ msgstr "Estações Associadas"
msgid "add it to the wan zone of the firewall."
msgstr "adicionar à zona wan do firewall."
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "escondido"
diff --git a/applications/luci-app-travelmate/po/pt_BR/travelmate.po b/applications/luci-app-travelmate/po/pt_BR/travelmate.po
index 8014a8cba2..efa0d04b7f 100644
--- a/applications/luci-app-travelmate/po/pt_BR/travelmate.po
+++ b/applications/luci-app-travelmate/po/pt_BR/travelmate.po
@@ -18,7 +18,7 @@ msgid "AP on"
msgstr "AP Ligado"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Ação"
@@ -26,7 +26,7 @@ msgstr "Ação"
msgid "Add Open Uplinks"
msgstr "Adicionar Uplinks Abertos"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "Adicionar Enlace para Fora"
@@ -84,7 +84,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "Voltar para visão geral"
@@ -191,7 +191,7 @@ msgstr "Habilitar os registros de depuração detalhados"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Criptografia"
@@ -410,7 +410,7 @@ msgstr "Remover"
msgid "Remove this Uplink"
msgstr "Remover este Uplink"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "Repetir busca"
@@ -474,7 +474,7 @@ msgstr "Mostrar/Ocultar QR-Codes"
msgid "Signal Quality Threshold"
msgstr "Limite da Qualidade do Sinal"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "For do Sinal"
@@ -562,11 +562,11 @@ msgstr "Acima"
msgid "Uplink / Trigger interface"
msgstr "Enlace externo"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "BSSID do enlace Externo"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "SSID do enlace Externo"
@@ -590,7 +590,7 @@ msgstr "Recursos do WPA"
msgid "WPA-Passphrase"
msgstr "WPA por Senha"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "Escaneamento da Rede Sem Fio"
@@ -602,7 +602,7 @@ msgstr "Estações Associadas"
msgid "add it to the wan zone of the firewall."
msgstr "adicionar à zona wan do firewall."
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "oculto"
diff --git a/applications/luci-app-travelmate/po/ro/travelmate.po b/applications/luci-app-travelmate/po/ro/travelmate.po
index ce536126a8..cce09550e1 100644
--- a/applications/luci-app-travelmate/po/ro/travelmate.po
+++ b/applications/luci-app-travelmate/po/ro/travelmate.po
@@ -16,7 +16,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Actiune"
@@ -24,7 +24,7 @@ msgstr "Actiune"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -78,7 +78,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -178,7 +178,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -381,7 +381,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -443,7 +443,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -528,11 +528,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -556,7 +556,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -568,7 +568,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/ru/travelmate.po b/applications/luci-app-travelmate/po/ru/travelmate.po
index 361dbfe3d7..4fccb16fc7 100644
--- a/applications/luci-app-travelmate/po/ru/travelmate.po
+++ b/applications/luci-app-travelmate/po/ru/travelmate.po
@@ -21,7 +21,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Действие"
@@ -29,7 +29,7 @@ msgstr "Действие"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "Подключение к сети"
@@ -83,7 +83,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "Назад к обзору"
@@ -185,7 +185,7 @@ msgstr "Включить подробное ведение журнала отл
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Шифрование"
@@ -392,7 +392,7 @@ msgstr "Удалить"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "Повторить поиск"
@@ -454,7 +454,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "Мощность сигнала"
@@ -549,11 +549,11 @@ msgstr "Вверх"
msgid "Uplink / Trigger interface"
msgstr "Включить интерфейс<br />внешней сети"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "BSSID внешней сети"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "SSID внешней сети"
@@ -577,7 +577,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr "Пароль WPA"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "Найденные точки доступа Wi-Fi"
@@ -589,7 +589,7 @@ msgstr "Клиенты беспроводной сети"
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "скрытый"
diff --git a/applications/luci-app-travelmate/po/sk/travelmate.po b/applications/luci-app-travelmate/po/sk/travelmate.po
index 6f856eda13..4b9ca22964 100644
--- a/applications/luci-app-travelmate/po/sk/travelmate.po
+++ b/applications/luci-app-travelmate/po/sk/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Akcia"
@@ -23,7 +23,7 @@ msgstr "Akcia"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Šifrovanie"
@@ -380,7 +380,7 @@ msgstr "Odstrániť"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/sv/travelmate.po b/applications/luci-app-travelmate/po/sv/travelmate.po
index 81df3da999..b4d08388bb 100644
--- a/applications/luci-app-travelmate/po/sv/travelmate.po
+++ b/applications/luci-app-travelmate/po/sv/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Åtgärd"
@@ -23,7 +23,7 @@ msgstr "Åtgärd"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Kryptering"
@@ -382,7 +382,7 @@ msgstr "Ta bort"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -444,7 +444,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -529,11 +529,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -557,7 +557,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -569,7 +569,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/templates/travelmate.pot b/applications/luci-app-travelmate/po/templates/travelmate.pot
index b97790a548..f39acf971e 100644
--- a/applications/luci-app-travelmate/po/templates/travelmate.pot
+++ b/applications/luci-app-travelmate/po/templates/travelmate.pot
@@ -6,7 +6,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -68,7 +68,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -168,7 +168,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -371,7 +371,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -433,7 +433,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -518,11 +518,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -546,7 +546,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -558,7 +558,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/tr/travelmate.po b/applications/luci-app-travelmate/po/tr/travelmate.po
index da09ac5770..0005531935 100644
--- a/applications/luci-app-travelmate/po/tr/travelmate.po
+++ b/applications/luci-app-travelmate/po/tr/travelmate.po
@@ -1,21 +1,21 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-01-14 15:22+0000\n"
-"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
+"PO-Revision-Date: 2020-07-22 02:42+0000\n"
+"Last-Translator: tentena <thetentena@gmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationstravelmate/tr/>\n"
"Language: tr\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.11-dev\n"
+"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr "AP (erişim noktası) açık"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Eylem"
@@ -23,7 +23,7 @@ msgstr "Eylem"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -318,7 +318,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/controller/travelmate.lua:22
msgid "Overview"
-msgstr ""
+msgstr "Genel bakış"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:49
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:90
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -424,7 +424,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:14
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:11
msgid "Save"
-msgstr ""
+msgstr "Kaydet"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:148
msgid "Scan"
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/uk/travelmate.po b/applications/luci-app-travelmate/po/uk/travelmate.po
index 87a2310ab4..78d46c1d23 100644
--- a/applications/luci-app-travelmate/po/uk/travelmate.po
+++ b/applications/luci-app-travelmate/po/uk/travelmate.po
@@ -16,7 +16,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Дія"
@@ -24,7 +24,7 @@ msgstr "Дія"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -78,7 +78,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -178,7 +178,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "Шифрування"
@@ -381,7 +381,7 @@ msgstr "Видалити"
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -443,7 +443,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -528,11 +528,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -556,7 +556,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -568,7 +568,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "приховано"
diff --git a/applications/luci-app-travelmate/po/vi/travelmate.po b/applications/luci-app-travelmate/po/vi/travelmate.po
index 8879864c71..8086b84794 100644
--- a/applications/luci-app-travelmate/po/vi/travelmate.po
+++ b/applications/luci-app-travelmate/po/vi/travelmate.po
@@ -15,7 +15,7 @@ msgid "AP on"
msgstr ""
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "Hành động"
@@ -23,7 +23,7 @@ msgstr "Hành động"
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr ""
@@ -77,7 +77,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr ""
@@ -380,7 +380,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr ""
@@ -442,7 +442,7 @@ msgstr ""
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr ""
@@ -527,11 +527,11 @@ msgstr ""
msgid "Uplink / Trigger interface"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr ""
@@ -567,7 +567,7 @@ msgstr ""
msgid "add it to the wan zone of the firewall."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/zh_Hans/travelmate.po b/applications/luci-app-travelmate/po/zh_Hans/travelmate.po
index cc57e22f06..16a5d6e753 100644
--- a/applications/luci-app-travelmate/po/zh_Hans/travelmate.po
+++ b/applications/luci-app-travelmate/po/zh_Hans/travelmate.po
@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
-"PO-Revision-Date: 2020-03-10 07:43+0000\n"
-"Last-Translator: xiazhang <xz@xia.plus>\n"
+"PO-Revision-Date: 2020-06-16 16:09+0000\n"
+"Last-Translator: SunSpring <yearnsun@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationstravelmate/zh_Hans/>\n"
"Language: zh_Hans\n"
@@ -14,14 +14,14 @@ 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.1.1-dev\n"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:206
msgid "AP on"
msgstr "AP 开启"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
msgstr "动作"
@@ -29,7 +29,7 @@ msgstr "动作"
msgid "Add Open Uplinks"
msgstr "添加开放的上行链路"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "添加上行连接"
@@ -83,7 +83,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "返回概述"
@@ -183,7 +183,7 @@ msgstr "启用详细调试日志"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "加密"
@@ -389,7 +389,7 @@ msgstr "移除"
msgid "Remove this Uplink"
msgstr "删除此上行链路"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "重新扫描"
@@ -453,7 +453,7 @@ msgstr "显示/隐藏 二维码"
msgid "Signal Quality Threshold"
msgstr "信号质量阈值"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "信号强度"
@@ -538,11 +538,11 @@ msgstr "上"
msgid "Uplink / Trigger interface"
msgstr "上行 / 触发接口"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "上行 BSSID"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "上行 SSID"
@@ -566,7 +566,7 @@ msgstr "WPA功能"
msgid "WPA-Passphrase"
msgstr "WPA-口令"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "无线扫描"
@@ -578,7 +578,7 @@ msgstr "无线站点"
msgid "add it to the wan zone of the firewall."
msgstr "将其添加到防火墙的 wan 区域。"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "隐藏"
diff --git a/applications/luci-app-travelmate/po/zh_Hant/travelmate.po b/applications/luci-app-travelmate/po/zh_Hant/travelmate.po
index 7977f90b76..68214e39fa 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-07-08 12:44+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,22 +14,22 @@ 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"
msgstr "AP 開啟"
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:113
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:46
msgid "Action"
-msgstr "行動"
+msgstr "動作"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
msgid "Add Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:75
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:76
msgid "Add Uplink"
msgstr "新增上行連線"
@@ -83,7 +83,7 @@ msgstr "BSSID"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:15
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:12
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:84
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:85
msgid "Back to overview"
msgstr "返回概述"
@@ -184,7 +184,7 @@ msgstr "啟用詳細除錯日誌"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:54
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:116
#: applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm:112
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
msgid "Encryption"
msgstr "加密"
@@ -273,7 +273,7 @@ msgstr "介面嚮導"
#: applications/luci-app-travelmate/luasrc/view/travelmate/runtime.htm:140
msgid "Last Run"
-msgstr "上次執行"
+msgstr "最後執行"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
@@ -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
@@ -387,7 +387,7 @@ msgstr ""
msgid "Remove this Uplink"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:89
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:90
msgid "Repeat scan"
msgstr "重新掃描"
@@ -451,7 +451,7 @@ msgstr "顯示/隱藏 QR 碼"
msgid "Signal Quality Threshold"
msgstr "訊號質量閾值"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:44
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:45
msgid "Signal strength"
msgstr "訊號強度"
@@ -536,11 +536,11 @@ msgstr "上"
msgid "Uplink / Trigger interface"
msgstr "上行 / 觸發介面"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:43
msgid "Uplink BSSID"
msgstr "上行 BSSID"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:41
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:42
msgid "Uplink SSID"
msgstr "上行 SSID"
@@ -564,7 +564,7 @@ msgstr ""
msgid "WPA-Passphrase"
msgstr "WPA-口令"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:37
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:38
msgid "Wireless Scan"
msgstr "無線掃描"
@@ -576,7 +576,7 @@ msgstr "無線站點"
msgid "add it to the wan zone of the firewall."
msgstr "將其新增到防火牆的 wan 區域。"
-#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:50
+#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:51
msgid "hidden"
msgstr "隱藏"