diff --git a/applications/luci-app-mwan3/po/ja/mwan3.po b/applications/luci-app-mwan3/po/ja/mwan3.po
index 89fa5ea02d..b60d126979 100644
--- a/applications/luci-app-mwan3/po/ja/mwan3.po
+++ b/applications/luci-app-mwan3/po/ja/mwan3.po
@@ -88,6 +88,9 @@ msgstr ""
msgid "Enabled"
msgstr "有効"
+msgid "Enter value in hex, starting with 0x
"
+msgstr ""
+
msgid "Error collecting troubleshooting information"
msgstr "トラブルシューティング情報の収集エラー"
@@ -100,6 +103,9 @@ msgstr ""
msgid "Failure interval"
msgstr "障害検出 インターバル"
+msgid "Firewall mask"
+msgstr ""
+
msgid "Flush conntrack table"
msgstr ""
@@ -370,12 +376,6 @@ msgstr "障害復旧 インターバル"
msgid "Restart MWAN"
msgstr "MWAN の再起動"
-msgid "Restore default hotplug script"
-msgstr "デフォルトのホットプラグ スクリプトの復元"
-
-msgid "Restore..."
-msgstr "復元..."
-
msgid "Rule"
msgstr "ルール"
@@ -443,6 +443,20 @@ msgstr ""
"に対して Ping の送信が行われます。常にオンラインとする場合、空欄のままにしま"
"す。"
+msgid ""
+"This section allows you to modify the content of \"/etc/mwan3.user\".
The file is also preserved during sysupgrade.
Notes:
This "
+"file is interpreted as a shell script.
The first line of the script "
+"must be "#!/bin/sh" without quotes.
Lines beginning with # are "
+"comments and are not executed.
Put your custom mwan3 action here, they "
+"will
be executed with each netifd hotplug interface event
on "
+"interfaces for which mwan3 is enabled.
There are three main "
+"environment variables that are passed to this script.
$ACTION "
+"Either \"ifup\" or \"ifdown\"
$INTERFACE Name of the interface which "
+"went up or down (e.g. \"wan\" or \"wwan\")
$DEVICE Physical device name "
+"which interface went up or down (e.g. \"eth0\" or \"wwan0\")
"
+msgstr ""
+
msgid "This section allows you to modify the contents of /etc/config/mwan3"
msgstr ""
"このセクションでは、 /etc/config/mwan3 の内容を変更することができます。"
@@ -455,32 +469,15 @@ msgid "This section allows you to modify the contents of /etc/config/wireless"
msgstr ""
"このセクションでは、 /etc/config/wireless の内容を変更することができます。"
-msgid ""
-"This section allows you to modify the contents of /etc/hotplug.d/iface/16-"
-"mwancustom
This is useful for running system commands and/or scripts "
-"based on interface ifup or ifdown hotplug events
Notes:
The "
-"first line of the script must be "#!/bin/sh" without quotes
Lines beginning with # are comments and are not executed
Available variables:
$ACTION is the hotplug event (ifup, ifdown)
"
-"$INTERFACE is the interface name (wan1, wan2, etc.)
$DEVICE is the "
-"device name attached to the interface (eth0.1, eth1, etc.)"
-msgstr ""
-"このセクションでは、 /etc/hotplug.d/iface/16-mwancustom の内容を変更すること"
-"ができます。
これは、インターフェースの ifup または ifdown ホットプラグ "
-"イベント時にシステムコマンドまたはスクリプト、もしくはその両方を実行すること"
-"に役立ちます。
注意:
スクリプトの1行目は、"#!bin/sh" "
-"である必要があります(クオーテーション不要)。
# で始まる行はコメントと"
-"して認識され、実行されません。
利用可能な変数:
$ACTION - ホッ"
-"トプラグ イベント (ifup, ifdown)
$INTERFACE - インターフェース名(wan1, "
-"wan2, その他)
$DEVICE - インターフェースにアタッチされたデバイスの名前"
-"(eth0.1, eth1, その他)"
-
msgid "Tracking IP"
msgstr "追跡 IP"
msgid "Tracking hostname or IP address"
msgstr "追跡ホスト名または IP アドレス"
+msgid "Tracking method"
+msgstr ""
+
msgid "Tracking reliability"
msgstr "追跡の信頼性"
@@ -654,6 +651,32 @@ msgstr "停止"
msgid "unreachable (reject)"
msgstr "unreachable (reject)"
+#~ msgid "Restore default hotplug script"
+#~ msgstr "デフォルトのホットプラグ スクリプトの復元"
+
+#~ msgid "Restore..."
+#~ msgstr "復元..."
+
+#~ msgid ""
+#~ "This section allows you to modify the contents of /etc/hotplug.d/iface/16-"
+#~ "mwancustom
This is useful for running system commands and/or scripts "
+#~ "based on interface ifup or ifdown hotplug events
Notes:
The first line of the script must be "#!/bin/sh" without "
+#~ "quotes
Lines beginning with # are comments and are not executed
Available variables:
$ACTION is the hotplug event (ifup, "
+#~ "ifdown)
$INTERFACE is the interface name (wan1, wan2, etc.)
"
+#~ "$DEVICE is the device name attached to the interface (eth0.1, eth1, etc.)"
+#~ msgstr ""
+#~ "このセクションでは、 /etc/hotplug.d/iface/16-mwancustom の内容を変更するこ"
+#~ "とができます。
これは、インターフェースの ifup または ifdown ホットプ"
+#~ "ラグ イベント時にシステムコマンドまたはスクリプト、もしくはその両方を実行"
+#~ "することに役立ちます。
注意:
スクリプトの1行目は、"#!"
+#~ "bin/sh" である必要があります(クオーテーション不要)。
# で始まる"
+#~ "行はコメントとして認識され、実行されません。
利用可能な変数:"
+#~ "
$ACTION - ホットプラグ イベント (ifup, ifdown)
$INTERFACE - イ"
+#~ "ンターフェース名(wan1, wan2, その他)
$DEVICE - インターフェースにア"
+#~ "タッチされたデバイスの名前(eth0.1, eth1, その他)"
+
#~ msgid ""
#~ "This IP address will be pinged to dermine if the link is up or down. "
#~ "Leave blank to assume interface is always online"
diff --git a/applications/luci-app-mwan3/po/templates/mwan3.pot b/applications/luci-app-mwan3/po/templates/mwan3.pot
index 9e17c3d040..e63d8adc2e 100644
--- a/applications/luci-app-mwan3/po/templates/mwan3.pot
+++ b/applications/luci-app-mwan3/po/templates/mwan3.pot
@@ -73,6 +73,9 @@ msgstr ""
msgid "Enabled"
msgstr ""
+msgid "Enter value in hex, starting with 0x
"
+msgstr ""
+
msgid "Error collecting troubleshooting information"
msgstr ""
@@ -85,6 +88,9 @@ msgstr ""
msgid "Failure interval"
msgstr ""
+msgid "Firewall mask"
+msgstr ""
+
msgid "Flush conntrack table"
msgstr ""
@@ -330,12 +336,6 @@ msgstr ""
msgid "Restart MWAN"
msgstr ""
-msgid "Restore default hotplug script"
-msgstr ""
-
-msgid "Restore..."
-msgstr ""
-
msgid "Rule"
msgstr ""
@@ -389,6 +389,20 @@ msgid ""
"down. Leave blank to assume interface is always online"
msgstr ""
+msgid ""
+"This section allows you to modify the content of \"/etc/mwan3.user\".
The file is also preserved during sysupgrade.
Notes:
This "
+"file is interpreted as a shell script.
The first line of the script "
+"must be "#!/bin/sh" without quotes.
Lines beginning with # are "
+"comments and are not executed.
Put your custom mwan3 action here, they "
+"will
be executed with each netifd hotplug interface event
on "
+"interfaces for which mwan3 is enabled.
There are three main "
+"environment variables that are passed to this script.
$ACTION "
+"Either \"ifup\" or \"ifdown\"
$INTERFACE Name of the interface which "
+"went up or down (e.g. \"wan\" or \"wwan\")
$DEVICE Physical device name "
+"which interface went up or down (e.g. \"eth0\" or \"wwan0\")
"
+msgstr ""
+
msgid "This section allows you to modify the contents of /etc/config/mwan3"
msgstr ""
@@ -398,17 +412,6 @@ msgstr ""
msgid "This section allows you to modify the contents of /etc/config/wireless"
msgstr ""
-msgid ""
-"This section allows you to modify the contents of /etc/hotplug.d/iface/16-"
-"mwancustom
This is useful for running system commands and/or scripts "
-"based on interface ifup or ifdown hotplug events
Notes:
The "
-"first line of the script must be "#!/bin/sh" without quotes
Lines beginning with # are comments and are not executed
Available variables:
$ACTION is the hotplug event (ifup, ifdown)
"
-"$INTERFACE is the interface name (wan1, wan2, etc.)
$DEVICE is the "
-"device name attached to the interface (eth0.1, eth1, etc.)"
-msgstr ""
-
msgid "Tracking IP"
msgstr ""
diff --git a/applications/luci-app-mwan3/po/zh-cn/mwan3.po b/applications/luci-app-mwan3/po/zh-cn/mwan3.po
index 3c505d8477..b133e8b1d9 100644
--- a/applications/luci-app-mwan3/po/zh-cn/mwan3.po
+++ b/applications/luci-app-mwan3/po/zh-cn/mwan3.po
@@ -76,6 +76,9 @@ msgstr "当 Ping 成功次数达到这个数值后,已经被认为离线的接
msgid "Enabled"
msgstr "启用"
+msgid "Enter value in hex, starting with 0x
"
+msgstr ""
+
msgid "Error collecting troubleshooting information"
msgstr "收集故障排除信息时出错"
@@ -88,6 +91,9 @@ msgstr ""
msgid "Failure interval"
msgstr "故障检测间隔"
+msgid "Firewall mask"
+msgstr ""
+
msgid "Flush conntrack table"
msgstr "刷新连接跟踪表"
@@ -350,12 +356,6 @@ msgstr "故障恢复间隔"
msgid "Restart MWAN"
msgstr "重启 MWAN"
-msgid "Restore default hotplug script"
-msgstr "恢复默认的 hotplug 脚本"
-
-msgid "Restore..."
-msgstr "恢复..."
-
msgid "Rule"
msgstr "规则"
@@ -416,6 +416,20 @@ msgid ""
"down. Leave blank to assume interface is always online"
msgstr "通过 ping 此主机或 IP 地址来确定链路是否在线。留空则认为接口始终在线"
+msgid ""
+"This section allows you to modify the content of \"/etc/mwan3.user\".
The file is also preserved during sysupgrade.
Notes:
This "
+"file is interpreted as a shell script.
The first line of the script "
+"must be "#!/bin/sh" without quotes.
Lines beginning with # are "
+"comments and are not executed.
Put your custom mwan3 action here, they "
+"will
be executed with each netifd hotplug interface event
on "
+"interfaces for which mwan3 is enabled.
There are three main "
+"environment variables that are passed to this script.
$ACTION "
+"Either \"ifup\" or \"ifdown\"
$INTERFACE Name of the interface which "
+"went up or down (e.g. \"wan\" or \"wwan\")
$DEVICE Physical device name "
+"which interface went up or down (e.g. \"eth0\" or \"wwan0\")
"
+msgstr ""
+
msgid "This section allows you to modify the contents of /etc/config/mwan3"
msgstr "这里允许你修改 /etc/config/mwan3 的内容"
@@ -425,29 +439,15 @@ msgstr "这里允许你修改 /etc/config/network 的内容"
msgid "This section allows you to modify the contents of /etc/config/wireless"
msgstr "这里允许你修改 /etc/config/wireless 的内容"
-msgid ""
-"This section allows you to modify the contents of /etc/hotplug.d/iface/16-"
-"mwancustom
This is useful for running system commands and/or scripts "
-"based on interface ifup or ifdown hotplug events
Notes:
The "
-"first line of the script must be "#!/bin/sh" without quotes
Lines beginning with # are comments and are not executed
Available variables:
$ACTION is the hotplug event (ifup, ifdown)
"
-"$INTERFACE is the interface name (wan1, wan2, etc.)
$DEVICE is the "
-"device name attached to the interface (eth0.1, eth1, etc.)"
-msgstr ""
-"这里允许你修改 /etc/hotplug.d/iface/16-mwancustom 的内容
这可以在接口 "
-"ifup 或 ifdown Hotplug 事件时运行系统命令或脚本
注意:
脚本的"
-"第一行必须是 "#!/bin/sh" 不含引号
以#开头的行是注释,不会执行"
-"
可用变量:
$ACTION 是 Hotplug 事件(ifup, ifdown)
"
-"$INTERFACE 是接口名称(wan1、wan2 等)
$DEVICE 是连接到接口的设备名称 "
-"(eth0.1、eth1 等)"
-
msgid "Tracking IP"
msgstr "追踪的 IP"
msgid "Tracking hostname or IP address"
msgstr "追踪的主机或 IP 地址"
+msgid "Tracking method"
+msgstr ""
+
msgid "Tracking reliability"
msgstr "追踪可靠性"
@@ -590,3 +590,26 @@ msgstr ""
msgid "unreachable (reject)"
msgstr "不可达(拒绝)"
+
+#~ msgid "Restore default hotplug script"
+#~ msgstr "恢复默认的 hotplug 脚本"
+
+#~ msgid "Restore..."
+#~ msgstr "恢复..."
+
+#~ msgid ""
+#~ "This section allows you to modify the contents of /etc/hotplug.d/iface/16-"
+#~ "mwancustom
This is useful for running system commands and/or scripts "
+#~ "based on interface ifup or ifdown hotplug events
Notes:
The first line of the script must be "#!/bin/sh" without "
+#~ "quotes
Lines beginning with # are comments and are not executed
Available variables:
$ACTION is the hotplug event (ifup, "
+#~ "ifdown)
$INTERFACE is the interface name (wan1, wan2, etc.)
"
+#~ "$DEVICE is the device name attached to the interface (eth0.1, eth1, etc.)"
+#~ msgstr ""
+#~ "这里允许你修改 /etc/hotplug.d/iface/16-mwancustom 的内容
这可以在接"
+#~ "口 ifup 或 ifdown Hotplug 事件时运行系统命令或脚本
注意:
"
+#~ "脚本的第一行必须是 "#!/bin/sh" 不含引号
以#开头的行是注释,"
+#~ "不会执行
可用变量:
$ACTION 是 Hotplug 事件(ifup, ifdown)"
+#~ "
$INTERFACE 是接口名称(wan1、wan2 等)
$DEVICE 是连接到接口的设"
+#~ "备名称 (eth0.1、eth1 等)"