summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nft-qos
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-nft-qos')
-rw-r--r--applications/luci-app-nft-qos/Makefile2
-rw-r--r--applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua4
-rw-r--r--applications/luci-app-nft-qos/po/ar/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/bg/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/bn_BD/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/ca/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/cs/nft-qos.po40
-rw-r--r--applications/luci-app-nft-qos/po/da/nft-qos.po43
-rw-r--r--applications/luci-app-nft-qos/po/de/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/el/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/en/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/es/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/fi/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/fr/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/he/nft-qos.po40
-rw-r--r--applications/luci-app-nft-qos/po/hi/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/hu/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/it/nft-qos.po46
-rw-r--r--applications/luci-app-nft-qos/po/ja/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/ko/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/lt/nft-qos.po269
-rw-r--r--applications/luci-app-nft-qos/po/mr/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/ms/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/nb_NO/nft-qos.po42
-rw-r--r--applications/luci-app-nft-qos/po/pl/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/pt/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/pt_BR/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/ro/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/ru/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/sk/nft-qos.po34
-rw-r--r--applications/luci-app-nft-qos/po/sv/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/templates/nft-qos.pot34
-rw-r--r--applications/luci-app-nft-qos/po/tr/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/uk/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/vi/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/zh_Hans/nft-qos.po37
-rw-r--r--applications/luci-app-nft-qos/po/zh_Hant/nft-qos.po37
37 files changed, 850 insertions, 670 deletions
diff --git a/applications/luci-app-nft-qos/Makefile b/applications/luci-app-nft-qos/Makefile
index a8227de9fd..1690854fc4 100644
--- a/applications/luci-app-nft-qos/Makefile
+++ b/applications/luci-app-nft-qos/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=QoS over Nftables
-LUCI_DEPENDS:=+luci-compat +nft-qos
+LUCI_DEPENDS:=+luci-base +luci-compat +nft-qos
include ../../luci.mk
diff --git a/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua b/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua
index 351e3c220f..b2001f7802 100644
--- a/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua
+++ b/applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua
@@ -174,10 +174,6 @@ if limit_enable == "1" and limit_type == "static" then
o.titleref = luci.dispatcher.build_url("admin", "status", "overview")
end
- o = y:option(Value, "macaddr", translate("MAC (optional)"))
- o.rmempty = true
- o.datatype = "macaddr"
-
o = y:option(Value, "rate", translate("Rate"))
o.default = def_rate_ul or '50'
o.size = 4
diff --git a/applications/luci-app-nft-qos/po/ar/nft-qos.po b/applications/luci-app-nft-qos/po/ar/nft-qos.po
index 59dd36a13a..1bb2268573 100644
--- a/applications/luci-app-nft-qos/po/ar/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/ar/nft-qos.po
@@ -21,7 +21,7 @@ msgstr "مجموع البايت"
msgid "Collecting data..."
msgstr "جمع البيانات..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "تعليق"
@@ -73,7 +73,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -97,7 +97,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "اسم المضيف"
@@ -129,7 +129,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -137,11 +137,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -174,11 +170,11 @@ msgstr "لا توجد معلومات متاحة"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "بروتوكول"
@@ -189,7 +185,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -205,7 +201,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -233,7 +229,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -242,9 +238,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -252,7 +248,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -261,7 +257,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
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 61fd9c1d1f..ae79179d20 100644
--- a/applications/luci-app-nft-qos/po/bg/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/bg/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Байта общо"
msgid "Collecting data..."
msgstr "Събиране данни..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Коментар"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Хостнейм"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr "Няма налична информация"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Протокол"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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
index bec55004f3..1b8254368d 100644
--- a/applications/luci-app-nft-qos/po/bn_BD/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/bn_BD/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr ""
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "হোস্টনেম"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC অ্যাড্রেস"
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "প্রোটোকল"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
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 8953887bdb..49d29e0eaf 100644
--- a/applications/luci-app-nft-qos/po/ca/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/ca/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "S’estan recollint dades…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Commentari"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Nom de l’amfitrió"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioritat"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr ""
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Unitat"
@@ -251,7 +247,7 @@ msgstr "Unitat"
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 40f59b2be4..9492ba6b65 100644
--- a/applications/luci-app-nft-qos/po/cs/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/cs/nft-qos.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-03-23 14:42+0000\n"
+"PO-Revision-Date: 2023-09-18 15:45+0000\n"
"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsnft-qos/cs/>\n"
@@ -8,7 +8,7 @@ msgstr ""
"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 4.16.2-dev\n"
+"X-Generator: Weblate 5.0.2\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
@@ -20,7 +20,7 @@ msgstr "Celkově bajtů"
msgid "Collecting data..."
msgstr "Shromažďování údajů…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Komentář"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Název počítače"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC adresa"
@@ -173,11 +169,11 @@ msgstr "Údaje nejsou k dispozici"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokol"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,9 +200,9 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
-msgstr ""
+msgstr "Služba"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:125
msgid "Static QoS-Download Rate"
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
diff --git a/applications/luci-app-nft-qos/po/da/nft-qos.po b/applications/luci-app-nft-qos/po/da/nft-qos.po
index 105f0c80eb..fb3c471b66 100644
--- a/applications/luci-app-nft-qos/po/da/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/da/nft-qos.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2022-07-26 16:47+0000\n"
+"PO-Revision-Date: 2023-07-17 15:06+0000\n"
"Last-Translator: drax red <drax@outlook.dk>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsnft-qos/da/>\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 4.14-dev\n"
+"X-Generator: Weblate 5.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
@@ -20,7 +20,7 @@ msgstr "Bytes i alt"
msgid "Collecting data..."
msgstr "Indsamler data..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Kommentar"
@@ -72,7 +72,7 @@ msgstr "Standardværdi for uploadhastighed"
msgid "Download Bandwidth (Mbps)"
msgstr "Download Båndbredde (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Downloadhastighed"
@@ -96,14 +96,14 @@ msgstr "Giv UCI-adgang til luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Værtsnavn"
#: 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 "IP-adresse"
+msgstr "IP Address"
#: 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:168
@@ -128,7 +128,7 @@ msgstr "Begrænsning af hastighed efter IP-adresse"
msgid "Limit Rate by Mac Address"
msgstr "Begrænsningshastighed efter Mac-adresse"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Begrænse trafikhastighed efter Mac-adresse"
@@ -136,11 +136,7 @@ msgstr "Begrænse trafikhastighed efter Mac-adresse"
msgid "Limit Type"
msgstr "Begræns type"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (valgfrit)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC-adresse"
@@ -174,11 +170,11 @@ msgstr "Ingen oplysninger tilgængelige"
msgid "Packets Total"
msgstr "Pakker i alt"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioritet"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokol"
@@ -189,7 +185,7 @@ msgstr "QoS over Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Rate"
@@ -205,7 +201,7 @@ msgstr "Realtidssats"
msgid "Realtime Upload Rate"
msgstr "Upload i realtid"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Tjeneste"
@@ -234,7 +230,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Trafikprioritet"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Indstillinger for trafikprioritet"
@@ -243,9 +239,9 @@ msgid "Type of Limit Rate"
msgstr "Type af grænseværdi Sats"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Enhed"
@@ -253,7 +249,7 @@ msgstr "Enhed"
msgid "Upload Bandwidth (Mbps)"
msgstr "Upload båndbredde (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Upload-hastighed"
@@ -262,10 +258,13 @@ msgstr "Upload-hastighed"
msgid "White List for Limit Rate"
msgstr "Hvidliste for grænseværdi"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "f.eks. https, 23, (separator er et komma)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (valgfrit)"
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 37033cd72a..ee02cb4d81 100644
--- a/applications/luci-app-nft-qos/po/de/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/de/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Bytes Gesamt"
msgid "Collecting data..."
msgstr "Sammle Daten..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Kommentar"
@@ -72,7 +72,7 @@ msgstr "Standardwert für Upload-Rate"
msgid "Download Bandwidth (Mbps)"
msgstr "Download-Bandbreite (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Download-Rate"
@@ -96,7 +96,7 @@ msgstr "UCI-Zugriff für luci-app-nft-qos erlauben"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Hostname"
@@ -128,7 +128,7 @@ msgstr "Quote pro IP-Adresse begrenzen"
msgid "Limit Rate by Mac Address"
msgstr "Quote pro MAC-Adresse begrenzen"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Verkehrsrate per Mac-Adresse begrenzen"
@@ -136,11 +136,7 @@ msgstr "Verkehrsrate per Mac-Adresse begrenzen"
msgid "Limit Type"
msgstr "Limit-Typ"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (optional)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC-Adresse"
@@ -178,11 +174,11 @@ msgstr "Keine Informationen verfügbar"
msgid "Packets Total"
msgstr "Pakete Gesamt"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Priorität"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokoll"
@@ -193,7 +189,7 @@ msgstr "QoS via Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Rate"
@@ -209,7 +205,7 @@ msgstr "Echtzeit-Rate"
msgid "Realtime Upload Rate"
msgstr "Echtzeit-Uploadrate"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Service"
@@ -238,7 +234,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Traffic-Priorität"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Einstellungen für Traffic-Priorität"
@@ -247,9 +243,9 @@ msgid "Type of Limit Rate"
msgstr "Typ der Limit-Rate"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Einheit"
@@ -257,7 +253,7 @@ msgstr "Einheit"
msgid "Upload Bandwidth (Mbps)"
msgstr "Upload-Bandbreite (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Uploadrate"
@@ -266,10 +262,13 @@ msgstr "Uploadrate"
msgid "White List for Limit Rate"
msgstr "Whitelist für die Limit-Rate"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "z.B. https, 23, (Trennzeichen ist Komma)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (optional)"
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 9f67031977..b8c1289251 100644
--- a/applications/luci-app-nft-qos/po/el/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/el/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "Συλλογή δεδομένων..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Σχόλιο"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Hostname"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Πρωτόκολλο"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 7e97960cb0..5bad65653f 100644
--- a/applications/luci-app-nft-qos/po/en/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/en/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr ""
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Hostname"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr ""
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 3b566f0df5..84787c24c3 100644
--- a/applications/luci-app-nft-qos/po/es/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/es/nft-qos.po
@@ -23,7 +23,7 @@ msgstr "Total de bytes"
msgid "Collecting data..."
msgstr "Recolectando datos…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Comentario"
@@ -75,7 +75,7 @@ msgstr "Valor predeterminado para la velocidad de carga"
msgid "Download Bandwidth (Mbps)"
msgstr "Ancho de banda de descarga (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Velocidad de descarga"
@@ -99,7 +99,7 @@ msgstr "Conceder acceso UCI para luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Nombre de host"
@@ -131,7 +131,7 @@ msgstr "Tasa límite por dirección IP"
msgid "Limit Rate by Mac Address"
msgstr "Tasa límite por dirección Mac"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Limitar la tasa de tráfico por dirección Mac"
@@ -139,11 +139,7 @@ msgstr "Limitar la tasa de tráfico por dirección Mac"
msgid "Limit Type"
msgstr "Tipo de límite"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (opcional)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Dirección MAC"
@@ -178,11 +174,11 @@ msgstr "No hay información disponible"
msgid "Packets Total"
msgstr "Paquetes totales"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioridad"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protocolo"
@@ -193,7 +189,7 @@ msgstr "Qos sobre Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Velocidad"
@@ -209,7 +205,7 @@ msgstr "Velocidad en tiempo real"
msgid "Realtime Upload Rate"
msgstr "Velocidad de carga en tiempo real"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Servicio"
@@ -239,7 +235,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Prioridad de tráfico"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Ajustes de prioridad de tráfico"
@@ -248,9 +244,9 @@ msgid "Type of Limit Rate"
msgstr "Tipo de límite de velocidad"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Unidad"
@@ -258,7 +254,7 @@ msgstr "Unidad"
msgid "Upload Bandwidth (Mbps)"
msgstr "Ancho de banda de carga (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Velocidad de carga"
@@ -267,10 +263,13 @@ msgstr "Velocidad de carga"
msgid "White List for Limit Rate"
msgstr "Lista blanca para el límite de velocidad"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "p.ej. https, 23, (el separador es una coma)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (opcional)"
diff --git a/applications/luci-app-nft-qos/po/fi/nft-qos.po b/applications/luci-app-nft-qos/po/fi/nft-qos.po
index 7900b559ee..9fcd0c49a0 100644
--- a/applications/luci-app-nft-qos/po/fi/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/fi/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "Kerätään tietoja…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Kommentti"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Laitenimi"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (valinnainen)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC-osoite"
@@ -173,11 +169,11 @@ msgstr "Ei tietoja saatavilla"
msgid "Packets Total"
msgstr "Paketteja yhteensä"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioriteetti"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokolla"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Palvelu"
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,10 +256,13 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr ""
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (valinnainen)"
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 e52db8e163..d55e4a8f4b 100644
--- a/applications/luci-app-nft-qos/po/fr/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/fr/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Nombre total d’octets"
msgid "Collecting data..."
msgstr "Récupération des données…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Commentaire"
@@ -72,7 +72,7 @@ msgstr "Valeur par défaut pour le taux de téléversement"
msgid "Download Bandwidth (Mbps)"
msgstr "Bande passante de téléchargement (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Taux de téléchargement"
@@ -96,7 +96,7 @@ msgstr "Accorder l'accès à l'UCI pour luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Nom d'hôte"
@@ -128,7 +128,7 @@ msgstr "Taux limite par adresse IP"
msgid "Limit Rate by Mac Address"
msgstr "Taux limite par adresse Mac"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Limiter le débit du trafic par adresse Mac"
@@ -136,11 +136,7 @@ msgstr "Limiter le débit du trafic par adresse Mac"
msgid "Limit Type"
msgstr "Type de limite"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (facultatif)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Adresse MAC"
@@ -175,11 +171,11 @@ msgstr "Aucune information disponible"
msgid "Packets Total"
msgstr "Nombre total de paquets"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Priorité"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protocole"
@@ -190,7 +186,7 @@ msgstr "QoS au-dessus des Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Taux"
@@ -206,7 +202,7 @@ msgstr "Taux en temps réel"
msgid "Realtime Upload Rate"
msgstr "Taux de téléchargement en temps réel"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Service"
@@ -235,7 +231,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Priorité de trafic"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Paramètres de priorité du trafic"
@@ -244,9 +240,9 @@ msgid "Type of Limit Rate"
msgstr "Type de taux limite"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Unité"
@@ -254,7 +250,7 @@ msgstr "Unité"
msgid "Upload Bandwidth (Mbps)"
msgstr "Bande passante de téléversement (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Taux de téléversement"
@@ -263,10 +259,13 @@ msgstr "Taux de téléversement"
msgid "White List for Limit Rate"
msgstr "Liste blanche pour le taux limite"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "par exemple https, 23, (le séparateur est une virgule)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (facultatif)"
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 1aa576ce03..5319363965 100644
--- a/applications/luci-app-nft-qos/po/he/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/he/nft-qos.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2022-11-17 18:57+0000\n"
+"PO-Revision-Date: 2023-09-07 08:58+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsnft-qos/he/>\n"
@@ -9,7 +9,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
-"X-Generator: Weblate 4.15-dev\n"
+"X-Generator: Weblate 5.0.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
@@ -21,7 +21,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "נאספים נתונים…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr ""
@@ -73,7 +73,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -97,7 +97,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr ""
@@ -129,7 +129,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -137,13 +137,9 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
-msgstr ""
+msgstr "כתובת חומרה (MAC)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:48
msgid "MB"
@@ -174,11 +170,11 @@ msgstr "אין פרטים זמינים"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "פרוטוקול"
@@ -189,7 +185,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -205,7 +201,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -233,7 +229,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -242,9 +238,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -252,7 +248,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -261,7 +257,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 4c65ccf684..6a14b7562b 100644
--- a/applications/luci-app-nft-qos/po/hi/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/hi/nft-qos.po
@@ -14,7 +14,7 @@ msgstr ""
msgid "Collecting data..."
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr ""
@@ -66,7 +66,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -90,7 +90,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr ""
@@ -122,7 +122,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -130,11 +130,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -167,11 +163,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr ""
@@ -182,7 +178,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -198,7 +194,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -226,7 +222,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -235,9 +231,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -245,7 +241,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -254,7 +250,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 8aefe1c191..5c26f115a1 100644
--- a/applications/luci-app-nft-qos/po/hu/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/hu/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Bájt összesen"
msgid "Collecting data..."
msgstr "Adatok összegyűjtése…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Megjegyzés"
@@ -72,7 +72,7 @@ msgstr "Alapértelmezett érték a feltöltési aránynál"
msgid "Download Bandwidth (Mbps)"
msgstr "Letöltési sávszélesség (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Letöltési arány"
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Gépnév"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr "Korlát típusa"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (elhagyható)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC cím"
@@ -174,11 +170,11 @@ msgstr "Nincs elérhető információ"
msgid "Packets Total"
msgstr "Csomagok összesen"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioritás"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokol"
@@ -189,7 +185,7 @@ msgstr "QoS Nftables fölött"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Arány"
@@ -205,7 +201,7 @@ msgstr "Valós idejű arány"
msgid "Realtime Upload Rate"
msgstr "Valós idejű feltöltési arány"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Szolgáltatás"
@@ -234,7 +230,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Forgalomprioritás beállításai"
@@ -243,9 +239,9 @@ msgid "Type of Limit Rate"
msgstr "Arány korlátozásának típusa"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Mértékegység"
@@ -253,7 +249,7 @@ msgstr "Mértékegység"
msgid "Upload Bandwidth (Mbps)"
msgstr "Feltöltési sávszélesség (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Feltöltési arány"
@@ -262,7 +258,7 @@ msgstr "Feltöltési arány"
msgid "White List for Limit Rate"
msgstr "Fehérlista az arány korlátázásához"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "például https, 23, (vesszővel elválasztva)"
@@ -270,6 +266,9 @@ msgstr "például https, 23, (vesszővel elválasztva)"
msgid "kB"
msgstr "kB"
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (elhagyható)"
+
#~ msgid "IP Address(v4 / v6)"
#~ msgstr "IP-cím (v4/v6)"
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 b5b3f16b09..dead47c08e 100644
--- a/applications/luci-app-nft-qos/po/it/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/it/nft-qos.po
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-07-03 12:40+0000\n"
-"Last-Translator: random r <epsilin@yopmail.com>\n"
+"PO-Revision-Date: 2023-09-10 12:33+0000\n"
+"Last-Translator: Random <random-r@users.noreply.hosted.weblate.org>\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 5.0-dev\n"
+"X-Generator: Weblate 5.0.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
@@ -20,7 +20,7 @@ msgstr "Bytes totali"
msgid "Collecting data..."
msgstr "Raccolta dei dati..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Commento"
@@ -38,11 +38,11 @@ msgstr "Interfaccia di rete predefinita"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:62
msgid "Default Upload Rate"
-msgstr ""
+msgstr "Frequenza di upload predefinita"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:67
msgid "Default Upload Unit"
-msgstr ""
+msgstr "Unità di upload predefinita"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:55
msgid "Default unit for download rate"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Nome host"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Indirizzo MAC"
@@ -173,11 +169,11 @@ msgstr "Nessuna informazione disponibile"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
-msgstr ""
+msgstr "Priorità"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protocollo"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Servizio"
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Unità"
@@ -251,7 +247,7 @@ msgstr "Unità"
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 10333059f9..48335e2392 100644
--- a/applications/luci-app-nft-qos/po/ja/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/ja/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "データを収集中..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "コメント"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr "ダウンロード帯域幅 (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr "luci-app-nft-qosにUCIアクセスを許可"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "ホスト名"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC アドレス"
@@ -173,11 +169,11 @@ msgstr "情報なし"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "優先度"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "プロトコル"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "サービス"
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr "アップロード帯域幅 (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 c824294152..5d9b059135 100644
--- a/applications/luci-app-nft-qos/po/ko/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/ko/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "데이터 수집 중..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "메모"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "호스트명"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "프로토콜"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
diff --git a/applications/luci-app-nft-qos/po/lt/nft-qos.po b/applications/luci-app-nft-qos/po/lt/nft-qos.po
new file mode 100644
index 0000000000..cb21d14a90
--- /dev/null
+++ b/applications/luci-app-nft-qos/po/lt/nft-qos.po
@@ -0,0 +1,269 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"PO-Revision-Date: 2023-08-17 12:32+0000\n"
+"Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n"
+"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/"
+"luciapplicationsnft-qos/lt/>\n"
+"Language: lt\n"
+"MIME-Version: 1.0\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 || n % 100 > "
+"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
+"1 : 2);\n"
+"X-Generator: Weblate 5.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 ""
+
+#: 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 "Renkama informacija (data)..."
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
+msgid "Comment"
+msgstr "Komentuoti"
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:50
+msgid "Default Download Rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:55
+msgid "Default Download Unit"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:116
+msgid "Default Network Interface"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:62
+msgid "Default Upload Rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:67
+msgid "Default Upload Unit"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:55
+msgid "Default unit for download rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:67
+msgid "Default unit for upload rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:77
+msgid "Default value for download bandwidth"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:50
+msgid "Default value for download rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:82
+msgid "Default value for upload bandwidth"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:62
+msgid "Default value for upload rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:77
+msgid "Download Bandwidth (Mbps)"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: 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:40
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:105
+msgid "Enable Limit Rate Feature"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:112
+msgid "Enable Traffic Priority"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:112
+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:130
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
+msgid "Hostname"
+msgstr "Įrenginio pavadinimas"
+
+#: 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 "„IP“ adresas"
+
+#: 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:168
+msgid "IP Address (v4 / v6)"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:137
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:170
+msgid "IP Address (v4 Only)"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:40
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:105
+msgid "Limit Enable"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:33
+msgid "Limit Rate by IP Address"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:34
+msgid "Limit Rate by Mac Address"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
+msgid "Limit Traffic Rate By Mac Address"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:44
+msgid "Limit Type"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+msgid "MAC Address"
+msgstr "„MAC“ adresas"
+
+#: 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:29
+msgid "NFT-QoS Settings"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:116
+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:87
+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:93
+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 "Nėra informacijos"
+
+#: 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:208
+msgid "Priority"
+msgstr "Prioritetas"
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
+msgid "Protocol"
+msgstr "Protokolas"
+
+#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:21
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:24
+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:144
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
+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:222
+msgid "Service"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:125
+msgid "Static QoS-Download Rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:158
+msgid "Static QoS-Upload Rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:87
+msgid "Target Network (IPv4/MASK)"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:93
+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:35
+msgid "Traffic Priority"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
+msgid "Traffic Priority Settings"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:44
+msgid "Type of Limit Rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
+msgid "Unit"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:82
+msgid "Upload Bandwidth (Mbps)"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
+#: 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:98
+msgid "White List for Limit Rate"
+msgstr ""
+
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
+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/mr/nft-qos.po b/applications/luci-app-nft-qos/po/mr/nft-qos.po
index 4f168bc865..15281df36f 100644
--- a/applications/luci-app-nft-qos/po/mr/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/mr/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "डेटा संकलित करीत आहे ..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "टिप्पणी"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "होस्टनाव"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "प्रोटोकॉल"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "युनिट"
@@ -251,7 +247,7 @@ msgstr "युनिट"
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 e527de3fc9..eaeb89117a 100644
--- a/applications/luci-app-nft-qos/po/ms/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/ms/nft-qos.po
@@ -20,7 +20,7 @@ msgstr ""
msgid "Collecting data..."
msgstr "Mengumpul data..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr ""
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr ""
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr ""
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,7 +200,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 36e28511f4..a2a95670db 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
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2021-09-27 22:36+0000\n"
-"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
+"PO-Revision-Date: 2023-07-12 15:48+0000\n"
+"Last-Translator: Eirik Sørstrømmen <sorstrommen@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsnft-qos/nb_NO/>\n"
"Language: nb_NO\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.9-dev\n"
+"X-Generator: Weblate 5.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
@@ -20,7 +20,7 @@ msgstr "Byte totalt"
msgid "Collecting data..."
msgstr "Samler inn data…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Kommentar"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Vertsnavn"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -173,11 +169,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokoll"
@@ -188,7 +184,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -204,9 +200,9 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
-msgstr ""
+msgstr "Tjeneste"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:125
msgid "Static QoS-Download Rate"
@@ -232,7 +228,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -260,7 +256,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 3779464a2b..351d336e63 100644
--- a/applications/luci-app-nft-qos/po/pl/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/pl/nft-qos.po
@@ -21,7 +21,7 @@ msgstr "Bajty ogółem"
msgid "Collecting data..."
msgstr "Trwa zbieranie danych..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Komentarz"
@@ -73,7 +73,7 @@ msgstr "Wartość domyślna szybkości wysyłania"
msgid "Download Bandwidth (Mbps)"
msgstr "Przepustowość pobierania (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Szybkość pobierania"
@@ -97,7 +97,7 @@ msgstr "Udziel dostępu UCI do luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Nazwa hosta"
@@ -129,7 +129,7 @@ msgstr "Limit prędkości według adresu IP"
msgid "Limit Rate by Mac Address"
msgstr "Limit prędkości według adresu MAC"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Ogranicz natężenie ruchu według adresu MAC"
@@ -137,11 +137,7 @@ msgstr "Ogranicz natężenie ruchu według adresu MAC"
msgid "Limit Type"
msgstr "Typ limitu"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (opcjonalnie)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Adres MAC"
@@ -175,11 +171,11 @@ msgstr "Brak dostępnych informacji"
msgid "Packets Total"
msgstr "Suma pakietów"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Priorytet"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokół"
@@ -190,7 +186,7 @@ msgstr "QoS przez Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Szybkość"
@@ -206,7 +202,7 @@ msgstr "Szybkość w czasie rzeczywistym"
msgid "Realtime Upload Rate"
msgstr "Szybkość wysyłania w czasie rzeczywistym"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Usługa"
@@ -234,7 +230,7 @@ msgstr "Ta strona zawiera przegląd aktualnej prędkości pobierania/wysyłania.
msgid "Traffic Priority"
msgstr "Priorytet ruchu"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Ustawienia priorytetu ruchu sieciowego"
@@ -243,9 +239,9 @@ msgid "Type of Limit Rate"
msgstr "Typ limitu prędkości"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Jednostka"
@@ -253,7 +249,7 @@ msgstr "Jednostka"
msgid "Upload Bandwidth (Mbps)"
msgstr "Przepustowość wysyłania (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Szybkość wysyłania"
@@ -262,10 +258,13 @@ msgstr "Szybkość wysyłania"
msgid "White List for Limit Rate"
msgstr "Biała lista dla limitu prędkości"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "np. https, 23, (separator to przecinek)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (opcjonalnie)"
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 c5cde5cd2d..7f39d2e0d1 100644
--- a/applications/luci-app-nft-qos/po/pt/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/pt/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Total de Bytes"
msgid "Collecting data..."
msgstr "A recolher dados..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Comentário"
@@ -72,7 +72,7 @@ msgstr "Valor padrão para a taxa de envio"
msgid "Download Bandwidth (Mbps)"
msgstr "Largura de Banda de Descarregamento (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Taxa de Descarregamento"
@@ -96,7 +96,7 @@ msgstr "Conceder acesso UCI ao luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Nome do Host"
@@ -128,7 +128,7 @@ msgstr "Limite da taxa por endereço IP"
msgid "Limit Rate by Mac Address"
msgstr "Limite da taxa por endereço Mac"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Limitar a taxa de tráfego por endereço Mac"
@@ -136,11 +136,7 @@ msgstr "Limitar a taxa de tráfego por endereço Mac"
msgid "Limit Type"
msgstr "Tipo de Limite"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (opcional)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Endereço MAC"
@@ -175,11 +171,11 @@ msgstr "Sem informação disponível"
msgid "Packets Total"
msgstr "Total de Pacotes"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioridade"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protocolo"
@@ -190,7 +186,7 @@ msgstr "Qos sobre Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Taxa"
@@ -206,7 +202,7 @@ msgstr "Taxa em Tempo Real"
msgid "Realtime Upload Rate"
msgstr "Taxa de Envio em Tempo Real"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Serviço"
@@ -235,7 +231,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Prioridade de tráfego"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Configurações de Prioridade de Tráfego"
@@ -244,9 +240,9 @@ msgid "Type of Limit Rate"
msgstr "Tipo de Taxa Limite"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Unidade"
@@ -254,7 +250,7 @@ msgstr "Unidade"
msgid "Upload Bandwidth (Mbps)"
msgstr "Largura de Banda de Envio (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Taxa de Envio"
@@ -263,10 +259,13 @@ msgstr "Taxa de Envio"
msgid "White List for Limit Rate"
msgstr "Lista Branca para a Taxa Limite"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "por exemplo https, 23, (o separador é vírgula)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (opcional)"
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 00541fe37b..84730746d1 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
@@ -20,7 +20,7 @@ msgstr "Total de Bytes"
msgid "Collecting data..."
msgstr "Coletando dados..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Comentário"
@@ -72,7 +72,7 @@ msgstr "Valor padrão para a taxa de upload"
msgid "Download Bandwidth (Mbps)"
msgstr "Largura de Banda de Download (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Taxa de Download"
@@ -96,7 +96,7 @@ msgstr "Conceda acesso UCI ao luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Nome do equipamento"
@@ -128,7 +128,7 @@ msgstr "Limite da taxa por endereço IP"
msgid "Limit Rate by Mac Address"
msgstr "Limite da taxa por endereço Mac"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Limite a taxa de tráfego através de um endereço Mac"
@@ -136,11 +136,7 @@ msgstr "Limite a taxa de tráfego através de um endereço Mac"
msgid "Limit Type"
msgstr "Tipo de Limite"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (opcional)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Endereço MAC"
@@ -175,11 +171,11 @@ msgstr "Nenhuma informação disponível"
msgid "Packets Total"
msgstr "Total de Pacotes"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioridade"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protocolo"
@@ -190,7 +186,7 @@ msgstr "Qos sobre Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Taxa"
@@ -206,7 +202,7 @@ msgstr "Taxa em Tempo Real"
msgid "Realtime Upload Rate"
msgstr "Taxa de Upload em Tempo Real"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Serviço"
@@ -234,7 +230,7 @@ msgstr "Esta página dá uma visão geral sobre a taxa atual de download/upload.
msgid "Traffic Priority"
msgstr "Prioridade do tráfego"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Configuração da Prioridade do Tráfego"
@@ -243,9 +239,9 @@ msgid "Type of Limit Rate"
msgstr "Tipo de Taxa Limite"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Unidade"
@@ -253,7 +249,7 @@ msgstr "Unidade"
msgid "Upload Bandwidth (Mbps)"
msgstr "Largura de Banda de Upload (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Taxa de Upload"
@@ -262,10 +258,13 @@ msgstr "Taxa de Upload"
msgid "White List for Limit Rate"
msgstr "Lista Branca para a Limitação da Taxa"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "por exemplo, https, 23, (separado por vírgulas)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (opcional)"
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 4be956ed4e..51f8f470ba 100644
--- a/applications/luci-app-nft-qos/po/ro/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/ro/nft-qos.po
@@ -21,7 +21,7 @@ msgstr "Octeți Total"
msgid "Collecting data..."
msgstr "Colectare date..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Comentariu"
@@ -73,7 +73,7 @@ msgstr "Valoarea implicită pentru rata de încărcare"
msgid "Download Bandwidth (Mbps)"
msgstr "Lățime de bandă de descărcare (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Rata de descărcare"
@@ -97,7 +97,7 @@ msgstr "Acordă acces UCI pentru luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Numele gazdei ( hostname )"
@@ -129,7 +129,7 @@ msgstr "Limitarea ratei în funcție de adresa IP"
msgid "Limit Rate by Mac Address"
msgstr "Limitarea ratei în funcție de adresa Mac"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Limitarea ratei de trafic în funcție de adresa Mac"
@@ -137,11 +137,7 @@ msgstr "Limitarea ratei de trafic în funcție de adresa Mac"
msgid "Limit Type"
msgstr "Tipul de limită"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (opțional)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Adresa MAC"
@@ -180,11 +176,11 @@ msgstr "Nu există informații disponibile"
msgid "Packets Total"
msgstr "Pachete Total"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioritate"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protocol"
@@ -195,7 +191,7 @@ msgstr "QoS pe Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Tarif"
@@ -211,7 +207,7 @@ msgstr "Rata în timp real"
msgid "Realtime Upload Rate"
msgstr "Rata de încărcare în timp real"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Serviciul"
@@ -241,7 +237,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Prioritate de trafic"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Setări privind prioritatea traficului"
@@ -250,9 +246,9 @@ msgid "Type of Limit Rate"
msgstr "Tipul de limită Rata"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Unitatea"
@@ -260,7 +256,7 @@ msgstr "Unitatea"
msgid "Upload Bandwidth (Mbps)"
msgstr "Lățime de bandă de încărcare (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Rata de încărcare"
@@ -269,10 +265,13 @@ msgstr "Rata de încărcare"
msgid "White List for Limit Rate"
msgstr "Lista albă pentru rata limită"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "de exemplu, https, 23, (separatorul este virgulă)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (opțional)"
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 586328419f..2bb0b041cc 100644
--- a/applications/luci-app-nft-qos/po/ru/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/ru/nft-qos.po
@@ -21,7 +21,7 @@ msgstr "Всего байт"
msgid "Collecting data..."
msgstr "Сбор данных..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Комментарий"
@@ -73,7 +73,7 @@ msgstr "Значение по умолчанию для скорости отп
msgid "Download Bandwidth (Mbps)"
msgstr "Скорость загрузки (Мбит/с)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Скорость загрузки"
@@ -97,7 +97,7 @@ msgstr "Предоставить UCI доступ для luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Имя хоста"
@@ -129,7 +129,7 @@ msgstr "Ограничение скорости по IP-адресу"
msgid "Limit Rate by Mac Address"
msgstr "Ограничение скорости по Mac-адресу"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Ограничение скорости трафика по Mac-адресу"
@@ -137,11 +137,7 @@ msgstr "Ограничение скорости трафика по Mac-адре
msgid "Limit Type"
msgstr "Тип лимита"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (необязательно)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC-адрес"
@@ -176,11 +172,11 @@ msgstr "Нет доступной информации"
msgid "Packets Total"
msgstr "Всего пакетов"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Приоритет"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Протокол"
@@ -191,7 +187,7 @@ msgstr "QoS через nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Скорость"
@@ -207,7 +203,7 @@ msgstr "Скорость в реальном времени"
msgid "Realtime Upload Rate"
msgstr "Скорость отправки в реальном времени"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Служба"
@@ -235,7 +231,7 @@ msgstr "На этой странице представлен обзор тек
msgid "Traffic Priority"
msgstr "Приоритет трафика"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Настройки приоритета трафика"
@@ -244,9 +240,9 @@ msgid "Type of Limit Rate"
msgstr "Тип ограничения скорости"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "узел"
@@ -254,7 +250,7 @@ msgstr "узел"
msgid "Upload Bandwidth (Mbps)"
msgstr "Скорость отправки(Мбит/с)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Скорость отправки"
@@ -263,10 +259,13 @@ msgstr "Скорость отправки"
msgid "White List for Limit Rate"
msgstr "Белый список для ограничения скорости"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "например, https, 23, (разделитель - запятая)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "кБ"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (необязательно)"
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 96dfaa0329..9d21207ab2 100644
--- a/applications/luci-app-nft-qos/po/sk/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/sk/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Bytov celkom"
msgid "Collecting data..."
msgstr "Zbieram dáta..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Komentár"
@@ -72,7 +72,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -96,7 +96,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Názov hostiteľa"
@@ -128,7 +128,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -136,11 +136,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
#, fuzzy
msgid "MAC Address"
msgstr "Adresa MAC"
@@ -174,11 +170,11 @@ msgstr "Nie sú dostupné žiadne informácie"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokol"
@@ -189,7 +185,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -205,7 +201,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -233,7 +229,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -242,9 +238,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -252,7 +248,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -261,7 +257,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 c1c5bbda9b..afd1918e5e 100644
--- a/applications/luci-app-nft-qos/po/sv/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/sv/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Bytes Totalt"
msgid "Collecting data..."
msgstr "Samlar in data..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Kommentera"
@@ -75,7 +75,7 @@ msgstr "Standardvärde för uppladdningens hastighet"
msgid "Download Bandwidth (Mbps)"
msgstr "Bandbredd för hämtningen (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Hastighet för hämtning"
@@ -100,7 +100,7 @@ msgstr "Ge UCI åtkomst för luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Värdnamn"
@@ -132,7 +132,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -140,11 +140,7 @@ msgstr ""
msgid "Limit Type"
msgstr "Typ av begränsning"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (valfritt)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC-address"
@@ -177,11 +173,11 @@ msgstr "Ingen information tillgänglig"
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Prioritet"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokoll"
@@ -192,7 +188,7 @@ msgstr "QoS över Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Hastighet"
@@ -208,7 +204,7 @@ msgstr "Hastighet i realtid"
msgid "Realtime Upload Rate"
msgstr "Uppladdningshastighet i realtid"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Tjänst"
@@ -238,7 +234,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Prioriterad trafik"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Inställningar för prioriterad trafik"
@@ -247,9 +243,9 @@ msgid "Type of Limit Rate"
msgstr "Typ av hastighetsbegränsning"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Enhet"
@@ -257,7 +253,7 @@ msgstr "Enhet"
msgid "Upload Bandwidth (Mbps)"
msgstr "Bandbredd för uppladdning (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Uppladdningshastighet"
@@ -266,10 +262,13 @@ msgstr "Uppladdningshastighet"
msgid "White List for Limit Rate"
msgstr "Vitlista för hastighetsbegränsning"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (valfritt)"
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 823d9f45a6..1066ce2492 100644
--- a/applications/luci-app-nft-qos/po/templates/nft-qos.pot
+++ b/applications/luci-app-nft-qos/po/templates/nft-qos.pot
@@ -11,7 +11,7 @@ msgstr ""
msgid "Collecting data..."
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr ""
@@ -63,7 +63,7 @@ msgstr ""
msgid "Download Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr ""
@@ -87,7 +87,7 @@ msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr ""
@@ -119,7 +119,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr ""
@@ -127,11 +127,7 @@ msgstr ""
msgid "Limit Type"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr ""
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr ""
@@ -164,11 +160,11 @@ msgstr ""
msgid "Packets Total"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr ""
@@ -179,7 +175,7 @@ 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:144
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:181
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr ""
@@ -195,7 +191,7 @@ msgstr ""
msgid "Realtime Upload Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr ""
@@ -223,7 +219,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr ""
@@ -232,9 +228,9 @@ msgid "Type of Limit Rate"
msgstr ""
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr ""
@@ -242,7 +238,7 @@ msgstr ""
msgid "Upload Bandwidth (Mbps)"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr ""
@@ -251,7 +247,7 @@ msgstr ""
msgid "White List for Limit Rate"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr ""
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 d6d1dc51c0..92282101c3 100644
--- a/applications/luci-app-nft-qos/po/tr/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/tr/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Bayt Toplamı"
msgid "Collecting data..."
msgstr "Veriler toplanıyor..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Yorum"
@@ -72,7 +72,7 @@ msgstr "Yükleme hızı için varsayılan değer"
msgid "Download Bandwidth (Mbps)"
msgstr "İndirme Band Genişliği (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "İndirme Hızı"
@@ -96,7 +96,7 @@ msgstr "luci-app-nft-qos için UCI erişimi verin"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Sunucu adı"
@@ -128,7 +128,7 @@ msgstr "IP Adresine Göre Oranı Sınırla"
msgid "Limit Rate by Mac Address"
msgstr "Mac Adresine Göre Oranı Sınırla"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Trafik Oranını Mac Adresine Göre Sınırlandırın"
@@ -136,11 +136,7 @@ msgstr "Trafik Oranını Mac Adresine Göre Sınırlandırın"
msgid "Limit Type"
msgstr "Limit Türü"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (isteğe bağlı)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC Adresi"
@@ -173,11 +169,11 @@ msgstr "Bilgi bulunmamaktadır"
msgid "Packets Total"
msgstr "Paket Toplamı"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Öncelik"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Protokol"
@@ -188,7 +184,7 @@ msgstr "Nftables üzerinden QoS"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Oran"
@@ -204,7 +200,7 @@ msgstr "Gerçek Zamanlı Oran"
msgid "Realtime Upload Rate"
msgstr "Gerçek Zamanlı Yükleme Hızı"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Hizmet"
@@ -232,7 +228,7 @@ msgstr "Bu sayfa, mevcut indirme / yükleme hızına genel bir bakış sunar."
msgid "Traffic Priority"
msgstr "Trafik Önceliği"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Trafik Öncelik Ayarları"
@@ -241,9 +237,9 @@ msgid "Type of Limit Rate"
msgstr "Limit Oranı Türü"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Birim"
@@ -251,7 +247,7 @@ msgstr "Birim"
msgid "Upload Bandwidth (Mbps)"
msgstr "Yükleme Bant Genişliği (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Yükleme Hızı"
@@ -260,10 +256,13 @@ msgstr "Yükleme Hızı"
msgid "White List for Limit Rate"
msgstr "Limit Oranı Beyaz Listesi"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "Örneğin. https, 23, (ayırıcı virgüldür)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (isteğe bağlı)"
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 a9bf8402f8..e53e76e832 100644
--- a/applications/luci-app-nft-qos/po/uk/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/uk/nft-qos.po
@@ -21,7 +21,7 @@ msgstr "Усього байтів"
msgid "Collecting data..."
msgstr "Збирання даних..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Примітка"
@@ -73,7 +73,7 @@ msgstr "Значення швидкості відвантаження за ум
msgid "Download Bandwidth (Mbps)"
msgstr "Пропускна здатність завантаження (Мбіт/с)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Швидкість завантаження"
@@ -97,7 +97,7 @@ msgstr "Надати UCI доступ для luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Ім'я хоста"
@@ -129,7 +129,7 @@ msgstr ""
msgid "Limit Rate by Mac Address"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Обмежити швидкість трафіку за MAC-адресою"
@@ -137,11 +137,7 @@ msgstr "Обмежити швидкість трафіку за MAC-адресо
msgid "Limit Type"
msgstr "Тип ліміту"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (необов'язково)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC-адреса"
@@ -177,11 +173,11 @@ msgstr "Інформація відсутня"
msgid "Packets Total"
msgstr "Усього пакетів"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Пріоритет"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Протокол"
@@ -192,7 +188,7 @@ msgstr "QoS через Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Швидкість"
@@ -208,7 +204,7 @@ msgstr "Швидкість в реальному часі"
msgid "Realtime Upload Rate"
msgstr "Швидкість відвантаження в реальному часі"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Служба"
@@ -237,7 +233,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr ""
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Налаштування пріоритету трафіку"
@@ -246,9 +242,9 @@ msgid "Type of Limit Rate"
msgstr "Тип обмеження швидкості"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Одиниця"
@@ -256,7 +252,7 @@ msgstr "Одиниця"
msgid "Upload Bandwidth (Mbps)"
msgstr "Пропускна здатність відвантаження (Мбіт/с)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Швидкість відвантаження"
@@ -265,10 +261,13 @@ msgstr "Швидкість відвантаження"
msgid "White List for Limit Rate"
msgstr "Білий список обмеження швидкості"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "напр. https, 23, (роздільник - кома)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "кБ"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (необов'язково)"
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 50c17129c2..5fe9bcfda4 100644
--- a/applications/luci-app-nft-qos/po/vi/nft-qos.po
+++ b/applications/luci-app-nft-qos/po/vi/nft-qos.po
@@ -20,7 +20,7 @@ msgstr "Tổng số byte"
msgid "Collecting data..."
msgstr "Đang lấy dữ liệu..."
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "Bình luận"
@@ -72,7 +72,7 @@ msgstr "Giá trị mặc định cho tốc độ tải lên"
msgid "Download Bandwidth (Mbps)"
msgstr "Băng thông tải xuống (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "Tỷ lệ tải xuống"
@@ -96,7 +96,7 @@ msgstr "Cấp quyền truy cập UCI cho luci-app-nft-qos"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "Tên máy chủ (hostname)"
@@ -128,7 +128,7 @@ msgstr "Tỷ lệ giới hạn theo địa chỉ IP"
msgid "Limit Rate by Mac Address"
msgstr "Tỷ lệ giới hạn theo địa chỉ Mac"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "Giới hạn tỷ lệ lưu lượng truy cập theo địa chỉ Mac"
@@ -136,11 +136,7 @@ msgstr "Giới hạn tỷ lệ lưu lượng truy cập theo địa chỉ Mac"
msgid "Limit Type"
msgstr "Loại giới hạn"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "MAC (tùy chọn)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "Địa chỉ MAC"
@@ -174,11 +170,11 @@ msgstr "Không có thông tin có sẵn"
msgid "Packets Total"
msgstr "Tổng Packets"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "Ưu tiên"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "Giao thức"
@@ -189,7 +185,7 @@ msgstr "QoS over Nftables"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "Rate"
@@ -205,7 +201,7 @@ msgstr "Tỷ lệ thời gian thực"
msgid "Realtime Upload Rate"
msgstr "Tỷ lệ tải lên theo thời gian thực"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "Dịch vụ"
@@ -234,7 +230,7 @@ msgstr ""
msgid "Traffic Priority"
msgstr "Ưu tiên lưu lượng"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "Cài đặt ưu tiên lưu lượng"
@@ -243,9 +239,9 @@ msgid "Type of Limit Rate"
msgstr "Loại tỷ lệ giới hạn"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "Đơn vị"
@@ -253,7 +249,7 @@ msgstr "Đơn vị"
msgid "Upload Bandwidth (Mbps)"
msgstr "Băng thông tải lên (Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "Tỷ lệ tải lên"
@@ -262,10 +258,13 @@ msgstr "Tỷ lệ tải lên"
msgid "White List for Limit Rate"
msgstr "Danh sách trắng cho tỷ lệ giới hạn"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "e.g. https, 23, (separator is comma)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "MAC (tùy chọn)"
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 e36a67c856..cb79c8281f 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
@@ -26,7 +26,7 @@ msgstr "字节总数"
msgid "Collecting data..."
msgstr "正在收集数据…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "注释"
@@ -78,7 +78,7 @@ msgstr "上传速率的默认值"
msgid "Download Bandwidth (Mbps)"
msgstr "下载带宽(Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "下载速率"
@@ -102,7 +102,7 @@ msgstr "授予UCI访问luci-app-nft-qos的权限"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "主机名"
@@ -134,7 +134,7 @@ msgstr "根据 IP 地址限制速率"
msgid "Limit Rate by Mac Address"
msgstr "根据 Mac 地址限制速率"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "按 Mac 地址限制通信量速率"
@@ -142,11 +142,7 @@ msgstr "按 Mac 地址限制通信量速率"
msgid "Limit Type"
msgstr "限速类型"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "物理地址(可选)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC 地址"
@@ -179,11 +175,11 @@ msgstr "无可用信息"
msgid "Packets Total"
msgstr "数据包总数"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "优先级"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "协议"
@@ -194,7 +190,7 @@ msgstr "QoS Nftables 版"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "速率"
@@ -210,7 +206,7 @@ msgstr "实时速率显示"
msgid "Realtime Upload Rate"
msgstr "实时上传速率"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "服务"
@@ -238,7 +234,7 @@ msgstr "该页面提供了当前上传和下载速率的一个总览。"
msgid "Traffic Priority"
msgstr "流量优先级"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "流量优先级设置"
@@ -247,9 +243,9 @@ msgid "Type of Limit Rate"
msgstr "限速的类型"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "单元"
@@ -257,7 +253,7 @@ msgstr "单元"
msgid "Upload Bandwidth (Mbps)"
msgstr "上传带宽(Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "上传速率"
@@ -266,10 +262,13 @@ msgstr "上传速率"
msgid "White List for Limit Rate"
msgstr "限速白名单"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "例如https, 23(用逗号分隔)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "物理地址(可选)"
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 50cfa6a16f..9f25ed6d4f 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
@@ -26,7 +26,7 @@ msgstr "位元組總數"
msgid "Collecting data..."
msgstr "正在收集資料中…"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:229
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:225
msgid "Comment"
msgstr "註解"
@@ -78,7 +78,7 @@ msgstr "上傳速率的預設值"
msgid "Download Bandwidth (Mbps)"
msgstr "下載頻寬(Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:252
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:135
msgid "Download Rate"
msgstr "下載速率"
@@ -102,7 +102,7 @@ msgstr "授予 luci-app-nft-qos 擁有 UCI 存取的權限"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:130
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:163
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:240
msgid "Hostname"
msgstr "主機名稱"
@@ -134,7 +134,7 @@ msgstr "根據 IP 位址限制速率"
msgid "Limit Rate by Mac Address"
msgstr "根據 Mac 位址限制速率"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:239
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:235
msgid "Limit Traffic Rate By Mac Address"
msgstr "通過 MAC 位址限制流量速率"
@@ -142,11 +142,7 @@ msgstr "通過 MAC 位址限制流量速率"
msgid "Limit Type"
msgstr "限速型別"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
-msgid "MAC (optional)"
-msgstr "實體位址(可選)"
-
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:248
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:244
msgid "MAC Address"
msgstr "MAC 位址"
@@ -179,11 +175,11 @@ msgstr "無可用資訊"
msgid "Packets Total"
msgstr "資料包總數"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:212
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:208
msgid "Priority"
msgstr "優先順序"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:204
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:200
msgid "Protocol"
msgstr "協定"
@@ -194,7 +190,7 @@ msgstr "QoS Nftables 版"
#: applications/luci-app-nft-qos/luasrc/controller/nft-qos.lua:13
#: 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
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:177
msgid "Rate"
msgstr "速率"
@@ -210,7 +206,7 @@ msgstr "實時速率顯示"
msgid "Realtime Upload Rate"
msgstr "實時上傳速率"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "Service"
msgstr "服務"
@@ -238,7 +234,7 @@ msgstr "該頁面提供了當前上傳和下載速率的一個總覽。"
msgid "Traffic Priority"
msgstr "流量優先順序"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:199
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:195
msgid "Traffic Priority Settings"
msgstr "流量優先權設定"
@@ -247,9 +243,9 @@ msgid "Type of Limit Rate"
msgstr "限速的型別"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:149
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:186
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:257
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:268
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:182
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:253
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:264
msgid "Unit"
msgstr "單元"
@@ -257,7 +253,7 @@ msgstr "單元"
msgid "Upload Bandwidth (Mbps)"
msgstr "上傳頻寬(Mbps)"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:263
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:259
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:154
msgid "Upload Rate"
msgstr "上傳速率"
@@ -266,10 +262,13 @@ msgstr "上傳速率"
msgid "White List for Limit Rate"
msgstr "限速白名單"
-#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:226
+#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:222
msgid "e.g. https, 23, (separator is comma)"
msgstr "例如https, 23(用逗號分隔)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:44
msgid "kB"
msgstr "kB"
+
+#~ msgid "MAC (optional)"
+#~ msgstr "實體位址(可選)"