diff --git a/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/index.lua b/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/index.lua index b6fc41e06e..d74977956d 100644 --- a/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/index.lua +++ b/package/lean/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/index.lua @@ -6,13 +6,13 @@ local o="v2ray_server" local a,e,t a=Map(o,translate("V2ray Server")) -e=a:section(TypedSection,"global",translate("Global Setting")) +e=a:section(TypedSection,"global",translate("Global Settings")) e.anonymous=true e.addremove=false t=e:option(Flag,"enable",translate("Enable")) t.rmempty=false -e=a:section(TypedSection,"user",translate("Server Setting")) +e=a:section(TypedSection,"user",translate("Server Config")) e.anonymous=true e.addremove=true e.template="cbi/tblsection" diff --git a/package/lean/luci-app-v2ray-server/po/zh_Hans/v2ray_server.po b/package/lean/luci-app-v2ray-server/po/zh_Hans/v2ray_server.po index fdddf5cad5..41fb7f248c 100644 --- a/package/lean/luci-app-v2ray-server/po/zh_Hans/v2ray_server.po +++ b/package/lean/luci-app-v2ray-server/po/zh_Hans/v2ray_server.po @@ -53,4 +53,4 @@ msgid "NOT RUNNING" msgstr "未运行" msgid "RUNNING" -msgstr "运行中" \ No newline at end of file +msgstr "运行中"