meshcore.js clean up.
Ylian Saint-Hilaire committed
Aug 4, 2022 at 11:40 UTC
8ac4281989815017469c2bfacc0239f3e1fd1b39
2 files changed
+274
-278
agents/meshcore.js
+2
-24
@@ -1852,7 +1852,6 @@ function onTunnelUpgrade(response, s, head) {
1852
s.tunnel = this;
1853
s.descriptorMetadata = "MeshAgent_relayTunnel";
1854
1855
- //if (this.tcpport != null || this.udpport != null)
1855
if (require('MeshAgent').idleTimeout != null) {
1856
s.setTimeout(require('MeshAgent').idleTimeout * 1000);
1857
s.on('timeout', function () {
@@ -2045,32 +2044,11 @@ function onTunnelData(data) {
2044
if (this.httprequest.state == 0) {
2045
// Check if this is a relay connection
2046
if ((data == 'c') || (data == 'cr')) {
2048
- this.httprequest.state = 1; /*sendConsoleText("Tunnel #" + this.httprequest.index + " now active", this.httprequest.sessionid);*/
2049
- /*
2050
- this.setTimeout(global._tunnelTimeout == null ? 5000 : global._tunnelTimeout); // Once we receive 'c', we will only wait the tunnel timeout (5 seconds) before we close the tunnel
2051
- this.on('timeout', function ()
2052
- {
2053
- this.end();
2054
- });
2055
- */
2047
+ this.httprequest.state = 1;
2048
+ //sendConsoleText("Tunnel #" + this.httprequest.index + " now active", this.httprequest.sessionid);
2049
}
2050
}
2051
else {
2059
- /*
2060
- // We received some data, so we will reset the idle timeout of the websocket
2061
- this.removeAllListeners('timeout');
2062
-
2063
- if (require('MeshAgent').idleTimeout != null)
2064
- {
2065
- this.setTimeout(require('MeshAgent').idleTimeout * 1000);
2066
- this.on('timeout', function ()
2067
- {
2068
- this.ping();
2069
- this.setTimeout(require('MeshAgent').idleTimeout * 1000);
2070
- });
2071
- }
2072
- */
2073
-
2052
// Handle tunnel data
2053
if (this.httprequest.protocol == 0) { // 1 = Terminal (admin), 2 = Desktop, 5 = Files, 6 = PowerShell (admin), 7 = Plugin Data Exchange, 8 = Terminal (user), 9 = PowerShell (user), 10 = FileTransfer
2054
// Take a look at the protocol
translate/translate.json
+272
-254
@@ -1761,7 +1761,7 @@
1761
"default-mobile.handlebars->11->477",
1762
"default.handlebars->45->1371",
1763
"default.handlebars->45->2179",
1764
- "default.handlebars->45->2800",
1764
+ "default.handlebars->45->2803",
1765
"sharing.handlebars->11->50"
1766
]
1767
},
@@ -3518,7 +3518,7 @@
3518
"zh-chs": "第二个因素",
3519
"zh-cht": "第二個因素",
3520
"xloc": [
3521
- "default.handlebars->45->2836"
3521
+ "default.handlebars->45->2839"
3522
]
3523
},
3524
{
@@ -4964,7 +4964,7 @@
4964
"zh-chs": "操作系统",
4965
"zh-cht": "AMT操作系統",
4966
"xloc": [
4967
- "default.handlebars->45->2958"
4967
+ "default.handlebars->45->2961"
4968
]
4969
},
4970
{
@@ -4989,7 +4989,7 @@
4989
"zh-chs": "AMT-Redir",
4990
"zh-cht": "AMT-Redir",
4991
"xloc": [
4992
- "default.handlebars->45->2843"
4992
+ "default.handlebars->45->2846"
4993
]
4994
},
4995
{
@@ -5014,7 +5014,7 @@
5014
"zh-chs": "AMT-WSMAN",
5015
"zh-cht": "AMT-WSMAN",
5016
"xloc": [
5017
- "default.handlebars->45->2842"
5017
+ "default.handlebars->45->2845"
5018
]
5019
},
5020
{
@@ -5386,7 +5386,7 @@
5386
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5387
"default.handlebars->45->1810",
5388
"default.handlebars->45->1812",
5389
- "default.handlebars->45->3011",
5389
+ "default.handlebars->45->3014",
5390
"default.handlebars->45->786",
5391
"default.handlebars->45->788"
5392
]
@@ -5414,7 +5414,7 @@
5414
"zh-cht": "帳號設定",
5415
"xloc": [
5416
"default-mobile.handlebars->11->713",
5417
- "default.handlebars->45->2887"
5417
+ "default.handlebars->45->2890"
5418
]
5419
},
5420
{
@@ -5627,7 +5627,7 @@
5627
"zh-cht": "達到帳戶限制。",
5628
"xloc": [
5629
"default-mobile.handlebars->11->725",
5630
- "default.handlebars->45->2899",
5630
+ "default.handlebars->45->2902",
5631
"login-mobile.handlebars->5->6",
5632
"login.handlebars->5->6",
5633
"login2.handlebars->7->8"
@@ -7732,7 +7732,7 @@
7732
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7733
"default.handlebars->45->2154",
7734
"default.handlebars->45->2167",
7735
- "default.handlebars->45->2956",
7735
+ "default.handlebars->45->2959",
7736
"default.handlebars->45->377",
7737
"default.handlebars->45->638",
7738
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -7840,7 +7840,7 @@
7840
"zh-chs": "代理错误计数器",
7841
"zh-cht": "代理錯誤計數器",
7842
"xloc": [
7843
- "default.handlebars->45->2925"
7843
+ "default.handlebars->45->2928"
7844
]
7845
},
7846
{
@@ -8040,7 +8040,7 @@
8040
"zh-chs": "代理时段",
8041
"zh-cht": "代理時段",
8042
"xloc": [
8043
- "default.handlebars->45->2941"
8043
+ "default.handlebars->45->2944"
8044
]
8045
},
8046
{
@@ -8616,7 +8616,7 @@
8616
"zh-cht": "代理",
8617
"xloc": [
8618
"default.handlebars->45->2127",
8619
- "default.handlebars->45->2969",
8619
+ "default.handlebars->45->2972",
8620
"default.handlebars->45->531"
8621
]
8622
},
@@ -8670,7 +8670,7 @@
8670
"default-mobile.handlebars->11->148",
8671
"default-mobile.handlebars->11->478",
8672
"default-mobile.handlebars->11->480",
8673
- "default.handlebars->45->2812",
8673
+ "default.handlebars->45->2815",
8674
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
8675
]
8676
},
@@ -9261,6 +9261,12 @@
9261
"account-invite.txt"
9262
]
9263
},
9264
+ {
9265
+ "en": "An unknown error occured.",
9266
+ "xloc": [
9267
+ "default.handlebars->45->2768"
9268
+ ]
9269
+ },
9270
{
9271
"cs": "Android",
9272
"da": "Android",
@@ -10382,7 +10388,7 @@
10388
"zh-chs": "您确定要{0}插件吗:{1}",
10389
"zh-cht": "你確定要{0}外掛嗎:{1}",
10390
"xloc": [
10385
- "default.handlebars->45->3020"
10391
+ "default.handlebars->45->3023"
10392
]
10393
},
10394
{
@@ -11255,7 +11261,7 @@
11261
"zh-chs": "可用內存",
11262
"zh-cht": "可用內存",
11263
"xloc": [
11258
- "default.handlebars->45->2950"
11264
+ "default.handlebars->45->2953"
11265
]
11266
},
11267
{
@@ -11582,7 +11588,7 @@
11588
"zh-cht": "備用碼",
11589
"xloc": [
11590
"default.handlebars->45->2669",
11585
- "default.handlebars->45->2860"
11591
+ "default.handlebars->45->2863"
11592
]
11593
},
11594
{
@@ -11658,7 +11664,7 @@
11664
"zh-chs": "错误的签名",
11665
"zh-cht": "錯誤的簽名",
11666
"xloc": [
11661
- "default.handlebars->45->2932"
11667
+ "default.handlebars->45->2935"
11668
]
11669
},
11670
{
@@ -11683,7 +11689,7 @@
11689
"zh-chs": "错误的网络证书",
11690
"zh-cht": "錯誤的網絡憑證",
11691
"xloc": [
11686
- "default.handlebars->45->2931"
11692
+ "default.handlebars->45->2934"
11693
]
11694
},
11695
{
@@ -12060,7 +12066,7 @@
12066
"zh-chs": "浏览器",
12067
"zh-cht": "瀏覽器",
12068
"xloc": [
12063
- "default.handlebars->45->2834"
12069
+ "default.handlebars->45->2837"
12070
]
12071
},
12072
{
@@ -12236,7 +12242,7 @@
12242
"zh-chs": "字节输入",
12243
"zh-cht": "字節輸入",
12244
"xloc": [
12239
- "default.handlebars->45->2830"
12245
+ "default.handlebars->45->2833"
12246
]
12247
},
12248
{
@@ -12261,7 +12267,7 @@
12267
"zh-chs": "字节输出",
12268
"zh-cht": "字節輸出",
12269
"xloc": [
12264
- "default.handlebars->45->2831"
12270
+ "default.handlebars->45->2834"
12271
]
12272
},
12273
{
@@ -12373,7 +12379,7 @@
12379
"zh-cht": "CIRA",
12380
"xloc": [
12381
"default-mobile.handlebars->11->257",
12376
- "default.handlebars->45->2957",
12382
+ "default.handlebars->45->2960",
12383
"default.handlebars->45->379",
12384
"default.handlebars->45->640"
12385
]
@@ -12400,7 +12406,7 @@
12406
"zh-chs": "CIRA服务器",
12407
"zh-cht": "CIRA伺服器",
12408
"xloc": [
12403
- "default.handlebars->45->3004"
12409
+ "default.handlebars->45->3007"
12410
]
12411
},
12412
{
@@ -12425,7 +12431,7 @@
12431
"zh-chs": "CIRA服务器命令",
12432
"zh-cht": "CIRA伺服器指令",
12433
"xloc": [
12428
- "default.handlebars->45->3005"
12434
+ "default.handlebars->45->3008"
12435
]
12436
},
12437
{
@@ -12502,7 +12508,7 @@
12508
"xloc": [
12509
"default-mobile.handlebars->11->589",
12510
"default.handlebars->45->1492",
12505
- "default.handlebars->45->2981",
12511
+ "default.handlebars->45->2984",
12512
"default.handlebars->container->column_l->p40->3->1->p40type->5"
12513
]
12514
},
@@ -12528,7 +12534,7 @@
12534
"zh-chs": "CPU负载",
12535
"zh-cht": "CPU負載",
12536
"xloc": [
12531
- "default.handlebars->45->2946"
12537
+ "default.handlebars->45->2949"
12538
]
12539
},
12540
{
@@ -12553,7 +12559,7 @@
12559
"zh-chs": "最近15分钟的CPU负载",
12560
"zh-cht": "最近15分鐘的CPU負載",
12561
"xloc": [
12556
- "default.handlebars->45->2949"
12562
+ "default.handlebars->45->2952"
12563
]
12564
},
12565
{
@@ -12578,7 +12584,7 @@
12584
"zh-chs": "最近5分钟的CPU负载",
12585
"zh-cht": "最近5分鐘的CPU負載",
12586
"xloc": [
12581
- "default.handlebars->45->2948"
12587
+ "default.handlebars->45->2951"
12588
]
12589
},
12590
{
@@ -12603,7 +12609,7 @@
12609
"zh-chs": "最近一分钟的CPU负载",
12610
"zh-cht": "最近一分鐘的CPU負載",
12611
"xloc": [
12606
- "default.handlebars->45->2947"
12612
+ "default.handlebars->45->2950"
12613
]
12614
},
12615
{
@@ -12732,7 +12738,7 @@
12738
"zh-chs": "呼叫错误",
12739
"zh-cht": "呼叫錯誤",
12740
"xloc": [
12735
- "default.handlebars->45->3021"
12741
+ "default.handlebars->45->3024"
12742
]
12743
},
12744
{
@@ -12786,7 +12792,7 @@
12792
"default-mobile.handlebars->11->113",
12793
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
12794
"default.handlebars->45->1861",
12789
- "default.handlebars->45->3010",
12795
+ "default.handlebars->45->3013",
12796
"default.handlebars->45->491",
12797
"default.handlebars->container->dialog->idx_dlgButtonBar",
12798
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -13682,7 +13688,7 @@
13688
"zh-cht": "聊天請求,點擊這裡接受。",
13689
"xloc": [
13690
"default-mobile.handlebars->11->726",
13685
- "default.handlebars->45->2900"
13691
+ "default.handlebars->45->2903"
13692
]
13693
},
13694
{
@@ -13858,7 +13864,7 @@
13864
"zh-cht": "檢查...",
13865
"xloc": [
13866
"default.handlebars->45->1558",
13861
- "default.handlebars->45->3015"
13867
+ "default.handlebars->45->3018"
13868
]
13869
},
13870
{
@@ -14303,7 +14309,7 @@
14309
"zh-cht": "全部清除",
14310
"xloc": [
14311
"default-mobile.handlebars->11->709",
14306
- "default.handlebars->45->2883"
14312
+ "default.handlebars->45->2886"
14313
]
14314
},
14315
{
@@ -14406,7 +14412,7 @@
14412
"zh-cht": "清除此通知",
14413
"xloc": [
14414
"default-mobile.handlebars->11->708",
14409
- "default.handlebars->45->2882"
14415
+ "default.handlebars->45->2885"
14416
]
14417
},
14418
{
@@ -14913,7 +14919,7 @@
14919
"default.handlebars->45->1373",
14920
"default.handlebars->45->217",
14921
"default.handlebars->45->225",
14916
- "default.handlebars->45->3009",
14922
+ "default.handlebars->45->3012",
14923
"sharing.handlebars->11->52"
14924
]
14925
},
@@ -16481,7 +16487,7 @@
16487
"zh-chs": "已连接的英特尔®AMT",
16488
"zh-cht": "已連接的Intel® AMT",
16489
"xloc": [
16484
- "default.handlebars->45->2937"
16490
+ "default.handlebars->45->2940"
16491
]
16492
},
16493
{
@@ -16506,7 +16512,7 @@
16512
"zh-chs": "已连接的用户",
16513
"zh-cht": "已连接的用户",
16514
"xloc": [
16509
- "default.handlebars->45->2942"
16515
+ "default.handlebars->45->2945"
16516
]
16517
},
16518
{
@@ -16735,7 +16741,7 @@
16741
"zh-chs": "连接数量",
16742
"zh-cht": "連接數量",
16743
"xloc": [
16738
- "default.handlebars->45->2968"
16744
+ "default.handlebars->45->2971"
16745
]
16746
},
16747
{
@@ -16788,7 +16794,7 @@
16794
"zh-chs": "连接转发器",
16795
"zh-cht": "連接轉發器",
16796
"xloc": [
16791
- "default.handlebars->45->3003"
16797
+ "default.handlebars->45->3006"
16798
]
16799
},
16800
{
@@ -17025,7 +17031,7 @@
17031
"zh-chs": "Cookie编码器",
17032
"zh-cht": "Cookie編碼器",
17033
"xloc": [
17028
- "default.handlebars->45->2987"
17034
+ "default.handlebars->45->2990"
17035
]
17036
},
17037
{
@@ -17559,7 +17565,7 @@
17565
"zh-chs": "核心服务器",
17566
"zh-cht": "核心伺服器",
17567
"xloc": [
17562
- "default.handlebars->45->2986"
17568
+ "default.handlebars->45->2989"
17569
]
17570
},
17571
{
@@ -18499,7 +18505,7 @@
18505
"zh-cht": "當前密碼不正確。",
18506
"xloc": [
18507
"default-mobile.handlebars->11->736",
18502
- "default.handlebars->45->2910"
18508
+ "default.handlebars->45->2913"
18509
]
18510
},
18511
{
@@ -18783,8 +18789,8 @@
18789
"xloc": [
18790
"default-mobile.handlebars->11->386",
18791
"default.handlebars->45->1148",
18786
- "default.handlebars->45->2807",
18787
- "default.handlebars->45->2810"
18792
+ "default.handlebars->45->2810",
18793
+ "default.handlebars->45->2813"
18794
]
18795
},
18796
{
@@ -19781,10 +19787,10 @@
19787
"default.handlebars->45->1320",
19788
"default.handlebars->45->1950",
19789
"default.handlebars->45->2023",
19784
- "default.handlebars->45->2781",
19785
- "default.handlebars->45->2840",
19786
- "default.handlebars->45->2871",
19787
- "default.handlebars->45->2962",
19790
+ "default.handlebars->45->2784",
19791
+ "default.handlebars->45->2843",
19792
+ "default.handlebars->45->2874",
19793
+ "default.handlebars->45->2965",
19794
"default.handlebars->45->770",
19795
"default.handlebars->45->987",
19796
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -19920,7 +19926,7 @@
19926
"zh-chs": "桌面复用",
19927
"zh-cht": "桌面多路復用",
19928
"xloc": [
19923
- "default.handlebars->45->2967"
19929
+ "default.handlebars->45->2970"
19930
]
19931
},
19932
{
@@ -20029,7 +20035,7 @@
20035
"zh-chs": "桌面会话",
20036
"zh-cht": "桌面會話",
20037
"xloc": [
20032
- "default.handlebars->45->2774"
20038
+ "default.handlebars->45->2777"
20039
]
20040
},
20041
{
@@ -20342,8 +20348,8 @@
20348
"default.handlebars->45->2051",
20349
"default.handlebars->45->267",
20350
"default.handlebars->45->2743",
20345
- "default.handlebars->45->2806",
20346
- "default.handlebars->45->2824",
20351
+ "default.handlebars->45->2809",
20352
+ "default.handlebars->45->2827",
20353
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
20354
]
20355
},
@@ -20506,10 +20512,10 @@
20512
"default.handlebars->45->2578",
20513
"default.handlebars->45->2584",
20514
"default.handlebars->45->2731",
20509
- "default.handlebars->45->2790",
20510
- "default.handlebars->45->2813",
20511
- "default.handlebars->45->2827",
20512
- "default.handlebars->45->2888"
20515
+ "default.handlebars->45->2793",
20516
+ "default.handlebars->45->2816",
20517
+ "default.handlebars->45->2830",
20518
+ "default.handlebars->45->2891"
20519
]
20520
},
20521
{
@@ -20565,7 +20571,7 @@
20571
"default.handlebars->45->2522",
20572
"default.handlebars->45->2565",
20573
"default.handlebars->45->2651",
20568
- "default.handlebars->45->2940",
20574
+ "default.handlebars->45->2943",
20575
"default.handlebars->container->column_l->p2->p2info->9"
20576
]
20577
},
@@ -20668,7 +20674,7 @@
20674
"xloc": [
20675
"default-mobile.handlebars->11->402",
20676
"default.handlebars->45->1214",
20671
- "default.handlebars->45->2789",
20677
+ "default.handlebars->45->2792",
20678
"default.handlebars->45->449",
20679
"default.handlebars->45->458",
20680
"player.handlebars->3->25"
@@ -23531,7 +23537,7 @@
23537
"zh-chs": "代理重复",
23538
"zh-cht": "代理重複",
23539
"xloc": [
23534
- "default.handlebars->45->2936"
23540
+ "default.handlebars->45->2939"
23541
]
23542
},
23543
{
@@ -23631,8 +23637,8 @@
23637
"default.handlebars->45->1106",
23638
"default.handlebars->45->273",
23639
"default.handlebars->45->275",
23634
- "default.handlebars->45->2769",
23635
- "default.handlebars->45->2795",
23640
+ "default.handlebars->45->2772",
23641
+ "default.handlebars->45->2798",
23642
"player.handlebars->3->18"
23643
]
23644
},
@@ -24961,7 +24967,7 @@
24967
"zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})",
24968
"xloc": [
24969
"default-mobile.handlebars->11->745",
24964
- "default.handlebars->45->2919"
24970
+ "default.handlebars->45->2922"
24971
]
24972
},
24973
{
@@ -25135,7 +25141,7 @@
25141
"zh-cht": "電郵已發送。",
25142
"xloc": [
25143
"default-mobile.handlebars->11->729",
25138
- "default.handlebars->45->2903",
25144
+ "default.handlebars->45->2906",
25145
"login-mobile.handlebars->5->2",
25146
"login.handlebars->5->2",
25147
"login2.handlebars->7->3"
@@ -25259,7 +25265,7 @@
25265
"zh-chs": "电子邮件/短信/推送流量",
25266
"zh-cht": "電子郵件/短信/推送流量",
25267
"xloc": [
25262
- "default.handlebars->45->2995"
25268
+ "default.handlebars->45->2998"
25269
]
25270
},
25271
{
@@ -25467,7 +25473,7 @@
25473
"zh-cht": "已啟用",
25474
"xloc": [
25475
"default.handlebars->45->121",
25470
- "default.handlebars->45->2797"
25476
+ "default.handlebars->45->2800"
25477
]
25478
},
25479
{
@@ -25643,7 +25649,7 @@
25649
"zh-chs": "时间结束",
25650
"zh-cht": "時間結束",
25651
"xloc": [
25646
- "default.handlebars->45->2794"
25652
+ "default.handlebars->45->2797"
25653
]
25654
},
25655
{
@@ -26556,7 +26562,7 @@
26562
"zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。",
26563
"xloc": [
26564
"default-mobile.handlebars->11->737",
26559
- "default.handlebars->45->2911"
26565
+ "default.handlebars->45->2914"
26566
]
26567
},
26568
{
@@ -26582,7 +26588,7 @@
26588
"zh-cht": "錯誤,密碼未更改。",
26589
"xloc": [
26590
"default-mobile.handlebars->11->734",
26585
- "default.handlebars->45->2908"
26591
+ "default.handlebars->45->2911"
26592
]
26593
},
26594
{
@@ -26608,7 +26614,7 @@
26614
"zh-cht": "錯誤,無法更改為常用密碼。",
26615
"xloc": [
26616
"default-mobile.handlebars->11->733",
26611
- "default.handlebars->45->2907"
26617
+ "default.handlebars->45->2910"
26618
]
26619
},
26620
{
@@ -26634,7 +26640,7 @@
26640
"zh-cht": "錯誤,無法更改為以前使用的密碼。",
26641
"xloc": [
26642
"default-mobile.handlebars->11->732",
26637
- "default.handlebars->45->2906"
26643
+ "default.handlebars->45->2909"
26644
]
26645
},
26646
{
@@ -27164,7 +27170,7 @@
27170
"zh-chs": "外部",
27171
"zh-cht": "外部",
27172
"xloc": [
27167
- "default.handlebars->45->2975"
27173
+ "default.handlebars->45->2978"
27174
]
27175
},
27176
{
@@ -27189,7 +27195,7 @@
27195
"zh-chs": "FIDO 密钥",
27196
"zh-cht": "FIDO 密鑰",
27197
"xloc": [
27192
- "default.handlebars->45->2861"
27198
+ "default.handlebars->45->2864"
27199
]
27200
},
27201
{
@@ -27315,7 +27321,7 @@
27321
"zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。",
27322
"xloc": [
27323
"default-mobile.handlebars->11->728",
27318
- "default.handlebars->45->2902"
27324
+ "default.handlebars->45->2905"
27325
]
27326
},
27327
{
@@ -27744,7 +27750,7 @@
27750
"zh-chs": "文件传输",
27751
"zh-cht": "文件傳輸",
27752
"xloc": [
27747
- "default.handlebars->45->2775"
27753
+ "default.handlebars->45->2778"
27754
]
27755
},
27756
{
@@ -27799,10 +27805,10 @@
27805
"default.handlebars->45->1074",
27806
"default.handlebars->45->1952",
27807
"default.handlebars->45->2030",
27802
- "default.handlebars->45->2782",
27803
- "default.handlebars->45->2841",
27804
- "default.handlebars->45->2872",
27805
- "default.handlebars->45->2963",
27808
+ "default.handlebars->45->2785",
27809
+ "default.handlebars->45->2844",
27810
+ "default.handlebars->45->2875",
27811
+ "default.handlebars->45->2966",
27812
"default.handlebars->45->415",
27813
"default.handlebars->45->989",
27814
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
@@ -28760,8 +28766,8 @@
28766
"zh-chs": "自由",
28767
"zh-cht": "自由",
28768
"xloc": [
28763
- "default.handlebars->45->2921",
28764
- "default.handlebars->45->2923"
28769
+ "default.handlebars->45->2924",
28770
+ "default.handlebars->45->2926"
28771
]
28772
},
28773
{
@@ -29526,7 +29532,7 @@
29532
"zh-chs": "生成报告",
29533
"zh-cht": "生成報告",
29534
"xloc": [
29529
- "default.handlebars->45->2822"
29535
+ "default.handlebars->45->2825"
29536
]
29537
},
29538
{
@@ -30112,7 +30118,7 @@
30118
"zh-cht": "群",
30119
"xloc": [
30120
"default-mobile.handlebars->11->271",
30115
- "default.handlebars->45->2838",
30121
+ "default.handlebars->45->2841",
30122
"default.handlebars->45->797",
30123
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
30124
]
@@ -30270,8 +30276,8 @@
30276
"zh-chs": "通过...分组",
30277
"zh-cht": "通過...分群",
30278
"xloc": [
30273
- "default.handlebars->45->2808",
30274
- "default.handlebars->45->2811"
30279
+ "default.handlebars->45->2811",
30280
+ "default.handlebars->45->2814"
30281
]
30282
},
30283
{
@@ -30446,7 +30452,7 @@
30452
"zh-chs": "来宾",
30453
"zh-cht": "來賓",
30454
"xloc": [
30449
- "default.handlebars->45->2828"
30455
+ "default.handlebars->45->2831"
30456
]
30457
},
30458
{
@@ -30574,7 +30580,7 @@
30580
"zh-cht": "HTTP",
30581
"xloc": [
30582
"default-mobile.handlebars->11->340",
30577
- "default.handlebars->45->2959",
30583
+ "default.handlebars->45->2962",
30584
"default.handlebars->45->392",
30585
"default.handlebars->45->939"
30586
]
@@ -30853,7 +30859,7 @@
30859
"zh-chs": "硬件一次性密码",
30860
"zh-cht": "硬件一次性密碼",
30861
"xloc": [
30856
- "default.handlebars->45->2863"
30862
+ "default.handlebars->45->2866"
30863
]
30864
},
30865
{
@@ -30878,7 +30884,7 @@
30884
"zh-chs": "堆总数",
30885
"zh-cht": "堆總數",
30886
"xloc": [
30881
- "default.handlebars->45->2977"
30887
+ "default.handlebars->45->2980"
30888
]
30889
},
30890
{
@@ -30903,7 +30909,7 @@
30909
"zh-chs": "堆使用",
30910
"zh-cht": "堆使用",
30911
"xloc": [
30906
- "default.handlebars->45->2976"
30912
+ "default.handlebars->45->2979"
30913
]
30914
},
30915
{
@@ -31550,8 +31556,8 @@
31556
"zh-chs": "IP地址",
31557
"zh-cht": "IP地址",
31558
"xloc": [
31553
- "default.handlebars->45->2833",
31554
- "default.handlebars->45->2868"
31559
+ "default.handlebars->45->2836",
31560
+ "default.handlebars->45->2871"
31561
]
31562
},
31563
{
@@ -32666,8 +32672,8 @@
32672
"zh-chs": "第二个因素不正确",
32673
"zh-cht": "第二個因素不正確",
32674
"xloc": [
32669
- "default.handlebars->45->2856",
32670
- "default.handlebars->45->2876"
32675
+ "default.handlebars->45->2859",
32676
+ "default.handlebars->45->2879"
32677
]
32678
},
32679
{
@@ -33144,7 +33150,7 @@
33150
"zh-chs": "英特尔AMT",
33151
"zh-cht": "英特爾AMT",
33152
"xloc": [
33147
- "default.handlebars->45->2973"
33153
+ "default.handlebars->45->2976"
33154
]
33155
},
33156
{
@@ -33244,7 +33250,7 @@
33250
"zh-chs": "英特尔 AMT 经理",
33251
"zh-cht": "英特爾 AMT 經理",
33252
"xloc": [
33247
- "default.handlebars->45->3002"
33253
+ "default.handlebars->45->3005"
33254
]
33255
},
33256
{
@@ -33327,7 +33333,7 @@
33333
"default.handlebars->45->1926",
33334
"default.handlebars->45->2155",
33335
"default.handlebars->45->2168",
33330
- "default.handlebars->45->3001",
33336
+ "default.handlebars->45->3004",
33337
"default.handlebars->45->772",
33338
"default.handlebars->45->839",
33339
"default.handlebars->45->878",
@@ -33700,8 +33706,8 @@
33706
"zh-chs": "英特尔®AMT重定向",
33707
"zh-cht": "Intel® AMT重定向",
33708
"xloc": [
33703
- "default.handlebars->45->2777",
33704
- "default.handlebars->45->2784",
33709
+ "default.handlebars->45->2780",
33710
+ "default.handlebars->45->2787",
33711
"player.handlebars->3->30"
33712
]
33713
},
@@ -33778,8 +33784,8 @@
33784
"zh-chs": "英特尔®AMT WSMAN",
33785
"zh-cht": "Intle® AMT WSMAN",
33786
"xloc": [
33781
- "default.handlebars->45->2776",
33782
- "default.handlebars->45->2783",
33787
+ "default.handlebars->45->2779",
33788
+ "default.handlebars->45->2786",
33789
"player.handlebars->3->29"
33790
]
33791
},
@@ -34782,7 +34788,7 @@
34788
"zh-chs": "无效的设备组类型",
34789
"zh-cht": "無效的裝置群類型",
34790
"xloc": [
34785
- "default.handlebars->45->2935"
34791
+ "default.handlebars->45->2938"
34792
]
34793
},
34794
{
@@ -34807,7 +34813,7 @@
34813
"zh-chs": "无效的JSON",
34814
"zh-cht": "無效的JSON",
34815
"xloc": [
34810
- "default.handlebars->45->2929"
34816
+ "default.handlebars->45->2932"
34817
]
34818
},
34819
{
@@ -34987,7 +34993,7 @@
34993
"zh-chs": "无效的PKCS签名",
34994
"zh-cht": "無效的PKCS簽名",
34995
"xloc": [
34990
- "default.handlebars->45->2927"
34996
+ "default.handlebars->45->2930"
34997
]
34998
},
34999
{
@@ -35012,7 +35018,7 @@
35018
"zh-chs": "無效的RSA密碼",
35019
"zh-cht": "無效的RSA密碼",
35020
"xloc": [
35015
- "default.handlebars->45->2928"
35021
+ "default.handlebars->45->2931"
35022
]
35023
},
35024
{
@@ -35038,7 +35044,7 @@
35044
"zh-cht": "短信無效",
35045
"xloc": [
35046
"default-mobile.handlebars->11->740",
35041
- "default.handlebars->45->2914"
35047
+ "default.handlebars->45->2917"
35048
]
35049
},
35050
{
@@ -35116,7 +35122,7 @@
35122
"zh-cht": "無效域",
35123
"xloc": [
35124
"default-mobile.handlebars->11->720",
35119
- "default.handlebars->45->2894"
35125
+ "default.handlebars->45->2897"
35126
]
35127
},
35128
{
@@ -35164,7 +35170,7 @@
35170
"zh-cht": "不合規電郵",
35171
"xloc": [
35172
"default-mobile.handlebars->11->719",
35167
- "default.handlebars->45->2893"
35173
+ "default.handlebars->45->2896"
35174
]
35175
},
35176
{
@@ -35267,8 +35273,8 @@
35273
"zh-chs": "无效的登录尝试",
35274
"zh-cht": "無效的登錄嘗試",
35275
"xloc": [
35270
- "default.handlebars->45->2858",
35271
- "default.handlebars->45->2878"
35276
+ "default.handlebars->45->2861",
35277
+ "default.handlebars->45->2881"
35278
]
35279
},
35280
{
@@ -35295,7 +35301,7 @@
35301
"xloc": [
35302
"default-mobile.handlebars->11->718",
35303
"default-mobile.handlebars->11->85",
35298
- "default.handlebars->45->2892",
35304
+ "default.handlebars->45->2895",
35305
"default.handlebars->45->310"
35306
]
35307
},
@@ -35332,7 +35338,7 @@
35338
"zh-cht": "無效的網站權限",
35339
"xloc": [
35340
"default-mobile.handlebars->11->721",
35335
- "default.handlebars->45->2895"
35341
+ "default.handlebars->45->2898"
35342
]
35343
},
35344
{
@@ -35410,7 +35416,7 @@
35416
"zh-cht": "無效的用戶名",
35417
"xloc": [
35418
"default-mobile.handlebars->11->717",
35413
- "default.handlebars->45->2891"
35419
+ "default.handlebars->45->2894"
35420
]
35421
},
35422
{
@@ -35637,7 +35643,7 @@
35643
"default.handlebars->45->2137",
35644
"default.handlebars->45->2139",
35645
"default.handlebars->45->2144",
35640
- "default.handlebars->45->2889"
35646
+ "default.handlebars->45->2892"
35647
]
35648
},
35649
{
@@ -36798,7 +36804,7 @@
36804
"zh-chs": "过去30天",
36805
"zh-cht": "過去30天",
36806
"xloc": [
36801
- "default.handlebars->45->2816",
36807
+ "default.handlebars->45->2819",
36808
"default.handlebars->container->column_l->p40->3->1->p40time->9"
36809
]
36810
},
@@ -36879,7 +36885,7 @@
36885
"zh-chs": "过去 7 天",
36886
"zh-cht": "過去 7 天",
36887
"xloc": [
36882
- "default.handlebars->45->2815"
36888
+ "default.handlebars->45->2818"
36889
]
36890
},
36891
{
@@ -36954,7 +36960,7 @@
36960
"zh-chs": "最后一天",
36961
"zh-cht": "最後一天",
36962
"xloc": [
36957
- "default.handlebars->45->2814"
36963
+ "default.handlebars->45->2817"
36964
]
36965
},
36966
{
@@ -37835,7 +37841,7 @@
37841
"zh-chs": "长度",
37842
"zh-cht": "長度",
37843
"xloc": [
37838
- "default.handlebars->45->2829"
37844
+ "default.handlebars->45->2832"
37845
]
37846
},
37847
{
@@ -39361,8 +39367,8 @@
39367
"xloc": [
39368
"default-mobile.handlebars->11->84",
39369
"default.handlebars->45->2606",
39364
- "default.handlebars->45->2857",
39365
- "default.handlebars->45->2877",
39370
+ "default.handlebars->45->2860",
39371
+ "default.handlebars->45->2880",
39372
"default.handlebars->45->309"
39373
]
39374
},
@@ -39622,7 +39628,7 @@
39628
"zh-chs": "登录令牌",
39629
"zh-cht": "登錄令牌",
39630
"xloc": [
39625
- "default.handlebars->45->2867"
39631
+ "default.handlebars->45->2870"
39632
]
39633
},
39634
{
@@ -40400,7 +40406,7 @@
40406
"zh-chs": "主服务器信息",
40407
"zh-cht": "主伺服器訊息",
40408
"xloc": [
40403
- "default.handlebars->45->2989"
40409
+ "default.handlebars->45->2992"
40410
]
40411
},
40412
{
@@ -41155,7 +41161,7 @@
41161
"zh-chs": "达到连接数量上限",
41162
"zh-cht": "達到連接數量上限",
41163
"xloc": [
41158
- "default.handlebars->45->2933"
41164
+ "default.handlebars->45->2936"
41165
]
41166
},
41167
{
@@ -41260,8 +41266,8 @@
41266
"zh-chs": "Megabyte",
41267
"zh-cht": "Megabyte",
41268
"xloc": [
41263
- "default.handlebars->45->2974",
41264
- "default.handlebars->45->2979"
41269
+ "default.handlebars->45->2977",
41270
+ "default.handlebars->45->2982"
41271
]
41272
},
41273
{
@@ -41288,7 +41294,7 @@
41294
"xloc": [
41295
"default-mobile.handlebars->11->597",
41296
"default.handlebars->45->1500",
41291
- "default.handlebars->45->2953",
41297
+ "default.handlebars->45->2956",
41298
"default.handlebars->container->column_l->p40->3->1->p40type->3"
41299
]
41300
},
@@ -41527,7 +41533,7 @@
41533
"zh-chs": "MeshAgent流量",
41534
"zh-cht": "MeshAgent流量",
41535
"xloc": [
41530
- "default.handlebars->45->2991"
41536
+ "default.handlebars->45->2994"
41537
]
41538
},
41539
{
@@ -41552,7 +41558,7 @@
41558
"zh-chs": "MeshAgent更新",
41559
"zh-cht": "MeshAgent更新",
41560
"xloc": [
41555
- "default.handlebars->45->2992"
41561
+ "default.handlebars->45->2995"
41562
]
41563
},
41564
{
@@ -41996,7 +42002,7 @@
42002
"zh-chs": "MeshCentral服务器同级化",
42003
"zh-cht": "MeshCentral伺服器同級化",
42004
"xloc": [
41999
- "default.handlebars->45->2990"
42005
+ "default.handlebars->45->2993"
42006
]
42007
},
42008
{
@@ -42417,7 +42423,7 @@
42423
"zh-cht": "訊息",
42424
"xloc": [
42425
"default.handlebars->45->1158",
42420
- "default.handlebars->45->2835",
42426
+ "default.handlebars->45->2838",
42427
"default.handlebars->45->521",
42428
"default.handlebars->45->915"
42429
]
@@ -42469,7 +42475,7 @@
42475
"zh-chs": "消息调度器",
42476
"zh-cht": "電郵調度器",
42477
"xloc": [
42472
- "default.handlebars->45->2988"
42478
+ "default.handlebars->45->2991"
42479
]
42480
},
42481
{
@@ -42544,8 +42550,8 @@
42550
"zh-chs": "信使",
42551
"zh-cht": "信使",
42552
"xloc": [
42547
- "default.handlebars->45->2778",
42548
- "default.handlebars->45->2844"
42553
+ "default.handlebars->45->2781",
42554
+ "default.handlebars->45->2847"
42555
]
42556
},
42557
{
@@ -43048,7 +43054,7 @@
43054
"zh-chs": "多路复用器",
43055
"zh-cht": "多工器",
43056
"xloc": [
43051
- "default.handlebars->45->2796"
43057
+ "default.handlebars->45->2799"
43058
]
43059
},
43060
{
@@ -43919,7 +43925,7 @@
43925
"zh-cht": "新賬戶",
43926
"xloc": [
43927
"default-mobile.handlebars->11->710",
43922
- "default.handlebars->45->2884"
43928
+ "default.handlebars->45->2887"
43929
]
43930
},
43931
{
@@ -45841,7 +45847,7 @@
45847
"zh-cht": "沒有此用戶的電話號碼",
45848
"xloc": [
45849
"default-mobile.handlebars->11->741",
45844
- "default.handlebars->45->2915"
45850
+ "default.handlebars->45->2918"
45851
]
45852
},
45853
{
@@ -45891,7 +45897,7 @@
45897
"zh-chs": "没有录音。",
45898
"zh-cht": "沒有錄音。",
45899
"xloc": [
45894
- "default.handlebars->45->2766"
45900
+ "default.handlebars->45->2769"
45901
]
45902
},
45903
{
@@ -46037,7 +46043,7 @@
46043
"zh-cht": "沒有用戶管理權限",
46044
"xloc": [
46045
"default-mobile.handlebars->11->739",
46040
- "default.handlebars->45->2913"
46046
+ "default.handlebars->45->2916"
46047
]
46048
},
46049
{
@@ -46220,8 +46226,8 @@
46226
"default.handlebars->45->2648",
46227
"default.handlebars->45->2652",
46228
"default.handlebars->45->2664",
46223
- "default.handlebars->45->2859",
46229
"default.handlebars->45->286",
46230
+ "default.handlebars->45->2862",
46231
"default.handlebars->45->368",
46232
"default.handlebars->45->369",
46233
"default.handlebars->45->792",
@@ -46534,7 +46540,7 @@
46540
"zh-chs": "不在服务器上",
46541
"zh-cht": "不在伺服器上",
46542
"xloc": [
46537
- "default.handlebars->45->2788"
46543
+ "default.handlebars->45->2791"
46544
]
46545
},
46546
{
@@ -46894,7 +46900,7 @@
46900
"zh-chs": "空值",
46901
"zh-cht": "無效的",
46902
"xloc": [
46897
- "default.handlebars->45->2982"
46903
+ "default.handlebars->45->2985"
46904
]
46905
},
46906
{
@@ -47091,7 +47097,7 @@
47097
"zh-cht": "發生在{0}",
47098
"xloc": [
47099
"default-mobile.handlebars->11->707",
47094
- "default.handlebars->45->2881"
47100
+ "default.handlebars->45->2884"
47101
]
47102
},
47103
{
@@ -47295,7 +47301,7 @@
47301
"zh-chs": "一次性密码",
47302
"zh-cht": "一次性密碼",
47303
"xloc": [
47298
- "default.handlebars->45->2865"
47304
+ "default.handlebars->45->2868"
47305
]
47306
},
47307
{
@@ -47772,7 +47778,7 @@
47778
"default-mobile.handlebars->11->535",
47779
"default.handlebars->45->1194",
47780
"default.handlebars->45->1428",
47775
- "default.handlebars->45->2832",
47781
+ "default.handlebars->45->2835",
47782
"default.handlebars->45->324",
47783
"default.handlebars->45->503",
47784
"default.handlebars->45->551",
@@ -48632,7 +48638,7 @@
48638
"zh-cht": "密碼已更改。",
48639
"xloc": [
48640
"default-mobile.handlebars->11->735",
48635
- "default.handlebars->45->2909"
48641
+ "default.handlebars->45->2912"
48642
]
48643
},
48644
{
@@ -49453,7 +49459,7 @@
49459
"zh-cht": "沒有權限",
49460
"xloc": [
49461
"default-mobile.handlebars->11->716",
49456
- "default.handlebars->45->2890"
49462
+ "default.handlebars->45->2893"
49463
]
49464
},
49465
{
@@ -49863,7 +49869,7 @@
49869
"zh-cht": "外掛指令",
49870
"xloc": [
49871
"default.handlebars->45->299",
49866
- "default.handlebars->45->3019"
49872
+ "default.handlebars->45->3022"
49873
]
49874
},
49875
{
@@ -50596,7 +50602,7 @@
50602
"zh-chs": "存在于服务器上",
50603
"zh-cht": "存在於伺服器上",
50604
"xloc": [
50599
- "default.handlebars->45->2787"
50605
+ "default.handlebars->45->2790"
50606
]
50607
},
50608
{
@@ -51129,7 +51135,7 @@
51135
"zh-chs": "协议",
51136
"zh-cht": "協議",
51137
"xloc": [
51132
- "default.handlebars->45->2785",
51138
+ "default.handlebars->45->2788",
51139
"player.handlebars->3->32"
51140
]
51141
},
@@ -51399,7 +51405,7 @@
51405
"zh-chs": "推送通知",
51406
"zh-cht": "推送通知",
51407
"xloc": [
51402
- "default.handlebars->45->2864"
51408
+ "default.handlebars->45->2867"
51409
]
51410
},
51411
{
@@ -51851,7 +51857,7 @@
51857
"zh-chs": "RSS",
51858
"zh-cht": "RSS",
51859
"xloc": [
51854
- "default.handlebars->45->2978"
51860
+ "default.handlebars->45->2981"
51861
]
51862
},
51863
{
@@ -52207,7 +52213,7 @@
52213
"zh-chs": "记录细节",
52214
"zh-cht": "記錄細節",
52215
"xloc": [
52210
- "default.handlebars->45->2799"
52216
+ "default.handlebars->45->2802"
52217
]
52218
},
52219
{
@@ -52520,7 +52526,7 @@
52526
"zh-cht": "中繼",
52527
"xloc": [
52528
"default-mobile.handlebars->11->259",
52523
- "default.handlebars->45->2960",
52529
+ "default.handlebars->45->2963",
52530
"default.handlebars->45->383",
52531
"default.handlebars->45->387",
52532
"default.handlebars->45->644"
@@ -52548,7 +52554,7 @@
52554
"zh-chs": "中继数量",
52555
"zh-cht": "中繼數量",
52556
"xloc": [
52551
- "default.handlebars->45->2945"
52557
+ "default.handlebars->45->2948"
52558
]
52559
},
52560
{
@@ -52602,7 +52608,7 @@
52608
"zh-chs": "中继错误",
52609
"zh-cht": "中繼錯誤",
52610
"xloc": [
52605
- "default.handlebars->45->2938"
52611
+ "default.handlebars->45->2941"
52612
]
52613
},
52614
{
@@ -52649,8 +52655,8 @@
52655
"zh-chs": "中继连接",
52656
"zh-cht": "中繼連接",
52657
"xloc": [
52652
- "default.handlebars->45->2944",
52653
- "default.handlebars->45->2972"
52658
+ "default.handlebars->45->2947",
52659
+ "default.handlebars->45->2975"
52660
]
52661
},
52662
{
@@ -52747,7 +52753,7 @@
52753
"zh-chs": "记住设备",
52754
"zh-cht": "記住設備",
52755
"xloc": [
52750
- "default.handlebars->45->2866"
52756
+ "default.handlebars->45->2869"
52757
]
52758
},
52759
{
@@ -53644,7 +53650,7 @@
53650
"zh-chs": "远程会话",
53651
"zh-cht": "遠程會話",
53652
"xloc": [
53647
- "default.handlebars->45->2801"
53653
+ "default.handlebars->45->2804"
53654
]
53655
},
53656
{
@@ -55120,7 +55126,7 @@
55126
"zh-chs": "报告未返回任何内容。",
55127
"zh-cht": "報告未返回任何內容。",
55128
"xloc": [
55123
- "default.handlebars->45->2837"
55129
+ "default.handlebars->45->2840"
55130
]
55131
},
55132
{
@@ -55145,7 +55151,7 @@
55151
"zh-chs": "报告.csv",
55152
"zh-cht": "報告.csv",
55153
"xloc": [
55148
- "default.handlebars->45->2879"
55154
+ "default.handlebars->45->2882"
55155
]
55156
},
55157
{
@@ -56663,7 +56669,7 @@
56669
"zh-cht": "短信錯誤",
56670
"xloc": [
56671
"default-mobile.handlebars->11->743",
56666
- "default.handlebars->45->2917"
56672
+ "default.handlebars->45->2920"
56673
]
56674
},
56675
{
@@ -56689,7 +56695,7 @@
56695
"zh-cht": "短信錯誤:{0}",
56696
"xloc": [
56697
"default-mobile.handlebars->11->744",
56692
- "default.handlebars->45->2918"
56698
+ "default.handlebars->45->2921"
56699
]
56700
},
56701
{
@@ -56740,7 +56746,7 @@
56746
"zh-cht": "短信網關未啟用",
56747
"xloc": [
56748
"default-mobile.handlebars->11->738",
56743
- "default.handlebars->45->2912"
56749
+ "default.handlebars->45->2915"
56750
]
56751
},
56752
{
@@ -56765,7 +56771,7 @@
56771
"zh-chs": "短信",
56772
"zh-cht": "短信",
56773
"xloc": [
56768
- "default.handlebars->45->2862"
56774
+ "default.handlebars->45->2865"
56775
]
56776
},
56777
{
@@ -56840,7 +56846,7 @@
56846
"zh-cht": "短信成功發送。",
56847
"xloc": [
56848
"default-mobile.handlebars->11->742",
56843
- "default.handlebars->45->2916"
56849
+ "default.handlebars->45->2919"
56850
]
56851
},
56852
{
@@ -58003,7 +58009,7 @@
58009
"zh-cht": "安全警告",
58010
"xloc": [
58011
"default-mobile.handlebars->11->712",
58006
- "default.handlebars->45->2886"
58012
+ "default.handlebars->45->2889"
58013
]
58014
},
58015
{
@@ -58127,7 +58133,7 @@
58133
"xloc": [
58134
"default.handlebars->45->1103",
58135
"default.handlebars->45->1105",
58130
- "default.handlebars->45->2820"
58136
+ "default.handlebars->45->2823"
58137
]
58138
},
58139
{
@@ -59090,7 +59096,7 @@
59096
"zh-chs": "服务器证书",
59097
"zh-cht": "伺服器憑證",
59098
"xloc": [
59093
- "default.handlebars->45->2993"
59099
+ "default.handlebars->45->2996"
59100
]
59101
},
59102
{
@@ -59140,7 +59146,7 @@
59146
"zh-chs": "服务器数据库",
59147
"zh-cht": "伺服器數據庫",
59148
"xloc": [
59143
- "default.handlebars->45->2994"
59149
+ "default.handlebars->45->2997"
59150
]
59151
},
59152
{
@@ -59222,7 +59228,7 @@
59228
"zh-cht": "服務器限制",
59229
"xloc": [
59230
"default-mobile.handlebars->11->711",
59225
- "default.handlebars->45->2885"
59231
+ "default.handlebars->45->2888"
59232
]
59233
},
59234
{
@@ -59373,7 +59379,7 @@
59379
"zh-chs": "服务器状态",
59380
"zh-cht": "伺服器狀態",
59381
"xloc": [
59376
- "default.handlebars->45->2924"
59382
+ "default.handlebars->45->2927"
59383
]
59384
},
59385
{
@@ -59423,7 +59429,7 @@
59429
"zh-chs": "服务器跟踪",
59430
"zh-cht": "伺服器追蹤",
59431
"xloc": [
59426
- "default.handlebars->45->3006"
59432
+ "default.handlebars->45->3009"
59433
]
59434
},
59435
{
@@ -59448,7 +59454,7 @@
59454
"zh-chs": "服务器跟踪事件",
59455
"zh-cht": "服務器跟踪事件",
59456
"xloc": [
59451
- "default.handlebars->45->2985"
59457
+ "default.handlebars->45->2988"
59458
]
59459
},
59460
{
@@ -59706,6 +59712,18 @@
59712
"sharing.handlebars->p13->p13toolbar->1->1"
59713
]
59714
},
59715
+ {
59716
+ "en": "Server is unable to get recordings from the database.",
59717
+ "xloc": [
59718
+ "default.handlebars->45->2767"
59719
+ ]
59720
+ },
59721
+ {
59722
+ "en": "Server is unable to read from the recordings folder.",
59723
+ "xloc": [
59724
+ "default.handlebars->45->2766"
59725
+ ]
59726
+ },
59727
{
59728
"cs": "Server je v údržbě.",
59729
"da": "Server under vedligeholdelse.",
@@ -59777,7 +59795,7 @@
59795
"zh-chs": "ServerStats.csv",
59796
"zh-cht": "ServerStats.csv",
59797
"xloc": [
59780
- "default.handlebars->45->2984"
59798
+ "default.handlebars->45->2987"
59799
]
59800
},
59801
{
@@ -59852,8 +59870,8 @@
59870
"zh-chs": "会话",
59871
"zh-cht": "節",
59872
"xloc": [
59855
- "default.handlebars->45->2767",
59856
- "default.handlebars->45->2825",
59873
+ "default.handlebars->45->2770",
59874
+ "default.handlebars->45->2828",
59875
"ssh.handlebars->3->24",
59876
"ssh.handlebars->3->26"
59877
]
@@ -61038,7 +61056,7 @@
61056
"zh-chs": "显示流量",
61057
"zh-cht": "顯示流量",
61058
"xloc": [
61041
- "default.handlebars->45->2821"
61059
+ "default.handlebars->45->2824"
61060
]
61061
},
61062
{
@@ -61684,7 +61702,7 @@
61702
"zh-chs": "单点登录",
61703
"zh-cht": "單點登錄",
61704
"xloc": [
61687
- "default.handlebars->45->2869"
61705
+ "default.handlebars->45->2872"
61706
]
61707
},
61708
{
@@ -61731,8 +61749,8 @@
61749
"zh-chs": "尺寸",
61750
"zh-cht": "尺寸",
61751
"xloc": [
61734
- "default.handlebars->45->2770",
61735
- "default.handlebars->45->2791",
61752
+ "default.handlebars->45->2773",
61753
+ "default.handlebars->45->2794",
61754
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
61755
]
61756
},
@@ -63036,9 +63054,9 @@
63054
"default.handlebars->45->119",
63055
"default.handlebars->45->1247",
63056
"default.handlebars->45->272",
63039
- "default.handlebars->45->2768",
63057
"default.handlebars->45->277",
63041
- "default.handlebars->45->2793",
63058
+ "default.handlebars->45->2771",
63059
+ "default.handlebars->45->2796",
63060
"sharing.handlebars->11->14"
63061
]
63062
},
@@ -63660,7 +63678,7 @@
63678
"zh-cht": "狀態",
63679
"xloc": [
63680
"default.handlebars->45->2711",
63663
- "default.handlebars->45->2786",
63681
+ "default.handlebars->45->2789",
63682
"default.handlebars->container->column_l->p42->p42tbl->1->0->7"
63683
]
63684
},
@@ -64039,8 +64057,8 @@
64057
"zh-chs": "成功登录",
64058
"zh-cht": "成功登錄",
64059
"xloc": [
64042
- "default.handlebars->45->2855",
64043
- "default.handlebars->45->2875"
64060
+ "default.handlebars->45->2858",
64061
+ "default.handlebars->45->2878"
64062
]
64063
},
64064
{
@@ -65015,10 +65033,10 @@
65033
"default.handlebars->45->1073",
65034
"default.handlebars->45->1949",
65035
"default.handlebars->45->2027",
65018
- "default.handlebars->45->2780",
65019
- "default.handlebars->45->2839",
65020
- "default.handlebars->45->2870",
65021
- "default.handlebars->45->2961",
65036
+ "default.handlebars->45->2783",
65037
+ "default.handlebars->45->2842",
65038
+ "default.handlebars->45->2873",
65039
+ "default.handlebars->45->2964",
65040
"default.handlebars->45->411",
65041
"default.handlebars->45->771",
65042
"default.handlebars->45->986",
@@ -65157,7 +65175,7 @@
65175
"zh-chs": "终端会话",
65176
"zh-cht": "終端會話",
65177
"xloc": [
65160
- "default.handlebars->45->2773"
65178
+ "default.handlebars->45->2776"
65179
]
65180
},
65181
{
@@ -65540,7 +65558,7 @@
65558
"zh-cht": "目前沒有任何通知",
65559
"xloc": [
65560
"default-mobile.handlebars->11->706",
65543
- "default.handlebars->45->2880"
65561
+ "default.handlebars->45->2883"
65562
]
65563
},
65564
{
@@ -65566,7 +65584,7 @@
65584
"zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。",
65585
"xloc": [
65586
"default-mobile.handlebars->11->727",
65569
- "default.handlebars->45->2901"
65587
+ "default.handlebars->45->2904"
65588
]
65589
},
65590
{
@@ -66186,8 +66204,8 @@
66204
"xloc": [
66205
"default-mobile.handlebars->11->362",
66206
"default.handlebars->45->1114",
66189
- "default.handlebars->45->2818",
66190
- "default.handlebars->45->2823",
66207
+ "default.handlebars->45->2821",
66208
+ "default.handlebars->45->2826",
66209
"player.handlebars->3->17"
66210
]
66211
},
@@ -66214,7 +66232,7 @@
66232
"zh-cht": "時間範圍",
66233
"xloc": [
66234
"default.handlebars->45->1102",
66217
- "default.handlebars->45->2819"
66235
+ "default.handlebars->45->2822"
66236
]
66237
},
66238
{
@@ -66265,7 +66283,7 @@
66283
"zh-cht": "時間範圍",
66284
"xloc": [
66285
"default.handlebars->45->1098",
66268
- "default.handlebars->45->2817"
66286
+ "default.handlebars->45->2820"
66287
]
66288
},
66289
{
@@ -67800,7 +67818,7 @@
67818
"default.handlebars->45->1820",
67819
"default.handlebars->45->1883",
67820
"default.handlebars->45->1980",
67803
- "default.handlebars->45->2804",
67821
+ "default.handlebars->45->2807",
67822
"default.handlebars->45->452",
67823
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->5",
67824
"sharing.handlebars->p11->deskarea0->deskarea4->3"
@@ -68122,7 +68140,7 @@
68140
"zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。",
68141
"xloc": [
68142
"default.handlebars->45->1813",
68125
- "default.handlebars->45->3012",
68143
+ "default.handlebars->45->3015",
68144
"default.handlebars->45->789"
68145
]
68146
},
@@ -68149,7 +68167,7 @@
68167
"zh-cht": "此模式下無法添加用戶",
68168
"xloc": [
68169
"default-mobile.handlebars->11->723",
68152
- "default.handlebars->45->2897"
68170
+ "default.handlebars->45->2900"
68171
]
68172
},
68173
{
@@ -68747,14 +68765,14 @@
68765
"default.handlebars->45->1867",
68766
"default.handlebars->45->1884",
68767
"default.handlebars->45->2755",
68750
- "default.handlebars->45->2772",
68751
- "default.handlebars->45->2779",
68752
- "default.handlebars->45->2849",
68753
- "default.handlebars->45->2850",
68754
- "default.handlebars->45->2851",
68768
+ "default.handlebars->45->2775",
68769
+ "default.handlebars->45->2782",
68770
"default.handlebars->45->2852",
68771
"default.handlebars->45->2853",
68757
- "default.handlebars->45->2873",
68772
+ "default.handlebars->45->2854",
68773
+ "default.handlebars->45->2855",
68774
+ "default.handlebars->45->2856",
68775
+ "default.handlebars->45->2876",
68776
"default.handlebars->45->44",
68777
"default.handlebars->45->51",
68778
"default.handlebars->45->52",
@@ -68809,7 +68827,7 @@
68827
"zh-chs": "未知动作",
68828
"zh-cht": "未知動作",
68829
"xloc": [
68812
- "default.handlebars->45->2930"
68830
+ "default.handlebars->45->2933"
68831
]
68832
},
68833
{
@@ -68862,7 +68880,7 @@
68880
"xloc": [
68881
"default.handlebars->45->2576",
68882
"default.handlebars->45->2729",
68865
- "default.handlebars->45->2934"
68883
+ "default.handlebars->45->2937"
68884
]
68885
},
68886
{
@@ -68887,7 +68905,7 @@
68905
"zh-chs": "未知群组",
68906
"zh-cht": "未知群組",
68907
"xloc": [
68890
- "default.handlebars->45->2926"
68908
+ "default.handlebars->45->2929"
68909
]
68910
},
68911
{
@@ -68938,8 +68956,8 @@
68956
"zh-chs": "未知用户",
68957
"zh-cht": "未知用戶",
68958
"xloc": [
68941
- "default.handlebars->45->2854",
68942
- "default.handlebars->45->2874"
68959
+ "default.handlebars->45->2857",
68960
+ "default.handlebars->45->2877"
68961
]
68962
},
68963
{
@@ -69201,7 +69219,7 @@
69219
"zh-chs": "最新",
69220
"zh-cht": "最新",
69221
"xloc": [
69204
- "default.handlebars->45->3017"
69222
+ "default.handlebars->45->3020"
69223
]
69224
},
69225
{
@@ -69754,7 +69772,7 @@
69772
"zh-chs": "用法",
69773
"zh-cht": "用法",
69774
"xloc": [
69757
- "default.handlebars->45->2980"
69775
+ "default.handlebars->45->2983"
69776
]
69777
},
69778
{
@@ -69958,8 +69976,8 @@
69976
"zh-chs": "用过的",
69977
"zh-cht": "用過的",
69978
"xloc": [
69961
- "default.handlebars->45->2920",
69962
- "default.handlebars->45->2922"
69979
+ "default.handlebars->45->2923",
69980
+ "default.handlebars->45->2925"
69981
]
69982
},
69983
{
@@ -69989,10 +70007,10 @@
70007
"default.handlebars->45->2397",
70008
"default.handlebars->45->2427",
70009
"default.handlebars->45->2572",
69992
- "default.handlebars->45->2798",
69993
- "default.handlebars->45->2805",
69994
- "default.handlebars->45->2809",
69995
- "default.handlebars->45->2826",
70010
+ "default.handlebars->45->2801",
70011
+ "default.handlebars->45->2808",
70012
+ "default.handlebars->45->2812",
70013
+ "default.handlebars->45->2829",
70014
"default.handlebars->45->351",
70015
"default.handlebars->45->981"
70016
]
@@ -70073,7 +70091,7 @@
70091
"zh-chs": "用户帐户",
70092
"zh-cht": "用戶帳戶",
70093
"xloc": [
70076
- "default.handlebars->45->2939"
70094
+ "default.handlebars->45->2942"
70095
]
70096
},
70097
{
@@ -70363,7 +70381,7 @@
70381
"zh-chs": "用户登录",
70382
"zh-cht": "用戶登錄",
70383
"xloc": [
70366
- "default.handlebars->45->2803"
70384
+ "default.handlebars->45->2806"
70385
]
70386
},
70387
{
@@ -70510,7 +70528,7 @@
70528
"zh-chs": "用户节",
70529
"zh-cht": "用戶節",
70530
"xloc": [
70513
- "default.handlebars->45->2971"
70531
+ "default.handlebars->45->2974"
70532
]
70533
},
70534
{
@@ -70564,7 +70582,7 @@
70582
"zh-chs": "用户流量使用",
70583
"zh-cht": "用戶流量使用",
70584
"xloc": [
70567
- "default.handlebars->45->2802"
70585
+ "default.handlebars->45->2805"
70586
]
70587
},
70588
{
@@ -70665,7 +70683,7 @@
70683
"zh-cht": "用戶已存在",
70684
"xloc": [
70685
"default-mobile.handlebars->11->722",
70668
- "default.handlebars->45->2896"
70686
+ "default.handlebars->45->2899"
70687
]
70688
},
70689
{
@@ -70897,7 +70915,7 @@
70915
"zh-cht": "未找到用戶 {0}。",
70916
"xloc": [
70917
"default-mobile.handlebars->11->730",
70900
- "default.handlebars->45->2904"
70918
+ "default.handlebars->45->2907"
70919
]
70920
},
70921
{
@@ -71109,7 +71127,7 @@
71127
"xloc": [
71128
"default.handlebars->45->2521",
71129
"default.handlebars->45->2564",
71112
- "default.handlebars->45->2970",
71130
+ "default.handlebars->45->2973",
71131
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
71132
]
71133
},
@@ -71135,7 +71153,7 @@
71153
"zh-chs": "用户会话",
71154
"zh-cht": "用戶節",
71155
"xloc": [
71138
- "default.handlebars->45->2943"
71156
+ "default.handlebars->45->2946"
71157
]
71158
},
71159
{
@@ -71186,7 +71204,7 @@
71204
"zh-cht": "未找到用戶 {0}。",
71205
"xloc": [
71206
"default-mobile.handlebars->11->731",
71189
- "default.handlebars->45->2905"
71207
+ "default.handlebars->45->2908"
71208
]
71209
},
71210
{
@@ -71339,7 +71357,7 @@
71357
"zh-cht": "驗證異常",
71358
"xloc": [
71359
"default-mobile.handlebars->11->724",
71342
- "default.handlebars->45->2898"
71360
+ "default.handlebars->45->2901"
71361
]
71362
},
71363
{
@@ -71680,7 +71698,7 @@
71698
"zh-chs": "版本不兼容,请先升级您的MeshCentral",
71699
"zh-cht": "版本不兼容,請先升級你的MeshCentral",
71700
"xloc": [
71683
- "default.handlebars->45->3013"
71701
+ "default.handlebars->45->3016"
71702
]
71703
},
71704
{
@@ -71877,8 +71895,8 @@
71895
"zh-chs": "查看变更日志",
71896
"zh-cht": "查看變更日誌",
71897
"xloc": [
71880
- "default.handlebars->45->3016",
71881
- "default.handlebars->45->3018"
71898
+ "default.handlebars->45->3019",
71899
+ "default.handlebars->45->3021"
71900
]
71901
},
71902
{
@@ -72527,8 +72545,8 @@
72545
"zh-chs": "网络服务器",
72546
"zh-cht": "網絡伺服器",
72547
"xloc": [
72530
- "default.handlebars->45->2996",
72531
- "default.handlebars->45->2997"
72548
+ "default.handlebars->45->2999",
72549
+ "default.handlebars->45->3000"
72550
]
72551
},
72552
{
@@ -72553,7 +72571,7 @@
72571
"zh-chs": "Web 服务器 HTTP 标头",
72572
"zh-cht": "Web 服務器 HTTP 標頭",
72573
"xloc": [
72556
- "default.handlebars->45->3000"
72574
+ "default.handlebars->45->3003"
72575
]
72576
},
72577
{
@@ -72578,7 +72596,7 @@
72596
"zh-chs": "Web服务器请求",
72597
"zh-cht": "Web伺服器請求",
72598
"xloc": [
72581
- "default.handlebars->45->2998"
72599
+ "default.handlebars->45->3001"
72600
]
72601
},
72602
{
@@ -72603,7 +72621,7 @@
72621
"zh-chs": "Web套接字中继",
72622
"zh-cht": "Web插座中繼",
72623
"xloc": [
72606
- "default.handlebars->45->2999"
72624
+ "default.handlebars->45->3002"
72625
]
72626
},
72627
{
@@ -72628,7 +72646,7 @@
72646
"zh-chs": "网络RDP",
72647
"zh-cht": "網絡RDP",
72648
"xloc": [
72631
- "default.handlebars->45->2845",
72649
+ "default.handlebars->45->2848",
72650
"default.handlebars->45->951",
72651
"default.handlebars->contextMenu->cxwebrdp"
72652
]
@@ -72655,7 +72673,7 @@
72673
"zh-chs": "网络SFTP",
72674
"zh-cht": "網絡SFTP",
72675
"xloc": [
72658
- "default.handlebars->45->2847"
72676
+ "default.handlebars->45->2850"
72677
]
72678
},
72679
{
@@ -72680,7 +72698,7 @@
72698
"zh-chs": "网络SSH",
72699
"zh-cht": "網絡SSH",
72700
"xloc": [
72683
- "default.handlebars->45->2846",
72701
+ "default.handlebars->45->2849",
72702
"default.handlebars->45->953",
72703
"default.handlebars->contextMenu->cxwebssh"
72704
]
@@ -72707,7 +72725,7 @@
72725
"zh-chs": "网络VNC",
72726
"zh-cht": "網絡-VNC",
72727
"xloc": [
72710
- "default.handlebars->45->2848",
72728
+ "default.handlebars->45->2851",
72729
"default.handlebars->45->949",
72730
"default.handlebars->contextMenu->cxwebvnc"
72731
]
@@ -72734,7 +72752,7 @@
72752
"zh-chs": "网络RDP",
72753
"zh-cht": "WebRDP",
72754
"xloc": [
72737
- "default.handlebars->45->2964"
72755
+ "default.handlebars->45->2967"
72756
]
72757
},
72758
{
@@ -72759,7 +72777,7 @@
72777
"zh-chs": "网络SSH",
72778
"zh-cht": "網絡SSH",
72779
"xloc": [
72762
- "default.handlebars->45->2965"
72780
+ "default.handlebars->45->2968"
72781
]
72782
},
72783
{
@@ -72809,7 +72827,7 @@
72827
"zh-chs": "网络VNC",
72828
"zh-cht": "網絡VNC",
72829
"xloc": [
72812
- "default.handlebars->45->2966"
72830
+ "default.handlebars->45->2969"
72831
]
72832
},
72833
{
@@ -74943,7 +74961,7 @@
74961
"zh-chs": "\\\\'",
74962
"zh-cht": "\\\\'",
74963
"xloc": [
74946
- "default.handlebars->45->3014"
74964
+ "default.handlebars->45->3017"
74965
]
74966
},
74967
{
@@ -75765,8 +75783,8 @@
75783
"zh-chs": "免费",
75784
"zh-cht": "免費",
75785
"xloc": [
75768
- "default.handlebars->45->2951",
75769
- "default.handlebars->45->2954"
75786
+ "default.handlebars->45->2954",
75787
+ "default.handlebars->45->2957"
75788
]
75789
},
75790
{
@@ -76932,7 +76950,7 @@
76950
"zh-chs": "servertrace.csv",
76951
"zh-cht": "servertrace.csv",
76952
"xloc": [
76935
- "default.handlebars->45->3008"
76953
+ "default.handlebars->45->3011"
76954
]
76955
},
76956
{
@@ -77035,7 +77053,7 @@
77053
"zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
77054
"zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
77055
"xloc": [
77038
- "default.handlebars->45->2983"
77056
+ "default.handlebars->45->2986"
77057
]
77058
},
77059
{
@@ -77060,7 +77078,7 @@
77078
"zh-chs": "时间,来源,信息",
77079
"zh-cht": "時間,來源,訊息",
77080
"xloc": [
77063
- "default.handlebars->45->3007"
77081
+ "default.handlebars->45->3010"
77082
]
77083
},
77084
{
@@ -77107,8 +77125,8 @@
77125
"zh-chs": "总计",
77126
"zh-cht": "總",
77127
"xloc": [
77110
- "default.handlebars->45->2952",
77111
- "default.handlebars->45->2955"
77128
+ "default.handlebars->45->2955",
77129
+ "default.handlebars->45->2958"
77130
]
77131
},
77132
{
@@ -77560,7 +77578,7 @@
77578
"xloc": [
77579
"default.handlebars->45->2189",
77580
"default.handlebars->45->2194",
77563
- "default.handlebars->45->2771"
77581
+ "default.handlebars->45->2774"
77582
]
77583
},
77584
{
@@ -77738,7 +77756,7 @@
77756
"xloc": [
77757
"default-mobile.handlebars->11->150",
77758
"default.handlebars->45->2204",
77741
- "default.handlebars->45->2792",
77759
+ "default.handlebars->45->2795",
77760
"download.handlebars->3->2",
77761
"download2.handlebars->5->2",
77762
"sharing.handlebars->11->97"