mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-08 11:17:27 +08:00
update 2024-02-27 20:00:49
This commit is contained in:
parent
33259e66c0
commit
622ba0297b
@ -198,7 +198,7 @@ return view.extend({
|
||||
var ipv6_support = this.map.lookupOption('ipv6_support', section_id)[0].formvalue(section_id);
|
||||
|
||||
if (dns_servers.length > 2)
|
||||
return _('You can only have 2 servers set at maximum.');
|
||||
return _('You can only have two servers set at maximum.');
|
||||
|
||||
for (var i of dns_servers)
|
||||
if (!stubValidator.apply((ipv6_support === '1') ? 'ipaddr' : 'ip4addr', i))
|
||||
|
@ -2316,15 +2316,12 @@ msgstr ""
|
||||
msgid "Xudp (Xray-core)"
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:201
|
||||
msgid "You can only have 2 servers set at maximum."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:159
|
||||
msgid "You can only have one server set. It MUST support TCP query."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:186
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:201
|
||||
msgid "You can only have two servers set at maximum."
|
||||
msgstr ""
|
||||
|
||||
|
@ -2375,17 +2375,14 @@ msgstr "信风公共 DNS(114.114.114.114)"
|
||||
msgid "Xudp (Xray-core)"
|
||||
msgstr "Xudp (Xray-core)"
|
||||
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:201
|
||||
msgid "You can only have 2 servers set at maximum."
|
||||
msgstr "您最多只能设置两个服务器。"
|
||||
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:159
|
||||
msgid "You can only have one server set. It MUST support TCP query."
|
||||
msgstr "您只能设置一个服务器。它必须支持 TCP 查询。"
|
||||
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:186
|
||||
#: htdocs/luci-static/resources/view/homeproxy/client.js:201
|
||||
msgid "You can only have two servers set at maximum."
|
||||
msgstr ""
|
||||
msgstr "您最多只能设置两个服务器。"
|
||||
|
||||
#: htdocs/luci-static/resources/homeproxy.js:228
|
||||
msgid "Your %s was successfully uploaded. Size: %sB."
|
||||
|
@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_ARCH_quickstart:=$(ARCH)
|
||||
|
||||
PKG_NAME:=quickstart
|
||||
PKG_VERSION:=0.8.7
|
||||
PKG_VERSION:=0.8.8
|
||||
PKG_RELEASE:=1
|
||||
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/linkease/istore-packages/releases/download/prebuilt/
|
||||
PKG_HASH:=994ea38fcc4002e9dffd1ffe2d7cdf828e9365b6a2ba61c61c257f7c2af131a5
|
||||
PKG_HASH:=51678ee23e84eeed4be6cbdb957450c00bb2863a75f2cd072f4552743e3e5488
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user