diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/root/www/index.html | 2 | ||||
-rw-r--r-- | modules/luci-mod-dashboard/po/pt/dashboard.po | 7 | ||||
-rw-r--r-- | modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html index bc3c98fe71..d5f7d7209f 100644 --- a/modules/luci-base/root/www/index.html +++ b/modules/luci-base/root/www/index.html @@ -3,6 +3,8 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> + <meta http-equiv="Pragma" content="no-cache" /> + <meta http-equiv="Expires" content="0" /> <meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" /> <style type="text/css"> body { background: white; font-family: arial, helvetica, sans-serif; } diff --git a/modules/luci-mod-dashboard/po/pt/dashboard.po b/modules/luci-mod-dashboard/po/pt/dashboard.po index 0889583b04..c186af27a6 100644 --- a/modules/luci-mod-dashboard/po/pt/dashboard.po +++ b/modules/luci-mod-dashboard/po/pt/dashboard.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2022-04-25 11:12+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2022-09-16 09:22+0000\n" +"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "lucimodulesluci-mod-dashboard/pt/>\n" "Language: pt\n" @@ -10,7 +10,7 @@ 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.12.1-dev\n" +"X-Generator: Weblate 4.14.1-dev\n" #: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:163 msgid "Active" @@ -190,7 +190,6 @@ msgid "System" msgstr "Sistema" #: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:86 -#, fuzzy msgid "Up." msgstr "Ativo." diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js index 3a11f1e830..82660c1595 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js @@ -46,8 +46,8 @@ var expr_translations = { 'ip.dport': _('Destination port', 'nft ip dport'), 'ip6.saddr': _('Source IPv6', 'nft ip6 saddr'), 'ip6.daddr': _('Destination IPv6', 'nft ip6 daddr'), - 'icmp.code': _('ICMPv6 code', 'nft icmpv6 code'), - 'icmp.type': _('ICMPv6 type', 'nft icmpv6 type'), + 'icmp.code': _('ICMP code', 'nft icmp code'), + 'icmp.type': _('ICMP type', 'nft icmp type'), 'icmpv6.code': _('ICMPv6 code', 'nft icmpv6 code'), 'icmpv6.type': _('ICMPv6 type', 'nft icmpv6 type'), 'tcp.sport': _('TCP source port', 'nft tcp sport'), |