add sessionrecordings for powershell/user shells #7035
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
May 20, 2025 at 20:11 UTC
158107d6aea24fe9f46c4c09fdaaca35bc5a7409
6 files changed
+673
-588
meshcentral-config-schema.json
+1
-1
@@ -2890,7 +2890,7 @@
2890
"items": {
2891
"type": "integer"
2892
},
2893
- "description": "This is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection, 200 = Messenger"
2893
+ "description": "This is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 6 = Admin Powershell, 8 = User Shell, 9 = User Powershell, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection, 200 = Messenger"
2894
}
2895
},
2896
"required": [
meshrelay.js
+5
-2
@@ -42,6 +42,9 @@ const MESHRIGHT_ADMIN = 0xFFFFFFFF;
42
// 1 = Terminal
43
// 2 = Desktop
44
// 5 = Files
45
+// 6 = Admin PowerShell
46
+// 8 = User Shell
47
+// 9 = User PowerShell
48
// 10 = Web-RDP
49
// 11 = Web-SSH
50
// 12 = Web-VNC
@@ -578,7 +581,7 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) {
581
// Log the connection
582
if (sessionUser != null) {
583
var msg = 'Started relay session', msgid = 13;
581
- if (obj.req.query.p == 1) { msg = 'Started terminal session'; msgid = 14; }
584
+ if ([1,6,8,9].indexOf(obj.req.query.p) >= 0) { msg = 'Started terminal session'; msgid = 14; } // admin shell, admin powershell, user shell, user powershell
585
else if (obj.req.query.p == 2) { msg = 'Started desktop session'; msgid = 15; }
586
else if (obj.req.query.p == 5) { msg = 'Started file management session'; msgid = 16; }
587
else if (obj.req.query.p == 200) { msg = 'Started messenger session'; msgid = 162; }
@@ -777,7 +780,7 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) {
780
// Log the disconnection
781
if (ws.time) {
782
var msg = 'Ended relay session', msgid = 9;
780
- if (obj.req.query.p == 1) { msg = 'Ended terminal session', msgid = 10; }
783
+ if ([1,6,8,9].indexOf(obj.req.query.p) >= 0) { msg = 'Ended terminal session', msgid = 10; } // admin shell, admin powershell, user shell, user powershell
784
else if (obj.req.query.p == 2) { msg = 'Ended desktop session', msgid = 11; }
785
else if (obj.req.query.p == 5) { msg = 'Ended file management session', msgid = 12; }
786
else if (obj.req.query.p == 200) { msg = 'Ended messenger session', msgid = 112; }
translate/translate.json
+623
-582
@@ -1166,7 +1166,7 @@
1166
"zh-chs": ", 16 灰",
1167
"zh-cht": ", 16 灰",
1168
"xloc": [
1169
- "player.handlebars->3->36"
1169
+ "player.handlebars->3->39"
1170
]
1171
},
1172
{
@@ -1195,7 +1195,7 @@
1195
"zh-chs": ", 256 灰度",
1196
"zh-cht": ", 256 灰度",
1197
"xloc": [
1198
- "player.handlebars->3->37"
1198
+ "player.handlebars->3->40"
1199
]
1200
},
1201
{
@@ -2052,10 +2052,10 @@
2052
"default-mobile.handlebars->11->714",
2053
"default.handlebars->47->1553",
2054
"default.handlebars->47->2493",
2055
- "default.handlebars->47->3172",
2055
+ "default.handlebars->47->3178",
2056
"default3.handlebars->35->1538",
2057
"default3.handlebars->35->2490",
2058
- "default3.handlebars->35->3160",
2058
+ "default3.handlebars->35->3166",
2059
"sharing-mobile.handlebars->11->79",
2060
"sharing.handlebars->11->50"
2061
]
@@ -2308,7 +2308,7 @@
2308
"zh-chs": "每像素 1 个字节",
2309
"zh-cht": "每像素 1 個字節",
2310
"xloc": [
2311
- "player.handlebars->3->35"
2311
+ "player.handlebars->3->38"
2312
]
2313
},
2314
{
@@ -3050,7 +3050,7 @@
3050
"zh-chs": "10 帧/秒",
3051
"zh-cht": "10 幀/秒",
3052
"xloc": [
3053
- "player.handlebars->3->48"
3053
+ "player.handlebars->3->51"
3054
]
3055
},
3056
{
@@ -3141,7 +3141,7 @@
3141
"zh-chs": "10%",
3142
"zh-cht": "10%",
3143
"xloc": [
3144
- "player.handlebars->3->56"
3144
+ "player.handlebars->3->59"
3145
]
3146
},
3147
{
@@ -3588,7 +3588,7 @@
3588
"zh-chs": "每像素 2 字节",
3589
"zh-cht": "每像素 2 字節",
3590
"xloc": [
3591
- "player.handlebars->3->34"
3591
+ "player.handlebars->3->37"
3592
]
3593
},
3594
{
@@ -3805,7 +3805,7 @@
3805
"zh-chs": "20 帧/秒",
3806
"zh-cht": "20 幀/秒",
3807
"xloc": [
3808
- "player.handlebars->3->49"
3808
+ "player.handlebars->3->52"
3809
]
3810
},
3811
{
@@ -3833,7 +3833,7 @@
3833
"zh-chs": "20%",
3834
"zh-cht": "20%",
3835
"xloc": [
3836
- "player.handlebars->3->55"
3836
+ "player.handlebars->3->58"
3837
]
3838
},
3839
{
@@ -4013,8 +4013,8 @@
4013
"zh-chs": "第二个因素",
4014
"zh-cht": "第二個因素",
4015
"xloc": [
4016
- "default.handlebars->47->3211",
4017
- "default3.handlebars->35->3199"
4016
+ "default.handlebars->47->3217",
4017
+ "default3.handlebars->35->3205"
4018
]
4019
},
4020
{
@@ -4461,7 +4461,7 @@
4461
"zh-chs": "40%",
4462
"zh-cht": "40%",
4463
"xloc": [
4464
- "player.handlebars->3->54"
4464
+ "player.handlebars->3->57"
4465
]
4466
},
4467
{
@@ -4825,7 +4825,7 @@
4825
"zh-chs": "60%",
4826
"zh-cht": "60%",
4827
"xloc": [
4828
- "player.handlebars->3->53"
4828
+ "player.handlebars->3->56"
4829
]
4830
},
4831
{
@@ -5206,7 +5206,7 @@
5206
"zh-chs": "80%",
5207
"zh-cht": "80%",
5208
"xloc": [
5209
- "player.handlebars->3->52"
5209
+ "player.handlebars->3->55"
5210
]
5211
},
5212
{
@@ -5296,7 +5296,7 @@
5296
"zh-chs": "90%",
5297
"zh-cht": "90%",
5298
"xloc": [
5299
- "player.handlebars->3->51"
5299
+ "player.handlebars->3->54"
5300
]
5301
},
5302
{
@@ -5516,8 +5516,8 @@
5516
"zh-chs": "操作系统",
5517
"zh-cht": "AMT操作系統",
5518
"xloc": [
5519
- "default.handlebars->47->3357",
5520
- "default3.handlebars->35->3345"
5519
+ "default.handlebars->47->3376",
5520
+ "default3.handlebars->35->3364"
5521
]
5522
},
5523
{
@@ -5545,8 +5545,10 @@
5545
"zh-chs": "AMT-Redir",
5546
"zh-cht": "AMT-Redir",
5547
"xloc": [
5548
- "default.handlebars->47->3218",
5549
- "default3.handlebars->35->3206"
5548
+ "default.handlebars->47->3227",
5549
+ "default.handlebars->47->3280",
5550
+ "default3.handlebars->35->3215",
5551
+ "default3.handlebars->35->3268"
5552
]
5553
},
5554
{
@@ -5574,8 +5576,10 @@
5576
"zh-chs": "AMT-WSMAN",
5577
"zh-cht": "AMT-WSMAN",
5578
"xloc": [
5577
- "default.handlebars->47->3217",
5578
- "default3.handlebars->35->3205"
5579
+ "default.handlebars->47->3226",
5580
+ "default.handlebars->47->3279",
5581
+ "default3.handlebars->35->3214",
5582
+ "default3.handlebars->35->3267"
5583
]
5584
},
5585
{
@@ -6063,14 +6067,14 @@
6067
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
6068
"default.handlebars->47->2106",
6069
"default.handlebars->47->2108",
6066
- "default.handlebars->47->3412",
6070
+ "default.handlebars->47->3431",
6071
"default.handlebars->47->740",
6072
"default.handlebars->47->887",
6073
"default.handlebars->47->889",
6074
"default3.handlebars->35->2108",
6075
"default3.handlebars->35->2109",
6072
- "default3.handlebars->35->3398",
6073
- "default3.handlebars->35->3400",
6076
+ "default3.handlebars->35->3417",
6077
+ "default3.handlebars->35->3419",
6078
"default3.handlebars->35->737",
6079
"default3.handlebars->35->884",
6080
"default3.handlebars->35->886"
@@ -6103,8 +6107,8 @@
6107
"zh-cht": "帳號設定",
6108
"xloc": [
6109
"default-mobile.handlebars->11->1033",
6106
- "default.handlebars->47->3281",
6107
- "default3.handlebars->35->3269"
6110
+ "default.handlebars->47->3300",
6111
+ "default3.handlebars->35->3288"
6112
]
6113
},
6114
{
@@ -6365,8 +6369,8 @@
6369
"zh-cht": "達到帳戶限制。",
6370
"xloc": [
6371
"default-mobile.handlebars->11->1045",
6368
- "default.handlebars->47->3293",
6369
- "default3.handlebars->35->3281",
6372
+ "default.handlebars->47->3312",
6373
+ "default3.handlebars->35->3300",
6374
"login-mobile.handlebars->5->6",
6375
"login.handlebars->5->8",
6376
"login2.handlebars->7->206"
@@ -6474,8 +6478,8 @@
6478
"pl": "Zapisy logowania tokenami użytkownika",
6479
"uk": "Записи токенів входу до акаунту",
6480
"xloc": [
6477
- "default.handlebars->47->3260",
6478
- "default3.handlebars->35->3248"
6481
+ "default.handlebars->47->3269",
6482
+ "default3.handlebars->35->3257"
6483
]
6484
},
6485
{
@@ -8730,8 +8734,17 @@
8734
"zh-chs": "管理员PowerShell",
8735
"zh-cht": "管理員PowerShell",
8736
"xloc": [
8737
+ "default.handlebars->47->3147",
8738
+ "default.handlebars->47->3157",
8739
+ "default.handlebars->47->3223",
8740
+ "default.handlebars->47->3276",
8741
"default.handlebars->termShellContextMenu->3",
8742
+ "default3.handlebars->35->3135",
8743
+ "default3.handlebars->35->3145",
8744
+ "default3.handlebars->35->3211",
8745
+ "default3.handlebars->35->3264",
8746
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0",
8747
+ "player.handlebars->3->29",
8748
"xterm.handlebars->termShellContextMenu->cxtermps"
8749
]
8750
},
@@ -8920,14 +8933,14 @@
8933
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8934
"default.handlebars->47->2468",
8935
"default.handlebars->47->2481",
8923
- "default.handlebars->47->3355",
8936
+ "default.handlebars->47->3374",
8937
"default.handlebars->47->421",
8938
"default.handlebars->47->728",
8939
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8940
"default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm",
8941
"default3.handlebars->35->2465",
8942
"default3.handlebars->35->2478",
8930
- "default3.handlebars->35->3343",
8943
+ "default3.handlebars->35->3362",
8944
"default3.handlebars->35->418",
8945
"default3.handlebars->35->725",
8946
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -9057,8 +9070,8 @@
9070
"zh-chs": "代理错误计数器",
9071
"zh-cht": "代理錯誤計數器",
9072
"xloc": [
9060
- "default.handlebars->47->3323",
9061
- "default3.handlebars->35->3311"
9073
+ "default.handlebars->47->3342",
9074
+ "default3.handlebars->35->3330"
9075
]
9076
},
9077
{
@@ -9309,8 +9322,8 @@
9322
"zh-chs": "代理会话",
9323
"zh-cht": "代理時段",
9324
"xloc": [
9312
- "default.handlebars->47->3340",
9313
- "default3.handlebars->35->3328"
9325
+ "default.handlebars->47->3359",
9326
+ "default3.handlebars->35->3347"
9327
]
9328
},
9329
{
@@ -9999,10 +10012,10 @@
10012
"zh-cht": "代理",
10013
"xloc": [
10014
"default.handlebars->47->2436",
10002
- "default.handlebars->47->3368",
10015
+ "default.handlebars->47->3387",
10016
"default.handlebars->47->588",
10017
"default3.handlebars->35->2433",
10005
- "default3.handlebars->35->3356",
10018
+ "default3.handlebars->35->3375",
10019
"default3.handlebars->35->585"
10020
]
10021
},
@@ -10080,9 +10093,9 @@
10093
"default-mobile.handlebars->11->369",
10094
"default-mobile.handlebars->11->715",
10095
"default-mobile.handlebars->11->717",
10083
- "default.handlebars->47->3185",
10096
+ "default.handlebars->47->3191",
10097
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1",
10085
- "default3.handlebars->35->3173",
10098
+ "default3.handlebars->35->3179",
10099
"default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1",
10100
"sharing-mobile.handlebars->11->80",
10101
"sharing-mobile.handlebars->11->82"
@@ -12329,8 +12342,8 @@
12342
"zh-chs": "您确定要{0}插件吗:{1}",
12343
"zh-cht": "你確定要{0}外掛嗎:{1}",
12344
"xloc": [
12332
- "default.handlebars->47->3421",
12333
- "default3.handlebars->35->3409"
12345
+ "default.handlebars->47->3440",
12346
+ "default3.handlebars->35->3428"
12347
]
12348
},
12349
{
@@ -13395,8 +13408,8 @@
13408
"zh-chs": "可用內存",
13409
"zh-cht": "可用內存",
13410
"xloc": [
13398
- "default.handlebars->47->3349",
13399
- "default3.handlebars->35->3337"
13411
+ "default.handlebars->47->3368",
13412
+ "default3.handlebars->35->3356"
13413
]
13414
},
13415
{
@@ -13810,9 +13823,9 @@
13823
"zh-cht": "備用碼",
13824
"xloc": [
13825
"default.handlebars->47->3005",
13813
- "default.handlebars->47->3235",
13826
+ "default.handlebars->47->3244",
13827
"default3.handlebars->35->2999",
13815
- "default3.handlebars->35->3223"
13828
+ "default3.handlebars->35->3232"
13829
]
13830
},
13831
{
@@ -13902,8 +13915,8 @@
13915
"zh-chs": "错误的签名",
13916
"zh-cht": "錯誤的簽名",
13917
"xloc": [
13905
- "default.handlebars->47->3330",
13906
- "default3.handlebars->35->3318"
13918
+ "default.handlebars->47->3349",
13919
+ "default3.handlebars->35->3337"
13920
]
13921
},
13922
{
@@ -13932,8 +13945,8 @@
13945
"zh-chs": "错误的网络证书",
13946
"zh-cht": "錯誤的網絡憑證",
13947
"xloc": [
13935
- "default.handlebars->47->3329",
13936
- "default3.handlebars->35->3317"
13948
+ "default.handlebars->47->3348",
13949
+ "default3.handlebars->35->3336"
13950
]
13951
},
13952
{
@@ -14430,8 +14443,8 @@
14443
"zh-chs": "浏览器",
14444
"zh-cht": "瀏覽器",
14445
"xloc": [
14433
- "default.handlebars->47->3209",
14434
- "default3.handlebars->35->3197"
14446
+ "default.handlebars->47->3215",
14447
+ "default3.handlebars->35->3203"
14448
]
14449
},
14450
{
@@ -14658,8 +14671,8 @@
14671
"zh-chs": "字节输入",
14672
"zh-cht": "字節輸入",
14673
"xloc": [
14661
- "default.handlebars->47->3205",
14662
- "default3.handlebars->35->3193"
14674
+ "default.handlebars->47->3211",
14675
+ "default3.handlebars->35->3199"
14676
]
14677
},
14678
{
@@ -14688,8 +14701,8 @@
14701
"zh-chs": "字节输出",
14702
"zh-cht": "字節輸出",
14703
"xloc": [
14691
- "default.handlebars->47->3206",
14692
- "default3.handlebars->35->3194"
14704
+ "default.handlebars->47->3212",
14705
+ "default3.handlebars->35->3200"
14706
]
14707
},
14708
{
@@ -14845,10 +14858,10 @@
14858
"zh-cht": "CIRA",
14859
"xloc": [
14860
"default-mobile.handlebars->11->478",
14848
- "default.handlebars->47->3356",
14861
+ "default.handlebars->47->3375",
14862
"default.handlebars->47->423",
14863
"default.handlebars->47->730",
14851
- "default3.handlebars->35->3344",
14864
+ "default3.handlebars->35->3363",
14865
"default3.handlebars->35->420",
14866
"default3.handlebars->35->727"
14867
]
@@ -14879,8 +14892,8 @@
14892
"zh-chs": "CIRA服务器",
14893
"zh-cht": "CIRA伺服器",
14894
"xloc": [
14882
- "default.handlebars->47->3405",
14883
- "default3.handlebars->35->3393"
14895
+ "default.handlebars->47->3424",
14896
+ "default3.handlebars->35->3412"
14897
]
14898
},
14899
{
@@ -14909,8 +14922,8 @@
14922
"zh-chs": "CIRA服务器命令",
14923
"zh-cht": "CIRA伺服器指令",
14924
"xloc": [
14912
- "default.handlebars->47->3406",
14913
- "default3.handlebars->35->3394"
14925
+ "default.handlebars->47->3425",
14926
+ "default3.handlebars->35->3413"
14927
]
14928
},
14929
{
@@ -15002,11 +15015,11 @@
15015
"default-mobile.handlebars->11->849",
15016
"default.handlebars->47->1610",
15017
"default.handlebars->47->1694",
15005
- "default.handlebars->47->3381",
15018
+ "default.handlebars->47->3400",
15019
"default.handlebars->container->column_l->p40->3->1->p40type->5",
15020
"default3.handlebars->35->1595",
15021
"default3.handlebars->35->1677",
15009
- "default3.handlebars->35->3369",
15022
+ "default3.handlebars->35->3388",
15023
"default3.handlebars->container->column_l->p40->3->3->p40type->5"
15024
]
15025
},
@@ -15036,8 +15049,8 @@
15049
"zh-chs": "CPU负载",
15050
"zh-cht": "CPU負載",
15051
"xloc": [
15039
- "default.handlebars->47->3345",
15040
- "default3.handlebars->35->3333"
15052
+ "default.handlebars->47->3364",
15053
+ "default3.handlebars->35->3352"
15054
]
15055
},
15056
{
@@ -15066,8 +15079,8 @@
15079
"zh-chs": "最近15分钟的CPU负载",
15080
"zh-cht": "最近15分鐘的CPU負載",
15081
"xloc": [
15069
- "default.handlebars->47->3348",
15070
- "default3.handlebars->35->3336"
15082
+ "default.handlebars->47->3367",
15083
+ "default3.handlebars->35->3355"
15084
]
15085
},
15086
{
@@ -15096,8 +15109,8 @@
15109
"zh-chs": "最近5分钟的CPU负载",
15110
"zh-cht": "最近5分鐘的CPU負載",
15111
"xloc": [
15099
- "default.handlebars->47->3347",
15100
- "default3.handlebars->35->3335"
15112
+ "default.handlebars->47->3366",
15113
+ "default3.handlebars->35->3354"
15114
]
15115
},
15116
{
@@ -15126,8 +15139,8 @@
15139
"zh-chs": "最近一分钟的CPU负载",
15140
"zh-cht": "最近一分鐘的CPU負載",
15141
"xloc": [
15129
- "default.handlebars->47->3346",
15130
- "default3.handlebars->35->3334"
15142
+ "default.handlebars->47->3365",
15143
+ "default3.handlebars->35->3353"
15144
]
15145
},
15146
{
@@ -15293,8 +15306,8 @@
15306
"zh-chs": "呼叫错误",
15307
"zh-cht": "呼叫錯誤",
15308
"xloc": [
15296
- "default.handlebars->47->3422",
15297
- "default3.handlebars->35->3410"
15309
+ "default.handlebars->47->3441",
15310
+ "default3.handlebars->35->3429"
15311
]
15312
},
15313
{
@@ -15373,7 +15386,7 @@
15386
"default-mobile.handlebars->11->331",
15387
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
15388
"default.handlebars->47->2159",
15376
- "default.handlebars->47->3411",
15389
+ "default.handlebars->47->3430",
15390
"default.handlebars->47->548",
15391
"default.handlebars->container->dialog->idx_dlgButtonBar",
15392
"default3.handlebars->35->545",
@@ -16518,8 +16531,8 @@
16531
"zh-cht": "聊天請求,點擊這裡接受。",
16532
"xloc": [
16533
"default-mobile.handlebars->11->1046",
16521
- "default.handlebars->47->3294",
16522
- "default3.handlebars->35->3282"
16534
+ "default.handlebars->47->3313",
16535
+ "default3.handlebars->35->3301"
16536
]
16537
},
16538
{
@@ -16745,9 +16758,9 @@
16758
"zh-cht": "檢查...",
16759
"xloc": [
16760
"default.handlebars->47->1854",
16748
- "default.handlebars->47->3416",
16761
+ "default.handlebars->47->3435",
16762
"default3.handlebars->35->1835",
16750
- "default3.handlebars->35->3404"
16763
+ "default3.handlebars->35->3423"
16764
]
16765
},
16766
{
@@ -17307,8 +17320,8 @@
17320
"zh-cht": "全部清除",
17321
"xloc": [
17322
"default-mobile.handlebars->11->1029",
17310
- "default.handlebars->47->3277",
17311
- "default3.handlebars->35->3265"
17323
+ "default.handlebars->47->3296",
17324
+ "default3.handlebars->35->3284"
17325
]
17326
},
17327
{
@@ -17431,8 +17444,8 @@
17444
"zh-cht": "清除此通知",
17445
"xloc": [
17446
"default-mobile.handlebars->11->1028",
17434
- "default.handlebars->47->3276",
17435
- "default3.handlebars->35->3264"
17447
+ "default.handlebars->47->3295",
17448
+ "default3.handlebars->35->3283"
17449
]
17450
},
17451
{
@@ -18030,7 +18043,7 @@
18043
"default.handlebars->47->1558",
18044
"default.handlebars->47->241",
18045
"default.handlebars->47->250",
18033
- "default.handlebars->47->3410",
18046
+ "default.handlebars->47->3429",
18047
"default3.handlebars->35->1474",
18048
"default3.handlebars->35->1543",
18049
"sharing.handlebars->11->52"
@@ -18558,8 +18571,8 @@
18571
"pl": "Zapisy pliku konfiguracyjnego",
18572
"uk": "Записи файлу конфігурації",
18573
"xloc": [
18561
- "default.handlebars->47->3253",
18562
- "default3.handlebars->35->3241"
18574
+ "default.handlebars->47->3262",
18575
+ "default3.handlebars->35->3250"
18576
]
18577
},
18578
{
@@ -20024,8 +20037,8 @@
20037
"zh-chs": "已连接的英特尔®AMT",
20038
"zh-cht": "已連接的Intel® AMT",
20039
"xloc": [
20027
- "default.handlebars->47->3335",
20028
- "default3.handlebars->35->3323"
20040
+ "default.handlebars->47->3354",
20041
+ "default3.handlebars->35->3342"
20042
]
20043
},
20044
{
@@ -20054,8 +20067,8 @@
20067
"zh-chs": "已连接的英特尔®AMT CIRA",
20068
"zh-cht": "已連接的Intel® AMT CIRA",
20069
"xloc": [
20057
- "default.handlebars->47->3336",
20058
- "default3.handlebars->35->3324"
20070
+ "default.handlebars->47->3355",
20071
+ "default3.handlebars->35->3343"
20072
]
20073
},
20074
{
@@ -20084,8 +20097,8 @@
20097
"zh-chs": "已连接的用户",
20098
"zh-cht": "已连接的用户",
20099
"xloc": [
20087
- "default.handlebars->47->3341",
20088
- "default3.handlebars->35->3329"
20100
+ "default.handlebars->47->3360",
20101
+ "default3.handlebars->35->3348"
20102
]
20103
},
20104
{
@@ -20358,8 +20371,8 @@
20371
"zh-chs": "连接数量",
20372
"zh-cht": "連接數量",
20373
"xloc": [
20361
- "default.handlebars->47->3367",
20362
- "default3.handlebars->35->3355"
20374
+ "default.handlebars->47->3386",
20375
+ "default3.handlebars->35->3374"
20376
]
20377
},
20378
{
@@ -20423,8 +20436,8 @@
20436
"zh-chs": "连接转发器",
20437
"zh-cht": "連接轉發器",
20438
"xloc": [
20426
- "default.handlebars->47->3404",
20427
- "default3.handlebars->35->3392"
20439
+ "default.handlebars->47->3423",
20440
+ "default3.handlebars->35->3411"
20441
]
20442
},
20443
{
@@ -20681,7 +20694,7 @@
20694
"zh-chs": "转换为 WebM",
20695
"zh-cht": "轉換為 WebM",
20696
"xloc": [
20684
- "player.handlebars->3->57",
20697
+ "player.handlebars->3->60",
20698
"player.handlebars->p11->deskarea0->deskarea1->1"
20699
]
20700
},
@@ -20711,8 +20724,8 @@
20724
"zh-chs": "Cookie编码器",
20725
"zh-cht": "Cookie編碼器",
20726
"xloc": [
20714
- "default.handlebars->47->3387",
20715
- "default3.handlebars->35->3375"
20727
+ "default.handlebars->47->3406",
20728
+ "default3.handlebars->35->3394"
20729
]
20730
},
20731
{
@@ -21422,8 +21435,8 @@
21435
"zh-chs": "核心服务器",
21436
"zh-cht": "核心伺服器",
21437
"xloc": [
21425
- "default.handlebars->47->3386",
21426
- "default3.handlebars->35->3374"
21438
+ "default.handlebars->47->3405",
21439
+ "default3.handlebars->35->3393"
21440
]
21441
},
21442
{
@@ -22576,8 +22589,8 @@
22589
"zh-cht": "當前密碼不正確。",
22590
"xloc": [
22591
"default-mobile.handlebars->11->1056",
22579
- "default.handlebars->47->3304",
22580
- "default3.handlebars->35->3292"
22592
+ "default.handlebars->47->3323",
22593
+ "default3.handlebars->35->3311"
22594
]
22595
},
22596
{
@@ -22903,8 +22916,8 @@
22916
"pl": "Zapisy Bazy Danych",
22917
"uk": "Записи Бази Даних",
22918
"xloc": [
22906
- "default.handlebars->47->3176",
22907
- "default3.handlebars->35->3164"
22919
+ "default.handlebars->47->3182",
22920
+ "default3.handlebars->35->3170"
22921
]
22922
},
22923
{
@@ -22966,11 +22979,11 @@
22979
"xloc": [
22980
"default-mobile.handlebars->11->621",
22981
"default.handlebars->47->1309",
22969
- "default.handlebars->47->3180",
22970
- "default.handlebars->47->3183",
22982
+ "default.handlebars->47->3186",
22983
+ "default.handlebars->47->3189",
22984
"default3.handlebars->35->1300",
22972
- "default3.handlebars->35->3168",
22973
- "default3.handlebars->35->3171"
22985
+ "default3.handlebars->35->3174",
22986
+ "default3.handlebars->35->3177"
22987
]
22988
},
22989
{
@@ -24209,10 +24222,10 @@
24222
"default.handlebars->47->1498",
24223
"default.handlebars->47->2253",
24224
"default.handlebars->47->2328",
24212
- "default.handlebars->47->3152",
24213
- "default.handlebars->47->3215",
24214
- "default.handlebars->47->3265",
24215
- "default.handlebars->47->3361",
24225
+ "default.handlebars->47->3155",
24226
+ "default.handlebars->47->3221",
24227
+ "default.handlebars->47->3274",
24228
+ "default.handlebars->47->3380",
24229
"default.handlebars->47->871",
24230
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
24231
"default.handlebars->contextMenu->cxdesktop",
@@ -24221,10 +24234,10 @@
24234
"default3.handlebars->35->1483",
24235
"default3.handlebars->35->2249",
24236
"default3.handlebars->35->2325",
24224
- "default3.handlebars->35->3140",
24225
- "default3.handlebars->35->3203",
24226
- "default3.handlebars->35->3253",
24227
- "default3.handlebars->35->3349",
24237
+ "default3.handlebars->35->3143",
24238
+ "default3.handlebars->35->3209",
24239
+ "default3.handlebars->35->3262",
24240
+ "default3.handlebars->35->3368",
24241
"default3.handlebars->35->868",
24242
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
24243
"default3.handlebars->contextMenu->cxdesktop",
@@ -24389,8 +24402,8 @@
24402
"zh-chs": "桌面复用",
24403
"zh-cht": "桌面多路復用",
24404
"xloc": [
24392
- "default.handlebars->47->3366",
24393
- "default3.handlebars->35->3354"
24405
+ "default.handlebars->47->3385",
24406
+ "default3.handlebars->35->3373"
24407
]
24408
},
24409
{
@@ -24909,16 +24922,16 @@
24922
"default.handlebars->47->2358",
24923
"default.handlebars->47->295",
24924
"default.handlebars->47->3111",
24912
- "default.handlebars->47->3179",
24913
- "default.handlebars->47->3199",
24925
+ "default.handlebars->47->3185",
24926
+ "default.handlebars->47->3205",
24927
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5",
24928
"default3.handlebars->35->1619",
24929
"default3.handlebars->35->1824",
24930
"default3.handlebars->35->2355",
24931
"default3.handlebars->35->292",
24932
"default3.handlebars->35->3099",
24920
- "default3.handlebars->35->3167",
24921
- "default3.handlebars->35->3187",
24933
+ "default3.handlebars->35->3173",
24934
+ "default3.handlebars->35->3193",
24935
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5"
24936
]
24937
},
@@ -25139,10 +25152,10 @@
25152
"default.handlebars->47->2910",
25153
"default.handlebars->47->2916",
25154
"default.handlebars->47->3099",
25142
- "default.handlebars->47->3162",
25143
- "default.handlebars->47->3186",
25144
- "default.handlebars->47->3202",
25145
- "default.handlebars->47->3282",
25155
+ "default.handlebars->47->3168",
25156
+ "default.handlebars->47->3192",
25157
+ "default.handlebars->47->3208",
25158
+ "default.handlebars->47->3301",
25159
"default3.handlebars->35->2350",
25160
"default3.handlebars->35->2353",
25161
"default3.handlebars->35->2354",
@@ -25150,10 +25163,10 @@
25163
"default3.handlebars->35->2904",
25164
"default3.handlebars->35->2910",
25165
"default3.handlebars->35->3087",
25153
- "default3.handlebars->35->3150",
25154
- "default3.handlebars->35->3174",
25155
- "default3.handlebars->35->3190",
25156
- "default3.handlebars->35->3270"
25166
+ "default3.handlebars->35->3156",
25167
+ "default3.handlebars->35->3180",
25168
+ "default3.handlebars->35->3196",
25169
+ "default3.handlebars->35->3289"
25170
]
25171
},
25172
{
@@ -25218,13 +25231,13 @@
25231
"default.handlebars->47->2853",
25232
"default.handlebars->47->2897",
25233
"default.handlebars->47->2986",
25221
- "default.handlebars->47->3339",
25234
+ "default.handlebars->47->3358",
25235
"default.handlebars->container->column_l->p2->p2info->9",
25236
"default3.handlebars->35->2731",
25237
"default3.handlebars->35->2847",
25238
"default3.handlebars->35->2891",
25239
"default3.handlebars->35->2980",
25227
- "default3.handlebars->35->3327",
25240
+ "default3.handlebars->35->3346",
25241
"default3.handlebars->container->column_l->p2->p2info->9"
25242
]
25243
},
@@ -25346,11 +25359,11 @@
25359
"xloc": [
25360
"default-mobile.handlebars->11->637",
25361
"default.handlebars->47->1377",
25349
- "default.handlebars->47->3161",
25362
+ "default.handlebars->47->3167",
25363
"default.handlebars->47->507",
25364
"default.handlebars->47->516",
25365
"default3.handlebars->35->1363",
25353
- "default3.handlebars->35->3149",
25366
+ "default3.handlebars->35->3155",
25367
"default3.handlebars->35->504",
25368
"default3.handlebars->35->513",
25369
"player.handlebars->3->25"
@@ -25469,8 +25482,8 @@
25482
"pl": "Zapis Powiadomień Push Urządzenia",
25483
"uk": "Запис Push-Сповіщень Пристрою",
25484
"xloc": [
25472
- "default.handlebars->47->3262",
25473
- "default3.handlebars->35->3250"
25485
+ "default.handlebars->47->3271",
25486
+ "default3.handlebars->35->3259"
25487
]
25488
},
25489
{
@@ -25485,8 +25498,8 @@
25498
"pl": "Zapis SMBIOS urządzenia",
25499
"uk": "SMBIOS запис пристрою",
25500
"xloc": [
25488
- "default.handlebars->47->3261",
25489
- "default3.handlebars->35->3249"
25501
+ "default.handlebars->47->3270",
25502
+ "default3.handlebars->35->3258"
25503
]
25504
},
25505
{
@@ -25942,8 +25955,8 @@
25955
"pl": "Zapis grupy urządzeń",
25956
"uk": "Запис групи пристроїв",
25957
"xloc": [
25945
- "default.handlebars->47->3247",
25946
- "default3.handlebars->35->3235"
25958
+ "default.handlebars->47->3256",
25959
+ "default3.handlebars->35->3244"
25960
]
25961
},
25962
{
@@ -26048,8 +26061,8 @@
26061
"pl": "Zapisy informacji urządzenia",
26062
"uk": "Записи інформації про пристрій",
26063
"xloc": [
26051
- "default.handlebars->47->3249",
26052
- "default3.handlebars->35->3237"
26064
+ "default.handlebars->47->3258",
26065
+ "default3.handlebars->35->3246"
26066
]
26067
},
26068
{
@@ -26679,8 +26692,8 @@
26692
"pl": "Zapisy zmiany stanu zasilania",
26693
"uk": "Записи про зміни стану живлення",
26694
"xloc": [
26682
- "default.handlebars->47->3255",
26683
- "default3.handlebars->35->3243"
26695
+ "default.handlebars->47->3264",
26696
+ "default3.handlebars->35->3252"
26697
]
26698
},
26699
{
@@ -26695,8 +26708,8 @@
26708
"pl": "Zapis urządzenia",
26709
"uk": "Запис пристрою",
26710
"xloc": [
26698
- "default.handlebars->47->3246",
26699
- "default3.handlebars->35->3234"
26711
+ "default.handlebars->47->3255",
26712
+ "default3.handlebars->35->3243"
26713
]
26714
},
26715
{
@@ -26771,8 +26784,8 @@
26784
"pl": "Zapisy udostępniania urządzenia",
26785
"uk": "Записи поширеного пристрою",
26786
"xloc": [
26774
- "default.handlebars->47->3259",
26775
- "default3.handlebars->35->3247"
26787
+ "default.handlebars->47->3268",
26788
+ "default3.handlebars->35->3256"
26789
]
26790
},
26791
{
@@ -26787,8 +26800,8 @@
26800
"pl": "Zapisy urządzenia, użytkowników, grup i inne",
26801
"uk": "Пристрій, користувачі, групи та інші записи",
26802
"xloc": [
26790
- "default.handlebars->47->3263",
26791
- "default3.handlebars->35->3251"
26803
+ "default.handlebars->47->3272",
26804
+ "default3.handlebars->35->3260"
26805
]
26806
},
26807
{
@@ -28935,7 +28948,7 @@
28948
"zh-chs": "拖放.mcrec文件或单击 “打开文件...”",
28949
"zh-cht": "拖放.mcrec檔案或單擊 “打開檔案...”",
28950
"xloc": [
28938
- "player.handlebars->3->46"
28951
+ "player.handlebars->3->49"
28952
]
28953
},
28954
{
@@ -28986,8 +28999,8 @@
28999
"zh-chs": "代理重复",
29000
"zh-cht": "代理重複",
29001
"xloc": [
28989
- "default.handlebars->47->3334",
28990
- "default3.handlebars->35->3322"
29002
+ "default.handlebars->47->3353",
29003
+ "default3.handlebars->35->3341"
29004
]
29005
},
29006
{
@@ -29106,12 +29119,12 @@
29119
"default.handlebars->47->301",
29120
"default.handlebars->47->303",
29121
"default.handlebars->47->3140",
29109
- "default.handlebars->47->3167",
29122
+ "default.handlebars->47->3173",
29123
"default3.handlebars->35->1247",
29124
"default3.handlebars->35->298",
29125
"default3.handlebars->35->300",
29126
"default3.handlebars->35->3128",
29114
- "default3.handlebars->35->3155",
29127
+ "default3.handlebars->35->3161",
29128
"player.handlebars->3->18"
29129
]
29130
},
@@ -30731,8 +30744,8 @@
30744
"zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})",
30745
"xloc": [
30746
"default-mobile.handlebars->11->1065",
30734
- "default.handlebars->47->3313",
30735
- "default3.handlebars->35->3301"
30747
+ "default.handlebars->47->3332",
30748
+ "default3.handlebars->35->3320"
30749
]
30750
},
30751
{
@@ -30940,8 +30953,8 @@
30953
"zh-cht": "電郵已發送。",
30954
"xloc": [
30955
"default-mobile.handlebars->11->1049",
30943
- "default.handlebars->47->3297",
30944
- "default3.handlebars->35->3285",
30956
+ "default.handlebars->47->3316",
30957
+ "default3.handlebars->35->3304",
30958
"login-mobile.handlebars->5->2",
30959
"login.handlebars->5->2",
30960
"login2.handlebars->7->200"
@@ -31086,8 +31099,8 @@
31099
"zh-chs": "电子邮件/短信/推送流量",
31100
"zh-cht": "電子郵件/短信/推送流量",
31101
"xloc": [
31089
- "default.handlebars->47->3395",
31090
- "default3.handlebars->35->3383"
31102
+ "default.handlebars->47->3414",
31103
+ "default3.handlebars->35->3402"
31104
]
31105
},
31106
{
@@ -31332,10 +31345,10 @@
31345
"default-mobile.handlebars->11->895",
31346
"default.handlebars->47->140",
31347
"default.handlebars->47->1740",
31335
- "default.handlebars->47->3169",
31348
+ "default.handlebars->47->3175",
31349
"default3.handlebars->35->140",
31350
"default3.handlebars->35->1723",
31338
- "default3.handlebars->35->3157"
31351
+ "default3.handlebars->35->3163"
31352
]
31353
},
31354
{
@@ -31435,7 +31448,7 @@
31448
"zh-chs": "编码质量",
31449
"zh-cht": "編碼質量",
31450
"xloc": [
31438
- "player.handlebars->3->38"
31451
+ "player.handlebars->3->41"
31452
]
31453
},
31454
{
@@ -31570,8 +31583,8 @@
31583
"zh-chs": "时间结束",
31584
"zh-cht": "時間結束",
31585
"xloc": [
31573
- "default.handlebars->47->3166",
31574
- "default3.handlebars->35->3154"
31586
+ "default.handlebars->47->3172",
31587
+ "default3.handlebars->35->3160"
31588
]
31589
},
31590
{
@@ -32705,8 +32718,8 @@
32718
"zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。",
32719
"xloc": [
32720
"default-mobile.handlebars->11->1057",
32708
- "default.handlebars->47->3305",
32709
- "default3.handlebars->35->3293"
32721
+ "default.handlebars->47->3324",
32722
+ "default3.handlebars->35->3312"
32723
]
32724
},
32725
{
@@ -32736,8 +32749,8 @@
32749
"zh-cht": "錯誤,密碼未更改。",
32750
"xloc": [
32751
"default-mobile.handlebars->11->1054",
32739
- "default.handlebars->47->3302",
32740
- "default3.handlebars->35->3290"
32752
+ "default.handlebars->47->3321",
32753
+ "default3.handlebars->35->3309"
32754
]
32755
},
32756
{
@@ -32767,8 +32780,8 @@
32780
"zh-cht": "錯誤,無法更改為常用密碼。",
32781
"xloc": [
32782
"default-mobile.handlebars->11->1053",
32770
- "default.handlebars->47->3301",
32771
- "default3.handlebars->35->3289"
32783
+ "default.handlebars->47->3320",
32784
+ "default3.handlebars->35->3308"
32785
]
32786
},
32787
{
@@ -32798,8 +32811,8 @@
32811
"zh-cht": "錯誤,無法更改為以前使用的密碼。",
32812
"xloc": [
32813
"default-mobile.handlebars->11->1052",
32801
- "default.handlebars->47->3300",
32802
- "default3.handlebars->35->3288"
32814
+ "default.handlebars->47->3319",
32815
+ "default3.handlebars->35->3307"
32816
]
32817
},
32818
{
@@ -33062,8 +33075,8 @@
33075
"pl": "Zapisy zdarzeń",
33076
"uk": "Записи подій",
33077
"xloc": [
33065
- "default.handlebars->47->3256",
33066
- "default3.handlebars->35->3244"
33078
+ "default.handlebars->47->3265",
33079
+ "default3.handlebars->35->3253"
33080
]
33081
},
33082
{
@@ -33467,8 +33480,8 @@
33480
"zh-chs": "外部",
33481
"zh-cht": "外部",
33482
"xloc": [
33470
- "default.handlebars->47->3375",
33471
- "default3.handlebars->35->3363"
33483
+ "default.handlebars->47->3394",
33484
+ "default3.handlebars->35->3382"
33485
]
33486
},
33487
{
@@ -33497,8 +33510,8 @@
33510
"zh-chs": "FIDO 密钥",
33511
"zh-cht": "FIDO 密鑰",
33512
"xloc": [
33500
- "default.handlebars->47->3236",
33501
- "default3.handlebars->35->3224"
33513
+ "default.handlebars->47->3245",
33514
+ "default3.handlebars->35->3233"
33515
]
33516
},
33517
{
@@ -33669,8 +33682,8 @@
33682
"zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。",
33683
"xloc": [
33684
"default-mobile.handlebars->11->1048",
33672
- "default.handlebars->47->3296",
33673
- "default3.handlebars->35->3284"
33685
+ "default.handlebars->47->3315",
33686
+ "default3.handlebars->35->3303"
33687
]
33688
},
33689
{
@@ -34280,10 +34293,10 @@
34293
"default.handlebars->47->1216",
34294
"default.handlebars->47->2255",
34295
"default.handlebars->47->2335",
34283
- "default.handlebars->47->3153",
34284
- "default.handlebars->47->3216",
34285
- "default.handlebars->47->3266",
34286
- "default.handlebars->47->3362",
34296
+ "default.handlebars->47->3156",
34297
+ "default.handlebars->47->3222",
34298
+ "default.handlebars->47->3275",
34299
+ "default.handlebars->47->3381",
34300
"default.handlebars->47->472",
34301
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
34302
"default.handlebars->contextMenu->cxfiles",
@@ -34291,10 +34304,10 @@
34304
"default3.handlebars->35->1211",
34305
"default3.handlebars->35->2251",
34306
"default3.handlebars->35->2332",
34294
- "default3.handlebars->35->3141",
34295
- "default3.handlebars->35->3204",
34296
- "default3.handlebars->35->3254",
34297
- "default3.handlebars->35->3350",
34307
+ "default3.handlebars->35->3144",
34308
+ "default3.handlebars->35->3210",
34309
+ "default3.handlebars->35->3263",
34310
+ "default3.handlebars->35->3369",
34311
"default3.handlebars->35->469",
34312
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
34313
"default3.handlebars->contextMenu->cxfiles",
@@ -35446,7 +35459,7 @@
35459
"xloc": [
35460
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->1",
35461
"default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->7->1",
35449
- "player.handlebars->3->47",
35462
+ "player.handlebars->3->50",
35463
"sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->7->1"
35464
]
35465
},
@@ -35476,10 +35489,10 @@
35489
"zh-chs": "自由",
35490
"zh-cht": "自由",
35491
"xloc": [
35479
- "default.handlebars->47->3319",
35480
- "default.handlebars->47->3321",
35481
- "default3.handlebars->35->3307",
35482
- "default3.handlebars->35->3309"
35492
+ "default.handlebars->47->3338",
35493
+ "default.handlebars->47->3340",
35494
+ "default3.handlebars->35->3326",
35495
+ "default3.handlebars->35->3328"
35496
]
35497
},
35498
{
@@ -36496,8 +36509,8 @@
36509
"zh-chs": "生成报告",
36510
"zh-cht": "生成報告",
36511
"xloc": [
36499
- "default.handlebars->47->3197",
36500
- "default3.handlebars->35->3185"
36512
+ "default.handlebars->47->3203",
36513
+ "default3.handlebars->35->3191"
36514
]
36515
},
36516
{
@@ -37340,10 +37353,10 @@
37353
"zh-cht": "群",
37354
"xloc": [
37355
"default-mobile.handlebars->11->492",
37343
- "default.handlebars->47->3213",
37356
+ "default.handlebars->47->3219",
37357
"default.handlebars->47->898",
37358
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1",
37346
- "default3.handlebars->35->3201",
37359
+ "default3.handlebars->35->3207",
37360
"default3.handlebars->35->895",
37361
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->1"
37362
]
@@ -37550,10 +37563,10 @@
37563
"zh-chs": "通过...分组",
37564
"zh-cht": "通過...分群",
37565
"xloc": [
37553
- "default.handlebars->47->3181",
37554
- "default.handlebars->47->3184",
37555
- "default3.handlebars->35->3169",
37556
- "default3.handlebars->35->3172"
37566
+ "default.handlebars->47->3187",
37567
+ "default.handlebars->47->3190",
37568
+ "default3.handlebars->35->3175",
37569
+ "default3.handlebars->35->3178"
37570
]
37571
},
37572
{
@@ -37761,8 +37774,8 @@
37774
"zh-chs": "来宾",
37775
"zh-cht": "來賓",
37776
"xloc": [
37764
- "default.handlebars->47->3203",
37765
- "default3.handlebars->35->3191"
37777
+ "default.handlebars->47->3209",
37778
+ "default3.handlebars->35->3197"
37779
]
37780
},
37781
{
@@ -37920,11 +37933,11 @@
37933
"default-mobile.handlebars->11->561",
37934
"default.handlebars->47->1052",
37935
"default.handlebars->47->1220",
37923
- "default.handlebars->47->3358",
37936
+ "default.handlebars->47->3377",
37937
"default.handlebars->47->450",
37938
"default3.handlebars->35->1049",
37939
"default3.handlebars->35->1215",
37927
- "default3.handlebars->35->3346",
37940
+ "default3.handlebars->35->3365",
37941
"default3.handlebars->35->447"
37942
]
37943
},
@@ -38382,8 +38395,8 @@
38395
"zh-chs": "硬件一次性密码",
38396
"zh-cht": "硬件一次性密碼",
38397
"xloc": [
38385
- "default.handlebars->47->3238",
38386
- "default3.handlebars->35->3226"
38398
+ "default.handlebars->47->3247",
38399
+ "default3.handlebars->35->3235"
38400
]
38401
},
38402
{
@@ -38442,8 +38455,8 @@
38455
"zh-chs": "堆总数",
38456
"zh-cht": "堆總數",
38457
"xloc": [
38445
- "default.handlebars->47->3377",
38446
- "default3.handlebars->35->3365"
38458
+ "default.handlebars->47->3396",
38459
+ "default3.handlebars->35->3384"
38460
]
38461
},
38462
{
@@ -38472,8 +38485,8 @@
38485
"zh-chs": "堆使用",
38486
"zh-cht": "堆使用",
38487
"xloc": [
38475
- "default.handlebars->47->3376",
38476
- "default3.handlebars->35->3364"
38488
+ "default.handlebars->47->3395",
38489
+ "default3.handlebars->35->3383"
38490
]
38491
},
38492
{
@@ -39293,10 +39306,10 @@
39306
"zh-chs": "IP地址",
39307
"zh-cht": "IP地址",
39308
"xloc": [
39296
- "default.handlebars->47->3208",
39297
- "default.handlebars->47->3244",
39298
- "default3.handlebars->35->3196",
39299
- "default3.handlebars->35->3232"
39309
+ "default.handlebars->47->3214",
39310
+ "default.handlebars->47->3253",
39311
+ "default3.handlebars->35->3202",
39312
+ "default3.handlebars->35->3241"
39313
]
39314
},
39315
{
@@ -39426,8 +39439,8 @@
39439
"pl": "Zapisy o informacji lokalizacji IP",
39440
"uk": "Інформаційні записи про локацію IP",
39441
"xloc": [
39429
- "default.handlebars->47->3250",
39430
- "default3.handlebars->35->3238"
39442
+ "default.handlebars->47->3259",
39443
+ "default3.handlebars->35->3247"
39444
]
39445
},
39446
{
@@ -40680,10 +40693,10 @@
40693
"zh-chs": "第二个因素不正确",
40694
"zh-cht": "第二個因素不正確",
40695
"xloc": [
40683
- "default.handlebars->47->3231",
40684
- "default.handlebars->47->3270",
40685
- "default3.handlebars->35->3219",
40686
- "default3.handlebars->35->3258"
40696
+ "default.handlebars->47->3240",
40697
+ "default.handlebars->47->3289",
40698
+ "default3.handlebars->35->3228",
40699
+ "default3.handlebars->35->3277"
40700
]
40701
},
40702
{
@@ -40712,7 +40725,7 @@
40725
"zh-chs": "每{0}秒索引一次",
40726
"zh-cht": "每{0}秒索引一次",
40727
"xloc": [
40715
- "player.handlebars->3->40"
40728
+ "player.handlebars->3->43"
40729
]
40730
},
40731
{
@@ -41241,15 +41254,15 @@
41254
"zh-chs": "英特尔AMT",
41255
"zh-cht": "英特爾AMT",
41256
"xloc": [
41244
- "default.handlebars->47->3372",
41245
- "default3.handlebars->35->3360"
41257
+ "default.handlebars->47->3391",
41258
+ "default3.handlebars->35->3379"
41259
]
41260
},
41261
{
41262
"en": "Intel AMT CIRA",
41263
"xloc": [
41251
- "default.handlebars->47->3373",
41252
- "default3.handlebars->35->3361"
41264
+ "default.handlebars->47->3392",
41265
+ "default3.handlebars->35->3380"
41266
]
41267
},
41268
{
@@ -41424,8 +41437,8 @@
41437
"zh-chs": "英特尔 AMT 经理",
41438
"zh-cht": "英特爾 AMT 經理",
41439
"xloc": [
41427
- "default.handlebars->47->3403",
41428
- "default3.handlebars->35->3391"
41440
+ "default.handlebars->47->3422",
41441
+ "default3.handlebars->35->3410"
41442
]
41443
},
41444
{
@@ -41519,7 +41532,7 @@
41532
"default.handlebars->47->2229",
41533
"default.handlebars->47->2469",
41534
"default.handlebars->47->2482",
41522
- "default.handlebars->47->3402",
41535
+ "default.handlebars->47->3421",
41536
"default.handlebars->47->873",
41537
"default.handlebars->47->940",
41538
"default.handlebars->47->989",
@@ -41529,7 +41542,7 @@
41542
"default3.handlebars->35->2225",
41543
"default3.handlebars->35->2466",
41544
"default3.handlebars->35->2479",
41532
- "default3.handlebars->35->3390",
41545
+ "default3.handlebars->35->3409",
41546
"default3.handlebars->35->870",
41547
"default3.handlebars->35->937",
41548
"default3.handlebars->35->986",
@@ -41793,7 +41806,7 @@
41806
"zh-chs": "英特尔®AMT KVM",
41807
"zh-cht": "Intel® AMT KVM",
41808
"xloc": [
41796
- "player.handlebars->3->31"
41809
+ "player.handlebars->3->34"
41810
]
41811
},
41812
{
@@ -42013,11 +42026,11 @@
42026
"zh-chs": "英特尔®AMT重定向",
42027
"zh-cht": "Intel® AMT重定向",
42028
"xloc": [
42016
- "default.handlebars->47->3148",
42017
- "default.handlebars->47->3155",
42018
- "default3.handlebars->35->3136",
42019
- "default3.handlebars->35->3143",
42020
- "player.handlebars->3->30"
42029
+ "default.handlebars->47->3151",
42030
+ "default.handlebars->47->3161",
42031
+ "default3.handlebars->35->3139",
42032
+ "default3.handlebars->35->3149",
42033
+ "player.handlebars->3->33"
42034
]
42035
},
42036
{
@@ -42131,11 +42144,11 @@
42144
"zh-chs": "英特尔®AMT WSMAN",
42145
"zh-cht": "Intle® AMT WSMAN",
42146
"xloc": [
42134
- "default.handlebars->47->3147",
42135
- "default.handlebars->47->3154",
42136
- "default3.handlebars->35->3135",
42137
- "default3.handlebars->35->3142",
42138
- "player.handlebars->3->29"
42147
+ "default.handlebars->47->3150",
42148
+ "default.handlebars->47->3160",
42149
+ "default3.handlebars->35->3138",
42150
+ "default3.handlebars->35->3148",
42151
+ "player.handlebars->3->32"
42152
]
42153
},
42154
{
@@ -43402,8 +43415,8 @@
43415
"zh-chs": "无效的设备组类型",
43416
"zh-cht": "無效的裝置群類型",
43417
"xloc": [
43405
- "default.handlebars->47->3333",
43406
- "default3.handlebars->35->3321"
43418
+ "default.handlebars->47->3352",
43419
+ "default3.handlebars->35->3340"
43420
]
43421
},
43422
{
@@ -43432,8 +43445,8 @@
43445
"zh-chs": "无效的JSON",
43446
"zh-cht": "無效的JSON",
43447
"xloc": [
43435
- "default.handlebars->47->3327",
43436
- "default3.handlebars->35->3315"
43448
+ "default.handlebars->47->3346",
43449
+ "default3.handlebars->35->3334"
43450
]
43451
},
43452
{
@@ -43651,8 +43664,8 @@
43664
"zh-chs": "无效的PKCS签名",
43665
"zh-cht": "無效的PKCS簽名",
43666
"xloc": [
43654
- "default.handlebars->47->3325",
43655
- "default3.handlebars->35->3313"
43667
+ "default.handlebars->47->3344",
43668
+ "default3.handlebars->35->3332"
43669
]
43670
},
43671
{
@@ -43681,8 +43694,8 @@
43694
"zh-chs": "無效的RSA密碼",
43695
"zh-cht": "無效的RSA密碼",
43696
"xloc": [
43684
- "default.handlebars->47->3326",
43685
- "default3.handlebars->35->3314"
43697
+ "default.handlebars->47->3345",
43698
+ "default3.handlebars->35->3333"
43699
]
43700
},
43701
{
@@ -43712,8 +43725,8 @@
43725
"zh-cht": "短信無效",
43726
"xloc": [
43727
"default-mobile.handlebars->11->1060",
43715
- "default.handlebars->47->3308",
43716
- "default3.handlebars->35->3296"
43728
+ "default.handlebars->47->3327",
43729
+ "default3.handlebars->35->3315"
43730
]
43731
},
43732
{
@@ -43804,8 +43817,8 @@
43817
"zh-cht": "無效域",
43818
"xloc": [
43819
"default-mobile.handlebars->11->1040",
43807
- "default.handlebars->47->3288",
43808
- "default3.handlebars->35->3276"
43820
+ "default.handlebars->47->3307",
43821
+ "default3.handlebars->35->3295"
43822
]
43823
},
43824
{
@@ -43861,8 +43874,8 @@
43874
"zh-cht": "不合規電郵",
43875
"xloc": [
43876
"default-mobile.handlebars->11->1039",
43864
- "default.handlebars->47->3287",
43865
- "default3.handlebars->35->3275"
43877
+ "default.handlebars->47->3306",
43878
+ "default3.handlebars->35->3294"
43879
]
43880
},
43881
{
@@ -43981,10 +43994,10 @@
43994
"zh-chs": "无效的登录尝试",
43995
"zh-cht": "無效的登錄嘗試",
43996
"xloc": [
43984
- "default.handlebars->47->3233",
43985
- "default.handlebars->47->3272",
43986
- "default3.handlebars->35->3221",
43987
- "default3.handlebars->35->3260"
43997
+ "default.handlebars->47->3242",
43998
+ "default.handlebars->47->3291",
43999
+ "default3.handlebars->35->3230",
44000
+ "default3.handlebars->35->3279"
44001
]
44002
},
44003
{
@@ -43998,8 +44011,8 @@
44011
"pl": "Błędna wiadomość",
44012
"uk": "Хибне повідомлення",
44013
"xloc": [
44001
- "default.handlebars->47->3314",
44002
- "default3.handlebars->35->3302"
44014
+ "default.handlebars->47->3333",
44015
+ "default3.handlebars->35->3321"
44016
]
44017
},
44018
{
@@ -44041,9 +44054,9 @@
44054
"xloc": [
44055
"default-mobile.handlebars->11->1038",
44056
"default-mobile.handlebars->11->96",
44044
- "default.handlebars->47->3286",
44057
+ "default.handlebars->47->3305",
44058
"default.handlebars->47->340",
44046
- "default3.handlebars->35->3274",
44059
+ "default3.handlebars->35->3293",
44060
"default3.handlebars->35->337"
44061
]
44062
},
@@ -44091,8 +44104,8 @@
44104
"zh-cht": "無效的網站權限",
44105
"xloc": [
44106
"default-mobile.handlebars->11->1041",
44094
- "default.handlebars->47->3289",
44095
- "default3.handlebars->35->3277"
44107
+ "default.handlebars->47->3308",
44108
+ "default3.handlebars->35->3296"
44109
]
44110
},
44111
{
@@ -44183,8 +44196,8 @@
44196
"zh-cht": "無效的用戶名",
44197
"xloc": [
44198
"default-mobile.handlebars->11->1037",
44186
- "default.handlebars->47->3285",
44187
- "default3.handlebars->35->3273"
44199
+ "default.handlebars->47->3304",
44200
+ "default3.handlebars->35->3292"
44201
]
44202
},
44203
{
@@ -44454,13 +44467,13 @@
44467
"default.handlebars->47->2446",
44468
"default.handlebars->47->2448",
44469
"default.handlebars->47->2453",
44457
- "default.handlebars->47->3283",
44470
+ "default.handlebars->47->3302",
44471
"default3.handlebars->35->2217",
44472
"default3.handlebars->35->2432",
44473
"default3.handlebars->35->2443",
44474
"default3.handlebars->35->2445",
44475
"default3.handlebars->35->2450",
44463
- "default3.handlebars->35->3271"
44476
+ "default3.handlebars->35->3290"
44477
]
44478
},
44479
{
@@ -46014,9 +46027,9 @@
46027
"zh-chs": "过去30天",
46028
"zh-cht": "過去30天",
46029
"xloc": [
46017
- "default.handlebars->47->3189",
46030
+ "default.handlebars->47->3195",
46031
"default.handlebars->container->column_l->p40->3->1->p40time->9",
46019
- "default3.handlebars->35->3177",
46032
+ "default3.handlebars->35->3183",
46033
"default3.handlebars->container->column_l->p40->3->3->p40time->9"
46034
]
46035
},
@@ -46116,8 +46129,8 @@
46129
"zh-chs": "过去 7 天",
46130
"zh-cht": "過去 7 天",
46131
"xloc": [
46119
- "default.handlebars->47->3188",
46120
- "default3.handlebars->35->3176"
46132
+ "default.handlebars->47->3194",
46133
+ "default3.handlebars->35->3182"
46134
]
46135
},
46136
{
@@ -46229,8 +46242,8 @@
46242
"zh-chs": "最后一天",
46243
"zh-cht": "最後一天",
46244
"xloc": [
46232
- "default.handlebars->47->3187",
46233
- "default3.handlebars->35->3175"
46245
+ "default.handlebars->47->3193",
46246
+ "default3.handlebars->35->3181"
46247
]
46248
},
46249
{
@@ -46448,8 +46461,8 @@
46461
"pl": "Zapisy czasu ostatnich połączeń",
46462
"uk": "Записи часу останнього підключення",
46463
"xloc": [
46451
- "default.handlebars->47->3254",
46452
- "default3.handlebars->35->3242"
46464
+ "default.handlebars->47->3263",
46465
+ "default3.handlebars->35->3251"
46466
]
46467
},
46468
{
@@ -47311,8 +47324,8 @@
47324
"zh-chs": "长度",
47325
"zh-cht": "長度",
47326
"xloc": [
47314
- "default.handlebars->47->3204",
47315
- "default3.handlebars->35->3192"
47327
+ "default.handlebars->47->3210",
47328
+ "default3.handlebars->35->3198"
47329
]
47330
},
47331
{
@@ -49217,12 +49230,12 @@
49230
"xloc": [
49231
"default-mobile.handlebars->11->95",
49232
"default.handlebars->47->2938",
49220
- "default.handlebars->47->3232",
49221
- "default.handlebars->47->3271",
49233
+ "default.handlebars->47->3241",
49234
+ "default.handlebars->47->3290",
49235
"default.handlebars->47->339",
49236
"default3.handlebars->35->2932",
49224
- "default3.handlebars->35->3220",
49225
- "default3.handlebars->35->3259",
49237
+ "default3.handlebars->35->3229",
49238
+ "default3.handlebars->35->3278",
49239
"default3.handlebars->35->336"
49240
]
49241
},
@@ -49527,8 +49540,8 @@
49540
"zh-chs": "登录令牌",
49541
"zh-cht": "登錄令牌",
49542
"xloc": [
49530
- "default.handlebars->47->3243",
49531
- "default3.handlebars->35->3231"
49543
+ "default.handlebars->47->3252",
49544
+ "default3.handlebars->35->3240"
49545
]
49546
},
49547
{
@@ -50503,8 +50516,8 @@
50516
"zh-chs": "主服务器信息",
50517
"zh-cht": "主伺服器訊息",
50518
"xloc": [
50506
- "default.handlebars->47->3389",
50507
- "default3.handlebars->35->3377"
50519
+ "default.handlebars->47->3408",
50520
+ "default3.handlebars->35->3396"
50521
]
50522
},
50523
{
@@ -51494,8 +51507,8 @@
51507
"zh-chs": "达到连接数量上限",
51508
"zh-cht": "達到連接數量上限",
51509
"xloc": [
51497
- "default.handlebars->47->3331",
51498
- "default3.handlebars->35->3319"
51510
+ "default.handlebars->47->3350",
51511
+ "default3.handlebars->35->3338"
51512
]
51513
},
51514
{
@@ -51620,11 +51633,11 @@
51633
"zh-chs": "Megabyte",
51634
"zh-cht": "Megabyte",
51635
"xloc": [
51623
- "default.handlebars->47->3374",
51624
- "default.handlebars->47->3379",
51636
+ "default.handlebars->47->3393",
51637
+ "default.handlebars->47->3398",
51638
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7",
51626
- "default3.handlebars->35->3362",
51627
- "default3.handlebars->35->3367",
51639
+ "default3.handlebars->35->3381",
51640
+ "default3.handlebars->35->3386",
51641
"default3.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7"
51642
]
51643
},
@@ -51661,13 +51674,13 @@
51674
"default.handlebars->47->1715",
51675
"default.handlebars->47->1721",
51676
"default.handlebars->47->1727",
51664
- "default.handlebars->47->3352",
51677
+ "default.handlebars->47->3371",
51678
"default.handlebars->container->column_l->p40->3->1->p40type->3",
51679
"default3.handlebars->35->1596",
51680
"default3.handlebars->35->1698",
51681
"default3.handlebars->35->1704",
51682
"default3.handlebars->35->1710",
51670
- "default3.handlebars->35->3340",
51683
+ "default3.handlebars->35->3359",
51684
"default3.handlebars->container->column_l->p40->3->3->p40type->3"
51685
]
51686
},
@@ -51973,8 +51986,8 @@
51986
"zh-chs": "MeshAgent流量",
51987
"zh-cht": "MeshAgent流量",
51988
"xloc": [
51976
- "default.handlebars->47->3391",
51977
- "default3.handlebars->35->3379"
51989
+ "default.handlebars->47->3410",
51990
+ "default3.handlebars->35->3398"
51991
]
51992
},
51993
{
@@ -52003,8 +52016,8 @@
52016
"zh-chs": "MeshAgent更新",
52017
"zh-cht": "MeshAgent更新",
52018
"xloc": [
52006
- "default.handlebars->47->3392",
52007
- "default3.handlebars->35->3380"
52019
+ "default.handlebars->47->3411",
52020
+ "default3.handlebars->35->3399"
52021
]
52022
},
52023
{
@@ -52526,8 +52539,8 @@
52539
"zh-chs": "MeshCentral服务器同级化",
52540
"zh-cht": "MeshCentral伺服器同級化",
52541
"xloc": [
52529
- "default.handlebars->47->3390",
52530
- "default3.handlebars->35->3378"
52542
+ "default.handlebars->47->3409",
52543
+ "default3.handlebars->35->3397"
52544
]
52545
},
52546
{
@@ -53007,7 +53020,7 @@
53020
"zh-cht": "MeshMessenger",
53021
"xloc": [
53022
"messenger.handlebars->remoteImage->3->1",
53010
- "player.handlebars->3->32"
53023
+ "player.handlebars->3->35"
53024
]
53025
},
53026
{
@@ -53065,12 +53078,12 @@
53078
"default.handlebars->47->1028",
53079
"default.handlebars->47->1319",
53080
"default.handlebars->47->3015",
53068
- "default.handlebars->47->3210",
53081
+ "default.handlebars->47->3216",
53082
"default.handlebars->47->578",
53083
"default3.handlebars->35->1025",
53084
"default3.handlebars->35->1310",
53085
"default3.handlebars->35->3009",
53073
- "default3.handlebars->35->3198",
53086
+ "default3.handlebars->35->3204",
53087
"default3.handlebars->35->575"
53088
]
53089
},
@@ -53132,8 +53145,8 @@
53145
"zh-chs": "消息调度器",
53146
"zh-cht": "電郵調度器",
53147
"xloc": [
53135
- "default.handlebars->47->3388",
53136
- "default3.handlebars->35->3376"
53148
+ "default.handlebars->47->3407",
53149
+ "default3.handlebars->35->3395"
53150
]
53151
},
53152
{
@@ -53147,8 +53160,8 @@
53160
"pl": "Błąd wiadomości",
53161
"uk": "Помилка повідомлення",
53162
"xloc": [
53150
- "default.handlebars->47->3316",
53151
- "default3.handlebars->35->3304"
53163
+ "default.handlebars->47->3335",
53164
+ "default3.handlebars->35->3323"
53165
]
53166
},
53167
{
@@ -53162,8 +53175,8 @@
53175
"pl": "Błąd wiadomości: {0}",
53176
"uk": "Помилка повідомлення: {0}",
53177
"xloc": [
53165
- "default.handlebars->47->3317",
53166
- "default3.handlebars->35->3305"
53178
+ "default.handlebars->47->3336",
53179
+ "default3.handlebars->35->3324"
53180
]
53181
},
53182
{
@@ -53192,8 +53205,8 @@
53205
"pl": "Wiadomość wysłana.",
53206
"uk": "Повідомлення:",
53207
"xloc": [
53195
- "default.handlebars->47->3315",
53196
- "default3.handlebars->35->3303"
53208
+ "default.handlebars->47->3334",
53209
+ "default3.handlebars->35->3322"
53210
]
53211
},
53212
{
@@ -53371,12 +53384,14 @@
53384
"zh-chs": "信使",
53385
"zh-cht": "信使",
53386
"xloc": [
53374
- "default.handlebars->47->3149",
53375
- "default.handlebars->47->3156",
53376
- "default.handlebars->47->3219",
53377
- "default3.handlebars->35->3137",
53378
- "default3.handlebars->35->3144",
53379
- "default3.handlebars->35->3207"
53387
+ "default.handlebars->47->3152",
53388
+ "default.handlebars->47->3162",
53389
+ "default.handlebars->47->3228",
53390
+ "default.handlebars->47->3281",
53391
+ "default3.handlebars->35->3140",
53392
+ "default3.handlebars->35->3150",
53393
+ "default3.handlebars->35->3216",
53394
+ "default3.handlebars->35->3269"
53395
]
53396
},
53397
{
@@ -53389,8 +53404,8 @@
53404
"pl": "Wiadomości",
53405
"uk": "Обмін повідомленнями",
53406
"xloc": [
53392
- "default.handlebars->47->3239",
53393
- "default3.handlebars->35->3227"
53407
+ "default.handlebars->47->3248",
53408
+ "default3.handlebars->35->3236"
53409
]
53410
},
53411
{
@@ -54032,8 +54047,8 @@
54047
"zh-chs": "多路复用器",
54048
"zh-cht": "多工器",
54049
"xloc": [
54035
- "default.handlebars->47->3168",
54036
- "default3.handlebars->35->3156"
54050
+ "default.handlebars->47->3174",
54051
+ "default3.handlebars->35->3162"
54052
]
54053
},
54054
{
@@ -55000,8 +55015,8 @@
55015
"pl": "Zapisy informacji o interfejsach sieciowych",
55016
"uk": "Записати інформацію про мережевий інтерфейс",
55017
"xloc": [
55003
- "default.handlebars->47->3252",
55004
- "default3.handlebars->35->3240"
55018
+ "default.handlebars->47->3261",
55019
+ "default3.handlebars->35->3249"
55020
]
55021
},
55022
{
@@ -55127,8 +55142,8 @@
55142
"zh-cht": "新賬戶",
55143
"xloc": [
55144
"default-mobile.handlebars->11->1030",
55130
- "default.handlebars->47->3278",
55131
- "default3.handlebars->35->3266"
55145
+ "default.handlebars->47->3297",
55146
+ "default3.handlebars->35->3285"
55147
]
55148
},
55149
{
@@ -57478,8 +57493,8 @@
57493
"zh-cht": "沒有此用戶的電話號碼",
57494
"xloc": [
57495
"default-mobile.handlebars->11->1061",
57481
- "default.handlebars->47->3309",
57482
- "default3.handlebars->35->3297"
57496
+ "default.handlebars->47->3328",
57497
+ "default3.handlebars->35->3316"
57498
]
57499
},
57500
{
@@ -57713,8 +57728,8 @@
57728
"zh-cht": "沒有用戶管理權限",
57729
"xloc": [
57730
"default-mobile.handlebars->11->1059",
57716
- "default.handlebars->47->3307",
57717
- "default3.handlebars->35->3295"
57731
+ "default.handlebars->47->3326",
57732
+ "default3.handlebars->35->3314"
57733
]
57734
},
57735
{
@@ -57929,7 +57944,7 @@
57944
"default.handlebars->47->2999",
57945
"default.handlebars->47->3036",
57946
"default.handlebars->47->314",
57932
- "default.handlebars->47->3234",
57947
+ "default.handlebars->47->3243",
57948
"default.handlebars->47->412",
57949
"default.handlebars->47->413",
57950
"default.handlebars->47->893",
@@ -57965,7 +57980,7 @@
57980
"default3.handlebars->35->2993",
57981
"default3.handlebars->35->3030",
57982
"default3.handlebars->35->311",
57968
- "default3.handlebars->35->3222",
57983
+ "default3.handlebars->35->3231",
57984
"default3.handlebars->35->409",
57985
"default3.handlebars->35->410",
57986
"default3.handlebars->35->890",
@@ -58343,8 +58358,8 @@
58358
"zh-chs": "不在服务器上",
58359
"zh-cht": "不在伺服器上",
58360
"xloc": [
58346
- "default.handlebars->47->3160",
58347
- "default3.handlebars->35->3148"
58361
+ "default.handlebars->47->3166",
58362
+ "default3.handlebars->35->3154"
58363
]
58364
},
58365
{
@@ -58786,8 +58801,8 @@
58801
"zh-chs": "空值",
58802
"zh-cht": "無效的",
58803
"xloc": [
58789
- "default.handlebars->47->3382",
58790
- "default3.handlebars->35->3370"
58804
+ "default.handlebars->47->3401",
58805
+ "default3.handlebars->35->3389"
58806
]
58807
},
58808
{
@@ -59034,8 +59049,8 @@
59049
"zh-cht": "發生在{0}",
59050
"xloc": [
59051
"default-mobile.handlebars->11->1027",
59037
- "default.handlebars->47->3275",
59038
- "default3.handlebars->35->3263"
59052
+ "default.handlebars->47->3294",
59053
+ "default3.handlebars->35->3282"
59054
]
59055
},
59056
{
@@ -59298,8 +59313,8 @@
59313
"zh-chs": "一次性密码",
59314
"zh-cht": "一次性密碼",
59315
"xloc": [
59301
- "default.handlebars->47->3241",
59302
- "default3.handlebars->35->3229"
59316
+ "default.handlebars->47->3250",
59317
+ "default3.handlebars->35->3238"
59318
]
59319
},
59320
{
@@ -59529,7 +59544,7 @@
59544
"zh-chs": "打开文件...",
59545
"zh-cht": "打開檔案...",
59546
"xloc": [
59532
- "player.handlebars->3->58",
59547
+ "player.handlebars->3->61",
59548
"player.handlebars->p11->deskarea0->deskarea1->3"
59549
]
59550
},
@@ -59924,14 +59939,14 @@
59939
"default-mobile.handlebars->11->788",
59940
"default.handlebars->47->1356",
59941
"default.handlebars->47->1623",
59927
- "default.handlebars->47->3207",
59942
+ "default.handlebars->47->3213",
59943
"default.handlebars->47->354",
59944
"default.handlebars->47->560",
59945
"default.handlebars->47->610",
59946
"default.handlebars->47->945",
59947
"default3.handlebars->35->1344",
59948
"default3.handlebars->35->1608",
59934
- "default3.handlebars->35->3195",
59949
+ "default3.handlebars->35->3201",
59950
"default3.handlebars->35->351",
59951
"default3.handlebars->35->557",
59952
"default3.handlebars->35->607",
@@ -60981,8 +60996,8 @@
60996
"zh-cht": "密碼已更改。",
60997
"xloc": [
60998
"default-mobile.handlebars->11->1055",
60984
- "default.handlebars->47->3303",
60985
- "default3.handlebars->35->3291"
60999
+ "default.handlebars->47->3322",
61000
+ "default3.handlebars->35->3310"
61001
]
61002
},
61003
{
@@ -62009,8 +62024,8 @@
62024
"zh-cht": "沒有權限",
62025
"xloc": [
62026
"default-mobile.handlebars->11->1036",
62012
- "default.handlebars->47->3284",
62013
- "default3.handlebars->35->3272"
62027
+ "default.handlebars->47->3303",
62028
+ "default3.handlebars->35->3291"
62029
]
62030
},
62031
{
@@ -62501,9 +62516,9 @@
62516
"zh-cht": "外掛指令",
62517
"xloc": [
62518
"default.handlebars->47->329",
62504
- "default.handlebars->47->3420",
62519
+ "default.handlebars->47->3439",
62520
"default3.handlebars->35->326",
62506
- "default3.handlebars->35->3408"
62521
+ "default3.handlebars->35->3427"
62522
]
62523
},
62524
{
@@ -63423,8 +63438,8 @@
63438
"zh-chs": "存在于服务器上",
63439
"zh-cht": "存在於伺服器上",
63440
"xloc": [
63426
- "default.handlebars->47->3159",
63427
- "default3.handlebars->35->3147"
63441
+ "default.handlebars->47->3165",
63442
+ "default3.handlebars->35->3153"
63443
]
63444
},
63445
{
@@ -63511,10 +63526,10 @@
63526
"zh-chs": "按[空格]播放/暂停。",
63527
"zh-cht": "按[空格]播放/暫停。",
63528
"xloc": [
63514
- "player.handlebars->3->41",
63515
- "player.handlebars->3->42",
63516
- "player.handlebars->3->43",
63517
- "player.handlebars->3->44"
63529
+ "player.handlebars->3->44",
63530
+ "player.handlebars->3->45",
63531
+ "player.handlebars->3->46",
63532
+ "player.handlebars->3->47"
63533
]
63534
},
63535
{
@@ -64063,9 +64078,9 @@
64078
"zh-chs": "协议",
64079
"zh-cht": "協議",
64080
"xloc": [
64066
- "default.handlebars->47->3157",
64067
- "default3.handlebars->35->3145",
64068
- "player.handlebars->3->33"
64081
+ "default.handlebars->47->3163",
64082
+ "default3.handlebars->35->3151",
64083
+ "player.handlebars->3->36"
64084
]
64085
},
64086
{
@@ -64397,8 +64412,8 @@
64412
"zh-chs": "推送通知",
64413
"zh-cht": "推送通知",
64414
"xloc": [
64400
- "default.handlebars->47->3240",
64401
- "default3.handlebars->35->3228"
64415
+ "default.handlebars->47->3249",
64416
+ "default3.handlebars->35->3237"
64417
]
64418
},
64419
{
@@ -64527,7 +64542,7 @@
64542
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->0->1",
64543
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->3->1",
64544
"default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->3->1",
64530
- "player.handlebars->3->50",
64545
+ "player.handlebars->3->53",
64546
"sharing-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->0->1",
64547
"sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->3->1"
64548
]
@@ -64985,8 +65000,8 @@
65000
"zh-chs": "RSS",
65001
"zh-cht": "RSS",
65002
"xloc": [
64988
- "default.handlebars->47->3378",
64989
- "default3.handlebars->35->3366"
65003
+ "default.handlebars->47->3397",
65004
+ "default3.handlebars->35->3385"
65005
]
65006
},
65007
{
@@ -65456,8 +65471,8 @@
65471
"zh-chs": "记录细节",
65472
"zh-cht": "記錄細節",
65473
"xloc": [
65459
- "default.handlebars->47->3171",
65460
- "default3.handlebars->35->3159"
65474
+ "default.handlebars->47->3177",
65475
+ "default3.handlebars->35->3165"
65476
]
65477
},
65478
{
@@ -65851,14 +65866,14 @@
65866
"default.handlebars->47->1155",
65867
"default.handlebars->47->1180",
65868
"default.handlebars->47->2422",
65854
- "default.handlebars->47->3359",
65869
+ "default.handlebars->47->3378",
65870
"default.handlebars->47->427",
65871
"default.handlebars->47->431",
65872
"default.handlebars->47->734",
65873
"default3.handlebars->35->1150",
65874
"default3.handlebars->35->1175",
65875
"default3.handlebars->35->2419",
65861
- "default3.handlebars->35->3347",
65876
+ "default3.handlebars->35->3366",
65877
"default3.handlebars->35->424",
65878
"default3.handlebars->35->428",
65879
"default3.handlebars->35->731"
@@ -65890,8 +65905,8 @@
65905
"zh-chs": "中继数量",
65906
"zh-cht": "中繼數量",
65907
"xloc": [
65893
- "default.handlebars->47->3344",
65894
- "default3.handlebars->35->3332"
65908
+ "default.handlebars->47->3363",
65909
+ "default3.handlebars->35->3351"
65910
]
65911
},
65912
{
@@ -65956,8 +65971,8 @@
65971
"zh-chs": "中继错误",
65972
"zh-cht": "中繼錯誤",
65973
"xloc": [
65959
- "default.handlebars->47->3337",
65960
- "default3.handlebars->35->3325"
65974
+ "default.handlebars->47->3356",
65975
+ "default3.handlebars->35->3344"
65976
]
65977
},
65978
{
@@ -66026,10 +66041,10 @@
66041
"zh-chs": "中继连接",
66042
"zh-cht": "中繼連接",
66043
"xloc": [
66029
- "default.handlebars->47->3343",
66030
- "default.handlebars->47->3371",
66031
- "default3.handlebars->35->3331",
66032
- "default3.handlebars->35->3359"
66044
+ "default.handlebars->47->3362",
66045
+ "default.handlebars->47->3390",
66046
+ "default3.handlebars->35->3350",
66047
+ "default3.handlebars->35->3378"
66048
]
66049
},
66050
{
@@ -66144,8 +66159,8 @@
66159
"zh-chs": "记住设备",
66160
"zh-cht": "記住設備",
66161
"xloc": [
66147
- "default.handlebars->47->3242",
66148
- "default3.handlebars->35->3230"
66162
+ "default.handlebars->47->3251",
66163
+ "default3.handlebars->35->3239"
66164
]
66165
},
66166
{
@@ -67230,8 +67245,8 @@
67245
"zh-chs": "远程会话",
67246
"zh-cht": "遠程會話",
67247
"xloc": [
67233
- "default.handlebars->47->3173",
67234
- "default3.handlebars->35->3161"
67248
+ "default.handlebars->47->3179",
67249
+ "default3.handlebars->35->3167"
67250
]
67251
},
67252
{
@@ -69076,8 +69091,8 @@
69091
"zh-chs": "报告未返回任何内容。",
69092
"zh-cht": "報告未返回任何內容。",
69093
"xloc": [
69079
- "default.handlebars->47->3212",
69080
- "default3.handlebars->35->3200"
69094
+ "default.handlebars->47->3218",
69095
+ "default3.handlebars->35->3206"
69096
]
69097
},
69098
{
@@ -69106,8 +69121,8 @@
69121
"zh-chs": "报告.csv",
69122
"zh-cht": "報告.csv",
69123
"xloc": [
69109
- "default.handlebars->47->3273",
69110
- "default3.handlebars->35->3261"
69124
+ "default.handlebars->47->3292",
69125
+ "default3.handlebars->35->3280"
69126
]
69127
},
69128
{
@@ -71071,8 +71086,8 @@
71086
"zh-cht": "短信錯誤",
71087
"xloc": [
71088
"default-mobile.handlebars->11->1063",
71074
- "default.handlebars->47->3311",
71075
- "default3.handlebars->35->3299"
71089
+ "default.handlebars->47->3330",
71090
+ "default3.handlebars->35->3318"
71091
]
71092
},
71093
{
@@ -71102,8 +71117,8 @@
71117
"zh-cht": "短信錯誤:{0}",
71118
"xloc": [
71119
"default-mobile.handlebars->11->1064",
71105
- "default.handlebars->47->3312",
71106
- "default3.handlebars->35->3300"
71120
+ "default.handlebars->47->3331",
71121
+ "default3.handlebars->35->3319"
71122
]
71123
},
71124
{
@@ -71163,8 +71178,8 @@
71178
"zh-cht": "短信網關未啟用",
71179
"xloc": [
71180
"default-mobile.handlebars->11->1058",
71166
- "default.handlebars->47->3306",
71167
- "default3.handlebars->35->3294"
71181
+ "default.handlebars->47->3325",
71182
+ "default3.handlebars->35->3313"
71183
]
71184
},
71185
{
@@ -71193,8 +71208,8 @@
71208
"zh-chs": "短信",
71209
"zh-cht": "短信",
71210
"xloc": [
71196
- "default.handlebars->47->3237",
71197
- "default3.handlebars->35->3225"
71211
+ "default.handlebars->47->3246",
71212
+ "default3.handlebars->35->3234"
71213
]
71214
},
71215
{
@@ -71265,8 +71280,8 @@
71280
"pl": "Sukces wysyłania SMS.",
71281
"uk": "SMS успішно надіслано.",
71282
"xloc": [
71268
- "default.handlebars->47->3310",
71269
- "default3.handlebars->35->3298"
71283
+ "default.handlebars->47->3329",
71284
+ "default3.handlebars->35->3317"
71285
]
71286
},
71287
{
@@ -72736,8 +72751,8 @@
72751
"zh-cht": "安全警告",
72752
"xloc": [
72753
"default-mobile.handlebars->11->1032",
72739
- "default.handlebars->47->3280",
72740
- "default3.handlebars->35->3268"
72754
+ "default.handlebars->47->3299",
72755
+ "default3.handlebars->35->3287"
72756
]
72757
},
72758
{
@@ -72783,7 +72798,7 @@
72798
"zh-chs": "寻求",
72799
"zh-cht": "尋求",
72800
"xloc": [
72786
- "player.handlebars->3->39"
72801
+ "player.handlebars->3->42"
72802
]
72803
},
72804
{
@@ -72898,13 +72913,13 @@
72913
"default.handlebars->47->1247",
72914
"default.handlebars->47->1249",
72915
"default.handlebars->47->1251",
72901
- "default.handlebars->47->3193",
72902
- "default.handlebars->47->3195",
72916
+ "default.handlebars->47->3199",
72917
+ "default.handlebars->47->3201",
72918
"default3.handlebars->35->1242",
72919
"default3.handlebars->35->1244",
72920
"default3.handlebars->35->1246",
72906
- "default3.handlebars->35->3181",
72907
- "default3.handlebars->35->3183"
72921
+ "default3.handlebars->35->3187",
72922
+ "default3.handlebars->35->3189"
72923
]
72924
},
72925
{
@@ -74133,8 +74148,8 @@
74148
"zh-chs": "服务器证书",
74149
"zh-cht": "伺服器憑證",
74150
"xloc": [
74136
- "default.handlebars->47->3393",
74137
- "default3.handlebars->35->3381"
74151
+ "default.handlebars->47->3412",
74152
+ "default3.handlebars->35->3400"
74153
]
74154
},
74155
{
@@ -74208,8 +74223,8 @@
74223
"zh-chs": "服务器数据库",
74224
"zh-cht": "伺服器數據庫",
74225
"xloc": [
74211
- "default.handlebars->47->3394",
74212
- "default3.handlebars->35->3382"
74226
+ "default.handlebars->47->3413",
74227
+ "default3.handlebars->35->3401"
74228
]
74229
},
74230
{
@@ -74322,8 +74337,8 @@
74337
"zh-cht": "服務器限制",
74338
"xloc": [
74339
"default-mobile.handlebars->11->1031",
74325
- "default.handlebars->47->3279",
74326
- "default3.handlebars->35->3267"
74340
+ "default.handlebars->47->3298",
74341
+ "default3.handlebars->35->3286"
74342
]
74343
},
74344
{
@@ -74503,8 +74518,8 @@
74518
"zh-chs": "服务器状态",
74519
"zh-cht": "伺服器狀態",
74520
"xloc": [
74506
- "default.handlebars->47->3322",
74507
- "default3.handlebars->35->3310"
74521
+ "default.handlebars->47->3341",
74522
+ "default3.handlebars->35->3329"
74523
]
74524
},
74525
{
@@ -74563,8 +74578,8 @@
74578
"zh-chs": "服务器跟踪",
74579
"zh-cht": "伺服器追蹤",
74580
"xloc": [
74566
- "default.handlebars->47->3407",
74567
- "default3.handlebars->35->3395"
74581
+ "default.handlebars->47->3426",
74582
+ "default3.handlebars->35->3414"
74583
]
74584
},
74585
{
@@ -74593,8 +74608,8 @@
74608
"zh-chs": "服务器跟踪事件",
74609
"zh-cht": "服務器跟踪事件",
74610
"xloc": [
74596
- "default.handlebars->47->3385",
74597
- "default3.handlebars->35->3373"
74611
+ "default.handlebars->47->3404",
74612
+ "default3.handlebars->35->3392"
74613
]
74614
},
74615
{
@@ -74958,8 +74973,8 @@
74973
"pl": "Zapisy statystyk serwera",
74974
"uk": "Записи статистики сервера",
74975
"xloc": [
74961
- "default.handlebars->47->3257",
74962
- "default3.handlebars->35->3245"
74976
+ "default.handlebars->47->3266",
74977
+ "default3.handlebars->35->3254"
74978
]
74979
},
74980
{
@@ -75045,8 +75060,8 @@
75060
"zh-chs": "ServerStats.csv",
75061
"zh-cht": "ServerStats.csv",
75062
"xloc": [
75048
- "default.handlebars->47->3384",
75049
- "default3.handlebars->35->3372"
75063
+ "default.handlebars->47->3403",
75064
+ "default3.handlebars->35->3391"
75065
]
75066
},
75067
{
@@ -75155,9 +75170,9 @@
75170
"zh-cht": "節",
75171
"xloc": [
75172
"default.handlebars->47->3138",
75158
- "default.handlebars->47->3200",
75173
+ "default.handlebars->47->3206",
75174
"default3.handlebars->35->3126",
75160
- "default3.handlebars->35->3188",
75175
+ "default3.handlebars->35->3194",
75176
"ssh.handlebars->3->24",
75177
"ssh.handlebars->3->26"
75178
]
@@ -76583,8 +76598,8 @@
76598
"zh-chs": "显示流量",
76599
"zh-cht": "顯示流量",
76600
"xloc": [
76586
- "default.handlebars->47->3196",
76587
- "default3.handlebars->35->3184"
76601
+ "default.handlebars->47->3202",
76602
+ "default3.handlebars->35->3190"
76603
]
76604
},
76605
{
@@ -77486,8 +77501,8 @@
77501
"zh-chs": "单点登录",
77502
"zh-cht": "單點登錄",
77503
"xloc": [
77489
- "default.handlebars->47->3245",
77490
- "default3.handlebars->35->3233"
77504
+ "default.handlebars->47->3254",
77505
+ "default3.handlebars->35->3242"
77506
]
77507
},
77508
{
@@ -77543,10 +77558,10 @@
77558
"zh-cht": "尺寸",
77559
"xloc": [
77560
"default.handlebars->47->3141",
77546
- "default.handlebars->47->3163",
77561
+ "default.handlebars->47->3169",
77562
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize",
77563
"default3.handlebars->35->3129",
77549
- "default3.handlebars->35->3151",
77564
+ "default3.handlebars->35->3157",
77565
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSize"
77566
]
77567
},
@@ -79235,14 +79250,14 @@
79250
"default.handlebars->47->300",
79251
"default.handlebars->47->305",
79252
"default.handlebars->47->3139",
79238
- "default.handlebars->47->3165",
79253
+ "default.handlebars->47->3171",
79254
"default3.handlebars->35->1245",
79255
"default3.handlebars->35->138",
79256
"default3.handlebars->35->1398",
79257
"default3.handlebars->35->297",
79258
"default3.handlebars->35->302",
79259
"default3.handlebars->35->3127",
79245
- "default3.handlebars->35->3153",
79260
+ "default3.handlebars->35->3159",
79261
"sharing.handlebars->11->14"
79262
]
79263
},
@@ -80029,11 +80044,11 @@
80044
"default-mobile.handlebars->11->887",
80045
"default.handlebars->47->1732",
80046
"default.handlebars->47->3079",
80032
- "default.handlebars->47->3158",
80047
+ "default.handlebars->47->3164",
80048
"default.handlebars->container->column_l->p42->p42tbl->1->0->7",
80049
"default3.handlebars->35->1715",
80050
"default3.handlebars->35->3071",
80036
- "default3.handlebars->35->3146",
80051
+ "default3.handlebars->35->3152",
80052
"default3.handlebars->container->column_l->p42->p42tbl->1->0->15"
80053
]
80054
},
@@ -80511,10 +80526,10 @@
80526
"zh-chs": "成功登录",
80527
"zh-cht": "成功登錄",
80528
"xloc": [
80514
- "default.handlebars->47->3230",
80515
- "default.handlebars->47->3269",
80516
- "default3.handlebars->35->3218",
80517
- "default3.handlebars->35->3257"
80529
+ "default.handlebars->47->3239",
80530
+ "default.handlebars->47->3288",
80531
+ "default3.handlebars->35->3227",
80532
+ "default3.handlebars->35->3276"
80533
]
80534
},
80535
{
@@ -81789,10 +81804,10 @@
81804
"default.handlebars->47->1215",
81805
"default.handlebars->47->2252",
81806
"default.handlebars->47->2332",
81792
- "default.handlebars->47->3151",
81793
- "default.handlebars->47->3214",
81794
- "default.handlebars->47->3264",
81795
- "default.handlebars->47->3360",
81807
+ "default.handlebars->47->3154",
81808
+ "default.handlebars->47->3220",
81809
+ "default.handlebars->47->3273",
81810
+ "default.handlebars->47->3379",
81811
"default.handlebars->47->468",
81812
"default.handlebars->47->872",
81813
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -81801,10 +81816,10 @@
81816
"default3.handlebars->35->1210",
81817
"default3.handlebars->35->2248",
81818
"default3.handlebars->35->2329",
81804
- "default3.handlebars->35->3139",
81805
- "default3.handlebars->35->3202",
81806
- "default3.handlebars->35->3252",
81807
- "default3.handlebars->35->3348",
81819
+ "default3.handlebars->35->3142",
81820
+ "default3.handlebars->35->3208",
81821
+ "default3.handlebars->35->3261",
81822
+ "default3.handlebars->35->3367",
81823
"default3.handlebars->35->465",
81824
"default3.handlebars->35->869",
81825
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -82117,8 +82132,8 @@
82132
"pl": "Zapisy notatek tekstowych",
82133
"uk": "Записи текстових приміток",
82134
"xloc": [
82120
- "default.handlebars->47->3251",
82121
- "default3.handlebars->35->3239"
82135
+ "default.handlebars->47->3260",
82136
+ "default3.handlebars->35->3248"
82137
]
82138
},
82139
{
@@ -82444,8 +82459,8 @@
82459
"zh-cht": "目前沒有任何通知",
82460
"xloc": [
82461
"default-mobile.handlebars->11->1026",
82447
- "default.handlebars->47->3274",
82448
- "default3.handlebars->35->3262"
82462
+ "default.handlebars->47->3293",
82463
+ "default3.handlebars->35->3281"
82464
]
82465
},
82466
{
@@ -82475,8 +82490,8 @@
82490
"zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。",
82491
"xloc": [
82492
"default-mobile.handlebars->11->1047",
82478
- "default.handlebars->47->3295",
82479
- "default3.handlebars->35->3283"
82493
+ "default.handlebars->47->3314",
82494
+ "default3.handlebars->35->3302"
82495
]
82496
},
82497
{
@@ -83252,11 +83267,11 @@
83267
"xloc": [
83268
"default-mobile.handlebars->11->583",
83269
"default.handlebars->47->1263",
83255
- "default.handlebars->47->3191",
83256
- "default.handlebars->47->3198",
83270
+ "default.handlebars->47->3197",
83271
+ "default.handlebars->47->3204",
83272
"default3.handlebars->35->1258",
83258
- "default3.handlebars->35->3179",
83259
- "default3.handlebars->35->3186",
83273
+ "default3.handlebars->35->3185",
83274
+ "default3.handlebars->35->3192",
83275
"player.handlebars->3->17"
83276
]
83277
},
@@ -83287,9 +83302,9 @@
83302
"zh-cht": "時間範圍結束",
83303
"xloc": [
83304
"default.handlebars->47->1248",
83290
- "default.handlebars->47->3194",
83305
+ "default.handlebars->47->3200",
83306
"default3.handlebars->35->1243",
83292
- "default3.handlebars->35->3182"
83307
+ "default3.handlebars->35->3188"
83308
]
83309
},
83310
{
@@ -83319,9 +83334,9 @@
83334
"zh-cht": "時間範圍開始",
83335
"xloc": [
83336
"default.handlebars->47->1246",
83322
- "default.handlebars->47->3192",
83337
+ "default.handlebars->47->3198",
83338
"default3.handlebars->35->1241",
83324
- "default3.handlebars->35->3180"
83339
+ "default3.handlebars->35->3186"
83340
]
83341
},
83342
{
@@ -83381,9 +83396,9 @@
83396
"zh-cht": "時間範圍",
83397
"xloc": [
83398
"default.handlebars->47->1242",
83384
- "default.handlebars->47->3190",
83399
+ "default.handlebars->47->3196",
83400
"default3.handlebars->35->1237",
83386
- "default3.handlebars->35->3178"
83401
+ "default3.handlebars->35->3184"
83402
]
83403
},
83404
{
@@ -85280,7 +85295,7 @@
85295
"default.handlebars->47->2116",
85296
"default.handlebars->47->2184",
85297
"default.handlebars->47->2285",
85283
- "default.handlebars->47->3177",
85298
+ "default.handlebars->47->3183",
85299
"default.handlebars->47->510",
85300
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->5",
85301
"default3.handlebars->35->1218",
@@ -85288,7 +85303,7 @@
85303
"default3.handlebars->35->2116",
85304
"default3.handlebars->35->2180",
85305
"default3.handlebars->35->2279",
85291
- "default3.handlebars->35->3165",
85306
+ "default3.handlebars->35->3171",
85307
"default3.handlebars->35->507",
85308
"default3.handlebars->container->column_l->p11->deskarea0->deskarea4->1",
85309
"sharing.handlebars->p11->deskarea0->deskarea4->3"
@@ -85651,7 +85666,7 @@
85666
"xloc": [
85667
"default-mobile.handlebars->11->357",
85668
"default-mobile.handlebars->11->99",
85654
- "default3.handlebars->35->3399"
85669
+ "default3.handlebars->35->3418"
85670
]
85671
},
85672
{
@@ -85681,7 +85696,7 @@
85696
"zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。",
85697
"xloc": [
85698
"default.handlebars->47->2109",
85684
- "default.handlebars->47->3413",
85699
+ "default.handlebars->47->3432",
85700
"default.handlebars->47->741",
85701
"default.handlebars->47->890",
85702
"default3.handlebars->35->738",
@@ -85715,8 +85730,8 @@
85730
"zh-cht": "此模式下無法添加用戶",
85731
"xloc": [
85732
"default-mobile.handlebars->11->1043",
85718
- "default.handlebars->47->3291",
85719
- "default3.handlebars->35->3279"
85733
+ "default.handlebars->47->3310",
85734
+ "default3.handlebars->35->3298"
85735
]
85736
},
85737
{
@@ -86485,13 +86500,13 @@
86500
"default.handlebars->47->2185",
86501
"default.handlebars->47->3123",
86502
"default.handlebars->47->3143",
86488
- "default.handlebars->47->3150",
86489
- "default.handlebars->47->3224",
86490
- "default.handlebars->47->3225",
86491
- "default.handlebars->47->3226",
86492
- "default.handlebars->47->3227",
86493
- "default.handlebars->47->3228",
86494
- "default.handlebars->47->3267",
86503
+ "default.handlebars->47->3153",
86504
+ "default.handlebars->47->3233",
86505
+ "default.handlebars->47->3234",
86506
+ "default.handlebars->47->3235",
86507
+ "default.handlebars->47->3236",
86508
+ "default.handlebars->47->3237",
86509
+ "default.handlebars->47->3286",
86510
"default.handlebars->47->44",
86511
"default.handlebars->47->51",
86512
"default.handlebars->47->52",
@@ -86514,13 +86529,13 @@
86529
"default3.handlebars->35->2181",
86530
"default3.handlebars->35->3111",
86531
"default3.handlebars->35->3131",
86517
- "default3.handlebars->35->3138",
86518
- "default3.handlebars->35->3212",
86519
- "default3.handlebars->35->3213",
86520
- "default3.handlebars->35->3214",
86521
- "default3.handlebars->35->3215",
86522
- "default3.handlebars->35->3216",
86523
- "default3.handlebars->35->3255",
86532
+ "default3.handlebars->35->3141",
86533
+ "default3.handlebars->35->3221",
86534
+ "default3.handlebars->35->3222",
86535
+ "default3.handlebars->35->3223",
86536
+ "default3.handlebars->35->3224",
86537
+ "default3.handlebars->35->3225",
86538
+ "default3.handlebars->35->3274",
86539
"default3.handlebars->35->44",
86540
"default3.handlebars->35->51",
86541
"default3.handlebars->35->52",
@@ -86584,8 +86599,8 @@
86599
"zh-chs": "未知动作",
86600
"zh-cht": "未知動作",
86601
"xloc": [
86587
- "default.handlebars->47->3328",
86588
- "default3.handlebars->35->3316"
86602
+ "default.handlebars->47->3347",
86603
+ "default3.handlebars->35->3335"
86604
]
86605
},
86606
{
@@ -86648,10 +86663,10 @@
86663
"xloc": [
86664
"default.handlebars->47->2908",
86665
"default.handlebars->47->3097",
86651
- "default.handlebars->47->3332",
86666
+ "default.handlebars->47->3351",
86667
"default3.handlebars->35->2902",
86668
"default3.handlebars->35->3085",
86654
- "default3.handlebars->35->3320"
86669
+ "default3.handlebars->35->3339"
86670
]
86671
},
86672
{
@@ -86680,8 +86695,8 @@
86695
"zh-chs": "未知群组",
86696
"zh-cht": "未知群組",
86697
"xloc": [
86683
- "default.handlebars->47->3324",
86684
- "default3.handlebars->35->3312"
86698
+ "default.handlebars->47->3343",
86699
+ "default3.handlebars->35->3331"
86700
]
86701
},
86702
{
@@ -86741,10 +86756,10 @@
86756
"zh-chs": "未知用户",
86757
"zh-cht": "未知用戶",
86758
"xloc": [
86744
- "default.handlebars->47->3229",
86745
- "default.handlebars->47->3268",
86746
- "default3.handlebars->35->3217",
86747
- "default3.handlebars->35->3256"
86759
+ "default.handlebars->47->3238",
86760
+ "default.handlebars->47->3287",
86761
+ "default3.handlebars->35->3226",
86762
+ "default3.handlebars->35->3275"
86763
]
86764
},
86765
{
@@ -87105,8 +87120,8 @@
87120
"zh-chs": "最新",
87121
"zh-cht": "最新",
87122
"xloc": [
87108
- "default.handlebars->47->3418",
87109
- "default3.handlebars->35->3406"
87123
+ "default.handlebars->47->3437",
87124
+ "default3.handlebars->35->3425"
87125
]
87126
},
87127
{
@@ -87783,8 +87798,8 @@
87798
"zh-chs": "用法",
87799
"zh-cht": "用法",
87800
"xloc": [
87786
- "default.handlebars->47->3380",
87787
- "default3.handlebars->35->3368"
87801
+ "default.handlebars->47->3399",
87802
+ "default3.handlebars->35->3387"
87803
]
87804
},
87805
{
@@ -88045,10 +88060,10 @@
88060
"zh-chs": "用过的",
88061
"zh-cht": "用過的",
88062
"xloc": [
88048
- "default.handlebars->47->3318",
88049
- "default.handlebars->47->3320",
88050
- "default3.handlebars->35->3306",
88051
- "default3.handlebars->35->3308"
88063
+ "default.handlebars->47->3337",
88064
+ "default.handlebars->47->3339",
88065
+ "default3.handlebars->35->3325",
88066
+ "default3.handlebars->35->3327"
88067
]
88068
},
88069
{
@@ -88084,10 +88099,10 @@
88099
"default.handlebars->47->2719",
88100
"default.handlebars->47->2749",
88101
"default.handlebars->47->2904",
88087
- "default.handlebars->47->3170",
88088
- "default.handlebars->47->3178",
88089
- "default.handlebars->47->3182",
88090
- "default.handlebars->47->3201",
88102
+ "default.handlebars->47->3176",
88103
+ "default.handlebars->47->3184",
88104
+ "default.handlebars->47->3188",
88105
+ "default.handlebars->47->3207",
88106
"default.handlebars->47->393",
88107
"default3.handlebars->35->1091",
88108
"default3.handlebars->35->136",
@@ -88096,10 +88111,10 @@
88111
"default3.handlebars->35->2716",
88112
"default3.handlebars->35->2746",
88113
"default3.handlebars->35->2898",
88099
- "default3.handlebars->35->3158",
88100
- "default3.handlebars->35->3166",
88101
- "default3.handlebars->35->3170",
88102
- "default3.handlebars->35->3189",
88114
+ "default3.handlebars->35->3164",
88115
+ "default3.handlebars->35->3172",
88116
+ "default3.handlebars->35->3176",
88117
+ "default3.handlebars->35->3195",
88118
"default3.handlebars->35->390"
88119
]
88120
},
@@ -88201,8 +88216,8 @@
88216
"zh-chs": "用户帐户",
88217
"zh-cht": "用戶帳戶",
88218
"xloc": [
88204
- "default.handlebars->47->3338",
88205
- "default3.handlebars->35->3326"
88219
+ "default.handlebars->47->3357",
88220
+ "default3.handlebars->35->3345"
88221
]
88222
},
88223
{
@@ -88217,8 +88232,8 @@
88232
"pl": "Dziennik Autentykacji Użytkownika",
88233
"uk": "Журнал Автентифікації Користувача",
88234
"xloc": [
88220
- "default.handlebars->47->3401",
88221
- "default3.handlebars->35->3389"
88235
+ "default.handlebars->47->3420",
88236
+ "default3.handlebars->35->3408"
88237
]
88238
},
88239
{
@@ -88582,8 +88597,8 @@
88597
"zh-chs": "用户登录",
88598
"zh-cht": "用戶登錄",
88599
"xloc": [
88585
- "default.handlebars->47->3175",
88586
- "default3.handlebars->35->3163"
88600
+ "default.handlebars->47->3181",
88601
+ "default3.handlebars->35->3169"
88602
]
88603
},
88604
{
@@ -88695,10 +88710,19 @@
88710
"zh-chs": "用户PowerShell",
88711
"zh-cht": "用戶PowerShell",
88712
"xloc": [
88713
+ "default.handlebars->47->3149",
88714
+ "default.handlebars->47->3159",
88715
+ "default.handlebars->47->3225",
88716
+ "default.handlebars->47->3278",
88717
"default.handlebars->termShellContextMenu->7",
88718
"default.handlebars->termShellContextMenu2->3",
88719
+ "default3.handlebars->35->3137",
88720
+ "default3.handlebars->35->3147",
88721
+ "default3.handlebars->35->3213",
88722
+ "default3.handlebars->35->3266",
88723
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->19->0",
88724
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->7->0",
88725
+ "player.handlebars->3->31",
88726
"xterm.handlebars->termShellContextMenu->cxtermups"
88727
]
88728
},
@@ -88758,8 +88782,8 @@
88782
"zh-chs": "用户会话",
88783
"zh-cht": "用戶節",
88784
"xloc": [
88761
- "default.handlebars->47->3370",
88762
- "default3.handlebars->35->3358"
88785
+ "default.handlebars->47->3389",
88786
+ "default3.handlebars->35->3377"
88787
]
88788
},
88789
{
@@ -88788,12 +88812,21 @@
88812
"zh-chs": "用户Shell",
88813
"zh-cht": "用戶Shell",
88814
"xloc": [
88815
+ "default.handlebars->47->3148",
88816
+ "default.handlebars->47->3158",
88817
+ "default.handlebars->47->3224",
88818
+ "default.handlebars->47->3277",
88819
"default.handlebars->termShellContextMenu->5",
88820
"default.handlebars->termShellContextMenu2->1->0",
88821
"default.handlebars->termShellContextMenuLinux->3",
88822
+ "default3.handlebars->35->3136",
88823
+ "default3.handlebars->35->3146",
88824
+ "default3.handlebars->35->3212",
88825
+ "default3.handlebars->35->3265",
88826
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->17->0->0",
88827
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->23->0",
88828
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->5->0",
88829
+ "player.handlebars->3->30",
88830
"xterm.handlebars->termShellContextMenu->cxtermunorm",
88831
"xterm.handlebars->termShellContextMenuLinux->cxtermps"
88832
]
@@ -88824,8 +88857,8 @@
88857
"zh-chs": "用户流量使用",
88858
"zh-cht": "用戶流量使用",
88859
"xloc": [
88827
- "default.handlebars->47->3174",
88828
- "default3.handlebars->35->3162"
88860
+ "default.handlebars->47->3180",
88861
+ "default3.handlebars->35->3168"
88862
]
88863
},
88864
{
@@ -88942,8 +88975,8 @@
88975
"zh-cht": "用戶已存在",
88976
"xloc": [
88977
"default-mobile.handlebars->11->1042",
88945
- "default.handlebars->47->3290",
88946
- "default3.handlebars->35->3278"
88978
+ "default.handlebars->47->3309",
88979
+ "default3.handlebars->35->3297"
88980
]
88981
},
88982
{
@@ -89082,8 +89115,8 @@
89115
"pl": "Zapisy grupy użytkownika",
89116
"uk": "Записи групи користувачів",
89117
"xloc": [
89085
- "default.handlebars->47->3258",
89086
- "default3.handlebars->35->3246"
89118
+ "default.handlebars->47->3267",
89119
+ "default3.handlebars->35->3255"
89120
]
89121
},
89122
{
@@ -89240,8 +89273,8 @@
89273
"pl": "Zapisy użytkownika",
89274
"uk": "Записи користувача",
89275
"xloc": [
89243
- "default.handlebars->47->3248",
89244
- "default3.handlebars->35->3236"
89276
+ "default.handlebars->47->3257",
89277
+ "default3.handlebars->35->3245"
89278
]
89279
},
89280
{
@@ -89271,8 +89304,8 @@
89304
"zh-cht": "未找到用戶 {0}。",
89305
"xloc": [
89306
"default-mobile.handlebars->11->1050",
89274
- "default.handlebars->47->3298",
89275
- "default3.handlebars->35->3286"
89307
+ "default.handlebars->47->3317",
89308
+ "default3.handlebars->35->3305"
89309
]
89310
},
89311
{
@@ -89583,11 +89616,11 @@
89616
"xloc": [
89617
"default.handlebars->47->2852",
89618
"default.handlebars->47->2896",
89586
- "default.handlebars->47->3369",
89619
+ "default.handlebars->47->3388",
89620
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral",
89621
"default3.handlebars->35->2846",
89622
"default3.handlebars->35->2890",
89590
- "default3.handlebars->35->3357",
89623
+ "default3.handlebars->35->3376",
89624
"default3.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
89625
]
89626
},
@@ -89617,8 +89650,8 @@
89650
"zh-chs": "用户会话",
89651
"zh-cht": "用戶節",
89652
"xloc": [
89620
- "default.handlebars->47->3342",
89621
- "default3.handlebars->35->3330"
89653
+ "default.handlebars->47->3361",
89654
+ "default3.handlebars->35->3349"
89655
]
89656
},
89657
{
@@ -89678,8 +89711,8 @@
89711
"zh-cht": "未找到用戶 {0}。",
89712
"xloc": [
89713
"default-mobile.handlebars->11->1051",
89681
- "default.handlebars->47->3299",
89682
- "default3.handlebars->35->3287"
89714
+ "default.handlebars->47->3318",
89715
+ "default3.handlebars->35->3306"
89716
]
89717
},
89718
{
@@ -89861,8 +89894,8 @@
89894
"zh-cht": "驗證異常",
89895
"xloc": [
89896
"default-mobile.handlebars->11->1044",
89864
- "default.handlebars->47->3292",
89865
- "default3.handlebars->35->3280"
89897
+ "default.handlebars->47->3311",
89898
+ "default3.handlebars->35->3299"
89899
]
89900
},
89901
{
@@ -90327,9 +90360,9 @@
90360
"zh-chs": "版本不兼容,请先升级您的MeshCentral",
90361
"zh-cht": "版本不兼容,請先升級你的MeshCentral",
90362
"xloc": [
90330
- "default.handlebars->47->3414",
90331
- "default3.handlebars->35->3401",
90332
- "default3.handlebars->35->3402"
90363
+ "default.handlebars->47->3433",
90364
+ "default3.handlebars->35->3420",
90365
+ "default3.handlebars->35->3421"
90366
]
90367
},
90368
{
@@ -90566,10 +90599,10 @@
90599
"zh-chs": "查看变更日志",
90600
"zh-cht": "查看變更日誌",
90601
"xloc": [
90569
- "default.handlebars->47->3417",
90570
- "default.handlebars->47->3419",
90571
- "default3.handlebars->35->3405",
90572
- "default3.handlebars->35->3407"
90602
+ "default.handlebars->47->3436",
90603
+ "default.handlebars->47->3438",
90604
+ "default3.handlebars->35->3424",
90605
+ "default3.handlebars->35->3426"
90606
]
90607
},
90608
{
@@ -91359,10 +91392,10 @@
91392
"zh-chs": "网络服务器",
91393
"zh-cht": "網絡伺服器",
91394
"xloc": [
91362
- "default.handlebars->47->3396",
91363
- "default.handlebars->47->3397",
91364
- "default3.handlebars->35->3384",
91365
- "default3.handlebars->35->3385"
91395
+ "default.handlebars->47->3415",
91396
+ "default.handlebars->47->3416",
91397
+ "default3.handlebars->35->3403",
91398
+ "default3.handlebars->35->3404"
91399
]
91400
},
91401
{
@@ -91391,8 +91424,8 @@
91424
"zh-chs": "Web 服务器 HTTP 标头",
91425
"zh-cht": "Web 服務器 HTTP 標頭",
91426
"xloc": [
91394
- "default.handlebars->47->3400",
91395
- "default3.handlebars->35->3388"
91427
+ "default.handlebars->47->3419",
91428
+ "default3.handlebars->35->3407"
91429
]
91430
},
91431
{
@@ -91421,8 +91454,8 @@
91454
"zh-chs": "Web服务器请求",
91455
"zh-cht": "Web伺服器請求",
91456
"xloc": [
91424
- "default.handlebars->47->3398",
91425
- "default3.handlebars->35->3386"
91457
+ "default.handlebars->47->3417",
91458
+ "default3.handlebars->35->3405"
91459
]
91460
},
91461
{
@@ -91451,8 +91484,8 @@
91484
"zh-chs": "Web套接字中继",
91485
"zh-cht": "Web插座中繼",
91486
"xloc": [
91454
- "default.handlebars->47->3399",
91455
- "default3.handlebars->35->3387"
91487
+ "default.handlebars->47->3418",
91488
+ "default3.handlebars->35->3406"
91489
]
91490
},
91491
{
@@ -91482,10 +91515,12 @@
91515
"zh-cht": "網絡RDP",
91516
"xloc": [
91517
"default.handlebars->47->1064",
91485
- "default.handlebars->47->3220",
91518
+ "default.handlebars->47->3229",
91519
+ "default.handlebars->47->3282",
91520
"default.handlebars->contextMenu->cxwebrdp",
91521
"default3.handlebars->35->1061",
91488
- "default3.handlebars->35->3208",
91522
+ "default3.handlebars->35->3217",
91523
+ "default3.handlebars->35->3270",
91524
"default3.handlebars->contextMenu->cxwebrdp"
91525
]
91526
},
@@ -91515,8 +91550,10 @@
91550
"zh-chs": "网络SFTP",
91551
"zh-cht": "網絡SFTP",
91552
"xloc": [
91518
- "default.handlebars->47->3222",
91519
- "default3.handlebars->35->3210"
91553
+ "default.handlebars->47->3231",
91554
+ "default.handlebars->47->3284",
91555
+ "default3.handlebars->35->3219",
91556
+ "default3.handlebars->35->3272"
91557
]
91558
},
91559
{
@@ -91546,10 +91583,12 @@
91583
"zh-cht": "網絡SSH",
91584
"xloc": [
91585
"default.handlebars->47->1066",
91549
- "default.handlebars->47->3221",
91586
+ "default.handlebars->47->3230",
91587
+ "default.handlebars->47->3283",
91588
"default.handlebars->contextMenu->cxwebssh",
91589
"default3.handlebars->35->1063",
91552
- "default3.handlebars->35->3209",
91590
+ "default3.handlebars->35->3218",
91591
+ "default3.handlebars->35->3271",
91592
"default3.handlebars->contextMenu->cxwebssh"
91593
]
91594
},
@@ -91580,10 +91619,12 @@
91619
"zh-cht": "網絡-VNC",
91620
"xloc": [
91621
"default.handlebars->47->1062",
91583
- "default.handlebars->47->3223",
91622
+ "default.handlebars->47->3232",
91623
+ "default.handlebars->47->3285",
91624
"default.handlebars->contextMenu->cxwebvnc",
91625
"default3.handlebars->35->1059",
91586
- "default3.handlebars->35->3211",
91626
+ "default3.handlebars->35->3220",
91627
+ "default3.handlebars->35->3273",
91628
"default3.handlebars->contextMenu->cxwebvnc"
91629
]
91630
},
@@ -91613,8 +91654,8 @@
91654
"zh-chs": "网络RDP",
91655
"zh-cht": "WebRDP",
91656
"xloc": [
91616
- "default.handlebars->47->3363",
91617
- "default3.handlebars->35->3351"
91657
+ "default.handlebars->47->3382",
91658
+ "default3.handlebars->35->3370"
91659
]
91660
},
91661
{
@@ -91643,8 +91684,8 @@
91684
"zh-chs": "网络SSH",
91685
"zh-cht": "網絡SSH",
91686
"xloc": [
91646
- "default.handlebars->47->3364",
91647
- "default3.handlebars->35->3352"
91687
+ "default.handlebars->47->3383",
91688
+ "default3.handlebars->35->3371"
91689
]
91690
},
91691
{
@@ -91703,8 +91744,8 @@
91744
"zh-chs": "网络VNC",
91745
"zh-cht": "網絡VNC",
91746
"xloc": [
91706
- "default.handlebars->47->3365",
91707
- "default3.handlebars->35->3353"
91747
+ "default.handlebars->47->3384",
91748
+ "default3.handlebars->35->3372"
91749
]
91750
},
91751
{
@@ -94633,8 +94674,8 @@
94674
"zh-chs": "\\\\'",
94675
"zh-cht": "\\\\'",
94676
"xloc": [
94636
- "default.handlebars->47->3415",
94637
- "default3.handlebars->35->3403"
94677
+ "default.handlebars->47->3434",
94678
+ "default3.handlebars->35->3422"
94679
]
94680
},
94681
{
@@ -95258,7 +95299,7 @@
95299
"zh-chs": "data:image / png; base64,",
95300
"zh-cht": "data:image / png; base64,",
95301
"xloc": [
95261
- "player.handlebars->3->45"
95302
+ "player.handlebars->3->48"
95303
]
95304
},
95305
{
@@ -95620,10 +95661,10 @@
95661
"zh-chs": "空闲",
95662
"zh-cht": "免費",
95663
"xloc": [
95623
- "default.handlebars->47->3350",
95624
- "default.handlebars->47->3353",
95625
- "default3.handlebars->35->3338",
95626
- "default3.handlebars->35->3341"
95664
+ "default.handlebars->47->3369",
95665
+ "default.handlebars->47->3372",
95666
+ "default3.handlebars->35->3357",
95667
+ "default3.handlebars->35->3360"
95668
]
95669
},
95670
{
@@ -96960,8 +97001,8 @@
97001
"zh-chs": "servertrace.csv",
97002
"zh-cht": "servertrace.csv",
97003
"xloc": [
96963
- "default.handlebars->47->3409",
96964
- "default3.handlebars->35->3397"
97004
+ "default.handlebars->47->3428",
97005
+ "default3.handlebars->35->3416"
97006
]
97007
},
97008
{
@@ -97125,8 +97166,8 @@
97166
"zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
97167
"zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
97168
"xloc": [
97128
- "default.handlebars->47->3383",
97129
- "default3.handlebars->35->3371"
97169
+ "default.handlebars->47->3402",
97170
+ "default3.handlebars->35->3390"
97171
]
97172
},
97173
{
@@ -97155,8 +97196,8 @@
97196
"zh-chs": "时间,来源,信息",
97197
"zh-cht": "時間,來源,訊息",
97198
"xloc": [
97158
- "default.handlebars->47->3408",
97159
- "default3.handlebars->35->3396"
97199
+ "default.handlebars->47->3427",
97200
+ "default3.handlebars->35->3415"
97201
]
97202
},
97203
{
@@ -97226,10 +97267,10 @@
97267
"zh-chs": "总计",
97268
"zh-cht": "總",
97269
"xloc": [
97229
- "default.handlebars->47->3351",
97230
- "default.handlebars->47->3354",
97231
- "default3.handlebars->35->3339",
97232
- "default3.handlebars->35->3342"
97270
+ "default.handlebars->47->3370",
97271
+ "default.handlebars->47->3373",
97272
+ "default3.handlebars->35->3358",
97273
+ "default3.handlebars->35->3361"
97274
]
97275
},
97276
{
@@ -98072,9 +98113,9 @@
98113
"xloc": [
98114
"default-mobile.handlebars->11->371",
98115
"default.handlebars->47->2518",
98075
- "default.handlebars->47->3164",
98116
+ "default.handlebars->47->3170",
98117
"default3.handlebars->35->2515",
98077
- "default3.handlebars->35->3152",
98118
+ "default3.handlebars->35->3158",
98119
"download.handlebars->3->2",
98120
"download2.handlebars->5->2",
98121
"sharing.handlebars->11->102"
views/default.handlebars
+20
-1
@@ -17467,6 +17467,9 @@
17467
if (rec.protocol == 1) { sessionName += ' - ' + "Terminal Session"; }
17468
if (rec.protocol == 2) { sessionName += ' - ' + "Desktop Session"; }
17469
if (rec.protocol == 5) { sessionName += ' - ' + "File Transfer"; }
17470
+ if (rec.protocol == 6) { sessionName += ' - ' + "Admin PowerShell"; }
17471
+ if (rec.protocol == 8) { sessionName += ' - ' + "User Shell"; }
17472
+ if (rec.protocol == 9) { sessionName += ' - ' + "User PowerShell"; }
17473
if (rec.protocol == 100) { sessionName += ' - ' + "Intel® AMT WSMAN"; }
17474
if (rec.protocol == 101) { sessionName += ' - ' + "Intel® AMT Redirection"; }
17475
if (rec.protocol == 200) { sessionName += ' - ' + "Messenger"; }
@@ -17497,6 +17500,9 @@
17500
if (rec.protocol == 1) { protocolStr = "Terminal"; }
17501
if (rec.protocol == 2) { protocolStr = "Desktop"; }
17502
if (rec.protocol == 5) { protocolStr = "Files"; }
17503
+ if (rec.protocol == 6) { protocolStr = "Admin PowerShell"; }
17504
+ if (rec.protocol == 8) { protocolStr = "User Shell"; }
17505
+ if (rec.protocol == 9) { protocolStr = "User PowerShell"; }
17506
if (rec.protocol == 100) { protocolStr = "Intel® AMT WSMAN"; }
17507
if (rec.protocol == 101) { protocolStr = "Intel® AMT Redirection"; }
17508
if (rec.protocol == 200) { protocolStr = "Messenger"; }
@@ -17839,6 +17845,9 @@
17845
if (v == 1) return "Terminal";
17846
if (v == 2) return "Desktop";
17847
if (v == 5) return "Files";
17848
+ if (v == 6) return "Admin PowerShell";
17849
+ if (v == 8) return "User Shell";
17850
+ if (v == 9) return "User PowerShell";
17851
if (v == 100) return "AMT-WSMAN";
17852
if (v == 101) return "AMT-Redir";
17853
if (v == 200) return "Messenger";
@@ -17940,7 +17949,17 @@
17949
if (v == 1) return "Terminal";
17950
if (v == 2) return "Desktop";
17951
if (v == 5) return "Files";
17943
- return "Unknown";
17952
+ if (v == 6) return "Admin PowerShell";
17953
+ if (v == 8) return "User Shell";
17954
+ if (v == 9) return "User PowerShell";
17955
+ if (v == 100) return "AMT-WSMAN";
17956
+ if (v == 101) return "AMT-Redir";
17957
+ if (v == 200) return "Messenger";
17958
+ if (v == 201) return "Web-RDP";
17959
+ if (v == 202) return "Web-SSH";
17960
+ if (v == 203) return "Web-SFTP";
17961
+ if (v == 204) return "Web-VNC";
17962
+ return "Unknown" + ' (' + v + ')';
17963
}
17964
if (f == 'node') {
17965
var node = getNodeFromId(v);
views/default3.handlebars
+20
-1
@@ -18733,6 +18733,9 @@
18733
if (rec.protocol == 1) { sessionName += ' - ' + "Terminal Session"; }
18734
if (rec.protocol == 2) { sessionName += ' - ' + "Desktop Session"; }
18735
if (rec.protocol == 5) { sessionName += ' - ' + "File Transfer"; }
18736
+ if (rec.protocol == 6) { sessionName += ' - ' + "Admin PowerShell"; }
18737
+ if (rec.protocol == 8) { sessionName += ' - ' + "User Shell"; }
18738
+ if (rec.protocol == 9) { sessionName += ' - ' + "User PowerShell"; }
18739
if (rec.protocol == 100) { sessionName += ' - ' + "Intel® AMT WSMAN"; }
18740
if (rec.protocol == 101) { sessionName += ' - ' + "Intel® AMT Redirection"; }
18741
if (rec.protocol == 200) { sessionName += ' - ' + "Messenger"; }
@@ -18763,6 +18766,9 @@
18766
if (rec.protocol == 1) { protocolStr = "Terminal"; }
18767
if (rec.protocol == 2) { protocolStr = "Desktop"; }
18768
if (rec.protocol == 5) { protocolStr = "Files"; }
18769
+ if (rec.protocol == 6) { protocolStr = "Admin PowerShell"; }
18770
+ if (rec.protocol == 8) { protocolStr = "User Shell"; }
18771
+ if (rec.protocol == 9) { protocolStr = "User PowerShell"; }
18772
if (rec.protocol == 100) { protocolStr = "Intel® AMT WSMAN"; }
18773
if (rec.protocol == 101) { protocolStr = "Intel® AMT Redirection"; }
18774
if (rec.protocol == 200) { protocolStr = "Messenger"; }
@@ -19109,6 +19115,9 @@
19115
if (v == 1) return "Terminal";
19116
if (v == 2) return "Desktop";
19117
if (v == 5) return "Files";
19118
+ if (v == 6) return "Admin PowerShell";
19119
+ if (v == 8) return "User Shell";
19120
+ if (v == 9) return "User PowerShell";
19121
if (v == 100) return "AMT-WSMAN";
19122
if (v == 101) return "AMT-Redir";
19123
if (v == 200) return "Messenger";
@@ -19210,7 +19219,17 @@
19219
if (v == 1) return "Terminal";
19220
if (v == 2) return "Desktop";
19221
if (v == 5) return "Files";
19213
- return "Unknown";
19222
+ if (v == 6) return "Admin PowerShell";
19223
+ if (v == 8) return "User Shell";
19224
+ if (v == 9) return "User PowerShell";
19225
+ if (v == 100) return "AMT-WSMAN";
19226
+ if (v == 101) return "AMT-Redir";
19227
+ if (v == 200) return "Messenger";
19228
+ if (v == 201) return "Web-RDP";
19229
+ if (v == 202) return "Web-SSH";
19230
+ if (v == 203) return "Web-SFTP";
19231
+ if (v == 204) return "Web-VNC";
19232
+ return "Unknown" + ' (' + v + ')';
19233
}
19234
if (f == 'node') {
19235
var node = getNodeFromId(v);
views/player.handlebars
+4
-1
@@ -401,6 +401,9 @@
401
var p = recFileMetadata.protocol;
402
if (p == 1) { p = "MeshCentral Terminal"; }
403
else if (p == 2) { p = "MeshCentral Desktop"; }
404
+ else if (p == 6) { p = "Admin PowerShell"; }
405
+ else if (p == 8) { p = "User Shell"; }
406
+ else if (p == 9) { p = "User PowerShell"; }
407
else if (p == 100) { p = "Intel® AMT WSMAN"; }
408
else if (p == 101) { p = "Intel® AMT Redirection"; }
409
else if ((p == 102) || (p == 200 && recFileMetadata.bpp != null)) { p = "Intel® AMT KVM"; }
@@ -427,7 +430,7 @@
430
QV('TermParent', false);
431
QV('XTermParent', false);
432
QV('ConvertAsWebM', false);
430
- if (recFileMetadata.protocol == 1) {
433
+ if ((recFileMetadata.protocol == 1) || (recFileMetadata.protocol == 6) || (recFileMetadata.protocol == 8) || (recFileMetadata.protocol == 9)) {
434
// MeshCentral remote terminal
435
recFileProtocol = 1;
436
x += '<br /><br /><span style=color:gray>' + "Press [space] to play/pause." + '</span>';