diff options
Diffstat (limited to 'applications')
4 files changed, 29 insertions, 84 deletions
diff --git a/applications/luci-app-adblock/po/de/adblock.po b/applications/luci-app-adblock/po/de/adblock.po index efb1db38ac..c1dcce4068 100644 --- a/applications/luci-app-adblock/po/de/adblock.po +++ b/applications/luci-app-adblock/po/de/adblock.po @@ -1,22 +1,22 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-24 07:50+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2020-03-27 15:11+0000\n" +"Last-Translator: anonymous <noreply@weblate.org>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsadblock/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 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:78 msgid "" "<b>Caution:</b> To prevent OOM exceptions on low memory devices with less " "than 64 MB free RAM, please only select a few of them!" msgstr "" -"<b>Vorsicht:</b> Um Speicherengpässe auf Geräten mit weniger als 64 MB " -"freiem Arbeitsspeicher zu vermeiden, wählen Sie nicht zu viele aus!" +"<b>Vorsicht:</b> Um einen Speicherüberlauf auf Geräten mit weniger als 64 MB " +"freiem Arbeitsspeicher zu vermeiden, wählen Sie bitte nur wenige aus!" #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:86 #: applications/luci-app-adblock/luasrc/view/adblock/report.htm:89 @@ -39,8 +39,8 @@ msgstr "Werbeblocker-Version" #: applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua:182 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" -"Zusätzliche Trigger-Verzögerung (in Sekunden) bevor die Verarbeitung durch " -"den Werbeblocker beginnt." +"Zusätzliche Verzögerung (in Sekunden) bis zur Verarbeitung durch den " +"Werbeblocker." #: applications/luci-app-adblock/luasrc/controller/adblock.lua:23 msgid "Advanced" diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js index fe9ef75c5a..85c126d7ae 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js @@ -82,6 +82,12 @@ return L.view.extend({ s.anonymous = true; s.sortable = true; + s.handleRemove = function(section_id, ev) { + return firewall.deleteZone(section_id).then(L.bind(function() { + return this.super('handleRemove', [section_id, ev]); + }, this)); + }; + s.tab('general', _('General Settings')); s.tab('advanced', _('Advanced Settings')); s.tab('conntrack', _('Conntrack Settings')); diff --git a/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css b/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css index dd24e5dffc..402c527d2c 100644 --- a/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css +++ b/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css @@ -84,31 +84,8 @@ margin: 0; } -.table .th, -.table .td { - padding: 1px 3px !important; - border: 1px solid #ddd; -} - -.table .td > a { - display: block; -} - -.table .placeholder .td { - border: none; -} - -.table .td.double { - padding: 0 !important; -} - -.table .td.double > span { +.td.double > span { display: block; - padding: 1px 3px; -} - -.table .td.double > span:first-child { - border-bottom: 1px solid #ddd; } .cbi-tooltip { @@ -116,58 +93,22 @@ } @media screen and (max-width: 992px) { - .table .tr { - margin-bottom: 10px; + .td.hide-xs { + display: none; } - .table .th, - .table .td, .table .td.double { - padding: 1px 3px !important; - flex-basis: 50%; + .td.double:not(.hide-xs) > span { + white-space: nowrap; + text-align: left; } - .table .td, .table .td::before, - .table .th, .table .th::before { - text-align: left !important; - font-size: 14px; - border: none; - } - - #host-data .td.hostname { - flex-basis: 100%; - } - - #ipv6-data .td.double > span { - padding: 0; - border-bottom: none; - } - - #ipv6-data .td.double > span:first-child::before { + .td.double:not(.hide-xs) > span:first-child::before { content: "IPv4: "; - font-style: italic; - font-size: 13px; + font-weight: bold; } - #ipv6-data .td.double > span:last-child::before { + .td.double:not(.hide-xs) > span:last-child::before { content: "IPv6: "; - font-style: italic; - font-size: 13px; - } - - .cbi-tooltip { - width: 100%; - pointer-events: auto; - box-shadow: 0 0 10px 5px #000; - border-radius: 0; - } - - .cbi-tooltip .table .th, - .cbi-tooltip .table .td { - flex-basis: 16%; - min-width: 100px; - } - - .head .kpi { - font-size: 14px; + font-weight: bold; } } diff --git a/applications/luci-app-transmission/po/de/transmission.po b/applications/luci-app-transmission/po/de/transmission.po index 38222e46d7..2b6ff261a9 100644 --- a/applications/luci-app-transmission/po/de/transmission.po +++ b/applications/luci-app-transmission/po/de/transmission.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-07-17 15:08+0200\n" -"PO-Revision-Date: 2020-02-17 11:51+0000\n" -"Last-Translator: marzzzello <anmeldezeugs@top-email.net>\n" +"PO-Revision-Date: 2020-03-25 10:08+0000\n" +"Last-Translator: Erik J. <ej_rostock@web.de>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationstransmission/de/>\n" "Language: de\n" @@ -12,7 +12,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 3.11-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:68 msgid "Alternative download speed" @@ -242,19 +242,17 @@ msgid "Port forwarding enabled" msgstr "Port-Weiterleitung aktiv" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:108 -#, fuzzy msgid "Preallocation" msgstr "Vorbelegung" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:141 -#, fuzzy msgid "Prefer encrypted" -msgstr "Bevorzugt" +msgstr "Verschlüsselung bevorzugen" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:140 #, fuzzy msgid "Prefer unencrypted" -msgstr "Bevorzugt" +msgstr "unverschlüsselt bevorzugt" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:159 msgid "Prefetch enabled" @@ -400,7 +398,7 @@ msgstr "" #: applications/luci-app-transmission/root/usr/share/luci/menu.d/luci-app-transmission.json:3 msgid "Transmission" -msgstr "Übertragung" +msgstr "Transmission" #: applications/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js:45 msgid "" |