• R/O
  • HTTP
  • SSH
  • HTTPS

luci: Commit

LuCI - OpenWrt Configuration Interface


Commit MetaInfo

Revision5bdfbabe8757ee2b8750d3fa9382f9caa3b3d8d0 (tree)
Time2023-03-19 00:54:10
AuthorTianling Shen <cnsztl@immo...>
CommiterTianling Shen

Log Message

luci-app-v2raya: drop deprecated option

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Change Summary

Incremental Difference

--- a/applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js
+++ b/applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js
@@ -44,26 +44,6 @@ function renderStatus(isRunning, port) {
4444 return renderHTML;
4545 }
4646
47-function uploadCertificate(type, filename, ev) {
48- L.resolveDefault(fs.exec('/bin/mkdir', [ '-p', '/etc/v2raya/' ]));
49-
50- return ui.uploadFile('/etc/v2raya/' + filename, ev.target)
51- .then(L.bind(function(btn, res) {
52- btn.firstChild.data = _('Checking %s...').format(type);
53-
54- if (res.size <= 0) {
55- ui.addNotification(null, E('p', _('The uploaded %s is empty.').format(type)));
56- return fs.remove('/etc/v2raya/' + filename);
57- }
58-
59- ui.addNotification(null, E('p', _('Your %s was successfully uploaded. Size: %sB.').format(type, res.size)));
60- }, this, ev.target))
61- .catch(function(e) { ui.addNotification(null, E('p', e.message)) })
62- .finally(L.bind(function(btn, input) {
63- btn.firstChild.data = _('Upload...');
64- }, this, ev.target));
65-}
66-
6747 return view.extend({
6848 load: function() {
6949 return Promise.all([
@@ -155,23 +135,6 @@ return view.extend({
155135 _('Additional v2ray config directory, files in it will be combined with config generated by v2rayA.'));
156136 o.datatype = 'path';
157137
158- o = s.option(form.Value, 'vless_grpc_inbound_cert_key', _('Certpath for gRPC inbound'),
159- _('Specify the certification path instead of automatically generating a self-signed certificate.'));
160- o.value('', _('Automatically generate'));
161- o.value('/etc/v2raya/grpc_certificate.crt,/etc/v2raya/grpc_private.key');
162-
163- o = s.option(form.Button, '_upload_cert', _('Upload certificate'));
164- o.inputstyle = 'action';
165- o.inputtitle = _('Upload...');
166- o.onclick = L.bind(uploadCertificate, this, _('certificate'), 'grpc_certificate.crt');
167- o.depends('vless_grpc_inbound_cert_key', '/etc/v2raya/grpc_certificate.crt,/etc/v2raya/grpc_private.key');
168-
169- o = s.option(form.Button, '_upload_key', _('Upload privateKey'));
170- o.inputstyle = 'action';
171- o.inputtitle = _('Upload...');
172- o.onclick = L.bind(uploadCertificate, this, _('private key'), 'grpc_private.key');
173- o.depends('vless_grpc_inbound_cert_key', '/etc/v2raya/grpc_certificate.crt,/etc/v2raya/grpc_private.key');
174-
175138 return m.render();
176139 }
177140 });
--- a/applications/luci-app-v2raya/po/templates/v2raya.pot
+++ b/applications/luci-app-v2raya/po/templates/v2raya.pot
@@ -1,67 +1,55 @@
11 msgid ""
22 msgstr "Content-Type: text/plain; charset=UTF-8"
33
4-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:155
4+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:135
55 msgid ""
66 "Additional v2ray config directory, files in it will be combined with config "
77 "generated by v2rayA."
88 msgstr ""
99
10-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:114
10+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:94
1111 msgid "Auto"
1212 msgstr ""
1313
14-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:160
15-msgid "Automatically generate"
16-msgstr ""
17-
18-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:158
19-msgid "Certpath for gRPC inbound"
20-msgstr ""
21-
22-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:52
23-msgid "Checking %s..."
24-msgstr ""
25-
26-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:92
14+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:72
2715 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:35
2816 msgid "Collecting data..."
2917 msgstr ""
3018
31-#: applications/luci-app-v2raya/root/usr/share/rpcd/luci/menu.d/luci-app-v2raya.json:14
19+#: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:14
3220 msgid "Configuration"
3321 msgstr ""
3422
35-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:107
23+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:87
3624 msgid "Configuration directory"
3725 msgstr ""
3826
39-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:122
27+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:102
4028 msgid "Debug"
4129 msgstr ""
4230
43-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:142
31+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:122
4432 msgid "Disable log color output"
4533 msgstr ""
4634
47-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:146
35+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:126
4836 msgid "Disable log timestamp"
4937 msgstr ""
5038
51-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:98
39+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:78
5240 msgid "Enable"
5341 msgstr ""
5442
55-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:125
43+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:105
5644 msgid "Error"
5745 msgstr ""
5846
59-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:151
47+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:131
6048 msgid ""
6149 "Executable v2ray binary path. Auto-detect if put it empty (recommended)."
6250 msgstr ""
6351
64-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:154
52+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:134
6553 msgid "Extra config directory"
6654 msgstr ""
6755
@@ -69,15 +57,15 @@ msgstr ""
6957 msgid "Grant access to v2rayA configuration"
7058 msgstr ""
7159
72-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:112
60+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:92
7361 msgid "IPv6 support"
7462 msgstr ""
7563
76-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:123
64+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:103
7765 msgid "Info"
7866 msgstr ""
7967
80-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:102
68+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:82
8169 msgid "Listening address"
8270 msgstr ""
8371
@@ -85,7 +73,7 @@ msgstr ""
8573 msgid "Loading..."
8674 msgstr ""
8775
88-#: applications/luci-app-v2raya/root/usr/share/rpcd/luci/menu.d/luci-app-v2raya.json:22
76+#: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:22
8977 msgid "Log"
9078 msgstr ""
9179
@@ -93,7 +81,7 @@ msgstr ""
9381 msgid "Log file does not exist."
9482 msgstr ""
9583
96-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:129
84+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:109
9785 msgid "Log file path"
9886 msgstr ""
9987
@@ -101,19 +89,19 @@ msgstr ""
10189 msgid "Log is clean."
10290 msgstr ""
10391
104-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:120
92+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:100
10593 msgid "Log level"
10694 msgstr ""
10795
108-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:113
96+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:93
10997 msgid "Make sure your IPv6 network works fine before you turn it on."
11098 msgstr ""
11199
112-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:136
100+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:116
113101 msgid "Max log retention period"
114102 msgstr ""
115103
116-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:137
104+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:117
117105 msgid "Maximum number of days to keep log files."
118106 msgstr ""
119107
@@ -121,11 +109,11 @@ msgstr ""
121109 msgid "NOT RUNNING"
122110 msgstr ""
123111
124-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:116
112+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:96
125113 msgid "Off"
126114 msgstr ""
127115
128-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:115
116+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:95
129117 msgid "On"
130118 msgstr ""
131119
@@ -141,17 +129,7 @@ msgstr ""
141129 msgid "Refresh every %s seconds."
142130 msgstr ""
143131
144-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:159
145-msgid ""
146-"Specify the certification path instead of automatically generating a self-"
147-"signed certificate."
148-msgstr ""
149-
150-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:55
151-msgid "The uploaded %s is empty."
152-msgstr ""
153-
154-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:121
132+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:101
155133 msgid "Trace"
156134 msgstr ""
157135
@@ -159,48 +137,22 @@ msgstr ""
159137 msgid "Unknown error: %s"
160138 msgstr ""
161139
162-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:163
163-msgid "Upload certificate"
164-msgstr ""
165-
166-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:169
167-msgid "Upload privateKey"
168-msgstr ""
169-
170-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:63
171-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:165
172-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:171
173-msgid "Upload..."
174-msgstr ""
175-
176-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:124
140+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:104
177141 msgid "Warn"
178142 msgstr ""
179143
180-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:59
181-msgid "Your %s was successfully uploaded. Size: %sB."
182-msgstr ""
183-
184-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:166
185-msgid "certificate"
186-msgstr ""
187-
188-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:172
189-msgid "private key"
190-msgstr ""
191-
192-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:150
144+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:130
193145 msgid "v2ray binary path"
194146 msgstr ""
195147
196148 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:39
197149 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:41
198-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:78
199-#: applications/luci-app-v2raya/root/usr/share/rpcd/luci/menu.d/luci-app-v2raya.json:3
150+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:58
151+#: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:3
200152 msgid "v2rayA"
201153 msgstr ""
202154
203-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:79
155+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:59
204156 msgid ""
205157 "v2rayA is a V2Ray Linux client supporting global transparent proxy, "
206158 "compatible with SS, SSR, Trojan(trojan-go), PingTunnel protocols."
--- a/applications/luci-app-v2raya/po/zh_Hans/v2raya.po
+++ b/applications/luci-app-v2raya/po/zh_Hans/v2raya.po
@@ -8,68 +8,56 @@ msgstr ""
88 "MIME-Version: 1.0\n"
99 "Content-Transfer-Encoding: 8bit\n"
1010
11-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:155
11+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:135
1212 msgid ""
1313 "Additional v2ray config directory, files in it will be combined with config "
1414 "generated by v2rayA."
1515 msgstr ""
1616 "附加 v2ray 配置目录,包含在其中的文件将被合并至 v2rayA 生成的配置文件中。"
1717
18-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:114
18+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:94
1919 msgid "Auto"
2020 msgstr "自动"
2121
22-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:160
23-msgid "Automatically generate"
24-msgstr "自动生成"
25-
26-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:158
27-msgid "Certpath for gRPC inbound"
28-msgstr "gPRC 入站证书目录"
29-
30-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:52
31-msgid "Checking %s..."
32-msgstr "检查%s中..."
33-
34-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:92
22+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:72
3523 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/log.js:35
3624 msgid "Collecting data..."
3725 msgstr "收集数据中..."
3826
39-#: applications/luci-app-v2raya/root/usr/share/rpcd/luci/menu.d/luci-app-v2raya.json:14
27+#: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:14
4028 msgid "Configuration"
4129 msgstr "配置"
4230
43-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:107
31+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:87
4432 msgid "Configuration directory"
4533 msgstr "配置文件目录"
4634
47-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:122
35+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:102
4836 msgid "Debug"
4937 msgstr "调试"
5038
51-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:142
39+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:122
5240 msgid "Disable log color output"
5341 msgstr "禁用日志彩色输出"
5442
55-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:146
43+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:126
5644 msgid "Disable log timestamp"
5745 msgstr "禁用日志时间戳"
5846
59-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:98
47+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:78
6048 msgid "Enable"
6149 msgstr "启用"
6250
63-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:125
51+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:105
6452 msgid "Error"
6553 msgstr "错误"
6654
67-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:151
55+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:131
6856 msgid ""
6957 "Executable v2ray binary path. Auto-detect if put it empty (recommended)."
7058 msgstr "v2ray 可执行二进制文件目录。留空以自动检测(推荐)。"
7159
72-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:154
60+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:134
7361 msgid "Extra config directory"
7462 msgstr "附加配置目录"
7563
@@ -77,15 +65,15 @@ msgstr "附加配置目录"
7765 msgid "Grant access to v2rayA configuration"
7866 msgstr "授予访问 v2rayA 配置的权限"
7967
80-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:112
68+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:92
8169 msgid "IPv6 support"
8270 msgstr "IPv6 支持"
8371
84-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:123
72+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:103
8573 msgid "Info"
8674 msgstr "信息"
8775
88-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:102
76+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:82
8977 msgid "Listening address"
9078 msgstr "监听地址"
9179
@@ -93,7 +81,7 @@ msgstr "监听地址"
9381 msgid "Loading..."
9482 msgstr "加载中..."
9583
96-#: applications/luci-app-v2raya/root/usr/share/rpcd/luci/menu.d/luci-app-v2raya.json:22
84+#: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:22
9785 msgid "Log"
9886 msgstr "日志"
9987
@@ -101,7 +89,7 @@ msgstr "日志"
10189 msgid "Log file does not exist."
10290 msgstr "日志文件不存在。"
10391
104-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:129
92+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:109
10593 msgid "Log file path"
10694 msgstr "日志文件路径"
10795
@@ -109,19 +97,19 @@ msgstr "日志文件路径"
10997 msgid "Log is clean."
11098 msgstr "日志为空。"
11199
112-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:120
100+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:100
113101 msgid "Log level"
114102 msgstr "日志等级"
115103
116-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:113
104+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:93
117105 msgid "Make sure your IPv6 network works fine before you turn it on."
118106 msgstr "开启前,请确保您的 IPv6 网络工作正常。"
119107
120-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:136
108+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:116
121109 msgid "Max log retention period"
122110 msgstr "最长日志保留时间"
123111
124-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:137
112+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:117
125113 msgid "Maximum number of days to keep log files."
126114 msgstr "保留日志文件的最长天数。"
127115
@@ -129,11 +117,11 @@ msgstr "保留日志文件的最长天数。"
129117 msgid "NOT RUNNING"
130118 msgstr "未运行"
131119
132-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:116
120+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:96
133121 msgid "Off"
134122 msgstr "关"
135123
136-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:115
124+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:95
137125 msgid "On"
138126 msgstr "开"
139127
@@ -149,17 +137,7 @@ msgstr "运行中"
149137 msgid "Refresh every %s seconds."
150138 msgstr "每 %s 秒刷新。"
151139
152-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:159
153-msgid ""
154-"Specify the certification path instead of automatically generating a self-"
155-"signed certificate."
156-msgstr "指定证书目录而不是自动生成自签证书。"
157-
158-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:55
159-msgid "The uploaded %s is empty."
160-msgstr "上传的%s为空。"
161-
162-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:121
140+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:101
163141 msgid "Trace"
164142 msgstr "跟踪"
165143
@@ -167,48 +145,22 @@ msgstr "跟踪"
167145 msgid "Unknown error: %s"
168146 msgstr "未知错误:%s"
169147
170-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:163
171-msgid "Upload certificate"
172-msgstr "上传证书"
173-
174-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:169
175-msgid "Upload privateKey"
176-msgstr "上传私钥"
177-
178-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:63
179-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:165
180-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:171
181-msgid "Upload..."
182-msgstr "上传..."
183-
184-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:124
148+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:104
185149 msgid "Warn"
186150 msgstr "警告"
187151
188-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:59
189-msgid "Your %s was successfully uploaded. Size: %sB."
190-msgstr "您的%s上传成功。大小:%sB。"
191-
192-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:166
193-msgid "certificate"
194-msgstr "证书"
195-
196-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:172
197-msgid "private key"
198-msgstr "私钥"
199-
200-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:150
152+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:130
201153 msgid "v2ray binary path"
202154 msgstr "v2ray 二进制路径"
203155
204156 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:39
205157 #: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:41
206-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:78
207-#: applications/luci-app-v2raya/root/usr/share/rpcd/luci/menu.d/luci-app-v2raya.json:3
158+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:58
159+#: applications/luci-app-v2raya/root/usr/share/luci/menu.d/luci-app-v2raya.json:3
208160 msgid "v2rayA"
209161 msgstr "v2rayA"
210162
211-#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:79
163+#: applications/luci-app-v2raya/htdocs/luci-static/resources/view/v2raya/config.js:59
212164 msgid ""
213165 "v2rayA is a V2Ray Linux client supporting global transparent proxy, "
214166 "compatible with SS, SSR, Trojan(trojan-go), PingTunnel protocols."
Show on old repository browser