luci-app-ssr-plus: sync with upstream source

This commit is contained in:
CN_SZTL 2020-07-24 19:56:57 +08:00
parent 0db81c5a64
commit 29ac26b7ca
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus
PKG_VERSION:=180
PKG_RELEASE:=1
PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk

View File

@ -2,7 +2,7 @@ require "luci.ip"
require "nixio.fs"
local m, s, o
m = Map("shadowsocksr", translate("IP black-and-white list"))
m = Map("shadowsocksr", translate("Block and Allow List"))
s = m:section(TypedSection, "access_control")
s.anonymous = true

View File

@ -454,8 +454,8 @@ msgstr "更新"
msgid "Server Count"
msgstr "服务器节点数量"
msgid "IP black-and-white list"
msgstr "黑白名单"
msgid "Block and Allow List"
msgstr "禁止/通行名单"
msgid "WAN IP AC"
msgstr "WAN IP访问控制"