update 2022-10-12 09:18:41

This commit is contained in:
github-actions[bot]
2022-10-12 09:18:41 +08:00
parent faecf84a37
commit ecfc396e59
4 changed files with 282 additions and 831 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +1,14 @@
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2021-10-03 09:47+0000\n" "PO-Revision-Date: 2022-10-10 21:04+0000\n"
"Last-Translator: pisquan8 <cimurro@outlook.de>\n" "Last-Translator: garis <garis94@gmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsnft-qos/it/>\n" "luciapplicationsnft-qos/it/>\n"
"Language: it\n" "Language: it\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.9-dev\n" "X-Generator: Weblate 4.14.1\n"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:136
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:155
@@ -18,7 +18,7 @@ msgstr "Bytes totali"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:141
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:160
msgid "Collecting data..." msgid "Collecting data..."
msgstr "Raccolta dati..." msgstr "Sto raccogliendo i 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:229
msgid "Comment" msgid "Comment"

View File

@@ -4,4 +4,4 @@
[ "$ACTION" = ifupdate -a -z "$IFUPDATE_ADDRESSES" -a -z "$IFUPDATE_DATA" ] && exit 0 [ "$ACTION" = ifupdate -a -z "$IFUPDATE_ADDRESSES" -a -z "$IFUPDATE_DATA" ] && exit 0
logger -t natflow "Reloading natflow-zone due to $ACTION of $INTERFACE ($DEVICE)" logger -t natflow "Reloading natflow-zone due to $ACTION of $INTERFACE ($DEVICE)"
/etc/init.d/natflow-zone start /etc/init.d/natflow-zone start &

View File

@@ -4,4 +4,4 @@
[ "$ACTION" = ifupdate -a -z "$IFUPDATE_ADDRESSES" -a -z "$IFUPDATE_DATA" ] && exit 0 [ "$ACTION" = ifupdate -a -z "$IFUPDATE_ADDRESSES" -a -z "$IFUPDATE_DATA" ] && exit 0
logger -t natflow "Reloading natflow-boot due to $ACTION of $INTERFACE ($DEVICE)" logger -t natflow "Reloading natflow-boot due to $ACTION of $INTERFACE ($DEVICE)"
/etc/init.d/natflow-boot start /etc/init.d/natflow-boot start &