-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
768 lines (601 loc) · 18.2 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
# Translations template for PROJECT.
# Copyright (C) 2021 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-03-16 15:24+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: init.py:94
msgid "You has been logout, please refresh this page and login again"
msgstr ""
#: base/router.py:28
msgid "login success"
msgstr ""
#: base/router.py:29
msgid "username or password wrong"
msgstr ""
#: server/router.py:41
#, python-format
msgid "File <%(file)s> does not exist."
msgstr ""
#: server/router.py:45
msgid "update success, please determine if you need to restart the panel."
msgstr ""
#: server/router.py:56
msgid "old username or old password wrong"
msgstr ""
#: server/router.py:60
msgid "update success"
msgstr ""
#: server/router.py:73 server/router.py:82
msgid "Get xray version success"
msgstr ""
#: server/router.py:87
msgid "Failed to check xray version from Github, please try again after a while"
msgstr ""
#: server/router.py:126
msgid "Switch xray version success"
msgstr ""
#: server/router.py:131
msgid "Switch xray-core version failed."
msgstr ""
#: templates/index.html:47 templates/v2ray/accounts.html:257
#: templates/v2ray/accounts.html:274 templates/v2ray/inbound_modal.html:322
#: templates/v2ray/inbound_modal.html:341
msgid "username"
msgstr ""
#: templates/index.html:54 templates/v2ray/accounts.html:184
#: templates/v2ray/accounts.html:214 templates/v2ray/accounts.html:225
#: templates/v2ray/accounts.html:261 templates/v2ray/accounts.html:278
#: templates/v2ray/inbound_modal.html:61 templates/v2ray/inbound_modal.html:74
#: templates/v2ray/inbound_modal.html:202
#: templates/v2ray/inbound_modal.html:280
#: templates/v2ray/inbound_modal.html:325
#: templates/v2ray/inbound_modal.html:344
msgid "password"
msgstr ""
#: templates/index.html:59
msgid "login"
msgstr ""
#: templates/common/base.html:43 templates/v2ray/setting.html:130
#: templates/v2ray/setting.html:138
msgid "seconds"
msgstr ""
#: templates/common/base.html:45
msgid "minutes"
msgstr ""
#: templates/common/base.html:47
msgid "hours"
msgstr ""
#: templates/common/base.html:49
msgid "days"
msgstr ""
#: templates/common/prompt_modal.html:3 templates/v2ray/accounts.html:44
#: templates/v2ray/accounts.html:98 templates/v2ray/accounts.html:399
#: templates/v2ray/index.html:280
msgid "cancel"
msgstr ""
#: templates/common/prompt_modal.html:17 templates/common/prompt_modal.html:40
#: templates/v2ray/accounts.html:44 templates/v2ray/accounts.html:98
#: templates/v2ray/inbound_modal.html:425
#: templates/v2ray/inbound_modal.html:431 templates/v2ray/index.html:160
#: templates/v2ray/index.html:279
msgid "confirm"
msgstr ""
#: templates/common/qrcode_modal.html:3 templates/common/text_modal.html:2
#: templates/v2ray/accounts.html:196 templates/v2ray/accounts.html:268
#: templates/v2ray/inbound_modal.html:3 templates/v2ray/index.html:160
msgid "close"
msgstr ""
#: templates/common/qrcode_modal.html:17 templates/common/text_modal.html:2
msgid "copy"
msgstr ""
#: templates/common/qrcode_modal.html:32 templates/common/text_modal.html:31
msgid "copied"
msgstr ""
#: templates/common/text_modal.html:6 templates/v2ray/accounts.html:37
#: templates/v2ray/accounts.html:91
msgid "download"
msgstr ""
#: templates/v2ray/accounts.html:2 templates/v2ray/common_sider.html:10
#: templates/v2ray/common_sider.html:62
msgid "accounts"
msgstr ""
#: templates/v2ray/accounts.html:21 templates/v2ray/index.html:180
#: templates/v2ray/index.html:182 templates/v2ray/index.html:213
#: templates/v2ray/index.html:216
msgid "loading"
msgstr ""
#: templates/v2ray/accounts.html:24
msgid ""
"Please go to the panel settings as soon as possible to modify the "
"username and password, otherwise there may be a risk of leaking account "
"information"
msgstr ""
#: templates/v2ray/accounts.html:33
msgid "search"
msgstr ""
#: templates/v2ray/accounts.html:37 templates/v2ray/accounts.html:91
msgid "upload"
msgstr ""
#: templates/v2ray/accounts.html:41 templates/v2ray/accounts.html:95
msgid "total traffic"
msgstr ""
#: templates/v2ray/accounts.html:42 templates/v2ray/accounts.html:96
msgid "Are you sure you want to reset all traffic to 0? It's unrecoverable"
msgstr ""
#: templates/v2ray/accounts.html:49
msgid "number of accounts"
msgstr ""
#: templates/v2ray/accounts.html:56
msgid "No account, please add an account first"
msgstr ""
#: templates/v2ray/accounts.html:65
msgid "qrcode"
msgstr ""
#: templates/v2ray/accounts.html:67
msgid "copy link"
msgstr ""
#: templates/v2ray/accounts.html:74 templates/v2ray/inbound_modal.html:13
msgid "protocol"
msgstr ""
#: templates/v2ray/accounts.html:78 templates/v2ray/inbound_modal.html:7
msgid "remark"
msgstr ""
#: templates/v2ray/accounts.html:79 templates/v2ray/accounts.html:174
#: templates/v2ray/accounts.html:185 templates/v2ray/accounts.html:202
msgid "none"
msgstr ""
#: templates/v2ray/accounts.html:82 templates/v2ray/inbound_modal.html:10
#: templates/v2ray/inbound_modal.html:329
msgid "enable"
msgstr ""
#: templates/v2ray/accounts.html:83
msgid "Whether to disable"
msgstr ""
#: templates/v2ray/accounts.html:83
msgid "Whether to enable"
msgstr ""
#: templates/v2ray/accounts.html:85 templates/v2ray/accounts.html:86
#: templates/v2ray/accounts.html:252
msgid "yes"
msgstr ""
#: templates/v2ray/accounts.html:85 templates/v2ray/accounts.html:87
#: templates/v2ray/accounts.html:253
msgid "no"
msgstr ""
#: templates/v2ray/accounts.html:107 templates/v2ray/inbound_modal.html:31
msgid "port"
msgstr ""
#: templates/v2ray/accounts.html:118 templates/v2ray/inbound_modal.html:42
msgid "alter id"
msgstr ""
#: templates/v2ray/accounts.html:122 templates/v2ray/accounts.html:180
#: templates/v2ray/accounts.html:221 templates/v2ray/inbound_modal.html:69
#: templates/v2ray/inbound_modal.html:273
msgid "method"
msgstr ""
#: templates/v2ray/accounts.html:136 templates/v2ray/inbound_modal.html:93
msgid "transport"
msgstr ""
#: templates/v2ray/accounts.html:142 templates/v2ray/accounts.html:155
#: templates/v2ray/accounts.html:188 templates/v2ray/inbound_modal.html:108
#: templates/v2ray/inbound_modal.html:192
#: templates/v2ray/inbound_modal.html:283
msgid "camouflage"
msgstr ""
#: templates/v2ray/accounts.html:147 templates/v2ray/accounts.html:162
#: templates/v2ray/accounts.html:169 templates/v2ray/inbound_modal.html:231
#: templates/v2ray/inbound_modal.html:260
msgid "path"
msgstr ""
#: templates/v2ray/accounts.html:195 templates/v2ray/accounts.html:267
msgid "open"
msgstr ""
#: templates/v2ray/accounts.html:201 templates/v2ray/inbound_modal.html:369
msgid "domain"
msgstr ""
#: templates/v2ray/accounts.html:229 templates/v2ray/accounts.html:244
#: templates/v2ray/inbound_modal.html:77
msgid "network"
msgstr ""
#: templates/v2ray/accounts.html:236 templates/v2ray/inbound_modal.html:299
msgid "forward address"
msgstr ""
#: templates/v2ray/accounts.html:240 templates/v2ray/inbound_modal.html:302
msgid "forward port"
msgstr ""
#: templates/v2ray/accounts.html:251 templates/v2ray/inbound_modal.html:317
msgid "password auth"
msgstr ""
#: templates/v2ray/accounts.html:347
msgid "add account"
msgstr ""
#: templates/v2ray/accounts.html:348
msgid "add"
msgstr ""
#: templates/v2ray/accounts.html:357
msgid "update account"
msgstr ""
#: templates/v2ray/accounts.html:358 templates/v2ray/setting.html:37
#: templates/v2ray/setting.html:211
msgid "update"
msgstr ""
#: templates/v2ray/accounts.html:396
msgid "delete account"
msgstr ""
#: templates/v2ray/accounts.html:397
msgid "Cannot be restored after deletion, confirm deletion?"
msgstr ""
#: templates/v2ray/accounts.html:398
msgid "delete"
msgstr ""
#: templates/v2ray/clients.html:2 templates/v2ray/common_sider.html:18
#: templates/v2ray/common_sider.html:70
msgid "clients"
msgstr ""
#: templates/v2ray/common_sider.html:6 templates/v2ray/common_sider.html:58
#: templates/v2ray/index.html:2
msgid "system status"
msgstr ""
#: templates/v2ray/common_sider.html:14 templates/v2ray/common_sider.html:66
#: templates/v2ray/setting.html:2 templates/v2ray/setting.html:43
msgid "panel settings"
msgstr ""
#: templates/v2ray/common_sider.html:23 templates/v2ray/common_sider.html:75
msgid "other"
msgstr ""
#: templates/v2ray/common_sider.html:35 templates/v2ray/common_sider.html:87
#: templates/v2ray/tutorial.html:2 templates/v2ray/tutorial.html:30
#: templates/v2ray/tutorial.html:36 templates/v2ray/tutorial.html:42
msgid "tutorial"
msgstr ""
#: templates/v2ray/common_sider.html:44 templates/v2ray/common_sider.html:96
msgid "logout"
msgstr ""
#: templates/v2ray/inbound_modal.html:21
msgid "listening IP"
msgstr ""
#: templates/v2ray/inbound_modal.html:24
msgid "If you don't fully understand its purpose, leave it at the default."
msgstr ""
#: templates/v2ray/inbound_modal.html:45
msgid "disable insecure encryption"
msgstr ""
#: templates/v2ray/inbound_modal.html:119
msgid "request version"
msgstr ""
#: templates/v2ray/inbound_modal.html:122
msgid "request method"
msgstr ""
#: templates/v2ray/inbound_modal.html:125
msgid "request path"
msgstr ""
#: templates/v2ray/inbound_modal.html:130
#: templates/v2ray/inbound_modal.html:234
msgid "request header"
msgstr ""
#: templates/v2ray/inbound_modal.html:139
#: templates/v2ray/inbound_modal.html:174
#: templates/v2ray/inbound_modal.html:243 templates/v2ray/setting.html:78
msgid "name"
msgstr ""
#: templates/v2ray/inbound_modal.html:141
#: templates/v2ray/inbound_modal.html:176
#: templates/v2ray/inbound_modal.html:245 templates/v2ray/setting.html:84
msgid "value"
msgstr ""
#: templates/v2ray/inbound_modal.html:156
msgid "response version"
msgstr ""
#: templates/v2ray/inbound_modal.html:159
msgid "response status"
msgstr ""
#: templates/v2ray/inbound_modal.html:162
msgid "response reason"
msgstr ""
#: templates/v2ray/inbound_modal.html:165
msgid "response header"
msgstr ""
#: templates/v2ray/inbound_modal.html:194
#: templates/v2ray/inbound_modal.html:285
msgid "not camouflage"
msgstr ""
#: templates/v2ray/inbound_modal.html:195
#: templates/v2ray/inbound_modal.html:286
msgid "camouflage video call"
msgstr ""
#: templates/v2ray/inbound_modal.html:196
#: templates/v2ray/inbound_modal.html:287
msgid "camouflage BT download"
msgstr ""
#: templates/v2ray/inbound_modal.html:197
#: templates/v2ray/inbound_modal.html:288
msgid "camouflage WeChat video"
msgstr ""
#: templates/v2ray/inbound_modal.html:198
#: templates/v2ray/inbound_modal.html:289
msgid "camouflage DTLS 1.2 packages"
msgstr ""
#: templates/v2ray/inbound_modal.html:199
#: templates/v2ray/inbound_modal.html:290
msgid "camouflage wireguard packages"
msgstr ""
#: templates/v2ray/inbound_modal.html:205
msgid "mtu"
msgstr ""
#: templates/v2ray/inbound_modal.html:208
msgid "tti"
msgstr ""
#: templates/v2ray/inbound_modal.html:211
msgid "uplink capacity"
msgstr ""
#: templates/v2ray/inbound_modal.html:214
msgid "downlink capacity"
msgstr ""
#: templates/v2ray/inbound_modal.html:217
msgid "congestion"
msgstr ""
#: templates/v2ray/inbound_modal.html:220
msgid "read buffer size"
msgstr ""
#: templates/v2ray/inbound_modal.html:223
msgid "write buffer size"
msgstr ""
#: templates/v2ray/inbound_modal.html:305
msgid "forward network"
msgstr ""
#: templates/v2ray/inbound_modal.html:375
msgid "certificate"
msgstr ""
#: templates/v2ray/inbound_modal.html:378
#: templates/v2ray/inbound_modal.html:383
msgid "certificate file path"
msgstr ""
#: templates/v2ray/inbound_modal.html:379
#: templates/v2ray/inbound_modal.html:391
msgid "certificate file content"
msgstr ""
#: templates/v2ray/inbound_modal.html:386
msgid "key file path"
msgstr ""
#: templates/v2ray/inbound_modal.html:395
msgid "key file content"
msgstr ""
#: templates/v2ray/inbound_modal.html:407
msgid "sniffing"
msgstr ""
#: templates/v2ray/inbound_modal.html:410
msgid "If there are no special needs, just keep the default."
msgstr ""
#: templates/v2ray/index.html:34
msgid "memory"
msgstr ""
#: templates/v2ray/index.html:52
msgid "disk"
msgstr ""
#: templates/v2ray/index.html:65
msgid "status"
msgstr ""
#: templates/v2ray/index.html:66 templates/v2ray/index.html:232
#: templates/v2ray/setting.html:197
msgid "error"
msgstr ""
#: templates/v2ray/index.html:76
msgid "Switch version"
msgstr ""
#: templates/v2ray/index.html:81
msgid "uptime"
msgstr ""
#: templates/v2ray/index.html:84
msgid "The running time of the system since boot."
msgstr ""
#: templates/v2ray/index.html:92
msgid "loads"
msgstr ""
#: templates/v2ray/index.html:97
msgid "connections"
msgstr ""
#: templates/v2ray/index.html:100
msgid "The number of connections for the entire system, not xray."
msgstr ""
#: templates/v2ray/index.html:113
msgid "Total upload speed of all NICs."
msgstr ""
#: templates/v2ray/index.html:122
msgid "Total download speed of all NICs."
msgstr ""
#: templates/v2ray/index.html:137
msgid "Total upload traffic for all NICs since boot."
msgstr ""
#: templates/v2ray/index.html:146
msgid "Total download traffic for all NICs since boot."
msgstr ""
#: templates/v2ray/index.html:158 templates/v2ray/index.html:277
msgid "Switch xray version"
msgstr ""
#: templates/v2ray/index.html:161
msgid "Click on the xray-core version you want to switch."
msgstr ""
#: templates/v2ray/index.html:162
msgid ""
"Please choose carefully, the old version may be incompatible with the "
"configuration."
msgstr ""
#: templates/v2ray/index.html:230
msgid "running"
msgstr ""
#: templates/v2ray/index.html:231
msgid "not running"
msgstr ""
#: templates/v2ray/index.html:278
msgid "Are you sure you want to switch to xray"
msgstr ""
#: templates/v2ray/index.html:283
msgid "installing, please do not leave this page."
msgstr ""
#: templates/v2ray/setting.html:22
msgid "update login username & password"
msgstr ""
#: templates/v2ray/setting.html:24
msgid "old username"
msgstr ""
#: templates/v2ray/setting.html:27
msgid "old password"
msgstr ""
#: templates/v2ray/setting.html:30
msgid "new username"
msgstr ""
#: templates/v2ray/setting.html:33
msgid "new password"
msgstr ""
#: templates/v2ray/setting.html:52
msgid "Restart the panel after updated"
msgstr ""
#: templates/v2ray/setting.html:90
msgid "action"
msgstr ""
#: templates/v2ray/setting.html:98
msgid "Listening IP"
msgstr ""
#: templates/v2ray/setting.html:99
msgid ""
"Be careful modifying it! ! ! If you are using software such as nginx, you"
" can set this to 127.0.0.1 so that the outside world cannot access the "
"panel directly. Or set to empty to listen to all IPv4 and IPv6 addresses."
" Don't change it if you don't understand."
msgstr ""
#: templates/v2ray/setting.html:102
msgid "Panel port"
msgstr ""
#: templates/v2ray/setting.html:106
msgid "Web root path"
msgstr ""
#: templates/v2ray/setting.html:107
msgid ""
"Be careful modifying it! ! ! You can fill in the root path of your "
"personality page, such as /v2-ui, which is empty by default. If the fill-"
"in must start with / and cannot end with /, the error will result in "
"inaccessible panels."
msgstr ""
#: templates/v2ray/setting.html:110
msgid "SSL cert file path"
msgstr ""
#: templates/v2ray/setting.html:111 templates/v2ray/setting.html:115
msgid ""
"Be careful modifying it! ! ! An absolute path is required, and a "
"modification error will prevent the panel from starting."
msgstr ""
#: templates/v2ray/setting.html:114
msgid "SSL key file path"
msgstr ""
#: templates/v2ray/setting.html:118
msgid "Login page title"
msgstr ""
#: templates/v2ray/setting.html:126
msgid "xray config template"
msgstr ""
#: templates/v2ray/setting.html:127
msgid ""
"Be careful modifying it! ! ! Make sure you are very familiar with the "
"configuration of xray, please do not delete the configuration about api."
msgstr ""
#: templates/v2ray/setting.html:130
msgid "Change Effective Time"
msgstr ""
#: templates/v2ray/setting.html:131 templates/v2ray/setting.html:139
msgid ""
"Too small number can lead to increased CPU usage, fill 0 or negative at "
"your own risk."
msgstr ""
#: templates/v2ray/setting.html:134
msgid "Command to restart xray"
msgstr ""
#: templates/v2ray/setting.html:135
msgid ""
"When xray needs to be restarted, the panel will automatically run this "
"command to restart xray, generally without modification."
msgstr ""
#: templates/v2ray/setting.html:138
msgid "Statistical traffic interval time"
msgstr ""
#: templates/v2ray/setting.html:187
msgid "xray core version"
msgstr ""
#: templates/v2ray/setting.html:188
msgid "current panel version"
msgstr ""
#: templates/v2ray/setting.html:197
msgid "not supported type"
msgstr ""
#: templates/v2ray/setting.html:234
msgid "please input old username"
msgstr ""
#: templates/v2ray/setting.html:236
msgid "please input old password"
msgstr ""
#: templates/v2ray/setting.html:238
msgid "please input new username"
msgstr ""
#: templates/v2ray/setting.html:240
msgid "please input new password"
msgstr ""
#: templates/v2ray/setting.html:259
msgid "NOTICE"
msgstr ""
#: templates/v2ray/setting.html:261
msgid ""
"Most of the configuration items on this page are directly related to the "
"survival of the panel and v2ray."
msgstr ""
#: templates/v2ray/setting.html:262
msgid ""
"Modifying the wrong value will cause the panel to fail to start, then you"
" must reset all values."
msgstr ""
#: templates/v2ray/setting.html:263
msgid ""
"Please make a backup yourself. If the data is lost, I will not be "
"responsible for it."
msgstr ""
#: templates/v2ray/setting.html:265
msgid "understood"
msgstr ""
#: templates/v2ray/setting.html:266
msgid "not remind"
msgstr ""
#: templates/v2ray/tutorial.html:24
msgid "blog"
msgstr ""
#: v2ray/router.py:74 v2ray/router.py:99
msgid "port exists"
msgstr ""
#: v2ray/router.py:86
#, python-format
msgid "Successfully added, will take effect within %(seconds)d seconds"
msgstr ""
#: v2ray/router.py:112
#, python-format
msgid "Successfully updated, will take effect within %(seconds)d seconds"
msgstr ""
#: v2ray/router.py:124
#, python-format
msgid "Successfully deleted, will take effect within %(seconds)d seconds"
msgstr ""
#: v2ray/router.py:133
msgid "Reset traffic successfully"
msgstr ""
#: v2ray/router.py:140
msgid "Reset add traffic successfully"
msgstr ""