File tree Expand file tree Collapse file tree 6 files changed +123
-1
lines changed
Expand file tree Collapse file tree 6 files changed +123
-1
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ PKG_LICENSE:=GPLv3
1414PKG_LINCESE_FILES: =LICENSE
1515PKG_MAINTAINER: =Tom <fjrcn@outlook.com>
1616LUCI_DEPENDS: =+luci-app-qmodem
17+ PKG_CONFLICTS: =luci-app-qmodem-ttlfw4
1718
1819
1920define Package/luci-app-qmodem-ttl/conffiles
20- /etc/config/modem_ttl
21+ /etc/config/qmodem_ttl
2122endef
2223
2324include $(TOPDIR ) /feeds/luci/luci.mk
Original file line number Diff line number Diff line change 1+ msgid ""
2+ msgstr "Content-Type: text/plain; charset=UTF-8"
3+
4+ #: luasrc/controller/qmodem_ttl.lua:6
5+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:2
6+ msgid "TTL Config"
7+ msgstr ""
8+
9+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:3
10+ msgid "Global Config"
11+ msgstr ""
12+
13+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:5
14+ msgid "Enable"
15+ msgstr ""
16+
17+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:8
18+ msgid "TTL"
19+ msgstr ""
Original file line number Diff line number Diff line change 1+ msgid ""
2+ msgstr "Content-Type: text/plain; charset=UTF-8"
3+
4+ #: luasrc/controller/qmodem_ttl.lua:6
5+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:2
6+ msgid "TTL Config"
7+ msgstr "TTL 配置"
8+
9+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:3
10+ msgid "Global Config"
11+ msgstr "全局配置"
12+
13+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:5
14+ msgid "Enable"
15+ msgstr "启用"
16+
17+ #: luasrc/model/cbi/qmodem/modem_ttl.lua:8
18+ msgid "TTL"
19+ msgstr "TTL 值"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ include ../../version.mk
99PKG_NAME: =luci-app-qmodem-ttlfw4
1010LUCI_TITLE: =LuCI App for QModem TTL Configuration (JS LuCI / fw4 Only)
1111LUCI_DEPENDS: =+luci-base
12+ PKG_CONFLICTS: =luci-app-qmodem-ttl
1213LUCI_PKGARCH: =all
1314PKG_VERSION: =$(QMODEM_VERSION )
1415PKG_RELEASE: =1
Original file line number Diff line number Diff line change 1+ msgid ""
2+ msgstr "Content-Type: text/plain; charset=UTF-8"
3+
4+ msgid "TTL Configuration"
5+ msgstr ""
6+
7+ msgid "Configure TTL/Hop Limit settings to modify outgoing packet TTL values. This can help bypass carrier restrictions on tethering."
8+ msgstr ""
9+
10+ msgid "Global TTL Settings"
11+ msgstr ""
12+
13+ msgid "Enable TTL Modification"
14+ msgstr ""
15+
16+ msgid "Enable or disable TTL/Hop Limit modification for outgoing packets."
17+ msgstr ""
18+
19+ msgid "TTL Value"
20+ msgstr ""
21+
22+ msgid "Set the TTL (Time To Live) value for IPv4 packets and Hop Limit for IPv6 packets. Common values: 64 (Linux default), 128 (Windows default)."
23+ msgstr ""
24+
25+ msgid "Important Notes"
26+ msgstr ""
27+
28+ msgid "Warning:"
29+ msgstr ""
30+
31+ msgid "Enabling TTL modification will disable hardware flow offloading for proper packet modification."
32+ msgstr ""
33+
34+ msgid "This may affect network performance on some devices."
35+ msgstr ""
36+
37+ msgid "NSS ECM, SFE, and other acceleration modules will be disabled when TTL modification is active."
38+ msgstr ""
39+
40+ msgid "Settings will take effect after saving and applying changes."
41+ msgstr ""
Original file line number Diff line number Diff line change 1+ msgid ""
2+ msgstr "Content-Type: text/plain; charset=UTF-8"
3+
4+ msgid "TTL Configuration"
5+ msgstr "TTL 配置"
6+
7+ msgid "Configure TTL/Hop Limit settings to modify outgoing packet TTL values. This can help bypass carrier restrictions on tethering."
8+ msgstr "配置 TTL/跳数限制设置以修改出站数据包的 TTL 值。这可以帮助绕过运营商对网络共享的限制。"
9+
10+ msgid "Global TTL Settings"
11+ msgstr "全局 TTL 设置"
12+
13+ msgid "Enable TTL Modification"
14+ msgstr "启用 TTL 修改"
15+
16+ msgid "Enable or disable TTL/Hop Limit modification for outgoing packets."
17+ msgstr "启用或禁用出站数据包的 TTL/跳数限制修改。"
18+
19+ msgid "TTL Value"
20+ msgstr "TTL 值"
21+
22+ msgid "Set the TTL (Time To Live) value for IPv4 packets and Hop Limit for IPv6 packets. Common values: 64 (Linux default), 128 (Windows default)."
23+ msgstr "设置 IPv4 数据包的 TTL(生存时间)值和 IPv6 数据包的跳数限制。常用值:64(Linux 默认)、128(Windows 默认)。"
24+
25+ msgid "Important Notes"
26+ msgstr "重要说明"
27+
28+ msgid "Warning:"
29+ msgstr "警告:"
30+
31+ msgid "Enabling TTL modification will disable hardware flow offloading for proper packet modification."
32+ msgstr "启用 TTL 修改将禁用硬件流量卸载以确保正确修改数据包。"
33+
34+ msgid "This may affect network performance on some devices."
35+ msgstr "这可能会影响某些设备的网络性能。"
36+
37+ msgid "NSS ECM, SFE, and other acceleration modules will be disabled when TTL modification is active."
38+ msgstr "当 TTL 修改激活时,NSS ECM、SFE 和其他加速模块将被禁用。"
39+
40+ msgid "Settings will take effect after saving and applying changes."
41+ msgstr "设置将在保存并应用更改后生效。"
You can’t perform that action at this time.
0 commit comments