diff options
Diffstat (limited to 'applications/luci-app-nft-qos')
35 files changed, 1024 insertions, 146 deletions
diff --git a/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua b/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua index 4d0527e33..899e41a7f 100644 --- a/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua +++ b/applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua @@ -8,12 +8,19 @@ function index() return end - entry({"admin", "status", "realtime", "rate"}, - template("nft-qos/rate"), _("Rate"), 5).leaf = true - entry({"admin", "status", "realtime", "rate_status"}, - call("action_rate")).leaf = true - entry({"admin", "services", "nft-qos"}, cbi("nft-qos/nft-qos"), - _("QoS over Nftables"), 60) + local e + + e = entry({"admin", "status", "realtime", "rate"}, template("nft-qos/rate"), _("Rate"), 5) + e.leaf = true + e.acl_depends = { "luci-app-nft-qos" } + + e = entry({"admin", "status", "realtime", "rate_status"}, call("action_rate")) + e.leaf = true + e.acl_depends = { "luci-app-nft-qos" } + + e = entry({"admin", "services", "nft-qos"}, cbi("nft-qos/nft-qos"), _("QoS over Nftables"), 60) + e.leaf = true + e.acl_depends = { "luci-app-nft-qos" } end function _action_rate(rv, n) diff --git a/applications/luci-app-nft-qos/po/ar/nft-qos.po b/applications/luci-app-nft-qos/po/ar/nft-qos.po new file mode 100644 index 000000000..633d24b54 --- /dev/null +++ b/applications/luci-app-nft-qos/po/ar/nft-qos.po @@ -0,0 +1,244 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-06-03 12:10+0000\n" +"Last-Translator: Marwan Amireh <amirehmarwan@gmail.com>\n" +"Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnft-qos/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.1-dev\n" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 +msgid "Bytes Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 +msgid "Collecting data..." +msgstr "جمع البيانات..." + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 +msgid "Comment" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default Download Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 +msgid "Default Network Interface" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default Upload Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default unit for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default unit for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Default value for download bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default value for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Default value for upload bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default value for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Download Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135 +msgid "Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Enable Limit Rate Feature" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable Traffic Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable this feature" +msgstr "" + +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 +msgid "IP Address" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 +msgid "IP Address (v4 / v6)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 +msgid "IP Address (v4 Only)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Limit Enable" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Limit Type" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:135 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:172 +msgid "MAC (optional)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:48 +msgid "MB" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:28 +msgid "NFT-QoS Settings" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 +msgid "No information available" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 +msgid "Packets Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:207 +msgid "Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 +msgid "QoS over Nftables" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 +msgid "Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:130 +msgid "Realtime Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:125 +msgid "Realtime Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:149 +msgid "Realtime Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "Service" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:116 +msgid "Static QoS-Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:153 +msgid "Static QoS-Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +msgid "Target Network (IPv4/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 +msgid "Target Network6 (IPv6/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:127 +msgid "This page gives an overview over currently download/upload rate." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:194 +msgid "Traffic Priority Settings" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Type of Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:144 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181 +msgid "Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Upload Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154 +msgid "Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:96 +msgid "White List for Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "e.g. https, 23, (separator is comma)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44 +msgid "kB" +msgstr "" diff --git a/applications/luci-app-nft-qos/po/bg/nft-qos.po b/applications/luci-app-nft-qos/po/bg/nft-qos.po index 253ea521b..cf0979b0d 100644 --- a/applications/luci-app-nft-qos/po/bg/nft-qos.po +++ b/applications/luci-app-nft-qos/po/bg/nft-qos.po @@ -82,6 +82,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -152,12 +156,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/bn_BD/nft-qos.po b/applications/luci-app-nft-qos/po/bn_BD/nft-qos.po new file mode 100644 index 000000000..9560b7a0f --- /dev/null +++ b/applications/luci-app-nft-qos/po/bn_BD/nft-qos.po @@ -0,0 +1,237 @@ +msgid "" +msgstr "" +"Language: bn_BD\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 +msgid "Bytes Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 +msgid "Collecting data..." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 +msgid "Comment" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default Download Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 +msgid "Default Network Interface" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default Upload Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default unit for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default unit for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Default value for download bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default value for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Default value for upload bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default value for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Download Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135 +msgid "Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Enable Limit Rate Feature" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable Traffic Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable this feature" +msgstr "" + +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 +msgid "IP Address" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 +msgid "IP Address (v4 / v6)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 +msgid "IP Address (v4 Only)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Limit Enable" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Limit Type" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:135 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:172 +msgid "MAC (optional)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:48 +msgid "MB" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:28 +msgid "NFT-QoS Settings" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 +msgid "No information available" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 +msgid "Packets Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:207 +msgid "Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 +msgid "Protocol" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 +msgid "QoS over Nftables" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 +msgid "Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:130 +msgid "Realtime Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:125 +msgid "Realtime Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:149 +msgid "Realtime Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "Service" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:116 +msgid "Static QoS-Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:153 +msgid "Static QoS-Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +msgid "Target Network (IPv4/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 +msgid "Target Network6 (IPv6/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:127 +msgid "This page gives an overview over currently download/upload rate." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:194 +msgid "Traffic Priority Settings" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Type of Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:144 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181 +msgid "Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Upload Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154 +msgid "Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:96 +msgid "White List for Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "e.g. https, 23, (separator is comma)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44 +msgid "kB" +msgstr "" diff --git a/applications/luci-app-nft-qos/po/ca/nft-qos.po b/applications/luci-app-nft-qos/po/ca/nft-qos.po index 6521d9643..f8d98dc77 100644 --- a/applications/luci-app-nft-qos/po/ca/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ca/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/cs/nft-qos.po b/applications/luci-app-nft-qos/po/cs/nft-qos.po index a48549a13..59525013a 100644 --- a/applications/luci-app-nft-qos/po/cs/nft-qos.po +++ b/applications/luci-app-nft-qos/po/cs/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "Protokol" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/de/nft-qos.po b/applications/luci-app-nft-qos/po/de/nft-qos.po index 7d3ab6060..81d0c27d8 100644 --- a/applications/luci-app-nft-qos/po/de/nft-qos.po +++ b/applications/luci-app-nft-qos/po/de/nft-qos.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-16 00:29+0000\n" -"Last-Translator: marzzzello <anmeldezeugs@top-email.net>\n" +"PO-Revision-Date: 2020-04-20 07:11+0000\n" +"Last-Translator: ce4 <chregger@gmail.com>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/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.11-dev\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -78,16 +78,20 @@ msgstr "Download-Rate" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Enable Limit Rate Feature" -msgstr "" +msgstr "Aktiviere die Limit-Rate-Funktion" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 msgid "Enable Traffic Priority" -msgstr "" +msgstr "Aktiviere Traffic-Priorisierung" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 msgid "Enable this feature" msgstr "Diese Funktion aktivieren" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -110,11 +114,11 @@ msgstr "IP-Adresse (nur v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Limit Enable" -msgstr "" +msgstr "Limit aktivieren" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 msgid "Limit Type" -msgstr "" +msgstr "Limit-Typ" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:135 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:172 @@ -123,7 +127,7 @@ msgstr "MAC (optional)" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:48 msgid "MB" -msgstr "" +msgstr "MB" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:28 msgid "NFT-QoS Settings" @@ -137,10 +141,14 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." msgstr "" +"Netzwerk, auf das angewandt werden soll, z.B. 192.168.1.0/24, 10.2.0.0/16, " +"etc." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." msgstr "" +"Netzwerk, auf das angewandt werden soll, z.B. AAAA::BBBB/64, CCCC::1/128, " +"etc." #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" @@ -159,12 +167,12 @@ msgstr "Priorität" msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" -msgstr "" +msgstr "QoS via Nftables" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" @@ -188,11 +196,11 @@ msgstr "Service" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:116 msgid "Static QoS-Download Rate" -msgstr "" +msgstr "Statische QoS-Download-Rate" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:153 msgid "Static QoS-Upload Rate" -msgstr "" +msgstr "Statische QoS-Upload-Rate" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 msgid "Target Network (IPv4/MASK)" @@ -213,7 +221,7 @@ msgstr "Einstellungen für Traffic-Priorität" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 msgid "Type of Limit Rate" -msgstr "" +msgstr "Typ der Limit-Rate" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:144 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181 @@ -230,7 +238,7 @@ msgstr "Uploadrate" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:96 msgid "White List for Limit Rate" -msgstr "" +msgstr "Whitelist für die Limit-Rate" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 msgid "e.g. https, 23, (separator is comma)" @@ -238,4 +246,4 @@ msgstr "z.B. https, 23, (Trennzeichen ist Komma)" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44 msgid "kB" -msgstr "" +msgstr "kB" diff --git a/applications/luci-app-nft-qos/po/el/nft-qos.po b/applications/luci-app-nft-qos/po/el/nft-qos.po index 75db0de2a..29531c990 100644 --- a/applications/luci-app-nft-qos/po/el/nft-qos.po +++ b/applications/luci-app-nft-qos/po/el/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/en/nft-qos.po b/applications/luci-app-nft-qos/po/en/nft-qos.po index 3ffccd404..1da86e6c5 100644 --- a/applications/luci-app-nft-qos/po/en/nft-qos.po +++ b/applications/luci-app-nft-qos/po/en/nft-qos.po @@ -82,6 +82,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -152,12 +156,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/es/nft-qos.po b/applications/luci-app-nft-qos/po/es/nft-qos.po index eb56a1a2a..41dfeb7ab 100644 --- a/applications/luci-app-nft-qos/po/es/nft-qos.po +++ b/applications/luci-app-nft-qos/po/es/nft-qos.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-11-06 00:12+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/es/>\n" @@ -11,7 +11,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.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -91,10 +91,14 @@ msgstr "Activar prioridad de tráfico" msgid "Enable this feature" msgstr "Activar esta característica" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "Conceder acceso UCI para luci-app-nft-qos" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" -msgstr "Nombre de host" +msgstr "Nombre del host" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 @@ -163,12 +167,12 @@ msgstr "Prioridad" msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "Qos sobre Nftables" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/fi/nft-qos.po b/applications/luci-app-nft-qos/po/fi/nft-qos.po new file mode 100644 index 000000000..6753203dc --- /dev/null +++ b/applications/luci-app-nft-qos/po/fi/nft-qos.po @@ -0,0 +1,243 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-06-02 06:41+0000\n" +"Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n" +"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnft-qos/fi/>\n" +"Language: fi\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.1-dev\n" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 +msgid "Bytes Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 +msgid "Collecting data..." +msgstr "Kerätään tietoja..." + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 +msgid "Comment" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default Download Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 +msgid "Default Network Interface" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default Upload Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 +msgid "Default unit for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 +msgid "Default unit for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Default value for download bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 +msgid "Default value for download rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Default value for upload bandwidth" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 +msgid "Default value for upload rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:75 +msgid "Download Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135 +msgid "Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Enable Limit Rate Feature" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable Traffic Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 +msgid "Enable this feature" +msgstr "" + +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 +msgid "Hostname" +msgstr "Palvelinnimi" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 +msgid "IP Address" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 +msgid "IP Address (v4 / v6)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 +msgid "IP Address (v4 Only)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 +msgid "Limit Enable" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Limit Type" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:135 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:172 +msgid "MAC (optional)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:48 +msgid "MB" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:28 +msgid "NFT-QoS Settings" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 +msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +msgid "Network to be applied, e.g. 192.168.1.0/24, 10.2.0.0/16, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 +msgid "Network to be applied, e.g. AAAA::BBBB/64, CCCC::1/128, etc." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 +msgid "No information available" +msgstr "Ei tietoja saatavilla" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 +msgid "Packets Total" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:207 +msgid "Priority" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 +msgid "Protocol" +msgstr "Protokolla" + +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 +msgid "QoS over Nftables" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 +msgid "Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:130 +msgid "Realtime Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:125 +msgid "Realtime Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:149 +msgid "Realtime Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "Service" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:116 +msgid "Static QoS-Download Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:153 +msgid "Static QoS-Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 +msgid "Target Network (IPv4/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:91 +msgid "Target Network6 (IPv6/MASK)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:127 +msgid "This page gives an overview over currently download/upload rate." +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:194 +msgid "Traffic Priority Settings" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 +msgid "Type of Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:144 +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181 +msgid "Unit" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 +msgid "Upload Bandwidth (Mbps)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154 +msgid "Upload Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:96 +msgid "White List for Limit Rate" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 +msgid "e.g. https, 23, (separator is comma)" +msgstr "" + +#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44 +msgid "kB" +msgstr "" diff --git a/applications/luci-app-nft-qos/po/fr/nft-qos.po b/applications/luci-app-nft-qos/po/fr/nft-qos.po index b93b491f1..58e6ad6e3 100644 --- a/applications/luci-app-nft-qos/po/fr/nft-qos.po +++ b/applications/luci-app-nft-qos/po/fr/nft-qos.po @@ -1,19 +1,19 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-09 15:51+0000\n" -"Last-Translator: Bob Weetabix <weetabixlalol@grr.la>\n" +"PO-Revision-Date: 2020-04-08 23:37+0000\n" +"Last-Translator: Florian L. <florian.ligneul@gmail.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/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 3.11-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 msgid "Bytes Total" -msgstr "" +msgstr "Total octets" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -96,7 +100,7 @@ msgstr "Nom d'hôte" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 msgid "IP Address" -msgstr "" +msgstr "Adresse IP" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "Protocole" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/he/nft-qos.po b/applications/luci-app-nft-qos/po/he/nft-qos.po index 71b810595..2ba517520 100644 --- a/applications/luci-app-nft-qos/po/he/nft-qos.po +++ b/applications/luci-app-nft-qos/po/he/nft-qos.po @@ -82,6 +82,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -152,12 +156,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/hi/nft-qos.po b/applications/luci-app-nft-qos/po/hi/nft-qos.po index 4936b07c1..64dc53de2 100644 --- a/applications/luci-app-nft-qos/po/hi/nft-qos.po +++ b/applications/luci-app-nft-qos/po/hi/nft-qos.po @@ -82,6 +82,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -152,12 +156,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/hu/nft-qos.po b/applications/luci-app-nft-qos/po/hu/nft-qos.po index 138f897bf..5965d7d69 100644 --- a/applications/luci-app-nft-qos/po/hu/nft-qos.po +++ b/applications/luci-app-nft-qos/po/hu/nft-qos.po @@ -88,6 +88,10 @@ msgstr "Forgalomprioritás engedélyezése" msgid "Enable this feature" msgstr "A funkció engedélyezése" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -159,12 +163,12 @@ msgstr "Prioritás" msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "QoS Nftables fölött" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/it/nft-qos.po b/applications/luci-app-nft-qos/po/it/nft-qos.po index c9ddca3a0..31e46c7ad 100644 --- a/applications/luci-app-nft-qos/po/it/nft-qos.po +++ b/applications/luci-app-nft-qos/po/it/nft-qos.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-03-04 04:29+0000\n" +"Last-Translator: TuxAlex0 <alex.skatingcassano@gmail.com>\n" +"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsnft-qos/it/>\n" "Language: it\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" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -12,11 +18,11 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 msgid "Collecting data..." -msgstr "" +msgstr "Raccolta dati..." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 msgid "Comment" -msgstr "" +msgstr "Commento" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 msgid "Default Download Rate" @@ -82,10 +88,14 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" -msgstr "" +msgstr "Hostname" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 @@ -137,7 +147,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" -msgstr "" +msgstr "Nessuna informazione disponibile" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 @@ -150,14 +160,14 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 msgid "Protocol" -msgstr "" +msgstr "Protocollo" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/ja/nft-qos.po b/applications/luci-app-nft-qos/po/ja/nft-qos.po index ed8523c6f..34bd8a18d 100644 --- a/applications/luci-app-nft-qos/po/ja/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ja/nft-qos.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"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/" +"luciapplicationsnft-qos/ja/>\n" "Language: ja\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.1-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -12,11 +18,11 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 msgid "Collecting data..." -msgstr "" +msgstr "データを収集中..." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 msgid "Comment" -msgstr "" +msgstr "コメント" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 msgid "Default Download Rate" @@ -82,15 +88,19 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" -msgstr "" +msgstr "ホスト名" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 msgid "IP Address" -msgstr "" +msgstr "IP アドレス" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 @@ -137,7 +147,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" -msgstr "" +msgstr "情報がありません" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 @@ -150,14 +160,14 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 msgid "Protocol" -msgstr "" +msgstr "プロトコル" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/ko/nft-qos.po b/applications/luci-app-nft-qos/po/ko/nft-qos.po index 34ea52ff6..b94a4d96a 100644 --- a/applications/luci-app-nft-qos/po/ko/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ko/nft-qos.po @@ -82,6 +82,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -152,12 +156,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/mr/nft-qos.po b/applications/luci-app-nft-qos/po/mr/nft-qos.po index 7e70faab3..a776a6be6 100644 --- a/applications/luci-app-nft-qos/po/mr/nft-qos.po +++ b/applications/luci-app-nft-qos/po/mr/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "प्रोटोकॉल" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/ms/nft-qos.po b/applications/luci-app-nft-qos/po/ms/nft-qos.po index a20c3a05b..2f4635008 100644 --- a/applications/luci-app-nft-qos/po/ms/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ms/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po b/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po index a1f1df9f0..224a8bfcc 100644 --- a/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po +++ b/applications/luci-app-nft-qos/po/nb_NO/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/pl/nft-qos.po b/applications/luci-app-nft-qos/po/pl/nft-qos.po index 1b2e2aa00..42a259661 100644 --- a/applications/luci-app-nft-qos/po/pl/nft-qos.po +++ b/applications/luci-app-nft-qos/po/pl/nft-qos.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-01-28 03:40+0000\n" +"PO-Revision-Date: 2020-05-02 15:56+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/pl/>\n" @@ -9,7 +9,7 @@ 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 3.11-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -89,6 +89,10 @@ msgstr "Włącz priorytet ruchu" msgid "Enable this feature" msgstr "Włącz tę funkcję" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "Udziel dostępu UCI do luci-app-nft-qos" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -160,12 +164,12 @@ msgstr "Priorytet" msgid "Protocol" msgstr "Protokół" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "QoS przez Nftables" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/pt/nft-qos.po b/applications/luci-app-nft-qos/po/pt/nft-qos.po index f8fb5135b..85206e7ea 100644 --- a/applications/luci-app-nft-qos/po/pt/nft-qos.po +++ b/applications/luci-app-nft-qos/po/pt/nft-qos.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-28 03:05+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/pt/>\n" @@ -8,7 +8,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.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -88,6 +88,10 @@ msgstr "Ativar Prioridade de Tráfego" msgid "Enable this feature" msgstr "Ativar este recurso" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "Conceder acesso UCI ao luci-app-nft-qos" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -160,12 +164,12 @@ msgstr "Prioridade" msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "Qos sobre Nftables" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po b/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po index 10c1c0c97..924ea61ad 100644 --- a/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po +++ b/applications/luci-app-nft-qos/po/pt_BR/nft-qos.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-04 12:06+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsnft-qos/pt_BR/>\n" @@ -8,7 +8,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.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -88,6 +88,10 @@ msgstr "Ativar a Prioridade de Tráfego" msgid "Enable this feature" msgstr "Ativar este recurso" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "Conceda acesso UCI ao luci-app-nft-qos" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -160,12 +164,12 @@ msgstr "Prioridade" msgid "Protocol" msgstr "Protocolo" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "Qos sobre Nftables" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/ro/nft-qos.po b/applications/luci-app-nft-qos/po/ro/nft-qos.po index 1b8936976..d7eebcdc4 100644 --- a/applications/luci-app-nft-qos/po/ro/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ro/nft-qos.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-16 23:25+0000\n" -"Last-Translator: Cristian Ciobanu <cioby.service@gmail.com>\n" +"PO-Revision-Date: 2020-03-29 21:22+0000\n" +"Last-Translator: Cristian Ionescu <joker_op@yahoo.com>\n" "Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/ro/>\n" "Language: ro\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -89,10 +89,14 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" -msgstr "" +msgstr "Numele gazdei ( hostname )" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 @@ -159,12 +163,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/ru/nft-qos.po b/applications/luci-app-nft-qos/po/ru/nft-qos.po index edea71b74..303f6969d 100644 --- a/applications/luci-app-nft-qos/po/ru/nft-qos.po +++ b/applications/luci-app-nft-qos/po/ru/nft-qos.po @@ -1,20 +1,20 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-02-09 22:35+0000\n" -"Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" +"PO-Revision-Date: 2020-06-08 19:47+0000\n" +"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/ru/>\n" "Language: ru\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 msgid "Bytes Total" -msgstr "" +msgstr "Всего байт" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 @@ -27,7 +27,7 @@ msgstr "Комментарий" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 msgid "Default Download Rate" -msgstr "" +msgstr "Скорость загрузки по умолчанию" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:53 msgid "Default Download Unit" @@ -35,11 +35,11 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 msgid "Default Network Interface" -msgstr "" +msgstr "Сетевой интерфейс по умолчанию" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:60 msgid "Default Upload Rate" -msgstr "" +msgstr "Скорость отправки по умолчанию" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:65 msgid "Default Upload Unit" @@ -75,19 +75,23 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135 msgid "Download Rate" -msgstr "" +msgstr "Скорость загрузки" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Enable Limit Rate Feature" -msgstr "" +msgstr "Включить функцию ограничения скорости" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 msgid "Enable Traffic Priority" -msgstr "" +msgstr "Включить приоритет трафика" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:103 msgid "Enable this feature" -msgstr "" +msgstr "Включить эту функцию" + +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "Предоставить UCI доступ для luci-app-nft-qos" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 @@ -97,17 +101,17 @@ msgstr "Имя хоста" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 msgid "IP Address" -msgstr "" +msgstr "IP адрес" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:126 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163 msgid "IP Address (v4 / v6)" -msgstr "" +msgstr "IP-адрес (v4 / v6)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:128 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:165 msgid "IP Address (v4 Only)" -msgstr "" +msgstr "IP-адрес (только v4)" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:38 msgid "Limit Enable" @@ -115,20 +119,20 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:42 msgid "Limit Type" -msgstr "" +msgstr "Тип лимита" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:135 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:172 msgid "MAC (optional)" -msgstr "" +msgstr "MAC (необязательно)" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:48 msgid "MB" -msgstr "" +msgstr "МБ" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:28 msgid "NFT-QoS Settings" -msgstr "" +msgstr "Настройки NFT-QoS" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc." @@ -149,22 +153,22 @@ msgstr "Нет доступной информации" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 msgid "Packets Total" -msgstr "" +msgstr "Всего пакетов" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:207 msgid "Priority" -msgstr "" +msgstr "Приоритет" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" @@ -172,7 +176,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:130 msgid "Realtime Download Rate" -msgstr "" +msgstr "Скорость загрузки в реальном времени" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:125 msgid "Realtime Rate" @@ -180,7 +184,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:149 msgid "Realtime Upload Rate" -msgstr "" +msgstr "Скорость отправки в реальном времени" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:221 msgid "Service" @@ -217,7 +221,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:144 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181 msgid "Unit" -msgstr "" +msgstr "узел" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:80 msgid "Upload Bandwidth (Mbps)" diff --git a/applications/luci-app-nft-qos/po/sk/nft-qos.po b/applications/luci-app-nft-qos/po/sk/nft-qos.po index 88da53ec8..bc62efa48 100644 --- a/applications/luci-app-nft-qos/po/sk/nft-qos.po +++ b/applications/luci-app-nft-qos/po/sk/nft-qos.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-01-04 12:27+0000\n" -"Last-Translator: Miloš Leškanič <leskanic@gmail.com>\n" +"PO-Revision-Date: 2020-04-04 17:35+0000\n" +"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n" "Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsnft-qos/sk/>\n" "Language: sk\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.10\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -22,7 +22,7 @@ msgstr "Zbieram dáta..." #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:224 msgid "Comment" -msgstr "" +msgstr "Komentár" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:48 msgid "Default Download Rate" @@ -88,10 +88,14 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" -msgstr "" +msgstr "Názov hostiteľa" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 @@ -143,7 +147,7 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" -msgstr "" +msgstr "Nie sú dostupné žiadne informácie" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 @@ -156,14 +160,14 @@ msgstr "" #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199 msgid "Protocol" -msgstr "" +msgstr "Protokol" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/sv/nft-qos.po b/applications/luci-app-nft-qos/po/sv/nft-qos.po index bfc9ce8af..486514502 100644 --- a/applications/luci-app-nft-qos/po/sv/nft-qos.po +++ b/applications/luci-app-nft-qos/po/sv/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "Protokoll" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/templates/nft-qos.pot b/applications/luci-app-nft-qos/po/templates/nft-qos.pot index db9fe8de2..17390a055 100644 --- a/applications/luci-app-nft-qos/po/templates/nft-qos.pot +++ b/applications/luci-app-nft-qos/po/templates/nft-qos.pot @@ -79,6 +79,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -149,12 +153,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/tr/nft-qos.po b/applications/luci-app-nft-qos/po/tr/nft-qos.po index cb1a48063..22148309a 100644 --- a/applications/luci-app-nft-qos/po/tr/nft-qos.po +++ b/applications/luci-app-nft-qos/po/tr/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/uk/nft-qos.po b/applications/luci-app-nft-qos/po/uk/nft-qos.po index 949561dc0..27a3c99f9 100644 --- a/applications/luci-app-nft-qos/po/uk/nft-qos.po +++ b/applications/luci-app-nft-qos/po/uk/nft-qos.po @@ -89,6 +89,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -159,12 +163,12 @@ msgstr "" msgid "Protocol" msgstr "Протокол" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/vi/nft-qos.po b/applications/luci-app-nft-qos/po/vi/nft-qos.po index faf04cea8..d33495726 100644 --- a/applications/luci-app-nft-qos/po/vi/nft-qos.po +++ b/applications/luci-app-nft-qos/po/vi/nft-qos.po @@ -88,6 +88,10 @@ msgstr "" msgid "Enable this feature" msgstr "" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -158,12 +162,12 @@ msgstr "" msgid "Protocol" msgstr "Giao thức" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/zh_Hans/nft-qos.po b/applications/luci-app-nft-qos/po/zh_Hans/nft-qos.po index 37b1fa11f..f0b236368 100644 --- a/applications/luci-app-nft-qos/po/zh_Hans/nft-qos.po +++ b/applications/luci-app-nft-qos/po/zh_Hans/nft-qos.po @@ -94,6 +94,10 @@ msgstr "开启流量优先级" msgid "Enable this feature" msgstr "开启这个功能" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" @@ -164,12 +168,12 @@ msgstr "优先级" msgid "Protocol" msgstr "协议" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "QoS Nftables 版" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/po/zh_Hant/nft-qos.po b/applications/luci-app-nft-qos/po/zh_Hant/nft-qos.po index 8696f3db0..ecc6c2ea3 100644 --- a/applications/luci-app-nft-qos/po/zh_Hant/nft-qos.po +++ b/applications/luci-app-nft-qos/po/zh_Hant/nft-qos.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-02-05 06:51+0000\n" -"Last-Translator: pesder <j_h_liau@yahoo.com.tw>\n" +"PO-Revision-Date: 2020-03-09 14:35+0000\n" +"Last-Translator: Trevor <wowpapa3232@gmail.com>\n" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsnft-qos/zh_Hant/>\n" "Language: zh_Hant\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 @@ -94,10 +94,14 @@ msgstr "開啟流量優先順序" msgid "Enable this feature" msgstr "開啟這個功能" +#: applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json:3 +msgid "Grant UCI access for luci-app-nft-qos" +msgstr "" + #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:121 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158 msgid "Hostname" -msgstr "主機名" +msgstr "主機名稱" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:134 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:153 @@ -149,7 +153,7 @@ msgstr "將要應用規則的網路,例如AAAA::BBBB/64、CCCC::1/128等" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:65 msgid "No information available" -msgstr "沒有更多的資訊" +msgstr "無可用資訊" #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:137 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:156 @@ -164,12 +168,12 @@ msgstr "優先順序" msgid "Protocol" msgstr "協議" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:16 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:23 msgid "QoS over Nftables" msgstr "QoS Nftables 版" -#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:12 +#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:139 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:176 msgid "Rate" diff --git a/applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json b/applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json new file mode 100644 index 000000000..b2de6260b --- /dev/null +++ b/applications/luci-app-nft-qos/root/usr/share/rpcd/acl.d/luci-app-nft-qos.json @@ -0,0 +1,11 @@ +{ + "luci-app-nft-qos": { + "description": "Grant UCI access for luci-app-nft-qos", + "read": { + "uci": [ "nft-qos" ] + }, + "write": { + "uci": [ "nft-qos" ] + } + } +} |