From 03be2d7d8f7f737533114ac27e3b09b8689bf62c Mon Sep 17 00:00:00 2001 From: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com> Date: Thu, 30 Jun 2022 18:47:49 +0000 Subject: [PATCH] luci: add `space` unifi code style Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com> --- luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua | 2 +- luci-app-passwall/po/zh-cn/passwall.po | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua b/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua index 15dc58da0..499822fcb 100644 --- a/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua +++ b/luci-app-passwall/luasrc/model/cbi/passwall/server/user.lua @@ -12,7 +12,7 @@ local ss_encrypt_method_list = { local ss_rust_encrypt_method_list = { "plain", "none", "aes-128-gcm", "aes-256-gcm", "chacha20-ietf-poly1305", - "2022-blake3-aes-128-gcm","2022-blake3-aes-256-gcm","2022-blake3-chacha20-poly1305" + "2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305" } local ssr_encrypt_method_list = { diff --git a/luci-app-passwall/po/zh-cn/passwall.po b/luci-app-passwall/po/zh-cn/passwall.po index c7afa0dbb..3cc91228c 100644 --- a/luci-app-passwall/po/zh-cn/passwall.po +++ b/luci-app-passwall/po/zh-cn/passwall.po @@ -995,10 +995,10 @@ msgid "IV Check" msgstr "IV 检查" msgid "UDP over TCP" -msgstr "TCP封装UDP" +msgstr "TCP 封装 UDP" msgid "Need Xray server side with Shadowsocks-2022 protocol" -msgstr "需要Xray作服务器端的Shadowsocks-2022协议" +msgstr "需要 Xray 作服务器端的 Shadowsocks-2022 协议" msgid "Connection Timeout" msgstr "连接超时时间" @@ -1280,7 +1280,7 @@ msgid "Early data length" msgstr "前置数据最大长度" msgid "Early data header name" -msgstr "前置数据HTTP头名" +msgstr "前置数据 HTTP 头名" msgid "Recommended value: Sec-WebSocket-Protocol" msgstr "推荐值:Sec-WebSocket-Protocol"