Version 0.8.63
Ylian Saint-Hilaire committed
Jun 14, 2021 at 19:12 UTC
b2798e8bc57c81779927a0ae44f75110962438ac
4 files changed
+2791
-3471
agents/meshcore.js
+1
-2
@@ -1400,7 +1400,6 @@ function serverFetchFile() {
1400
if ((Object.keys(agentFileHttpRequests).length > 4) || (agentFileHttpPendingRequests.length == 0)) return; // No more than 4 active HTTPS requests to the server.
1401
var data = agentFileHttpPendingRequests.shift();
1402
if ((data.overwrite !== true) && fs.existsSync(data.path)) return; // Don't overwrite an existing file.
1403
- //try { fs.unlinkSync(data.path); } catch (ex) { } // Remove the old file.
1403
if (data.createFolder) { try { fs.mkdirSync(data.folder); } catch (ex) { } } // If requested, create the local folder.
1404
data.url = 'http' + getServerTargetUrlEx('*/').substring(2);
1405
var agentFileHttpOptions = http.parseUri(data.url);
@@ -1428,7 +1427,7 @@ function serverFetchFile() {
1427
} catch (ex) { delete agentFileHttpRequests[this.xurlpath]; delete response.xparent; serverFetchFile(); return; }
1428
}
1429
);
1431
- agentFileHttpRequest.on('error', function (ex) { delete agentFileHttpRequests[this.xurlpath]; serverFetchFile(); });
1430
+ agentFileHttpRequest.on('error', function (ex) { sendConsoleText(ex); delete agentFileHttpRequests[this.xurlpath]; serverFetchFile(); });
1431
agentFileHttpRequest.end();
1432
agentFileHttpRequest.xurlpath = data.urlpath;
1433
agentFileHttpRequest.xpath = data.path;
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.8.62",
3
+ "version": "0.8.63",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
translate/translate.json
+2786
-3465
@@ -18,8 +18,8 @@
18
"zh-chs": " + CIRA",
19
"zh-cht": " + CIRA",
20
"xloc": [
21
- "default.handlebars->35->1648",
22
- "default.handlebars->35->1650"
21
+ "default.handlebars->35->1677",
22
+ "default.handlebars->35->1679"
23
]
24
},
25
{
@@ -204,10 +204,7 @@
204
"hi": " मेशसेंट्रल राउटर",
205
"ko": " MeshCentral 라우터",
206
"nl": " MeshCentral Router",
207
- "zh-chs": " MeshCentral 路由器",
208
- "xloc": [
209
- "MainForm.resx%$this.Text"
210
- ]
207
+ "zh-chs": " MeshCentral 路由器"
208
},
209
{
210
"cs": " Je možné zadat i nápovědu pro heslo, ale nedoporučuje se to.",
@@ -227,7 +224,7 @@
224
"zh-chs": " 可以使用密码提示,但不建议使用。",
225
"zh-cht": " 可以使用密碼提示,但不建議使用。",
226
"xloc": [
230
- "default.handlebars->35->1549"
227
+ "default.handlebars->35->1578"
228
]
229
},
230
{
@@ -248,8 +245,8 @@
245
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
246
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
247
"xloc": [
251
- "default.handlebars->35->1727",
252
- "default.handlebars->35->2218"
248
+ "default.handlebars->35->1756",
249
+ "default.handlebars->35->2247"
250
]
251
},
252
{
@@ -348,7 +345,7 @@
345
"zh-chs": " TLS。",
346
"zh-cht": " TLS。",
347
"xloc": [
351
- "default.handlebars->35->191"
348
+ "default.handlebars->35->218"
349
]
350
},
351
{
@@ -369,7 +366,7 @@
366
"zh-chs": " 没有TLS。",
367
"zh-cht": " 沒有TLS。",
368
"xloc": [
372
- "default.handlebars->35->192"
369
+ "default.handlebars->35->219"
370
]
371
},
372
{
@@ -380,10 +377,7 @@
377
"hi": "&बंद करे",
378
"ko": "&닫기",
379
"nl": "&Sluiten",
383
- "zh-chs": "&关闭",
384
- "xloc": [
385
- "MainForm.resx%closeToolStripMenuItem.Text"
386
- ]
380
+ "zh-chs": "&关闭"
381
},
382
{
383
"de": "&Löschen",
@@ -393,10 +387,7 @@
387
"hi": "&हटाएं",
388
"ko": "&지우다",
389
"nl": "&Verwijderen",
396
- "zh-chs": "&删除",
397
- "xloc": [
398
- "FileViewer.resx%deleteToolStripMenuItem.Text"
399
- ]
390
+ "zh-chs": "&删除"
391
},
392
{
393
"de": "&Die Info...",
@@ -406,10 +397,7 @@
397
"hi": "जानकारी...",
398
"ko": "정보 ...",
399
"nl": "&Info...",
409
- "zh-chs": "&信息...",
410
- "xloc": [
411
- "ServerUserControl.resx%infoToolStripMenuItem.Text"
412
- ]
400
+ "zh-chs": "&信息..."
401
},
402
{
403
"de": "&Öffnen",
@@ -429,10 +417,7 @@
417
"hi": "&ओपन मैपिंग...",
418
"ko": "매핑 열기 ...",
419
"nl": "&toewijzingen openen...",
432
- "zh-chs": "打开映射 (&O)...",
433
- "xloc": [
434
- "MainForm.resx%openMappingsToolStripMenuItem.Text"
435
- ]
420
+ "zh-chs": "打开映射 (&O)..."
421
},
422
{
423
"de": "&Öffnen...",
@@ -442,10 +427,7 @@
427
"hi": "&खुला हुआ...",
428
"ko": "&열다...",
429
"nl": "&Open...",
445
- "zh-chs": "&打开...",
446
- "xloc": [
447
- "MainForm.resx%openToolStripMenuItem.Text"
448
- ]
430
+ "zh-chs": "&打开..."
431
},
432
{
433
"de": "&Umbenennen",
@@ -455,10 +437,7 @@
437
"hi": "&नाम बदलें",
438
"ko": "이름 바꾸기",
439
"nl": "&Hernoemen",
458
- "zh-chs": "&改名",
459
- "xloc": [
460
- "FileViewer.resx%renameToolStripMenuItem.Text"
461
- ]
440
+ "zh-chs": "&改名"
441
},
442
{
443
"de": "&Zuordnungen speichern...",
@@ -468,10 +447,7 @@
447
"hi": "&मैपिंग सहेजें...",
448
"ko": "매핑 저장 ...",
449
"nl": "&Toewijzingen opslaan...",
471
- "zh-chs": "保存映射(&S)...",
472
- "xloc": [
473
- "MainForm.resx%saveMappingsToolStripMenuItem.Text"
474
- ]
450
+ "zh-chs": "保存映射(&S)..."
451
},
452
{
453
"de": "&Agent starten",
@@ -481,10 +457,7 @@
457
"hi": "&प्रारंभ एजेंट",
458
"ko": "에이전트 시작",
459
"nl": "&Start Agent",
484
- "zh-chs": "启动代理 (&S)",
485
- "xloc": [
486
- "MainForm.resx%startAgentToolStripMenuItem.Text"
487
- ]
460
+ "zh-chs": "启动代理 (&S)"
461
},
462
{
463
"de": "&Software aktualisieren",
@@ -494,11 +467,7 @@
467
"hi": "&सॉफ्टवेयर अद्यतन करें",
468
"ko": "소프트웨어 업데이트",
469
"nl": "&Software bijwerken",
497
- "zh-chs": "更新软件 (&S)",
498
- "xloc": [
499
- "MainForm.resx%updateSoftwareToolStripMenuItem.Text",
500
- "MainForm.resx%updateSoftwareToolStripMenuItem1.Text"
501
- ]
470
+ "zh-chs": "更新软件 (&S)"
471
},
472
{
473
"cs": "'",
@@ -545,10 +514,7 @@
514
"hi": "(व्यक्तिगत उपकरण)",
515
"ko": "(개별 기기)",
516
"nl": "(Individuele apparaten)",
548
- "zh-chs": "(个别设备)",
549
- "xloc": [
550
- "Properties%Resources.resx%IndividualDevices"
551
- ]
517
+ "zh-chs": "(个别设备)"
518
},
519
{
520
"de": "(Keiner)",
@@ -558,10 +524,7 @@
524
"hi": "(कोई नहीं)",
525
"ko": "(없음)",
526
"nl": "(Geen)",
561
- "zh-chs": "(没有任何)",
562
- "xloc": [
563
- "Properties%Resources.resx%PNoneP"
564
- ]
527
+ "zh-chs": "(没有任何)"
528
},
529
{
530
"cs": "(volitelné)",
@@ -581,7 +544,7 @@
544
"zh-chs": "(可选的)",
545
"zh-cht": "(可選的)",
546
"xloc": [
584
- "default.handlebars->35->410"
547
+ "default.handlebars->35->437"
548
]
549
},
550
{
@@ -619,8 +582,8 @@
582
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
583
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
584
"xloc": [
622
- "default.handlebars->35->1696",
623
- "default.handlebars->35->376"
585
+ "default.handlebars->35->1725",
586
+ "default.handlebars->35->403"
587
]
588
},
589
{
@@ -641,7 +604,7 @@
604
"zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
605
"zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
606
"xloc": [
644
- "default.handlebars->35->457"
607
+ "default.handlebars->35->484"
608
]
609
},
610
{
@@ -699,7 +662,7 @@
662
"zh-cht": ",",
663
"xloc": [
664
"default-mobile.handlebars->11->630",
702
- "default.handlebars->35->1798"
665
+ "default.handlebars->35->1827"
666
]
667
},
668
{
@@ -710,10 +673,7 @@
673
"hi": ", 1 कनेक्शन।",
674
"ko": ", 1 촌.",
675
"nl": ", 1 verbinding.",
713
- "zh-chs": ", 1 个连接。",
714
- "xloc": [
715
- "Properties%Resources.resx%OneConnection"
716
- ]
676
+ "zh-chs": ", 1 个连接。"
677
},
678
{
679
"cs": ", Pouze Intel® AMT",
@@ -734,7 +694,7 @@
694
"zh-cht": ",只適用於Intel®AMT",
695
"xloc": [
696
"default-mobile.handlebars->11->179",
737
- "default.handlebars->35->255"
697
+ "default.handlebars->35->282"
698
]
699
},
700
{
@@ -748,7 +708,7 @@
708
"ru": ", Локальные устройства",
709
"zh-chs": ", 本地设备",
710
"xloc": [
751
- "default.handlebars->35->256"
711
+ "default.handlebars->35->283"
712
]
713
},
714
{
@@ -770,7 +730,7 @@
730
"zh-cht": ",MQTT在線",
731
"xloc": [
732
"default-mobile.handlebars->11->547",
773
- "default.handlebars->35->1259"
733
+ "default.handlebars->35->1288"
734
]
735
},
736
{
@@ -785,7 +745,7 @@
745
"ru": ", Нет согласия",
746
"zh-chs": ", 不同意",
747
"xloc": [
788
- "default.handlebars->35->818"
748
+ "default.handlebars->35->845"
749
]
750
},
751
{
@@ -806,7 +766,7 @@
766
"zh-chs": ",提示同意",
767
"zh-cht": ",提示同意",
768
"xloc": [
809
- "default.handlebars->35->819"
769
+ "default.handlebars->35->846"
770
]
771
},
772
{
@@ -817,10 +777,7 @@
777
"hi": ", रिकॉर्ड किया गया सत्र",
778
"ko": ", 녹화 된 세션",
779
"nl": ", opgenomen sessie",
820
- "zh-chs": ", 录制会话",
821
- "xloc": [
822
- "Properties%Resources.resx%RecordedSession"
823
- ]
780
+ "zh-chs": ", 录制会话"
781
},
782
{
783
"cs": ", Soft-KVM",
@@ -840,7 +797,7 @@
797
"zh-chs": ",软体KVM",
798
"zh-cht": ",軟體KVM",
799
"xloc": [
843
- "default.handlebars->35->1023",
800
+ "default.handlebars->35->1050",
801
"sharing.handlebars->11->12"
802
]
803
},
@@ -856,7 +813,7 @@
813
"ru": ", Панель инструментов",
814
"zh-chs": ", 工具栏",
815
"xloc": [
859
- "default.handlebars->35->820"
816
+ "default.handlebars->35->847"
817
]
818
},
819
{
@@ -870,7 +827,7 @@
827
"ru": ", Только просмотр",
828
"zh-chs": ", 只读",
829
"xloc": [
873
- "default.handlebars->35->817"
830
+ "default.handlebars->35->844"
831
]
832
},
833
{
@@ -894,9 +851,9 @@
851
"default-mobile.handlebars->11->366",
852
"default-mobile.handlebars->11->401",
853
"default-mobile.handlebars->11->412",
897
- "default.handlebars->35->1030",
898
- "default.handlebars->35->1093",
899
- "default.handlebars->35->1113",
854
+ "default.handlebars->35->1057",
855
+ "default.handlebars->35->1122",
856
+ "default.handlebars->35->1142",
857
"sharing.handlebars->11->19",
858
"sharing.handlebars->11->27",
859
"sharing.handlebars->11->44",
@@ -1016,10 +973,7 @@
973
"hi": ", {0} कनेक्शन।",
974
"ko": ", {0} 명 연결.",
975
"nl": ", {0} verbindingen.",
1019
- "zh-chs": ", {0} 个连接。",
1020
- "xloc": [
1021
- "Properties%Resources.resx%ManyConnections"
1022
- ]
976
+ "zh-chs": ", {0} 个连接。"
977
},
978
{
979
"de": ", {0} Nutzer",
@@ -1029,10 +983,7 @@
983
"hi": ", {0} उपयोगकर्ता",
984
"ko": ", {0} 명의 사용자",
985
"nl": ", {0} gebruikers",
1032
- "zh-chs": ", {0} 个用户",
1033
- "xloc": [
1034
- "Properties%Resources.resx%AddXUsers"
1035
- ]
986
+ "zh-chs": ", {0} 个用户"
987
},
988
{
989
"cs": ", {0} sledování",
@@ -1052,7 +1003,7 @@
1003
"zh-chs": ",{0}观看",
1004
"zh-cht": ",{0}觀看",
1005
"xloc": [
1055
- "default.handlebars->35->1024",
1006
+ "default.handlebars->35->1051",
1007
"sharing.handlebars->11->13"
1008
]
1009
},
@@ -1082,13 +1033,7 @@
1033
"fr": "---",
1034
"hi": "---",
1035
"ko": "---",
1085
- "zh-chs": "---",
1086
- "xloc": [
1087
- "FileDeletePromptForm.resx%mainLabel.Text",
1088
- "FileTransferStatusForm.resx%mainLabel1.Text",
1089
- "FileViewer.resx%mainToolStripStatusLabel.Text",
1090
- "KVMViewer.resx%mainToolStripStatusLabel.Text"
1091
- ]
1036
+ "zh-chs": "---"
1037
},
1038
{
1039
"cs": ".",
@@ -1137,9 +1082,9 @@
1082
"xloc": [
1083
"default-mobile.handlebars->11->132",
1084
"default-mobile.handlebars->11->422",
1140
- "default.handlebars->35->1127",
1141
- "default.handlebars->35->1850",
1142
- "default.handlebars->35->2387",
1085
+ "default.handlebars->35->1156",
1086
+ "default.handlebars->35->1879",
1087
+ "default.handlebars->35->2416",
1088
"sharing.handlebars->11->50"
1089
]
1090
},
@@ -1169,17 +1114,7 @@
1114
"hi": "0 बाइट्स",
1115
"ko": "0 바이트",
1116
"nl": "0 Bytes",
1172
- "zh-chs": "0 字节",
1173
- "xloc": [
1174
- "KVMStats.resx%kvmCompInBytesLabel.Text",
1175
- "KVMStats.resx%kvmCompOutBytesLabel.Text",
1176
- "KVMStats.resx%kvmInBytesLabel.Text",
1177
- "KVMStats.resx%kvmOutBytesLabel.Text",
1178
- "MappingStats.resx%kvmCompInBytesLabel.Text",
1179
- "MappingStats.resx%kvmCompOutBytesLabel.Text",
1180
- "MappingStats.resx%kvmInBytesLabel.Text",
1181
- "MappingStats.resx%kvmOutBytesLabel.Text"
1182
- ]
1117
+ "zh-chs": "0 字节"
1118
},
1119
{
1120
"de": "0%",
@@ -1189,13 +1124,7 @@
1124
"hi": "0%",
1125
"ko": "0 %",
1126
"nl": "0%",
1192
- "zh-chs": "0%",
1193
- "xloc": [
1194
- "KVMStats.resx%inRatioLabel.Text",
1195
- "KVMStats.resx%outRatioLabel.Text",
1196
- "MappingStats.resx%inRatioLabel.Text",
1197
- "MappingStats.resx%outRatioLabel.Text"
1198
- ]
1127
+ "zh-chs": "0%"
1128
},
1129
{
1130
"cs": "00:00:00",
@@ -1236,7 +1165,7 @@
1165
"zh-chs": "1个活跃时段",
1166
"zh-cht": "1個活躍時段",
1167
"xloc": [
1239
- "default.handlebars->35->2291"
1168
+ "default.handlebars->35->2320"
1169
]
1170
},
1171
{
@@ -1259,7 +1188,7 @@
1188
"xloc": [
1189
"default-mobile.handlebars->11->142",
1190
"default-mobile.handlebars->11->673",
1262
- "default.handlebars->35->1874",
1191
+ "default.handlebars->35->1903",
1192
"download.handlebars->3->1",
1193
"download2.handlebars->5->1",
1194
"sharing.handlebars->11->96"
@@ -1283,7 +1212,7 @@
1212
"zh-chs": "1条连接",
1213
"zh-cht": "1位聯絡文",
1214
"xloc": [
1286
- "default.handlebars->35->1026",
1215
+ "default.handlebars->35->1053",
1216
"sharing.handlebars->11->15"
1217
]
1218
},
@@ -1305,9 +1234,9 @@
1234
"zh-chs": "1天",
1235
"zh-cht": "1天",
1236
"xloc": [
1308
- "default.handlebars->35->199",
1309
- "default.handlebars->35->401",
1310
- "default.handlebars->35->415"
1237
+ "default.handlebars->35->226",
1238
+ "default.handlebars->35->428",
1239
+ "default.handlebars->35->442"
1240
]
1241
},
1242
{
@@ -1328,7 +1257,7 @@
1257
"zh-chs": "1组",
1258
"zh-cht": "1群",
1259
"xloc": [
1331
- "default.handlebars->35->2252"
1260
+ "default.handlebars->35->2281"
1261
]
1262
},
1263
{
@@ -1349,9 +1278,9 @@
1278
"zh-chs": "1小时",
1279
"zh-cht": "1小時",
1280
"xloc": [
1352
- "default.handlebars->35->197",
1353
- "default.handlebars->35->399",
1354
- "default.handlebars->35->413"
1281
+ "default.handlebars->35->224",
1282
+ "default.handlebars->35->426",
1283
+ "default.handlebars->35->440"
1284
]
1285
},
1286
{
@@ -1372,8 +1301,8 @@
1301
"zh-chs": "1分钟",
1302
"zh-cht": "1分鐘",
1303
"xloc": [
1375
- "default.handlebars->35->1515",
1376
- "default.handlebars->35->885"
1304
+ "default.handlebars->35->1544",
1305
+ "default.handlebars->35->912"
1306
]
1307
},
1308
{
@@ -1415,9 +1344,9 @@
1344
"zh-chs": "1个月",
1345
"zh-cht": "1個月",
1346
"xloc": [
1418
- "default.handlebars->35->201",
1419
- "default.handlebars->35->403",
1420
- "default.handlebars->35->417"
1347
+ "default.handlebars->35->228",
1348
+ "default.handlebars->35->430",
1349
+ "default.handlebars->35->444"
1350
]
1351
},
1352
{
@@ -1438,7 +1367,7 @@
1367
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1368
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1369
"xloc": [
1441
- "default.handlebars->35->2042"
1370
+ "default.handlebars->35->2071"
1371
]
1372
},
1373
{
@@ -1459,7 +1388,7 @@
1388
"zh-chs": "1个节点",
1389
"zh-cht": "1個節點",
1390
"xloc": [
1462
- "default.handlebars->35->488"
1391
+ "default.handlebars->35->515"
1392
]
1393
},
1394
{
@@ -1470,10 +1399,7 @@
1399
"hi": "1 दूरस्थ सत्र",
1400
"ko": "원격 세션 1 개",
1401
"nl": "1 externe sessie",
1473
- "zh-chs": "1 个远程会话",
1474
- "xloc": [
1475
- "Properties%Resources.resx%OneRemoteSession"
1476
- ]
1402
+ "zh-chs": "1 个远程会话"
1403
},
1404
{
1405
"de": "1 Remote-Sitzung ist aktiv.",
@@ -1483,10 +1409,7 @@
1409
"hi": "1 दूरस्थ सत्र सक्रिय है।",
1410
"ko": "1 개의 원격 세션이 활성화되었습니다.",
1411
"nl": "1 externe sessie is actief.",
1486
- "zh-chs": "1 个远程会话处于活动状态。",
1487
- "xloc": [
1488
- "Properties%Resources.resx%OneRemoteSessionIsActive"
1489
- ]
1412
+ "zh-chs": "1 个远程会话处于活动状态。"
1413
},
1414
{
1415
"de": "1 Sekunde",
@@ -1500,7 +1423,7 @@
1423
"zh-chs": "1秒",
1424
"xloc": [
1425
"default-mobile.handlebars->11->318",
1503
- "default.handlebars->35->913"
1426
+ "default.handlebars->35->940"
1427
]
1428
},
1429
{
@@ -1548,13 +1471,13 @@
1471
"default-mobile.handlebars->11->204",
1472
"default-mobile.handlebars->11->207",
1473
"default-mobile.handlebars->11->210",
1551
- "default.handlebars->35->2046",
1552
- "default.handlebars->35->309",
1553
- "default.handlebars->35->312",
1554
- "default.handlebars->35->315",
1555
- "default.handlebars->35->318",
1556
- "default.handlebars->35->321",
1557
- "default.handlebars->35->324"
1474
+ "default.handlebars->35->2075",
1475
+ "default.handlebars->35->336",
1476
+ "default.handlebars->35->339",
1477
+ "default.handlebars->35->342",
1478
+ "default.handlebars->35->345",
1479
+ "default.handlebars->35->348",
1480
+ "default.handlebars->35->351"
1481
]
1482
},
1483
{
@@ -1575,9 +1498,9 @@
1498
"zh-chs": "1周",
1499
"zh-cht": "1週",
1500
"xloc": [
1578
- "default.handlebars->35->200",
1579
- "default.handlebars->35->402",
1580
- "default.handlebars->35->416"
1501
+ "default.handlebars->35->227",
1502
+ "default.handlebars->35->429",
1503
+ "default.handlebars->35->443"
1504
]
1505
},
1506
{
@@ -1686,8 +1609,8 @@
1609
"zh-chs": "10分钟",
1610
"zh-cht": "10分鐘",
1611
"xloc": [
1689
- "default.handlebars->35->1517",
1690
- "default.handlebars->35->887"
1612
+ "default.handlebars->35->1546",
1613
+ "default.handlebars->35->914"
1614
]
1615
},
1616
{
@@ -1702,7 +1625,7 @@
1625
"zh-chs": "10 秒",
1626
"xloc": [
1627
"default-mobile.handlebars->11->320",
1705
- "default.handlebars->35->915"
1628
+ "default.handlebars->35->942"
1629
]
1630
},
1631
{
@@ -1789,8 +1712,8 @@
1712
"zh-chs": "12小时",
1713
"zh-cht": "12小時",
1714
"xloc": [
1792
- "default.handlebars->35->1525",
1793
- "default.handlebars->35->895"
1715
+ "default.handlebars->35->1554",
1716
+ "default.handlebars->35->922"
1717
]
1718
},
1719
{
@@ -1824,10 +1747,7 @@
1747
"hi": "127.0.0.1",
1748
"ko": "127.0.0.1",
1749
"nl": "127.0.0.1",
1827
- "zh-chs": "127.0.0.1",
1828
- "xloc": [
1829
- "AddRelayMapForm.resx%remoteIpTextBox.Text"
1830
- ]
1750
+ "zh-chs": "127.0.0.1"
1751
},
1752
{
1753
"cs": "15 minut",
@@ -1847,8 +1767,8 @@
1767
"zh-chs": "15分钟",
1768
"zh-cht": "15分鐘",
1769
"xloc": [
1850
- "default.handlebars->35->1518",
1851
- "default.handlebars->35->888"
1770
+ "default.handlebars->35->1547",
1771
+ "default.handlebars->35->915"
1772
]
1773
},
1774
{
@@ -1869,8 +1789,8 @@
1789
"zh-chs": "16小时",
1790
"zh-cht": "16小時",
1791
"xloc": [
1872
- "default.handlebars->35->1526",
1873
- "default.handlebars->35->896"
1792
+ "default.handlebars->35->1555",
1793
+ "default.handlebars->35->923"
1794
]
1795
},
1796
{
@@ -1891,8 +1811,8 @@
1811
"zh-chs": "2天",
1812
"zh-cht": "2天",
1813
"xloc": [
1894
- "default.handlebars->35->1528",
1895
- "default.handlebars->35->898"
1814
+ "default.handlebars->35->1557",
1815
+ "default.handlebars->35->925"
1816
]
1817
},
1818
{
@@ -1913,8 +1833,8 @@
1833
"zh-chs": "2小时",
1834
"zh-cht": "2小時",
1835
"xloc": [
1916
- "default.handlebars->35->1522",
1917
- "default.handlebars->35->892"
1836
+ "default.handlebars->35->1551",
1837
+ "default.handlebars->35->919"
1838
]
1839
},
1840
{
@@ -1935,7 +1855,7 @@
1855
"zh-chs": "两步登录激活失败。",
1856
"zh-cht": "兩步登入啟用失敗。",
1857
"xloc": [
1938
- "default.handlebars->35->146"
1858
+ "default.handlebars->35->173"
1859
]
1860
},
1861
{
@@ -1956,7 +1876,7 @@
1876
"zh-chs": "两步登录激活删除失败。",
1877
"zh-cht": "兩步登入啟用刪除失敗。",
1878
"xloc": [
1959
- "default.handlebars->35->151"
1879
+ "default.handlebars->35->178"
1880
]
1881
},
1882
{
@@ -2023,8 +1943,8 @@
1943
"zh-chs": "24小时",
1944
"zh-cht": "24小時",
1945
"xloc": [
2026
- "default.handlebars->35->1527",
2027
- "default.handlebars->35->897"
1946
+ "default.handlebars->35->1556",
1947
+ "default.handlebars->35->924"
1948
]
1949
},
1950
{
@@ -2089,7 +2009,7 @@
2009
"zh-chs": "2FA备份代码已清除",
2010
"zh-cht": "2FA備份代碼已清除",
2011
"xloc": [
2092
- "default.handlebars->35->1985"
2012
+ "default.handlebars->35->2014"
2013
]
2014
},
2015
{
@@ -2110,8 +2030,8 @@
2030
"zh-chs": "启用第二因素身份验证",
2031
"zh-cht": "啟用第二因素身份驗證",
2032
"xloc": [
2113
- "default.handlebars->35->2059",
2114
- "default.handlebars->35->2274"
2033
+ "default.handlebars->35->2088",
2034
+ "default.handlebars->35->2303"
2035
]
2036
},
2037
{
@@ -2236,8 +2156,8 @@
2156
"zh-chs": "30分钟",
2157
"zh-cht": "30分鐘",
2158
"xloc": [
2239
- "default.handlebars->35->1519",
2240
- "default.handlebars->35->889"
2159
+ "default.handlebars->35->1548",
2160
+ "default.handlebars->35->916"
2161
]
2162
},
2163
{
@@ -2258,8 +2178,8 @@
2178
"zh-chs": "MeshAgent的32位版本",
2179
"zh-cht": "MeshAgent的32位版本",
2180
"xloc": [
2261
- "default.handlebars->35->447",
2262
- "default.handlebars->35->474"
2181
+ "default.handlebars->35->474",
2182
+ "default.handlebars->35->501"
2183
]
2184
},
2185
{
@@ -2303,8 +2223,8 @@
2223
"zh-chs": "4天",
2224
"zh-cht": "4天",
2225
"xloc": [
2306
- "default.handlebars->35->1529",
2307
- "default.handlebars->35->899"
2226
+ "default.handlebars->35->1558",
2227
+ "default.handlebars->35->926"
2228
]
2229
},
2230
{
@@ -2325,8 +2245,8 @@
2245
"zh-chs": "4个小时",
2246
"zh-cht": "4個小時",
2247
"xloc": [
2328
- "default.handlebars->35->1523",
2329
- "default.handlebars->35->893"
2248
+ "default.handlebars->35->1552",
2249
+ "default.handlebars->35->920"
2250
]
2251
},
2252
{
@@ -2413,8 +2333,8 @@
2333
"zh-chs": "45分钟",
2334
"zh-cht": "45分鐘",
2335
"xloc": [
2416
- "default.handlebars->35->1520",
2417
- "default.handlebars->35->890"
2336
+ "default.handlebars->35->1549",
2337
+ "default.handlebars->35->917"
2338
]
2339
},
2340
{
@@ -2456,8 +2376,8 @@
2376
"zh-chs": "5分钟",
2377
"zh-cht": "5分鐘",
2378
"xloc": [
2459
- "default.handlebars->35->1516",
2460
- "default.handlebars->35->886"
2379
+ "default.handlebars->35->1545",
2380
+ "default.handlebars->35->913"
2381
]
2382
},
2383
{
@@ -2472,7 +2392,7 @@
2392
"zh-chs": "5秒",
2393
"xloc": [
2394
"default-mobile.handlebars->11->319",
2475
- "default.handlebars->35->914"
2395
+ "default.handlebars->35->941"
2396
]
2397
},
2398
{
@@ -2604,8 +2524,8 @@
2524
"zh-chs": "60分钟",
2525
"zh-cht": "60分鐘",
2526
"xloc": [
2607
- "default.handlebars->35->1521",
2608
- "default.handlebars->35->891"
2527
+ "default.handlebars->35->1550",
2528
+ "default.handlebars->35->918"
2529
]
2530
},
2531
{
@@ -2649,7 +2569,7 @@
2569
"zh-chs": "64位版本的macOS Mesh Agent",
2570
"zh-cht": "64位版本的macOS Mesh Agent",
2571
"xloc": [
2652
- "default.handlebars->35->461"
2572
+ "default.handlebars->35->488"
2573
]
2574
},
2575
{
@@ -2670,8 +2590,8 @@
2590
"zh-chs": "MeshAgent的64位版本",
2591
"zh-cht": "MeshAgent的64位版本",
2592
"xloc": [
2673
- "default.handlebars->35->451",
2674
- "default.handlebars->35->477"
2593
+ "default.handlebars->35->478",
2594
+ "default.handlebars->35->504"
2595
]
2596
},
2597
{
@@ -2731,7 +2651,7 @@
2651
"zh-chs": "7天电源状态",
2652
"zh-cht": "7天電源狀態",
2653
"xloc": [
2734
- "default.handlebars->35->948"
2654
+ "default.handlebars->35->975"
2655
]
2656
},
2657
{
@@ -2797,10 +2717,10 @@
2717
"zh-chs": "8小時",
2718
"zh-cht": "8小時",
2719
"xloc": [
2800
- "default.handlebars->35->1524",
2801
- "default.handlebars->35->400",
2802
- "default.handlebars->35->414",
2803
- "default.handlebars->35->894"
2720
+ "default.handlebars->35->1553",
2721
+ "default.handlebars->35->427",
2722
+ "default.handlebars->35->441",
2723
+ "default.handlebars->35->921"
2724
]
2725
},
2726
{
@@ -2887,7 +2807,7 @@
2807
"zh-chs": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">硬件密钥</a>用作辅助登录身份验证。",
2808
"zh-cht": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">硬件密鑰</a>用作輔助登入身份驗證。",
2809
"xloc": [
2890
- "default.handlebars->35->160"
2810
+ "default.handlebars->35->187"
2811
]
2812
},
2813
{
@@ -3003,10 +2923,7 @@
2923
"hi": "इस सॉफ़्टवेयर का एक नया संस्करण उपलब्ध है। अभी अद्यतन करें?",
2924
"ko": "이 소프트웨어의 새 버전을 사용할 수 있습니다. 지금 업데이트 하시겠습니까?",
2925
"nl": "Er is een nieuwe versie van deze software beschikbaar. Nu bijwerken?",
3006
- "zh-chs": "此软件的新版本可用。现在更新?",
3007
- "xloc": [
3008
- "UpdateForm.resx%label1.Text"
3009
- ]
2926
+ "zh-chs": "此软件的新版本可用。现在更新?"
2927
},
2928
{
2929
"cs": "ACM",
@@ -3027,8 +2944,8 @@
2944
"zh-cht": "ACM",
2945
"xloc": [
2946
"default-mobile.handlebars->11->274",
3030
- "default.handlebars->35->1664",
3031
- "default.handlebars->35->682"
2947
+ "default.handlebars->35->1693",
2948
+ "default.handlebars->35->709"
2949
]
2950
},
2951
{
@@ -3085,9 +3002,8 @@
3002
"zh-chs": "AMT",
3003
"zh-cht": "AMT",
3004
"xloc": [
3088
- "Properties%Resources.resx%AMT",
3089
- "default.handlebars->35->296",
3090
- "default.handlebars->35->516"
3005
+ "default.handlebars->35->323",
3006
+ "default.handlebars->35->543"
3007
]
3008
},
3009
{
@@ -3101,7 +3017,7 @@
3017
"ru": "AMT-OS",
3018
"zh-chs": "操作系统",
3019
"xloc": [
3104
- "default.handlebars->35->2465"
3020
+ "default.handlebars->35->2494"
3021
]
3022
},
3023
{
@@ -3226,8 +3142,8 @@
3142
"xloc": [
3143
"default-mobile.handlebars->11->459",
3144
"default-mobile.handlebars->11->461",
3229
- "default.handlebars->35->701",
3230
- "default.handlebars->35->703"
3145
+ "default.handlebars->35->728",
3146
+ "default.handlebars->35->730"
3147
]
3148
},
3149
{
@@ -3249,7 +3165,7 @@
3165
"zh-cht": "拒絕存取",
3166
"xloc": [
3167
"default-mobile.handlebars->11->548",
3252
- "default.handlebars->35->1260"
3168
+ "default.handlebars->35->1289"
3169
]
3170
},
3171
{
@@ -3307,7 +3223,7 @@
3223
"zh-chs": "访问服务器档案",
3224
"zh-cht": "存取伺服器檔案",
3225
"xloc": [
3310
- "default.handlebars->35->2224"
3226
+ "default.handlebars->35->2253"
3227
]
3228
},
3229
{
@@ -3400,11 +3316,11 @@
3316
"default-mobile.handlebars->11->243",
3317
"default-mobile.handlebars->11->245",
3318
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
3403
- "default.handlebars->35->1558",
3404
- "default.handlebars->35->1560",
3405
- "default.handlebars->35->2516",
3406
- "default.handlebars->35->644",
3407
- "default.handlebars->35->646"
3319
+ "default.handlebars->35->1587",
3320
+ "default.handlebars->35->1589",
3321
+ "default.handlebars->35->2545",
3322
+ "default.handlebars->35->671",
3323
+ "default.handlebars->35->673"
3324
]
3325
},
3326
{
@@ -3420,7 +3336,7 @@
3336
"zh-chs": "帐号设定",
3337
"xloc": [
3338
"default-mobile.handlebars->11->641",
3423
- "default.handlebars->35->2395"
3339
+ "default.handlebars->35->2424"
3340
]
3341
},
3342
{
@@ -3484,7 +3400,7 @@
3400
"zh-chs": "帐户已更改:{0}",
3401
"zh-cht": "帳戶已更改:{0}",
3402
"xloc": [
3487
- "default.handlebars->35->1958"
3403
+ "default.handlebars->35->1987"
3404
]
3405
},
3406
{
@@ -3505,7 +3421,7 @@
3421
"zh-chs": "创建帐户,电子邮件为{0}",
3422
"zh-cht": "創建帳戶,電子郵件為{0}",
3423
"xloc": [
3508
- "default.handlebars->35->1957"
3424
+ "default.handlebars->35->1986"
3425
]
3426
},
3427
{
@@ -3526,7 +3442,7 @@
3442
"zh-chs": "创建帐户,用户名是{0}",
3443
"zh-cht": "帳戶已創建,用戶名是{0}",
3444
"xloc": [
3529
- "default.handlebars->35->1956"
3445
+ "default.handlebars->35->1985"
3446
]
3447
},
3448
{
@@ -3547,8 +3463,8 @@
3463
"zh-chs": "帐户已被锁定",
3464
"zh-cht": "帳戶已被鎖定",
3465
"xloc": [
3550
- "default.handlebars->35->2061",
3551
- "default.handlebars->35->2221"
3466
+ "default.handlebars->35->2090",
3467
+ "default.handlebars->35->2250"
3468
]
3469
},
3470
{
@@ -3570,7 +3486,7 @@
3486
"zh-cht": "達到帳戶限制。",
3487
"xloc": [
3488
"default-mobile.handlebars->11->653",
3573
- "default.handlebars->35->2407",
3489
+ "default.handlebars->35->2436",
3490
"login-mobile.handlebars->5->6",
3491
"login.handlebars->5->6",
3492
"login2.handlebars->7->8"
@@ -3617,7 +3533,7 @@
3533
"zh-chs": "帐号登录",
3534
"zh-cht": "帳號登錄",
3535
"xloc": [
3620
- "default.handlebars->35->1893"
3536
+ "default.handlebars->35->1922"
3537
]
3538
},
3539
{
@@ -3631,7 +3547,7 @@
3547
"ru": "Вход в аккаунт с {0}, {1}, {2}",
3548
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
3549
"xloc": [
3634
- "default.handlebars->35->1999"
3550
+ "default.handlebars->35->2028"
3551
]
3552
},
3553
{
@@ -3652,7 +3568,7 @@
3568
"zh-chs": "帐户登出",
3569
"zh-cht": "帳戶登出",
3570
"xloc": [
3655
- "default.handlebars->35->1894"
3571
+ "default.handlebars->35->1923"
3572
]
3573
},
3574
{
@@ -3696,7 +3612,7 @@
3612
"zh-chs": "帐户密码已更改:{0}",
3613
"zh-cht": "帳戶密碼已更改:{0}",
3614
"xloc": [
3699
- "default.handlebars->35->1966"
3615
+ "default.handlebars->35->1995"
3616
]
3617
},
3618
{
@@ -3717,7 +3633,7 @@
3633
"zh-chs": "帐户已删除",
3634
"zh-cht": "帳戶已刪除",
3635
"xloc": [
3720
- "default.handlebars->35->1955"
3636
+ "default.handlebars->35->1984"
3637
]
3638
},
3639
{
@@ -3760,7 +3676,7 @@
3676
"zh-cht": "指令",
3677
"xloc": [
3678
"default-mobile.handlebars->11->554",
3763
- "default.handlebars->35->1266",
3679
+ "default.handlebars->35->1295",
3680
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3681
]
3682
},
@@ -3782,8 +3698,8 @@
3698
"zh-chs": "动作档案",
3699
"zh-cht": "動作檔案",
3700
"xloc": [
3785
- "default.handlebars->35->994",
3786
- "default.handlebars->35->996"
3701
+ "default.handlebars->35->1021",
3702
+ "default.handlebars->35->1023"
3703
]
3704
},
3705
{
@@ -3808,7 +3724,7 @@
3724
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
3725
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
3726
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
3811
- "default.handlebars->35->748",
3727
+ "default.handlebars->35->775",
3728
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
3729
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
3730
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -3832,7 +3748,7 @@
3748
"zh-chs": "使用FAT格式的USB密钥在管理控制模式(ACM)中激活英特尔®AMT。将setup.bin放在其上,然后使用此键引导一台或多台计算机。",
3749
"zh-cht": "使用FAT格式的USB密鑰在管理控制模式(ACM)中激活英特爾®AMT。將setup.bin放在其上,然後使用此鍵引導一台或多台計算機。",
3750
"xloc": [
3835
- "default.handlebars->35->370"
3751
+ "default.handlebars->35->397"
3752
]
3753
},
3754
{
@@ -3895,7 +3811,7 @@
3811
"zh-chs": "如果ACM失败,则激活到CCM",
3812
"zh-cht": "如果ACM失敗,則激活到CCM",
3813
"xloc": [
3898
- "default.handlebars->35->1687"
3814
+ "default.handlebars->35->1716"
3815
]
3816
},
3817
{
@@ -3916,13 +3832,12 @@
3832
"zh-chs": "已激活",
3833
"zh-cht": "已啟動",
3834
"xloc": [
3919
- "Properties%Resources.resx%Activated",
3835
"default-mobile.handlebars->11->269",
3836
"default-mobile.handlebars->11->271",
3837
"default-mobile.handlebars->11->510",
3923
- "default.handlebars->35->1221",
3924
- "default.handlebars->35->675",
3925
- "default.handlebars->35->677"
3838
+ "default.handlebars->35->1250",
3839
+ "default.handlebars->35->702",
3840
+ "default.handlebars->35->704"
3841
]
3842
},
3843
{
@@ -3943,7 +3858,7 @@
3858
"zh-chs": "激活",
3859
"zh-cht": "啟動",
3860
"xloc": [
3946
- "default.handlebars->35->230"
3861
+ "default.handlebars->35->257"
3862
]
3863
},
3864
{
@@ -3964,7 +3879,7 @@
3879
"zh-chs": "主动设备共享",
3880
"zh-cht": "主動設備共享",
3881
"xloc": [
3967
- "default.handlebars->35->806"
3882
+ "default.handlebars->35->833"
3883
]
3884
},
3885
{
@@ -3978,7 +3893,7 @@
3893
"ru": "Активные токены входа",
3894
"zh-chs": "活动登录令牌",
3895
"xloc": [
3981
- "default.handlebars->35->1579"
3896
+ "default.handlebars->35->1608"
3897
]
3898
},
3899
{
@@ -4011,7 +3926,7 @@
3926
"zh-chs": "添加",
3927
"xloc": [
3928
"default-mobile.handlebars->11->393",
4014
- "default.handlebars->35->1061"
3929
+ "default.handlebars->35->1088"
3930
]
3931
},
3932
{
@@ -4022,10 +3937,7 @@
3937
"hi": "नक्शा जोड़ें...",
3938
"ko": "지도 추가 ...",
3939
"nl": "&Toewijzing toevoegen...",
4025
- "zh-chs": "添加地图 (&M)...",
4026
- "xloc": [
4027
- "MainForm.resx%addMapToolStripMenuItem.Text"
4028
- ]
3940
+ "zh-chs": "添加地图 (&M)..."
3941
},
3942
{
3943
"de": "&Relay-Karte hinzufügen...",
@@ -4035,10 +3947,7 @@
3947
"hi": "मानचित्र &रिले जोड़ें...",
3948
"ko": "릴레이 맵 추가 ...",
3949
"nl": "&Relay toewijzing toevoegen...",
4038
- "zh-chs": "添加中继地图 (&R)...",
4039
- "xloc": [
4040
- "MainForm.resx%addRelayMapToolStripMenuItem.Text"
4041
- ]
3950
+ "zh-chs": "添加中继地图 (&R)..."
3951
},
3952
{
3953
"cs": "Přidat agenta",
@@ -4058,8 +3967,8 @@
3967
"zh-chs": "添加代理",
3968
"zh-cht": "新增代理",
3969
"xloc": [
4061
- "default.handlebars->35->1660",
4062
- "default.handlebars->35->342"
3970
+ "default.handlebars->35->1689",
3971
+ "default.handlebars->35->369"
3972
]
3973
},
3974
{
@@ -4098,9 +4007,9 @@
4007
"zh-chs": "添加设备",
4008
"zh-cht": "新增裝置",
4009
"xloc": [
4101
- "default.handlebars->35->2198",
4102
- "default.handlebars->35->2328",
4103
- "default.handlebars->35->346"
4010
+ "default.handlebars->35->2227",
4011
+ "default.handlebars->35->2357",
4012
+ "default.handlebars->35->373"
4013
]
4014
},
4015
{
@@ -4121,7 +4030,7 @@
4030
"zh-chs": "添加设备日志",
4031
"zh-cht": "新增裝置日誌",
4032
"xloc": [
4124
- "default.handlebars->35->862"
4033
+ "default.handlebars->35->889"
4034
]
4035
},
4036
{
@@ -4142,10 +4051,10 @@
4051
"zh-chs": "添加设备组",
4052
"zh-cht": "新增裝置群",
4053
"xloc": [
4145
- "default.handlebars->35->1762",
4146
- "default.handlebars->35->2192",
4147
- "default.handlebars->35->2316",
4148
- "default.handlebars->35->276"
4054
+ "default.handlebars->35->1791",
4055
+ "default.handlebars->35->2221",
4056
+ "default.handlebars->35->2345",
4057
+ "default.handlebars->35->303"
4058
]
4059
},
4060
{
@@ -4166,7 +4075,7 @@
4075
"zh-chs": "添加设备组权限",
4076
"zh-cht": "新增裝置群權限",
4077
"xloc": [
4169
- "default.handlebars->35->1759"
4078
+ "default.handlebars->35->1788"
4079
]
4080
},
4081
{
@@ -4187,8 +4096,8 @@
4096
"zh-chs": "添加设备权限",
4097
"zh-cht": "新增裝置權限",
4098
"xloc": [
4190
- "default.handlebars->35->1764",
4191
- "default.handlebars->35->1766"
4099
+ "default.handlebars->35->1793",
4100
+ "default.handlebars->35->1795"
4101
]
4102
},
4103
{
@@ -4227,7 +4136,7 @@
4136
"zh-chs": "添加英特尔®AMT设备",
4137
"zh-cht": "新增Intel® AMT裝置",
4138
"xloc": [
4230
- "default.handlebars->35->366"
4139
+ "default.handlebars->35->393"
4140
]
4141
},
4142
{
@@ -4248,7 +4157,7 @@
4157
"zh-chs": "新增密钥",
4158
"zh-cht": "新增密鑰",
4159
"xloc": [
4251
- "default.handlebars->35->164"
4160
+ "default.handlebars->35->191"
4161
]
4162
},
4163
{
@@ -4269,7 +4178,7 @@
4178
"zh-chs": "添加本地",
4179
"zh-cht": "新增本地",
4180
"xloc": [
4272
- "default.handlebars->35->336"
4181
+ "default.handlebars->35->363"
4182
]
4183
},
4184
{
@@ -4280,10 +4189,7 @@
4189
"hi": "नक्शा जोड़ें...",
4190
"ko": "지도 추가 ...",
4191
"nl": "Kaart toevoegen...",
4283
- "zh-chs": "添加地图...",
4284
- "xloc": [
4285
- "MainForm.resx%addButton.Text"
4286
- ]
4192
+ "zh-chs": "添加地图..."
4193
},
4194
{
4195
"cs": "Přidat členství",
@@ -4303,7 +4209,7 @@
4209
"zh-chs": "添加成员身份",
4210
"zh-cht": "新增成員身份",
4211
"xloc": [
4306
- "default.handlebars->35->2348"
4212
+ "default.handlebars->35->2377"
4213
]
4214
},
4215
{
@@ -4324,7 +4230,7 @@
4230
"zh-chs": "添加 Mesh Agent",
4231
"zh-cht": "新增 Mesh Agent",
4232
"xloc": [
4327
- "default.handlebars->35->487"
4233
+ "default.handlebars->35->514"
4234
]
4235
},
4236
{
@@ -4335,10 +4241,7 @@
4241
"hi": "रिले मैप जोड़ें...",
4242
"ko": "릴레이 맵 추가 ...",
4243
"nl": "Toevoegen relay kaart...",
4338
- "zh-chs": "添加中继地图...",
4339
- "xloc": [
4340
- "MainForm.resx%addRelayButton.Text"
4341
- ]
4244
+ "zh-chs": "添加中继地图..."
4245
},
4246
{
4247
"cs": "Přidat bezpečnostní klíč",
@@ -4358,12 +4261,12 @@
4261
"zh-chs": "添加安全密钥",
4262
"zh-cht": "新增安全密鑰",
4263
"xloc": [
4361
- "default.handlebars->35->1305",
4362
- "default.handlebars->35->1306",
4363
- "default.handlebars->35->167",
4364
- "default.handlebars->35->169",
4365
- "default.handlebars->35->172",
4366
- "default.handlebars->35->173"
4264
+ "default.handlebars->35->1334",
4265
+ "default.handlebars->35->1335",
4266
+ "default.handlebars->35->194",
4267
+ "default.handlebars->35->196",
4268
+ "default.handlebars->35->199",
4269
+ "default.handlebars->35->200"
4270
]
4271
},
4272
{
@@ -4385,7 +4288,7 @@
4288
"zh-cht": "新增用戶",
4289
"xloc": [
4290
"default-mobile.handlebars->11->570",
4388
- "default.handlebars->35->798"
4291
+ "default.handlebars->35->825"
4292
]
4293
},
4294
{
@@ -4406,7 +4309,7 @@
4309
"zh-chs": "添加用户设备权限",
4310
"zh-cht": "新增用戶裝置權限",
4311
"xloc": [
4409
- "default.handlebars->35->1769"
4312
+ "default.handlebars->35->1798"
4313
]
4314
},
4315
{
@@ -4427,10 +4330,10 @@
4330
"zh-chs": "添加用户组",
4331
"zh-cht": "新增用戶群",
4332
"xloc": [
4430
- "default.handlebars->35->1656",
4431
- "default.handlebars->35->1761",
4432
- "default.handlebars->35->2322",
4433
- "default.handlebars->35->799"
4333
+ "default.handlebars->35->1685",
4334
+ "default.handlebars->35->1790",
4335
+ "default.handlebars->35->2351",
4336
+ "default.handlebars->35->826"
4337
]
4338
},
4339
{
@@ -4451,7 +4354,7 @@
4354
"zh-chs": "添加用户组设备权限",
4355
"zh-cht": "新增用戶群裝置權限",
4356
"xloc": [
4454
- "default.handlebars->35->1771"
4357
+ "default.handlebars->35->1800"
4358
]
4359
},
4360
{
@@ -4511,8 +4414,8 @@
4414
"zh-chs": "添加用户",
4415
"zh-cht": "新增用戶",
4416
"xloc": [
4514
- "default.handlebars->35->1655",
4515
- "default.handlebars->35->2187"
4417
+ "default.handlebars->35->1684",
4418
+ "default.handlebars->35->2216"
4419
]
4420
},
4421
{
@@ -4533,7 +4436,7 @@
4436
"zh-chs": "将用户添加到设备组",
4437
"zh-cht": "將用戶新增到裝置群",
4438
"xloc": [
4536
- "default.handlebars->35->1758"
4439
+ "default.handlebars->35->1787"
4440
]
4441
},
4442
{
@@ -4554,7 +4457,7 @@
4457
"zh-chs": "将用户添加到用户组",
4458
"zh-cht": "將用戶新增到用戶群",
4459
"xloc": [
4557
- "default.handlebars->35->2220"
4460
+ "default.handlebars->35->2249"
4461
]
4462
},
4463
{
@@ -4575,7 +4478,7 @@
4478
"zh-chs": "添加YubiKey®OTP",
4479
"zh-cht": "新增YubiKey®OTP",
4480
"xloc": [
4578
- "default.handlebars->35->165"
4481
+ "default.handlebars->35->192"
4482
]
4483
},
4484
{
@@ -4589,7 +4492,7 @@
4492
"ru": "Добавить локальное устройство в группу \\\"{0}\\\".",
4493
"zh-chs": "将本地设备添加到设备组 \\\"{0}\\\"。",
4494
"xloc": [
4592
- "default.handlebars->35->347"
4495
+ "default.handlebars->35->374"
4496
]
4497
},
4498
{
@@ -4610,7 +4513,7 @@
4513
"zh-chs": "通过扫描本地网络添加新的英特尔®AMT计算机。",
4514
"zh-cht": "通過掃描本地網絡新增新的Intel® AMT電腦。",
4515
"xloc": [
4613
- "default.handlebars->35->337"
4516
+ "default.handlebars->35->364"
4517
]
4518
},
4519
{
@@ -4649,7 +4552,7 @@
4552
"zh-chs": "添加位于本地网络上的新英特尔®AMT计算机。",
4553
"zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。",
4554
"xloc": [
4652
- "default.handlebars->35->335"
4555
+ "default.handlebars->35->362"
4556
]
4557
},
4558
{
@@ -4670,7 +4573,7 @@
4573
"zh-chs": "将新的英特尔®AMT设备添加到设备组“{0}”。",
4574
"zh-cht": "將新的Intel® AMT裝置新增到裝置群“{0}”。",
4575
"xloc": [
4673
- "default.handlebars->35->356"
4576
+ "default.handlebars->35->383"
4577
]
4578
},
4579
{
@@ -4691,8 +4594,8 @@
4594
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
4595
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
4596
"xloc": [
4694
- "default.handlebars->35->1659",
4695
- "default.handlebars->35->341"
4597
+ "default.handlebars->35->1688",
4598
+ "default.handlebars->35->368"
4599
]
4600
},
4601
{
@@ -4706,7 +4609,7 @@
4609
"ru": "Добавить устройство, находящееся в локальной сети.",
4610
"zh-chs": "添加位于本地网络上的设备。",
4611
"xloc": [
4709
- "default.handlebars->35->345"
4612
+ "default.handlebars->35->372"
4613
]
4614
},
4615
{
@@ -4720,7 +4623,7 @@
4623
"ru": "Добавить локальное устройство",
4624
"zh-chs": "添加本地设备",
4625
"xloc": [
4723
- "default.handlebars->35->355"
4626
+ "default.handlebars->35->382"
4627
]
4628
},
4629
{
@@ -4741,7 +4644,7 @@
4644
"zh-chs": "添加标签",
4645
"zh-cht": "新增標籤",
4646
"xloc": [
4744
- "default.handlebars->35->556"
4647
+ "default.handlebars->35->583"
4648
]
4649
},
4650
{
@@ -4762,7 +4665,7 @@
4665
"zh-chs": "通过定期在远程设备上以管理员身份运行MeshCmd,添加,激活和配置Intel®AMT以将“{0}”分组。",
4666
"zh-cht": "通過定期在遠程設備上以管理員身份運行MeshCmd,添加,激活和配置Intel®AMT以將“{0}”分組。",
4667
"xloc": [
4765
- "default.handlebars->35->367"
4668
+ "default.handlebars->35->394"
4669
]
4670
},
4671
{
@@ -4783,7 +4686,7 @@
4686
"zh-chs": "添加了身份验证应用程序",
4687
"zh-cht": "添加了身份驗證應用程序",
4688
"xloc": [
4786
- "default.handlebars->35->1982"
4689
+ "default.handlebars->35->2011"
4690
]
4691
},
4692
{
@@ -4804,7 +4707,7 @@
4707
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
4708
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
4709
"xloc": [
4807
- "default.handlebars->35->1993"
4710
+ "default.handlebars->35->2022"
4711
]
4712
},
4713
{
@@ -4825,8 +4728,8 @@
4728
"zh-chs": "已将设备{0}添加到设备组{1}",
4729
"zh-cht": "已將設備{0}添加到設備組{1}",
4730
"xloc": [
4828
- "default.handlebars->35->1949",
4829
- "default.handlebars->35->1976"
4731
+ "default.handlebars->35->1978",
4732
+ "default.handlebars->35->2005"
4733
]
4734
},
4735
{
@@ -4840,7 +4743,7 @@
4743
"ru": "Добавлен токен входа",
4744
"zh-chs": "添加登录令牌",
4745
"xloc": [
4843
- "default.handlebars->35->2007"
4746
+ "default.handlebars->35->2036"
4747
]
4748
},
4749
{
@@ -4853,7 +4756,7 @@
4756
"nl": "Verificatie apparaat voor pushmeldingen toegevoegd",
4757
"zh-chs": "新增推送通知认证装置",
4758
"xloc": [
4856
- "default.handlebars->35->2005"
4759
+ "default.handlebars->35->2034"
4760
]
4761
},
4762
{
@@ -4874,7 +4777,7 @@
4777
"zh-chs": "添加了安全密钥",
4778
"zh-cht": "添加了安全密鑰",
4779
"xloc": [
4877
- "default.handlebars->35->1987"
4780
+ "default.handlebars->35->2016"
4781
]
4782
},
4783
{
@@ -4895,7 +4798,7 @@
4798
"zh-chs": "已将用户组{0}添加到设备组{1}",
4799
"zh-cht": "已將用戶組{0}添加到設備組{1}",
4800
"xloc": [
4898
- "default.handlebars->35->1960"
4801
+ "default.handlebars->35->1989"
4802
]
4803
},
4804
{
@@ -4916,8 +4819,8 @@
4819
"zh-chs": "已将用户{0}添加到用户组{1}",
4820
"zh-cht": "已將用戶{0}添加到用戶組{1}",
4821
"xloc": [
4919
- "default.handlebars->35->1963",
4920
- "default.handlebars->35->1972"
4822
+ "default.handlebars->35->1992",
4823
+ "default.handlebars->35->2001"
4824
]
4825
},
4826
{
@@ -4938,7 +4841,7 @@
4841
"zh-chs": "地址",
4842
"zh-cht": "地址",
4843
"xloc": [
4941
- "default.handlebars->35->272"
4844
+ "default.handlebars->35->299"
4845
]
4846
},
4847
{
@@ -4981,7 +4884,7 @@
4884
"zh-cht": "管理員控制模式(ACM)",
4885
"xloc": [
4886
"default-mobile.handlebars->11->512",
4984
- "default.handlebars->35->1223"
4887
+ "default.handlebars->35->1252"
4888
]
4889
},
4890
{
@@ -5003,7 +4906,7 @@
4906
"zh-cht": "管理員憑證",
4907
"xloc": [
4908
"default-mobile.handlebars->11->518",
5006
- "default.handlebars->35->1229"
4909
+ "default.handlebars->35->1258"
4910
]
4911
},
4912
{
@@ -5046,7 +4949,7 @@
4949
"zh-chs": "管理领域",
4950
"zh-cht": "管理領域",
4951
"xloc": [
5049
- "default.handlebars->35->2256"
4952
+ "default.handlebars->35->2285"
4953
]
4954
},
4955
{
@@ -5089,7 +4992,7 @@
4992
"zh-chs": "管理领域",
4993
"zh-cht": "管理領域",
4994
"xloc": [
5092
- "default.handlebars->35->2124"
4995
+ "default.handlebars->35->2153"
4996
]
4997
},
4998
{
@@ -5110,7 +5013,7 @@
5013
"zh-chs": "管理员",
5014
"zh-cht": "管理員",
5015
"xloc": [
5113
- "default.handlebars->35->2053"
5016
+ "default.handlebars->35->2082"
5017
]
5018
},
5019
{
@@ -5131,7 +5034,7 @@
5034
"zh-chs": "南非文",
5035
"zh-cht": "南非文",
5036
"xloc": [
5134
- "default.handlebars->35->1308"
5037
+ "default.handlebars->35->1337"
5038
]
5039
},
5040
{
@@ -5152,16 +5055,15 @@
5055
"zh-chs": "代理",
5056
"zh-cht": "代理",
5057
"xloc": [
5155
- "Properties%Resources.resx%Agent",
5058
"agent-translations.json",
5059
"default-mobile.handlebars->11->235",
5060
"default-mobile.handlebars->11->288",
5061
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
5160
- "default.handlebars->35->1825",
5161
- "default.handlebars->35->1838",
5162
- "default.handlebars->35->2463",
5163
- "default.handlebars->35->292",
5164
- "default.handlebars->35->512",
5062
+ "default.handlebars->35->1854",
5063
+ "default.handlebars->35->1867",
5064
+ "default.handlebars->35->2492",
5065
+ "default.handlebars->35->319",
5066
+ "default.handlebars->35->539",
5067
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
5068
]
5069
},
@@ -5183,8 +5085,8 @@
5085
"zh-chs": "代理+英特尔AMT",
5086
"zh-cht": "代理+Intel® AMT",
5087
"xloc": [
5186
- "default.handlebars->35->1827",
5187
- "default.handlebars->35->1840"
5088
+ "default.handlebars->35->1856",
5089
+ "default.handlebars->35->1869"
5090
]
5091
},
5092
{
@@ -5227,9 +5129,8 @@
5129
"zh-chs": "代理控制台",
5130
"zh-cht": "代理控制台",
5131
"xloc": [
5230
- "consoleForm.resx%$this.Text",
5132
"default-mobile.handlebars->11->612",
5232
- "default.handlebars->35->1779"
5133
+ "default.handlebars->35->1808"
5134
]
5135
},
5136
{
@@ -5250,7 +5151,7 @@
5151
"zh-chs": "代理错误计数器",
5152
"zh-cht": "代理錯誤計數器",
5153
"xloc": [
5253
- "default.handlebars->35->2432"
5154
+ "default.handlebars->35->2461"
5155
]
5156
},
5157
{
@@ -5264,7 +5165,7 @@
5165
"ru": "IP-адрес агента",
5166
"zh-chs": "代理IP地址",
5167
"xloc": [
5267
- "default.handlebars->35->252"
5168
+ "default.handlebars->35->279"
5169
]
5170
},
5171
{
@@ -5307,7 +5208,7 @@
5208
"zh-cht": "代理訊息",
5209
"xloc": [
5210
"default-mobile.handlebars->11->213",
5310
- "default.handlebars->35->327"
5211
+ "default.handlebars->35->354"
5212
]
5213
},
5214
{
@@ -5355,10 +5256,7 @@
5256
]
5257
},
5258
{
5358
- "en": "Agent Select",
5359
- "xloc": [
5360
- "MainForm.resx%agentSelectToolStripMenuItem.Text"
5361
- ]
5259
+ "en": "Agent Select"
5260
},
5261
{
5262
"cs": "Relace agenta",
@@ -5378,7 +5276,7 @@
5276
"zh-chs": "代理时段",
5277
"zh-cht": "代理時段",
5278
"xloc": [
5381
- "default.handlebars->35->2448"
5279
+ "default.handlebars->35->2477"
5280
]
5281
},
5282
{
@@ -5389,10 +5287,7 @@
5287
"hi": "एजेंट स्नैपशॉट",
5288
"ko": "에이전트 스냅 샷",
5289
"nl": "Agent momentopname",
5392
- "zh-chs": "代理快照",
5393
- "xloc": [
5394
- "SnapShotForm.resx%$this.Text"
5395
- ]
5290
+ "zh-chs": "代理快照"
5291
},
5292
{
5293
"cs": "Štítek agenta",
@@ -5413,7 +5308,7 @@
5308
"zh-cht": "代理標籤",
5309
"xloc": [
5310
"default-mobile.handlebars->11->287",
5416
- "default.handlebars->35->698"
5311
+ "default.handlebars->35->725"
5312
]
5313
},
5314
{
@@ -5434,7 +5329,7 @@
5329
"zh-chs": "代理类型",
5330
"zh-cht": "代理類型",
5331
"xloc": [
5437
- "default.handlebars->35->1836",
5332
+ "default.handlebars->35->1865",
5333
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
5334
]
5335
},
@@ -5456,7 +5351,7 @@
5351
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
5352
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
5353
"xloc": [
5459
- "default.handlebars->35->1946"
5354
+ "default.handlebars->35->1975"
5355
]
5356
},
5357
{
@@ -5477,9 +5372,9 @@
5372
"zh-chs": "代理已连接",
5373
"zh-cht": "代理已連接",
5374
"xloc": [
5480
- "default.handlebars->35->181",
5481
- "default.handlebars->35->789",
5482
- "default.handlebars->35->790"
5375
+ "default.handlebars->35->208",
5376
+ "default.handlebars->35->816",
5377
+ "default.handlebars->35->817"
5378
]
5379
},
5380
{
@@ -5500,7 +5395,7 @@
5395
"zh-chs": "代理已断开连接",
5396
"zh-cht": "代理已斷開連接",
5397
"xloc": [
5503
- "default.handlebars->35->185"
5398
+ "default.handlebars->35->212"
5399
]
5400
},
5401
{
@@ -5511,10 +5406,7 @@
5406
"hi": "एजेंट जारी है लंबित",
5407
"ko": "에이전트가 계속 대기 중입니다.",
5408
"nl": "Agent is in behandeling",
5514
- "zh-chs": "代理正在继续等待",
5515
- "xloc": [
5516
- "Properties%Resources.resx%AgentIsContinuePending"
5517
- ]
5409
+ "zh-chs": "代理正在继续等待"
5410
},
5411
{
5412
"de": "Agent ist getrennt",
@@ -5524,10 +5416,7 @@
5416
"hi": "एजेंट डिस्कनेक्ट हो गया है",
5417
"ko": "에이전트 연결이 끊어졌습니다.",
5418
"nl": "Verbinding met agent is verbroken",
5527
- "zh-chs": "代理已断开连接",
5528
- "xloc": [
5529
- "Properties%Resources.resx%AgentIsDisconnected"
5530
- ]
5419
+ "zh-chs": "代理已断开连接"
5420
},
5421
{
5422
"de": "Agent fehlt",
@@ -5558,7 +5447,7 @@
5447
"zh-cht": "代理離線",
5448
"xloc": [
5449
"default-mobile.handlebars->11->546",
5561
- "default.handlebars->35->1258"
5450
+ "default.handlebars->35->1287"
5451
]
5452
},
5453
{
@@ -5580,7 +5469,7 @@
5469
"zh-cht": "代理在線",
5470
"xloc": [
5471
"default-mobile.handlebars->11->545",
5583
- "default.handlebars->35->1257"
5472
+ "default.handlebars->35->1286"
5473
]
5474
},
5475
{
@@ -5591,10 +5480,7 @@
5480
"hi": "एजेंट रुका हुआ है",
5481
"ko": "에이전트가 일시 중지 대기 중입니다.",
5482
"nl": "Agent is gepauzeerd",
5594
- "zh-chs": "代理暂停待定",
5595
- "xloc": [
5596
- "Properties%Resources.resx%AgentIsPausePending"
5597
- ]
5483
+ "zh-chs": "代理暂停待定"
5484
},
5485
{
5486
"de": "Agent ist pausiert",
@@ -5604,10 +5490,7 @@
5490
"hi": "एजेंट रुका हुआ है",
5491
"ko": "에이전트가 일시 중지되었습니다.",
5492
"nl": "Agent is gepauzeerd",
5607
- "zh-chs": "代理已暂停",
5608
- "xloc": [
5609
- "Properties%Resources.resx%AgentIsPaused"
5610
- ]
5493
+ "zh-chs": "代理已暂停"
5494
},
5495
{
5496
"de": "Agent läuft",
@@ -5617,10 +5500,7 @@
5500
"hi": "एजेंट चल रहा है",
5501
"ko": "에이전트가 실행 중입니다.",
5502
"nl": "Agent is actief",
5620
- "zh-chs": "代理正在运行",
5621
- "xloc": [
5622
- "Properties%Resources.resx%AgentIsRunning"
5623
- ]
5503
+ "zh-chs": "代理正在运行"
5504
},
5505
{
5506
"cs": "Agent běží na vzdáleném zařízení se sníženými oprávněními.",
@@ -5640,8 +5520,8 @@
5520
"zh-chs": "代理在特权降低的远程设备上运行。",
5521
"zh-cht": "代理在特權降低的遠程設備上運行。",
5522
"xloc": [
5643
- "default.handlebars->35->179",
5644
- "default.handlebars->35->787"
5523
+ "default.handlebars->35->206",
5524
+ "default.handlebars->35->814"
5525
]
5526
},
5527
{
@@ -5652,10 +5532,7 @@
5532
"hi": "एजेंट प्रारंभ लंबित है",
5533
"ko": "에이전트가 시작 대기 중입니다.",
5534
"nl": "Agent wacht op start",
5655
- "zh-chs": "代理正在启动待处理",
5656
- "xloc": [
5657
- "Properties%Resources.resx%AgentIsStartPending"
5658
- ]
5535
+ "zh-chs": "代理正在启动待处理"
5536
},
5537
{
5538
"de": "Agent wurde gestoppt",
@@ -5665,10 +5542,7 @@
5542
"hi": "एजेंट रोक दिया गया है",
5543
"ko": "에이전트가 중지되었습니다.",
5544
"nl": "Agent is gestopt",
5668
- "zh-chs": "代理已停止",
5669
- "xloc": [
5670
- "Properties%Resources.resx%AgentIsStopped"
5671
- ]
5545
+ "zh-chs": "代理已停止"
5546
},
5547
{
5548
"de": "Agent ist gestoppt ausstehend",
@@ -5678,10 +5552,7 @@
5552
"hi": "एजेंट लंबित है",
5553
"ko": "에이전트가 중지되었습니다.",
5554
"nl": "Agent is in behandeling gestopt",
5681
- "zh-chs": "代理停止等待",
5682
- "xloc": [
5683
- "Properties%Resources.resx%AgentIsStoppedPending"
5684
- ]
5555
+ "zh-chs": "代理停止等待"
5556
},
5557
{
5558
"de": "Agent nicht installiert",
@@ -5691,10 +5562,7 @@
5562
"hi": "एजेंट स्थापित नहीं",
5563
"ko": "에이전트가 설치되지 않았습니다.",
5564
"nl": "Agent is niet geïnstalleerd",
5694
- "zh-chs": "未安装代理",
5695
- "xloc": [
5696
- "Properties%Resources.resx%AgentNotInstalled"
5697
- ]
5565
+ "zh-chs": "未安装代理"
5566
},
5567
{
5568
"cs": "Agenti",
@@ -5714,7 +5582,7 @@
5582
"zh-chs": "代理",
5583
"zh-cht": "代理",
5584
"xloc": [
5717
- "default.handlebars->35->2476"
5585
+ "default.handlebars->35->2505"
5586
]
5587
},
5588
{
@@ -5735,7 +5603,7 @@
5603
"zh-chs": "阿尔巴尼亚文",
5604
"zh-cht": "阿爾巴尼亞文",
5605
"xloc": [
5738
- "default.handlebars->35->1309"
5606
+ "default.handlebars->35->1338"
5607
]
5608
},
5609
{
@@ -5780,7 +5648,7 @@
5648
"zh-chs": "全部可用",
5649
"zh-cht": "全部可用",
5650
"xloc": [
5783
- "default.handlebars->35->2016"
5651
+ "default.handlebars->35->2045"
5652
]
5653
},
5654
{
@@ -5801,8 +5669,7 @@
5669
"zh-chs": "所有显示",
5670
"zh-cht": "所有顯示",
5671
"xloc": [
5804
- "Properties%Resources.resx%AllDisplays",
5805
- "default.handlebars->35->1086"
5672
+ "default.handlebars->35->1115"
5673
]
5674
},
5675
{
@@ -5823,7 +5690,7 @@
5690
"zh-chs": "所有事件",
5691
"zh-cht": "所有事件",
5692
"xloc": [
5826
- "default.handlebars->35->2014"
5693
+ "default.handlebars->35->2043"
5694
]
5695
},
5696
{
@@ -5844,9 +5711,9 @@
5711
"zh-chs": "全部聚焦",
5712
"zh-cht": "全部聚焦",
5713
"xloc": [
5847
- "default.handlebars->35->1031",
5848
- "default.handlebars->35->1033",
5849
- "default.handlebars->35->1034"
5714
+ "default.handlebars->35->1058",
5715
+ "default.handlebars->35->1060",
5716
+ "default.handlebars->35->1061"
5717
]
5718
},
5719
{
@@ -5857,10 +5724,7 @@
5724
"hi": "अनुमति",
5725
"ko": "허용하다",
5726
"nl": "Toestaan",
5860
- "zh-chs": "允许",
5861
- "xloc": [
5862
- "ConsentForm.resx%okButton.Text"
5863
- ]
5727
+ "zh-chs": "允许"
5728
},
5729
{
5730
"cs": "Umožnit uživatelům spravovat tuto skupinu a zařízení v této skupině.",
@@ -5880,8 +5744,8 @@
5744
"zh-chs": "允许用户管理此设备组和该组中的设备。",
5745
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
5746
"xloc": [
5883
- "default.handlebars->35->1725",
5884
- "default.handlebars->35->2217"
5747
+ "default.handlebars->35->1754",
5748
+ "default.handlebars->35->2246"
5749
]
5750
},
5751
{
@@ -5902,7 +5766,7 @@
5766
"zh-chs": "允许用户管理此设备。",
5767
"zh-cht": "允許用戶管理此裝置。",
5768
"xloc": [
5905
- "default.handlebars->35->1726"
5769
+ "default.handlebars->35->1755"
5770
]
5771
},
5772
{
@@ -5916,7 +5780,7 @@
5780
"ru": "Разрешено",
5781
"zh-chs": "允许",
5782
"xloc": [
5919
- "default.handlebars->35->208"
5783
+ "default.handlebars->35->235"
5784
]
5785
},
5786
{
@@ -5953,8 +5817,8 @@
5817
"xloc": [
5818
"default-mobile.handlebars->11->386",
5819
"default-mobile.handlebars->11->390",
5956
- "default.handlebars->35->1054",
5957
- "default.handlebars->35->1058"
5820
+ "default.handlebars->35->1081",
5821
+ "default.handlebars->35->1085"
5822
]
5823
},
5824
{
@@ -6019,7 +5883,7 @@
5883
"zh-chs": "备用(F10 = ESC + 0)",
5884
"zh-cht": "備用(F10 = ESC + 0)",
5885
"xloc": [
6022
- "default.handlebars->35->1106",
5886
+ "default.handlebars->35->1135",
5887
"sharing.handlebars->11->37"
5888
]
5889
},
@@ -6054,11 +5918,7 @@
5918
"hi": "वैकल्पिक बंदरगाह",
5919
"ko": "대체 포트",
5920
"nl": "Alternatieve poort",
6057
- "zh-chs": "替代端口",
6058
- "xloc": [
6059
- "altPortForm.resx%$this.Text",
6060
- "altPortForm.resx%label2.Text"
6061
- ]
5921
+ "zh-chs": "替代端口"
5922
},
5923
{
5924
"cs": "Vždy upozorňovat",
@@ -6078,10 +5938,10 @@
5938
"zh-chs": "一直通知",
5939
"zh-cht": "一直通知",
5940
"xloc": [
6081
- "default.handlebars->35->1635",
6082
- "default.handlebars->35->2178",
6083
- "default.handlebars->35->2265",
6084
- "default.handlebars->35->726"
5941
+ "default.handlebars->35->1664",
5942
+ "default.handlebars->35->2207",
5943
+ "default.handlebars->35->2294",
5944
+ "default.handlebars->35->753"
5945
]
5946
},
5947
{
@@ -6102,10 +5962,10 @@
5962
"zh-chs": "一直提示",
5963
"zh-cht": "一直提示",
5964
"xloc": [
6105
- "default.handlebars->35->1636",
6106
- "default.handlebars->35->2179",
6107
- "default.handlebars->35->2266",
6108
- "default.handlebars->35->727"
5965
+ "default.handlebars->35->1665",
5966
+ "default.handlebars->35->2208",
5967
+ "default.handlebars->35->2295",
5968
+ "default.handlebars->35->754"
5969
]
5970
},
5971
{
@@ -6284,8 +6144,8 @@
6144
"ru": "Антивирус не активен",
6145
"zh-chs": "杀毒软件未激活",
6146
"xloc": [
6287
- "default.handlebars->35->1829",
6288
- "default.handlebars->35->1843"
6147
+ "default.handlebars->35->1858",
6148
+ "default.handlebars->35->1872"
6149
]
6150
},
6151
{
@@ -6307,7 +6167,7 @@
6167
"zh-cht": "防毒軟體",
6168
"xloc": [
6169
"default-mobile.handlebars->11->475",
6310
- "default.handlebars->35->717"
6170
+ "default.handlebars->35->744"
6171
]
6172
},
6173
{
@@ -6328,7 +6188,7 @@
6188
"zh-chs": "任何可支持的",
6189
"zh-cht": "任何可支持的",
6190
"xloc": [
6331
- "default.handlebars->35->394"
6191
+ "default.handlebars->35->421"
6192
]
6193
},
6194
{
@@ -6371,7 +6231,7 @@
6231
"zh-chs": "苹果macOS",
6232
"zh-cht": "蘋果macOS",
6233
"xloc": [
6374
- "default.handlebars->35->428"
6234
+ "default.handlebars->35->455"
6235
]
6236
},
6237
{
@@ -6392,7 +6252,7 @@
6252
"zh-chs": "仅限Apple macOS",
6253
"zh-cht": "僅限Apple macOS",
6254
"xloc": [
6395
- "default.handlebars->35->396"
6255
+ "default.handlebars->35->423"
6256
]
6257
},
6258
{
@@ -6424,11 +6284,7 @@
6284
"hi": "आवेदन",
6285
"ko": "신청",
6286
"nl": "Toepassing",
6427
- "zh-chs": "应用",
6428
- "xloc": [
6429
- "AddPortMapForm.resx%label4.Text",
6430
- "AddRelayMapForm.resx%label4.Text"
6431
- ]
6287
+ "zh-chs": "应用"
6288
},
6289
{
6290
"de": "Anwendungsstart",
@@ -6438,10 +6294,7 @@
6294
"hi": "एप्लिकेशन लॉन्च",
6295
"ko": "응용 프로그램 시작",
6296
"nl": "Toepassing starten",
6441
- "zh-chs": "应用启动",
6442
- "xloc": [
6443
- "AppLaunchForm.resx%groupBox1.Text"
6444
- ]
6297
+ "zh-chs": "应用启动"
6298
},
6299
{
6300
"de": "Bewerbungslink",
@@ -6451,10 +6304,7 @@
6304
"hi": "आवेदन लिंक",
6305
"ko": "응용 프로그램 링크",
6306
"nl": "Applicatielink",
6454
- "zh-chs": "申请链接",
6455
- "xloc": [
6456
- "AppLaunchForm.resx%appLinkLabel.Text"
6457
- ]
6307
+ "zh-chs": "申请链接"
6308
},
6309
{
6310
"de": "Anwendungsname",
@@ -6464,17 +6314,14 @@
6314
"hi": "आवेदन का नाम",
6315
"ko": "응용 프로그램 이름",
6316
"nl": "Naam van de toepassing",
6467
- "zh-chs": "应用名称",
6468
- "xloc": [
6469
- "AppLaunchForm.resx%appNameLabel.Text"
6470
- ]
6317
+ "zh-chs": "应用名称"
6318
},
6319
{
6320
"en": "Application, Always connected",
6321
"ko": "애플리케이션, 항상 연결됨",
6322
"nl": "Applicatie, Altijd verbonden",
6323
"xloc": [
6477
- "default.handlebars->35->441"
6324
+ "default.handlebars->35->468"
6325
]
6326
},
6327
{
@@ -6482,7 +6329,7 @@
6329
"ko": "응용 프로그램, 사용자 요청시 연결",
6330
"nl": "Applicatie, verbinding maken op gebruikersverzoek",
6331
"xloc": [
6485
- "default.handlebars->35->440"
6332
+ "default.handlebars->35->467"
6333
]
6334
},
6335
{
@@ -6503,7 +6350,7 @@
6350
"zh-chs": "阿拉伯文(阿尔及利亚)",
6351
"zh-cht": "阿拉伯文(阿爾及利亞)",
6352
"xloc": [
6506
- "default.handlebars->35->1311"
6353
+ "default.handlebars->35->1340"
6354
]
6355
},
6356
{
@@ -6524,7 +6371,7 @@
6371
"zh-chs": "阿拉伯文(巴林)",
6372
"zh-cht": "阿拉伯文(巴林)",
6373
"xloc": [
6527
- "default.handlebars->35->1312"
6374
+ "default.handlebars->35->1341"
6375
]
6376
},
6377
{
@@ -6545,7 +6392,7 @@
6392
"zh-chs": "阿拉伯文(埃及)",
6393
"zh-cht": "阿拉伯文(埃及)",
6394
"xloc": [
6548
- "default.handlebars->35->1313"
6395
+ "default.handlebars->35->1342"
6396
]
6397
},
6398
{
@@ -6566,7 +6413,7 @@
6413
"zh-chs": "阿拉伯文(伊拉克)",
6414
"zh-cht": "阿拉伯文(伊拉克)",
6415
"xloc": [
6569
- "default.handlebars->35->1314"
6416
+ "default.handlebars->35->1343"
6417
]
6418
},
6419
{
@@ -6587,7 +6434,7 @@
6434
"zh-chs": "阿拉伯文(约旦)",
6435
"zh-cht": "阿拉伯文(約旦)",
6436
"xloc": [
6590
- "default.handlebars->35->1315"
6437
+ "default.handlebars->35->1344"
6438
]
6439
},
6440
{
@@ -6608,7 +6455,7 @@
6455
"zh-chs": "阿拉伯文(科威特)",
6456
"zh-cht": "阿拉伯文(科威特)",
6457
"xloc": [
6611
- "default.handlebars->35->1316"
6458
+ "default.handlebars->35->1345"
6459
]
6460
},
6461
{
@@ -6629,7 +6476,7 @@
6476
"zh-chs": "阿拉伯文(黎巴嫩)",
6477
"zh-cht": "阿拉伯文(黎巴嫩)",
6478
"xloc": [
6632
- "default.handlebars->35->1317"
6479
+ "default.handlebars->35->1346"
6480
]
6481
},
6482
{
@@ -6650,7 +6497,7 @@
6497
"zh-chs": "阿拉伯文(利比亚)",
6498
"zh-cht": "阿拉伯文(利比亞)",
6499
"xloc": [
6653
- "default.handlebars->35->1318"
6500
+ "default.handlebars->35->1347"
6501
]
6502
},
6503
{
@@ -6671,7 +6518,7 @@
6518
"zh-chs": "阿拉伯文(摩洛哥)",
6519
"zh-cht": "阿拉伯文(摩洛哥)",
6520
"xloc": [
6674
- "default.handlebars->35->1319"
6521
+ "default.handlebars->35->1348"
6522
]
6523
},
6524
{
@@ -6692,7 +6539,7 @@
6539
"zh-chs": "阿拉伯文(阿曼)",
6540
"zh-cht": "阿拉伯文(阿曼)",
6541
"xloc": [
6695
- "default.handlebars->35->1320"
6542
+ "default.handlebars->35->1349"
6543
]
6544
},
6545
{
@@ -6713,7 +6560,7 @@
6560
"zh-chs": "阿拉伯文(卡塔尔)",
6561
"zh-cht": "阿拉伯文(卡塔爾)",
6562
"xloc": [
6716
- "default.handlebars->35->1321"
6563
+ "default.handlebars->35->1350"
6564
]
6565
},
6566
{
@@ -6734,7 +6581,7 @@
6581
"zh-chs": "阿拉伯文(沙特阿拉伯)",
6582
"zh-cht": "阿拉伯文(沙特阿拉伯)",
6583
"xloc": [
6737
- "default.handlebars->35->1322"
6584
+ "default.handlebars->35->1351"
6585
]
6586
},
6587
{
@@ -6755,7 +6602,7 @@
6602
"zh-chs": "阿拉伯文(标准)",
6603
"zh-cht": "阿拉伯文(標準)",
6604
"xloc": [
6758
- "default.handlebars->35->1310"
6605
+ "default.handlebars->35->1339"
6606
]
6607
},
6608
{
@@ -6776,7 +6623,7 @@
6623
"zh-chs": "阿拉伯文(叙利亚)",
6624
"zh-cht": "阿拉伯文(敘利亞)",
6625
"xloc": [
6779
- "default.handlebars->35->1323"
6626
+ "default.handlebars->35->1352"
6627
]
6628
},
6629
{
@@ -6797,7 +6644,7 @@
6644
"zh-chs": "阿拉伯文(突尼斯)",
6645
"zh-cht": "阿拉伯文(突尼斯)",
6646
"xloc": [
6800
- "default.handlebars->35->1324"
6647
+ "default.handlebars->35->1353"
6648
]
6649
},
6650
{
@@ -6818,7 +6665,7 @@
6665
"zh-chs": "阿拉伯文(阿联酋)",
6666
"zh-cht": "阿拉伯文(阿聯酋)",
6667
"xloc": [
6821
- "default.handlebars->35->1325"
6668
+ "default.handlebars->35->1354"
6669
]
6670
},
6671
{
@@ -6839,7 +6686,7 @@
6686
"zh-chs": "阿拉伯文(也门)",
6687
"zh-cht": "阿拉伯文(也門)",
6688
"xloc": [
6842
- "default.handlebars->35->1326"
6689
+ "default.handlebars->35->1355"
6690
]
6691
},
6692
{
@@ -6860,7 +6707,7 @@
6707
"zh-chs": "阿拉贡文",
6708
"zh-cht": "阿拉貢文",
6709
"xloc": [
6863
- "default.handlebars->35->1327"
6710
+ "default.handlebars->35->1356"
6711
]
6712
},
6713
{
@@ -6882,7 +6729,7 @@
6729
"zh-cht": "結構",
6730
"xloc": [
6731
"default-mobile.handlebars->11->458",
6885
- "default.handlebars->35->1176"
6732
+ "default.handlebars->35->1205"
6733
]
6734
},
6735
{
@@ -6903,7 +6750,7 @@
6750
"zh-chs": "您确定要连接到{0}设备吗?",
6751
"zh-cht": "你確定要連接到{0}裝置嗎?",
6752
"xloc": [
6906
- "default.handlebars->35->330"
6753
+ "default.handlebars->35->357"
6754
]
6755
},
6756
{
@@ -6925,7 +6772,7 @@
6772
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
6773
"xloc": [
6774
"default-mobile.handlebars->11->577",
6928
- "default.handlebars->35->1701"
6775
+ "default.handlebars->35->1730"
6776
]
6777
},
6778
{
@@ -6946,7 +6793,7 @@
6793
"zh-chs": "您确定要删除节点{0}吗?",
6794
"zh-cht": "你確定要刪除節點{0}嗎?",
6795
"xloc": [
6949
- "default.handlebars->35->970"
6796
+ "default.handlebars->35->997"
6797
]
6798
},
6799
{
@@ -6967,7 +6814,7 @@
6814
"zh-chs": "您确定要卸载所选代理吗?",
6815
"zh-cht": "你確定要卸載所選代理嗎?",
6816
"xloc": [
6970
- "default.handlebars->35->959"
6817
+ "default.handlebars->35->986"
6818
]
6819
},
6820
{
@@ -6988,7 +6835,7 @@
6835
"zh-chs": "您确定要卸载所选的{0}代理吗?",
6836
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
6837
"xloc": [
6991
- "default.handlebars->35->958"
6838
+ "default.handlebars->35->985"
6839
]
6840
},
6841
{
@@ -7009,7 +6856,7 @@
6856
"zh-chs": "您确定要{0}插件吗:{1}",
6857
"zh-cht": "你確定要{0}外掛嗎:{1}",
6858
"xloc": [
7012
- "default.handlebars->35->2525"
6859
+ "default.handlebars->35->2554"
6860
]
6861
},
6862
{
@@ -7030,7 +6877,7 @@
6877
"zh-chs": "亚美尼亚文",
6878
"zh-cht": "亞美尼亞文",
6879
"xloc": [
7033
- "default.handlebars->35->1328"
6880
+ "default.handlebars->35->1357"
6881
]
6882
},
6883
{
@@ -7051,8 +6898,6 @@
6898
"zh-chs": "询问同意",
6899
"zh-cht": "詢問同意",
6900
"xloc": [
7054
- "KVMViewer.resx%askConsentToolStripMenuItem.Text",
7055
- "MainForm.resx%askConsentToolStripMenuItem.Text",
6901
"default.handlebars->deskConnectContextMenu->3"
6902
]
6903
},
@@ -7074,8 +6919,6 @@
6919
"zh-chs": "询问同意+工具栏",
6920
"zh-cht": "詢問同意+工具欄",
6921
"xloc": [
7077
- "KVMViewer.resx%askConsentBarToolStripMenuItem.Text",
7078
- "MainForm.resx%askConsentBarToolStripMenuItem.Text",
6922
"default.handlebars->deskConnectContextMenu->1"
6923
]
6924
},
@@ -7097,7 +6940,7 @@
6940
"zh-chs": "阿萨姆文",
6941
"zh-cht": "阿薩姆文",
6942
"xloc": [
7100
- "default.handlebars->35->1329"
6943
+ "default.handlebars->35->1358"
6944
]
6945
},
6946
{
@@ -7151,8 +6994,8 @@
6994
"ru": "Ассистент для Windows (.exe)",
6995
"zh-chs": "Windows 助手 (.exe)",
6996
"xloc": [
7154
- "default.handlebars->35->466",
7155
- "default.handlebars->35->470"
6997
+ "default.handlebars->35->493",
6998
+ "default.handlebars->35->497"
6999
]
7000
},
7001
{
@@ -7187,7 +7030,7 @@
7030
"zh-chs": "阿斯图里亚斯文",
7031
"zh-cht": "阿斯圖里亞斯文",
7032
"xloc": [
7190
- "default.handlebars->35->1330"
7033
+ "default.handlebars->35->1359"
7034
]
7035
},
7036
{
@@ -7208,7 +7051,7 @@
7051
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
7052
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
7053
"xloc": [
7211
- "default.handlebars->35->1915"
7054
+ "default.handlebars->35->1944"
7055
]
7056
},
7057
{
@@ -7219,10 +7062,7 @@
7062
"hi": "प्रमाणित कर रहा है",
7063
"ko": "인증 중",
7064
"nl": "Authenticatie",
7222
- "zh-chs": "认证",
7223
- "xloc": [
7224
- "Properties%Resources.resx%Authenticating"
7225
- ]
7065
+ "zh-chs": "认证"
7066
},
7067
{
7068
"de": "Authentifizierung",
@@ -7237,8 +7077,8 @@
7077
"xloc": [
7078
"default-mobile.handlebars->11->405",
7079
"default-mobile.handlebars->11->416",
7240
- "default.handlebars->35->1097",
7241
- "default.handlebars->35->1118",
7080
+ "default.handlebars->35->1126",
7081
+ "default.handlebars->35->1147",
7082
"ssh.handlebars->3->7",
7083
"ssh.handlebars->3->8"
7084
]
@@ -7261,7 +7101,7 @@
7101
"zh-chs": "认证软件",
7102
"zh-cht": "認證軟體",
7103
"xloc": [
7264
- "default.handlebars->35->2269"
7104
+ "default.handlebars->35->2298"
7105
]
7106
},
7107
{
@@ -7275,9 +7115,9 @@
7115
"ru": "Устройство аутентификации",
7116
"zh-chs": "认证设备",
7117
"xloc": [
7278
- "default.handlebars->35->1291",
7279
- "default.handlebars->35->1293",
7280
- "default.handlebars->35->1297"
7118
+ "default.handlebars->35->1320",
7119
+ "default.handlebars->35->1322",
7120
+ "default.handlebars->35->1326"
7121
]
7122
},
7123
{
@@ -7292,8 +7132,8 @@
7132
"xloc": [
7133
"default-mobile.handlebars->11->406",
7134
"default-mobile.handlebars->11->417",
7295
- "default.handlebars->35->1099",
7296
- "default.handlebars->35->1119"
7135
+ "default.handlebars->35->1128",
7136
+ "default.handlebars->35->1148"
7137
]
7138
},
7139
{
@@ -7318,10 +7158,10 @@
7158
"default-mobile.handlebars->11->64",
7159
"default-mobile.handlebars->11->95",
7160
"default-mobile.handlebars->11->97",
7321
- "default.handlebars->35->1287",
7322
- "default.handlebars->35->1289",
7323
- "default.handlebars->35->143",
7324
- "default.handlebars->35->148"
7161
+ "default.handlebars->35->1316",
7162
+ "default.handlebars->35->1318",
7163
+ "default.handlebars->35->170",
7164
+ "default.handlebars->35->175"
7165
]
7166
},
7167
{
@@ -7342,7 +7182,7 @@
7182
"zh-chs": "认证软件激活成功。",
7183
"zh-cht": "認證軟體啟動成功。",
7184
"xloc": [
7345
- "default.handlebars->35->144"
7185
+ "default.handlebars->35->171"
7186
]
7187
},
7188
{
@@ -7363,7 +7203,7 @@
7203
"zh-chs": "认证软件已删除。",
7204
"zh-cht": "認證軟體已刪除。",
7205
"xloc": [
7366
- "default.handlebars->35->149"
7206
+ "default.handlebars->35->176"
7207
]
7208
},
7209
{
@@ -7405,7 +7245,7 @@
7245
"zh-chs": "自动删除",
7246
"zh-cht": "自動刪除",
7247
"xloc": [
7408
- "default.handlebars->35->1622"
7248
+ "default.handlebars->35->1651"
7249
]
7250
},
7251
{
@@ -7451,7 +7291,13 @@
7291
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
7292
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
7293
"xloc": [
7454
- "default.handlebars->35->1996"
7294
+ "default.handlebars->35->2025"
7295
+ ]
7296
+ },
7297
+ {
7298
+ "en": "Automatic Clipboard",
7299
+ "xloc": [
7300
+ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel"
7301
]
7302
},
7303
{
@@ -7493,7 +7339,7 @@
7339
"zh-chs": "可用內存",
7340
"zh-cht": "可用內存",
7341
"xloc": [
7496
- "default.handlebars->35->2457"
7342
+ "default.handlebars->35->2486"
7343
]
7344
},
7345
{
@@ -7514,7 +7360,7 @@
7360
"zh-chs": "阿塞拜疆文",
7361
"zh-cht": "阿塞拜疆文",
7362
"xloc": [
7517
- "default.handlebars->35->1331"
7363
+ "default.handlebars->35->1360"
7364
]
7365
},
7366
{
@@ -7531,9 +7377,9 @@
7377
"default-mobile.handlebars->11->462",
7378
"default-mobile.handlebars->11->466",
7379
"default-mobile.handlebars->11->470",
7534
- "default.handlebars->35->704",
7535
- "default.handlebars->35->708",
7536
- "default.handlebars->35->712"
7380
+ "default.handlebars->35->731",
7381
+ "default.handlebars->35->735",
7382
+ "default.handlebars->35->739"
7383
]
7384
},
7385
{
@@ -7555,7 +7401,7 @@
7401
"zh-cht": "的BIOS",
7402
"xloc": [
7403
"default-mobile.handlebars->11->524",
7558
- "default.handlebars->35->1235"
7404
+ "default.handlebars->35->1264"
7405
]
7406
},
7407
{
@@ -7576,8 +7422,6 @@
7422
"zh-chs": "返回",
7423
"zh-cht": "返回",
7424
"xloc": [
7579
- "MainForm.resx%backButton2.Text",
7580
- "MainForm.resx%backButton3.Text",
7425
"default.handlebars->container->column_l->p10->p10title->p10BackButton",
7426
"default.handlebars->container->column_l->p11->p11title->p11deviceNameHeader->p11BackButton",
7427
"default.handlebars->container->column_l->p12->p12title->p12BackButton",
@@ -7650,7 +7494,7 @@
7494
"zh-chs": "退格",
7495
"xloc": [
7496
"default-mobile.handlebars->11->369",
7653
- "default.handlebars->35->1037"
7497
+ "default.handlebars->35->1064"
7498
]
7499
},
7500
{
@@ -7671,7 +7515,7 @@
7515
"zh-chs": "背景与互动",
7516
"zh-cht": "背景與互動",
7517
"xloc": [
7674
- "default.handlebars->35->436"
7518
+ "default.handlebars->35->463"
7519
]
7520
},
7521
{
@@ -7692,10 +7536,10 @@
7536
"zh-chs": "背景与互动",
7537
"zh-cht": "背景與互動",
7538
"xloc": [
7695
- "default.handlebars->35->1808",
7696
- "default.handlebars->35->1815",
7697
- "default.handlebars->35->406",
7698
- "default.handlebars->35->420"
7539
+ "default.handlebars->35->1837",
7540
+ "default.handlebars->35->1844",
7541
+ "default.handlebars->35->433",
7542
+ "default.handlebars->35->447"
7543
]
7544
},
7545
{
@@ -7716,11 +7560,11 @@
7560
"zh-chs": "仅背景",
7561
"zh-cht": "僅背景",
7562
"xloc": [
7719
- "default.handlebars->35->1809",
7720
- "default.handlebars->35->1816",
7721
- "default.handlebars->35->407",
7722
- "default.handlebars->35->421",
7723
- "default.handlebars->35->437"
7563
+ "default.handlebars->35->1838",
7564
+ "default.handlebars->35->1845",
7565
+ "default.handlebars->35->434",
7566
+ "default.handlebars->35->448",
7567
+ "default.handlebars->35->464"
7568
]
7569
},
7570
{
@@ -7763,7 +7607,7 @@
7607
"zh-chs": "备用码",
7608
"zh-cht": "備用碼",
7609
"xloc": [
7766
- "default.handlebars->35->2271"
7610
+ "default.handlebars->35->2300"
7611
]
7612
},
7613
{
@@ -7784,7 +7628,7 @@
7628
"zh-chs": "错误的签名",
7629
"zh-cht": "錯誤的簽名",
7630
"xloc": [
7787
- "default.handlebars->35->2439"
7631
+ "default.handlebars->35->2468"
7632
]
7633
},
7634
{
@@ -7805,7 +7649,7 @@
7649
"zh-chs": "错误的网络证书",
7650
"zh-cht": "錯誤的網絡憑證",
7651
"xloc": [
7808
- "default.handlebars->35->2438"
7652
+ "default.handlebars->35->2467"
7653
]
7654
},
7655
{
@@ -7826,7 +7670,7 @@
7670
"zh-chs": "巴斯克",
7671
"zh-cht": "巴斯克",
7672
"xloc": [
7829
- "default.handlebars->35->1332"
7673
+ "default.handlebars->35->1361"
7674
]
7675
},
7676
{
@@ -7847,7 +7691,7 @@
7691
"zh-chs": "批处理文件上传",
7692
"zh-cht": "批處理文件上傳",
7693
"xloc": [
7850
- "default.handlebars->35->572"
7694
+ "default.handlebars->35->599"
7695
]
7696
},
7697
{
@@ -7889,7 +7733,7 @@
7733
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
7734
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
7735
"xloc": [
7892
- "default.handlebars->35->1995"
7736
+ "default.handlebars->35->2024"
7737
]
7738
},
7739
{
@@ -7910,7 +7754,7 @@
7754
"zh-chs": "白俄罗斯文",
7755
"zh-cht": "白俄羅斯文",
7756
"xloc": [
7913
- "default.handlebars->35->1334"
7757
+ "default.handlebars->35->1363"
7758
]
7759
},
7760
{
@@ -7931,7 +7775,7 @@
7775
"zh-chs": "孟加拉",
7776
"zh-cht": "孟加拉",
7777
"xloc": [
7934
- "default.handlebars->35->1335"
7778
+ "default.handlebars->35->1364"
7779
]
7780
},
7781
{
@@ -7966,10 +7810,7 @@
7810
"hi": "स्थानीय पोर्ट को सभी नेटवर्क इंटरफेस से बाइंड करें",
7811
"ko": "모든 네트워크 인터페이스에 로컬 포트 바인딩",
7812
"nl": "Bind lokale poort aan alle netwerkinterfaces",
7969
- "zh-chs": "将本地端口绑定到所有网络接口",
7970
- "xloc": [
7971
- "SettingsForm.resx%allInterfacesCheckBox.Text"
7972
- ]
7813
+ "zh-chs": "将本地端口绑定到所有网络接口"
7814
},
7815
{
7816
"de": "Bootloader",
@@ -7983,7 +7824,7 @@
7824
"zh-chs": "引导加载程序",
7825
"xloc": [
7826
"default-mobile.handlebars->11->488",
7986
- "default.handlebars->35->1189"
7827
+ "default.handlebars->35->1218"
7828
]
7829
},
7830
{
@@ -8004,7 +7845,7 @@
7845
"zh-chs": "波斯尼亚文",
7846
"zh-cht": "波斯尼亞文",
7847
"xloc": [
8007
- "default.handlebars->35->1336"
7848
+ "default.handlebars->35->1365"
7849
]
7850
},
7851
{
@@ -8025,7 +7866,7 @@
7866
"zh-chs": "布列塔尼",
7867
"zh-cht": "布列塔尼",
7868
"xloc": [
8028
- "default.handlebars->35->1337"
7869
+ "default.handlebars->35->1366"
7870
]
7871
},
7872
{
@@ -8046,7 +7887,7 @@
7887
"zh-chs": "广播",
7888
"zh-cht": "廣播",
7889
"xloc": [
8049
- "default.handlebars->35->2185",
7890
+ "default.handlebars->35->2214",
7891
"default.handlebars->container->column_l->p4->3->1->0->3->1"
7892
]
7893
},
@@ -8068,7 +7909,7 @@
7909
"zh-chs": "广播消息",
7910
"zh-cht": "廣播消息",
7911
"xloc": [
8071
- "default.handlebars->35->2106"
7912
+ "default.handlebars->35->2135"
7913
]
7914
},
7915
{
@@ -8089,7 +7930,7 @@
7930
"zh-chs": "向所有连接的用户广播消息。",
7931
"zh-cht": "向所有連接的用戶廣播消息。",
7932
"xloc": [
8092
- "default.handlebars->35->2101"
7933
+ "default.handlebars->35->2130"
7934
]
7935
},
7936
{
@@ -8125,7 +7966,7 @@
7966
"zh-chs": "保加利亚文",
7967
"zh-cht": "保加利亞文",
7968
"xloc": [
8128
- "default.handlebars->35->1333"
7969
+ "default.handlebars->35->1362"
7970
]
7971
},
7972
{
@@ -8146,7 +7987,7 @@
7987
"zh-chs": "缅甸文",
7988
"zh-cht": "緬甸文",
7989
"xloc": [
8149
- "default.handlebars->35->1338"
7990
+ "default.handlebars->35->1367"
7991
]
7992
},
7993
{
@@ -8168,7 +8009,7 @@
8009
"zh-cht": "CCM",
8010
"xloc": [
8011
"default-mobile.handlebars->11->273",
8171
- "default.handlebars->35->680"
8012
+ "default.handlebars->35->707"
8013
]
8014
},
8015
{
@@ -8189,7 +8030,7 @@
8030
"zh-chs": "CCM模式",
8031
"zh-cht": "CCM模式",
8032
"xloc": [
8192
- "default.handlebars->35->1684"
8033
+ "default.handlebars->35->1713"
8034
]
8035
},
8036
{
@@ -8210,11 +8051,10 @@
8051
"zh-chs": "CIRA",
8052
"zh-cht": "CIRA",
8053
"xloc": [
8213
- "Properties%Resources.resx%CIRA",
8054
"default-mobile.handlebars->11->236",
8215
- "default.handlebars->35->2464",
8216
- "default.handlebars->35->294",
8217
- "default.handlebars->35->514"
8055
+ "default.handlebars->35->2493",
8056
+ "default.handlebars->35->321",
8057
+ "default.handlebars->35->541"
8058
]
8059
},
8060
{
@@ -8235,7 +8075,7 @@
8075
"zh-chs": "CIRA服务器",
8076
"zh-cht": "CIRA伺服器",
8077
"xloc": [
8238
- "default.handlebars->35->2509"
8078
+ "default.handlebars->35->2538"
8079
]
8080
},
8081
{
@@ -8256,7 +8096,7 @@
8096
"zh-chs": "CIRA服务器命令",
8097
"zh-cht": "CIRA伺服器指令",
8098
"xloc": [
8259
- "default.handlebars->35->2510"
8099
+ "default.handlebars->35->2539"
8100
]
8101
},
8102
{
@@ -8277,7 +8117,7 @@
8117
"zh-chs": "CIRA设置",
8118
"zh-cht": "CIRA設置",
8119
"xloc": [
8280
- "default.handlebars->35->1692"
8120
+ "default.handlebars->35->1721"
8121
]
8122
},
8123
{
@@ -8299,7 +8139,7 @@
8139
"zh-cht": "CPU",
8140
"xloc": [
8141
"default-mobile.handlebars->11->530",
8302
- "default.handlebars->35->1241"
8142
+ "default.handlebars->35->1270"
8143
]
8144
},
8145
{
@@ -8320,7 +8160,7 @@
8160
"zh-chs": "CPU负载",
8161
"zh-cht": "CPU負載",
8162
"xloc": [
8323
- "default.handlebars->35->2453"
8163
+ "default.handlebars->35->2482"
8164
]
8165
},
8166
{
@@ -8341,7 +8181,7 @@
8181
"zh-chs": "最近15分钟的CPU负载",
8182
"zh-cht": "最近15分鐘的CPU負載",
8183
"xloc": [
8344
- "default.handlebars->35->2456"
8184
+ "default.handlebars->35->2485"
8185
]
8186
},
8187
{
@@ -8362,7 +8202,7 @@
8202
"zh-chs": "最近5分钟的CPU负载",
8203
"zh-cht": "最近5分鐘的CPU負載",
8204
"xloc": [
8365
- "default.handlebars->35->2455"
8205
+ "default.handlebars->35->2484"
8206
]
8207
},
8208
{
@@ -8383,7 +8223,7 @@
8223
"zh-chs": "最近一分钟的CPU负载",
8224
"zh-cht": "最近一分鐘的CPU負載",
8225
"xloc": [
8386
- "default.handlebars->35->2454"
8226
+ "default.handlebars->35->2483"
8227
]
8228
},
8229
{
@@ -8404,8 +8244,8 @@
8244
"zh-chs": "CR+LF",
8245
"zh-cht": "CR+LF",
8246
"xloc": [
8407
- "default.handlebars->35->1091",
8408
- "default.handlebars->35->1108",
8247
+ "default.handlebars->35->1120",
8248
+ "default.handlebars->35->1137",
8249
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
8250
"sharing.handlebars->11->25",
8251
"sharing.handlebars->11->39",
@@ -8430,7 +8270,7 @@
8270
"zh-chs": "CSV",
8271
"zh-cht": "CSV",
8272
"xloc": [
8433
- "default.handlebars->35->2024"
8273
+ "default.handlebars->35->2053"
8274
]
8275
},
8276
{
@@ -8451,9 +8291,9 @@
8291
"zh-chs": "CSV格式",
8292
"zh-cht": "CSV格式",
8293
"xloc": [
8454
- "default.handlebars->35->2028",
8455
- "default.handlebars->35->2093",
8456
- "default.handlebars->35->580"
8294
+ "default.handlebars->35->2057",
8295
+ "default.handlebars->35->2122",
8296
+ "default.handlebars->35->607"
8297
]
8298
},
8299
{
@@ -8492,7 +8332,7 @@
8332
"zh-chs": "呼叫错误",
8333
"zh-cht": "呼叫錯誤",
8334
"xloc": [
8495
- "default.handlebars->35->2526"
8335
+ "default.handlebars->35->2555"
8336
]
8337
},
8338
{
@@ -8513,31 +8353,16 @@
8353
"zh-chs": "取消",
8354
"zh-cht": "取消",
8355
"xloc": [
8516
- "AddPortMapForm.resx%cancelButton.Text",
8517
- "AddRelayMapForm.resx%cancelButton.Text",
8518
- "AppLaunchForm.resx%cancelButton.Text",
8519
- "DeviceSettingsForm.resx%cancelButton.Text",
8520
- "FileDeletePromptForm.resx%cancelButton.Text",
8521
- "FileTransferStatusForm.resx%cancelButton.Text",
8522
- "FilenamePromptForm.resx%cancelButton.Text",
8523
- "InstallForm.resx%cancelButton.Text",
8524
- "KVMSettingsForm.resx%cancelButton.Text",
8525
- "RequestHelpForm.resx%cancelButton.Text",
8526
- "SettingsForm.resx%cancelButton.Text",
8527
- "SshUsernameForm.resx%cancelButton.Text",
8528
- "UpdateForm.resx%cancelButton.Text",
8356
"agent-translations.json",
8530
- "altPortForm.resx%cancelButton.Text",
8357
"default-mobile.handlebars->11->106",
8358
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
8533
- "default.handlebars->35->1599",
8534
- "default.handlebars->35->2515",
8359
+ "default.handlebars->35->1628",
8360
+ "default.handlebars->35->2544",
8361
"default.handlebars->container->dialog->idx_dlgButtonBar",
8362
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
8363
"login.handlebars->dialog->idx_dlgButtonBar",
8364
"login2.handlebars->dialog->idx_dlgButtonBar",
8365
"player.handlebars->p11->dialog->idx_dlgButtonBar",
8540
- "rdpPortForm.resx%cancelButton.Text",
8366
"sharing.handlebars->dialog->idx_dlgButtonBar",
8367
"ssh.handlebars->p11->dialog->idx_dlgButtonBar",
8368
"xterm.handlebars->p11->dialog->idx_dlgButtonBar"
@@ -8551,11 +8376,7 @@
8376
"hi": "रद्द करें स्वतः बंद",
8377
"ko": "자동 닫기 취소",
8378
"nl": "Automatisch sluiten annuleren",
8554
- "zh-chs": "取消自动关闭",
8555
- "xloc": [
8556
- "MainForm.resx%cancelAutoCloseButton1.Text",
8557
- "MainForm.resx%cancelAutoCloseButton2.Text"
8558
- ]
8379
+ "zh-chs": "取消自动关闭"
8380
},
8381
{
8382
"de": "Hilfeanfrage abbrechen",
@@ -8565,11 +8386,7 @@
8386
"hi": "सहायता अनुरोध रद्द करें",
8387
"ko": "도움말 요청 취소",
8388
"nl": "Annuleer hulpverzoek",
8568
- "zh-chs": "取消帮助请求",
8569
- "xloc": [
8570
- "MainForm.resx%cancelHelpRequestToolStripMenuItem.Text",
8571
- "Properties%Resources.resx%CancelHelpRequest"
8572
- ]
8389
+ "zh-chs": "取消帮助请求"
8390
},
8391
{
8392
"cs": "Kapacita",
@@ -8592,9 +8409,9 @@
8409
"default-mobile.handlebars->11->535",
8410
"default-mobile.handlebars->11->540",
8411
"default-mobile.handlebars->11->542",
8595
- "default.handlebars->35->1246",
8596
- "default.handlebars->35->1251",
8597
- "default.handlebars->35->1253"
8412
+ "default.handlebars->35->1275",
8413
+ "default.handlebars->35->1280",
8414
+ "default.handlebars->35->1282"
8415
]
8416
},
8417
{
@@ -8616,7 +8433,7 @@
8433
"zh-cht": "容量/速度",
8434
"xloc": [
8435
"default-mobile.handlebars->11->533",
8619
- "default.handlebars->35->1244"
8436
+ "default.handlebars->35->1273"
8437
]
8438
},
8439
{
@@ -8637,7 +8454,7 @@
8454
"zh-chs": "加泰罗尼亚文",
8455
"zh-cht": "加泰羅尼亞文",
8456
"xloc": [
8640
- "default.handlebars->35->1339"
8457
+ "default.handlebars->35->1368"
8458
]
8459
},
8460
{
@@ -8658,7 +8475,7 @@
8475
"zh-chs": "在这里为中心显示地图",
8476
"zh-cht": "在這裡為中心顯示地圖",
8477
"xloc": [
8661
- "default.handlebars->35->635"
8478
+ "default.handlebars->35->662"
8479
]
8480
},
8481
{
@@ -8669,10 +8486,7 @@
8486
"hi": "प्रमाणपत्र",
8487
"ko": "증명서",
8488
"nl": "Certificaat",
8672
- "zh-chs": "证书",
8673
- "xloc": [
8674
- "MainForm.resx%tabPage3.Text"
8675
- ]
8489
+ "zh-chs": "证书"
8490
},
8491
{
8492
"de": "Zertifikat läuft in {0} Tag(en) ab",
@@ -8708,7 +8522,7 @@
8522
"zh-chs": "查莫罗",
8523
"zh-cht": "查莫羅",
8524
"xloc": [
8711
- "default.handlebars->35->1340"
8525
+ "default.handlebars->35->1369"
8526
]
8527
},
8528
{
@@ -8752,7 +8566,7 @@
8566
"zh-chs": "更改{0}的电邮",
8567
"zh-cht": "更改{0}的電郵",
8568
"xloc": [
8755
- "default.handlebars->35->2303"
8569
+ "default.handlebars->35->2332"
8570
]
8571
},
8572
{
@@ -8773,9 +8587,9 @@
8587
"zh-chs": "更改组",
8588
"zh-cht": "更改群",
8589
"xloc": [
8776
- "default.handlebars->35->761",
8777
- "default.handlebars->35->967",
8778
- "default.handlebars->35->968"
8590
+ "default.handlebars->35->788",
8591
+ "default.handlebars->35->994",
8592
+ "default.handlebars->35->995"
8593
]
8594
},
8595
{
@@ -8797,8 +8611,8 @@
8611
"zh-cht": "更改密碼",
8612
"xloc": [
8613
"default-mobile.handlebars->11->114",
8800
- "default.handlebars->35->1555",
8801
- "default.handlebars->35->2288"
8614
+ "default.handlebars->35->1584",
8615
+ "default.handlebars->35->2317"
8616
]
8617
},
8618
{
@@ -8819,7 +8633,7 @@
8633
"zh-chs": "更改{0}的密码",
8634
"zh-cht": "更改{0}的密碼",
8635
"xloc": [
8822
- "default.handlebars->35->2312"
8636
+ "default.handlebars->35->2341"
8637
]
8638
},
8639
{
@@ -8840,7 +8654,7 @@
8654
"zh-chs": "更改{0}的真实名称",
8655
"zh-cht": "更改{0}的真實名稱",
8656
"xloc": [
8843
- "default.handlebars->35->2298"
8657
+ "default.handlebars->35->2327"
8658
]
8659
},
8660
{
@@ -8909,10 +8723,7 @@
8723
"hi": "दूरस्थ डेस्कटॉप सेटिंग बदलें",
8724
"ko": "원격 데스크톱 설정 변경",
8725
"nl": "Instellingen voor extern bureaublad wijzigen",
8912
- "zh-chs": "更改远程桌面设置",
8913
- "xloc": [
8914
- "Properties%Resources.resx%ChangeRemoteDesktopSettings"
8915
- ]
8726
+ "zh-chs": "更改远程桌面设置"
8727
},
8728
{
8729
"cs": "Změnit modul Java Script kódu agenta",
@@ -8953,7 +8764,7 @@
8764
"zh-chs": "更改该用户的密码",
8765
"zh-cht": "更改該用戶的密碼",
8766
"xloc": [
8956
- "default.handlebars->35->2287"
8767
+ "default.handlebars->35->2316"
8768
]
8769
},
8770
{
@@ -8995,7 +8806,7 @@
8806
"zh-chs": "在此处更改您的帐户电邮地址。",
8807
"zh-cht": "在此處更改你的帳戶電郵地址。",
8808
"xloc": [
8998
- "default.handlebars->35->1542"
8809
+ "default.handlebars->35->1571"
8810
]
8811
},
8812
{
@@ -9016,7 +8827,7 @@
8827
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
8828
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
8829
"xloc": [
9019
- "default.handlebars->35->1548"
8830
+ "default.handlebars->35->1577"
8831
]
8832
},
8833
{
@@ -9037,7 +8848,7 @@
8848
"zh-chs": "更改帐户凭据",
8849
"zh-cht": "帳戶憑證已更改",
8850
"xloc": [
9040
- "default.handlebars->35->1967"
8851
+ "default.handlebars->35->1996"
8852
]
8853
},
8854
{
@@ -9058,7 +8869,7 @@
8869
"zh-chs": "{1}组中的设备{0}已更改:{2}",
8870
"zh-cht": "{1}組中的設備{0}已更改:{2}",
8871
"xloc": [
9061
- "default.handlebars->35->1951"
8872
+ "default.handlebars->35->1980"
8873
]
8874
},
8875
{
@@ -9079,7 +8890,7 @@
8890
"zh-chs": "语言从{1}更改为{2}",
8891
"zh-cht": "語言從{1}更改為{2}",
8892
"xloc": [
9082
- "default.handlebars->35->1895"
8893
+ "default.handlebars->35->1924"
8894
]
8895
},
8896
{
@@ -9100,8 +8911,8 @@
8911
"zh-chs": "已更改{0}的用户设备权限",
8912
"zh-cht": "已更改{0}的用戶設備權限",
8913
"xloc": [
9103
- "default.handlebars->35->1953",
9104
- "default.handlebars->35->1974"
8914
+ "default.handlebars->35->1982",
8915
+ "default.handlebars->35->2003"
8916
]
8917
},
8918
{
@@ -9112,10 +8923,7 @@
8923
"hi": "भाषा बदलने से यह टूल बंद हो जाएगा। क्या आपको यकीन है?",
8924
"ko": "언어를 변경하면이 도구가 닫힙니다. 확실합니까?",
8925
"nl": "Als u de taal wijzigt, wordt deze tool gesloten.Weet je het zeker?",
9115
- "zh-chs": "更改语言将关闭此工具。你确定吗?",
9116
- "xloc": [
9117
- "Properties%Resources.resx%LanguagesChanging"
9118
- ]
8926
+ "zh-chs": "更改语言将关闭此工具。你确定吗?"
8927
},
8928
{
8929
"cs": "Změna jazyka vyžaduje znovunačtení stránky.",
@@ -9135,7 +8943,7 @@
8943
"zh-chs": "更改语言将需要刷新页面。",
8944
"zh-cht": "更改語言將需要刷新頁面。",
8945
"xloc": [
9138
- "default.handlebars->35->1507"
8946
+ "default.handlebars->35->1536"
8947
]
8948
},
8949
{
@@ -9156,12 +8964,12 @@
8964
"zh-chs": "聊天",
8965
"zh-cht": "聊天",
8966
"xloc": [
9159
- "default.handlebars->35->2045",
9160
- "default.handlebars->35->2283",
9161
- "default.handlebars->35->2284",
9162
- "default.handlebars->35->756",
9163
- "default.handlebars->35->835",
9164
- "default.handlebars->35->857"
8967
+ "default.handlebars->35->2074",
8968
+ "default.handlebars->35->2312",
8969
+ "default.handlebars->35->2313",
8970
+ "default.handlebars->35->783",
8971
+ "default.handlebars->35->862",
8972
+ "default.handlebars->35->884"
8973
]
8974
},
8975
{
@@ -9184,8 +8992,8 @@
8992
"xloc": [
8993
"default-mobile.handlebars->11->602",
8994
"default-mobile.handlebars->11->622",
9187
- "default.handlebars->35->1754",
9188
- "default.handlebars->35->1790"
8995
+ "default.handlebars->35->1783",
8996
+ "default.handlebars->35->1819"
8997
]
8998
},
8999
{
@@ -9201,7 +9009,7 @@
9009
"zh-chs": "聊天请求,点击这里接受。",
9010
"xloc": [
9011
"default-mobile.handlebars->11->654",
9204
- "default.handlebars->35->2408"
9012
+ "default.handlebars->35->2437"
9013
]
9014
},
9015
{
@@ -9243,7 +9051,7 @@
9051
"zh-chs": "车臣",
9052
"zh-cht": "車臣",
9053
"xloc": [
9246
- "default.handlebars->35->1341"
9054
+ "default.handlebars->35->1370"
9055
]
9056
},
9057
{
@@ -9264,7 +9072,7 @@
9072
"zh-chs": "检查并单击确定以清除错误日志。",
9073
"zh-cht": "檢查並單擊確定以清除錯誤日誌。",
9074
"xloc": [
9267
- "default.handlebars->35->139"
9075
+ "default.handlebars->35->166"
9076
]
9077
},
9078
{
@@ -9285,7 +9093,7 @@
9093
"zh-chs": "检查并单击确定以开始服务器自我更新。",
9094
"zh-cht": "檢查並單擊確定以開始伺服器自我更新。",
9095
"xloc": [
9288
- "default.handlebars->35->134"
9096
+ "default.handlebars->35->161"
9097
]
9098
},
9099
{
@@ -9327,7 +9135,7 @@
9135
"zh-chs": "检查您的手机并输入验证码。",
9136
"zh-cht": "檢查你的電話並輸入驗證碼。",
9137
"xloc": [
9330
- "default.handlebars->35->175"
9138
+ "default.handlebars->35->202"
9139
]
9140
},
9141
{
@@ -9348,8 +9156,8 @@
9156
"zh-chs": "检查...",
9157
"zh-cht": "檢查...",
9158
"xloc": [
9351
- "default.handlebars->35->1307",
9352
- "default.handlebars->35->2520"
9159
+ "default.handlebars->35->1336",
9160
+ "default.handlebars->35->2549"
9161
]
9162
},
9163
{
@@ -9370,7 +9178,7 @@
9178
"zh-chs": "中文",
9179
"zh-cht": "中文",
9180
"xloc": [
9373
- "default.handlebars->35->1342"
9181
+ "default.handlebars->35->1371"
9182
]
9183
},
9184
{
@@ -9391,7 +9199,7 @@
9199
"zh-chs": "中文(香港)",
9200
"zh-cht": "中文(香港)",
9201
"xloc": [
9394
- "default.handlebars->35->1343"
9202
+ "default.handlebars->35->1372"
9203
]
9204
},
9205
{
@@ -9412,7 +9220,7 @@
9220
"zh-chs": "中文(中国)",
9221
"zh-cht": "中文(中國)",
9222
"xloc": [
9415
- "default.handlebars->35->1344"
9223
+ "default.handlebars->35->1373"
9224
]
9225
},
9226
{
@@ -9433,7 +9241,7 @@
9241
"zh-chs": "简体中文",
9242
"zh-cht": "簡體中文",
9243
"xloc": [
9436
- "default.handlebars->35->1504"
9244
+ "default.handlebars->35->1533"
9245
]
9246
},
9247
{
@@ -9454,7 +9262,7 @@
9262
"zh-chs": "中文(新加坡)",
9263
"zh-cht": "中文(新加坡)",
9264
"xloc": [
9457
- "default.handlebars->35->1345"
9265
+ "default.handlebars->35->1374"
9266
]
9267
},
9268
{
@@ -9475,7 +9283,7 @@
9283
"zh-chs": "中文(台湾)",
9284
"zh-cht": "中文(台灣)",
9285
"xloc": [
9478
- "default.handlebars->35->1346"
9286
+ "default.handlebars->35->1375"
9287
]
9288
},
9289
{
@@ -9496,7 +9304,7 @@
9304
"zh-chs": "繁体中文",
9305
"zh-cht": "繁體中文",
9306
"xloc": [
9499
- "default.handlebars->35->1505"
9307
+ "default.handlebars->35->1534"
9308
]
9309
},
9310
{
@@ -9539,7 +9347,7 @@
9347
"zh-chs": "楚瓦什",
9348
"zh-cht": "楚瓦什",
9349
"xloc": [
9542
- "default.handlebars->35->1347"
9350
+ "default.handlebars->35->1376"
9351
]
9352
},
9353
{
@@ -9578,7 +9386,6 @@
9386
"zh-chs": "清除",
9387
"zh-cht": "清除",
9388
"xloc": [
9581
- "consoleForm.resx%clearButton.Text",
9389
"default-mobile.handlebars->11->156",
9390
"default-mobile.handlebars->11->442",
9391
"default-mobile.handlebars->11->444",
@@ -9586,11 +9393,11 @@
9393
"default-mobile.handlebars->11->448",
9394
"default-mobile.handlebars->11->71",
9395
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
9589
- "default.handlebars->35->1153",
9590
- "default.handlebars->35->1155",
9591
- "default.handlebars->35->1157",
9592
- "default.handlebars->35->1159",
9593
- "default.handlebars->35->1889",
9396
+ "default.handlebars->35->1182",
9397
+ "default.handlebars->35->1184",
9398
+ "default.handlebars->35->1186",
9399
+ "default.handlebars->35->1188",
9400
+ "default.handlebars->35->1918",
9401
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
9402
"default.handlebars->container->column_l->p41->3->1",
9403
"messenger.handlebars->xbottom->1->1->0->5",
@@ -9612,7 +9419,7 @@
9419
"zh-chs": "清除 SSH 凭据?",
9420
"xloc": [
9421
"default-mobile.handlebars->11->354",
9615
- "default.handlebars->35->1009"
9422
+ "default.handlebars->35->1036"
9423
]
9424
},
9425
{
@@ -9633,7 +9440,7 @@
9440
"zh-chs": "清除保安编码",
9441
"zh-cht": "清除保安編碼",
9442
"xloc": [
9636
- "default.handlebars->35->157"
9443
+ "default.handlebars->35->184"
9444
]
9445
},
9446
{
@@ -9647,8 +9454,8 @@
9454
"ru": "Очистить ядро агента",
9455
"zh-chs": "清除代理核心",
9456
"xloc": [
9650
- "default.handlebars->35->537",
9651
- "default.handlebars->35->576"
9457
+ "default.handlebars->35->564",
9458
+ "default.handlebars->35->603"
9459
]
9460
},
9461
{
@@ -9662,7 +9469,7 @@
9469
"ru": "Очистить ядро агента на выбранных устройствах?",
9470
"zh-chs": "清除选定设备上的代理核心?",
9471
"xloc": [
9665
- "default.handlebars->35->575"
9472
+ "default.handlebars->35->602"
9473
]
9474
},
9475
{
@@ -9684,7 +9491,7 @@
9491
"zh-cht": "全部清除",
9492
"xloc": [
9493
"default-mobile.handlebars->11->637",
9687
- "default.handlebars->35->2391"
9494
+ "default.handlebars->35->2420"
9495
]
9496
},
9497
{
@@ -9706,7 +9513,7 @@
9513
"zh-cht": "清除搜索過濾器",
9514
"xloc": [
9515
"default-mobile.handlebars->11->186",
9709
- "default.handlebars->35->262"
9516
+ "default.handlebars->35->289"
9517
]
9518
},
9519
{
@@ -9728,7 +9535,7 @@
9535
"zh-cht": "清除核心",
9536
"xloc": [
9537
"default-mobile.handlebars->11->556",
9731
- "default.handlebars->35->1268"
9538
+ "default.handlebars->35->1297"
9539
]
9540
},
9541
{
@@ -9749,7 +9556,7 @@
9556
"zh-chs": "从应用程序中清除机密,然后重试。您只有几分钟的时间来输入正确的代码。",
9557
"zh-cht": "從應用程序中清除秘密,然後重試。你只有幾分鐘的時間來輸入正確的代碼。",
9558
"xloc": [
9752
- "default.handlebars->35->147"
9559
+ "default.handlebars->35->174"
9560
]
9561
},
9562
{
@@ -9771,7 +9578,7 @@
9578
"zh-cht": "清除此通知",
9579
"xloc": [
9580
"default-mobile.handlebars->11->636",
9774
- "default.handlebars->35->2390"
9581
+ "default.handlebars->35->2419"
9582
]
9583
},
9584
{
@@ -9834,8 +9641,8 @@
9641
"zh-chs": "单击此处编辑设备组名称",
9642
"zh-cht": "單擊此處編輯裝置群名稱",
9643
"xloc": [
9837
- "default.handlebars->35->1610",
9838
- "default.handlebars->35->1834"
9644
+ "default.handlebars->35->1639",
9645
+ "default.handlebars->35->1863"
9646
]
9647
},
9648
{
@@ -9856,7 +9663,7 @@
9663
"zh-chs": "单击此处编辑服务器端设备名称",
9664
"zh-cht": "單擊此處編輯伺服器端裝置名稱",
9665
"xloc": [
9859
- "default.handlebars->35->651"
9666
+ "default.handlebars->35->678"
9667
]
9668
},
9669
{
@@ -9877,7 +9684,7 @@
9684
"zh-chs": "单击此处编辑用户组名称",
9685
"zh-cht": "單擊此處編輯用戶群名稱",
9686
"xloc": [
9880
- "default.handlebars->35->2162"
9687
+ "default.handlebars->35->2191"
9688
]
9689
},
9690
{
@@ -9947,10 +9754,7 @@
9754
"hi": "MeshCentral राउटर को अपने सिस्टम पर \"mcrouter: //\" प्रोटोकॉल के लिए हैंडलर के रूप में पंजीकृत करने के लिए ओके पर क्लिक करें। यह मेशसेंट्रल वेब साइट को जरूरत पड़ने पर इस एप्लिकेशन को लॉन्च करने की अनुमति देगा।",
9755
"ko": "확인을 클릭하여 \"mcrouter : //\"프로토콜의 핸들러로 시스템에 MeshCentral 라우터를 등록하십시오. 이렇게하면 필요할 때 MeshCentral 웹 사이트에서이 응용 프로그램을 시작할 수 있습니다.",
9756
"nl": "Klik op ok om MeshCentral Router op uw systeem te registreren als de handler voor het \"mcrouter://\" protocol. Hierdoor kan de MeshCentral-website deze applicatie starten wanneer dat nodig is.",
9950
- "zh-chs": "单击确定在您的系统上注册 MeshCentral Router 作为“mcrouter://”协议的处理程序。这将允许 MeshCentral 网站在需要时启动此应用程序。",
9951
- "xloc": [
9952
- "InstallForm.resx%label1.Text"
9953
- ]
9757
+ "zh-chs": "单击确定在您的系统上注册 MeshCentral Router 作为“mcrouter://”协议的处理程序。这将允许 MeshCentral 网站在需要时启动此应用程序。"
9758
},
9759
{
9760
"cs": "Klikněte na OK a bude vám zaslán ověřovací e-mail na:",
@@ -9971,7 +9775,7 @@
9775
"zh-cht": "單擊確定將驗證電郵發送到:",
9776
"xloc": [
9777
"default-mobile.handlebars->11->99",
9974
- "default.handlebars->35->1539"
9778
+ "default.handlebars->35->1568"
9779
]
9780
},
9781
{
@@ -10036,7 +9840,7 @@
9840
"zh-cht": "客戶端控制模式(CCM)",
9841
"xloc": [
9842
"default-mobile.handlebars->11->511",
10039
- "default.handlebars->35->1222"
9843
+ "default.handlebars->35->1251"
9844
]
9845
},
9846
{
@@ -10057,7 +9861,7 @@
9861
"zh-chs": "客户编号",
9862
"zh-cht": "客戶編號",
9863
"xloc": [
10060
- "default.handlebars->35->1592"
9864
+ "default.handlebars->35->1621"
9865
]
9866
},
9867
{
@@ -10078,7 +9882,7 @@
9882
"zh-chs": "客户端启动的远程访问",
9883
"zh-cht": "客戶端啟動的遠程訪問",
9884
"xloc": [
10081
- "default.handlebars->35->1691"
9885
+ "default.handlebars->35->1720"
9886
]
9887
},
9888
{
@@ -10099,7 +9903,7 @@
9903
"zh-chs": "客户机密",
9904
"zh-cht": "客戶機密",
9905
"xloc": [
10102
- "default.handlebars->35->1593"
9906
+ "default.handlebars->35->1622"
9907
]
9908
},
9909
{
@@ -10142,18 +9946,12 @@
9946
"zh-chs": "关",
9947
"zh-cht": "關",
9948
"xloc": [
10145
- "EventsForm.resx%closeButton.Text",
10146
- "MainForm.resx%nextButton5.Text",
10147
- "MeInfoForm.resx%closeButton.Text",
10148
- "NotifyForm.resx%closeButton.Text",
10149
- "SessionsForm.resx%closeButton.Text",
10150
- "SnapShotForm.resx%closeButton.Text",
9949
"default-mobile.handlebars->11->69",
10152
- "default.handlebars->35->1079",
10153
- "default.handlebars->35->1129",
10154
- "default.handlebars->35->155",
10155
- "default.handlebars->35->163",
10156
- "default.handlebars->35->2514",
9950
+ "default.handlebars->35->1108",
9951
+ "default.handlebars->35->1158",
9952
+ "default.handlebars->35->182",
9953
+ "default.handlebars->35->190",
9954
+ "default.handlebars->35->2543",
9955
"sharing.handlebars->11->52"
9956
]
9957
},
@@ -10175,7 +9973,7 @@
9973
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
9974
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
9975
"xloc": [
10178
- "default.handlebars->35->1900"
9976
+ "default.handlebars->35->1929"
9977
]
9978
},
9979
{
@@ -10196,7 +9994,7 @@
9994
"zh-chs": "码",
9995
"zh-cht": "碼",
9996
"xloc": [
10199
- "default.handlebars->35->231"
9997
+ "default.handlebars->35->258"
9998
]
9999
},
10000
{
@@ -10284,7 +10082,13 @@
10082
"zh-chs": "命令",
10083
"zh-cht": "命令",
10084
"xloc": [
10287
- "default.handlebars->35->485"
10085
+ "default.handlebars->35->512"
10086
+ ]
10087
+ },
10088
+ {
10089
+ "en": "Command Line",
10090
+ "xloc": [
10091
+ "default.handlebars->35->88"
10092
]
10093
},
10094
{
@@ -10306,9 +10110,9 @@
10110
"zh-cht": "指令",
10111
"xloc": [
10112
"default-mobile.handlebars->11->624",
10309
- "default.handlebars->35->1792",
10310
- "default.handlebars->35->837",
10311
- "default.handlebars->35->859"
10113
+ "default.handlebars->35->1821",
10114
+ "default.handlebars->35->864",
10115
+ "default.handlebars->35->886"
10116
]
10117
},
10118
{
@@ -10329,8 +10133,8 @@
10133
"zh-chs": "通用设备组",
10134
"zh-cht": "通用裝置群",
10135
"xloc": [
10332
- "default.handlebars->35->2193",
10333
- "default.handlebars->35->2317"
10136
+ "default.handlebars->35->2222",
10137
+ "default.handlebars->35->2346"
10138
]
10139
},
10140
{
@@ -10351,8 +10155,8 @@
10155
"zh-chs": "通用设备",
10156
"zh-cht": "通用裝置",
10157
"xloc": [
10354
- "default.handlebars->35->2199",
10355
- "default.handlebars->35->2329"
10158
+ "default.handlebars->35->2228",
10159
+ "default.handlebars->35->2358"
10160
]
10161
},
10162
{
@@ -10367,7 +10171,7 @@
10171
"zh-chs": "编译时间",
10172
"xloc": [
10173
"default-mobile.handlebars->11->484",
10370
- "default.handlebars->35->1185"
10174
+ "default.handlebars->35->1214"
10175
]
10176
},
10177
{
@@ -10378,11 +10182,7 @@
10182
"hi": "संपीडित नेटवर्क यातायात",
10183
"ko": "압축 된 네트워크 트래픽",
10184
"nl": "Gecomprimeerd netwerkverkeer",
10381
- "zh-chs": "压缩网络流量",
10382
- "xloc": [
10383
- "KVMStats.resx%groupBox1.Text",
10384
- "MappingStats.resx%groupBox1.Text"
10385
- ]
10185
+ "zh-chs": "压缩网络流量"
10186
},
10187
{
10188
"cs": "Komprese souborů ...",
@@ -10402,7 +10202,7 @@
10202
"zh-chs": "压缩档案...",
10203
"zh-cht": "壓縮檔案...",
10204
"xloc": [
10405
- "default.handlebars->35->1124",
10205
+ "default.handlebars->35->1153",
10206
"sharing.handlebars->11->47"
10207
]
10208
},
@@ -10414,11 +10214,7 @@
10214
"hi": "कंप्यूटर का नाम",
10215
"ko": "ComputerName",
10216
"nl": "Computernaam",
10417
- "zh-chs": "计算机名",
10418
- "xloc": [
10419
- "DeviceUserControl.resx%deviceNameLabel.Text",
10420
- "MapUserControl.resx%deviceNameLabel.Text"
10421
- ]
10217
+ "zh-chs": "计算机名"
10218
},
10219
{
10220
"cs": "Potvrdit",
@@ -10440,14 +10236,14 @@
10236
"xloc": [
10237
"default-mobile.handlebars->11->351",
10238
"default-mobile.handlebars->11->578",
10443
- "default.handlebars->35->1702",
10444
- "default.handlebars->35->2073",
10445
- "default.handlebars->35->2152",
10446
- "default.handlebars->35->2213",
10447
- "default.handlebars->35->2315",
10448
- "default.handlebars->35->544",
10449
- "default.handlebars->35->962",
10450
- "default.handlebars->35->971"
10239
+ "default.handlebars->35->1731",
10240
+ "default.handlebars->35->2102",
10241
+ "default.handlebars->35->2181",
10242
+ "default.handlebars->35->2242",
10243
+ "default.handlebars->35->2344",
10244
+ "default.handlebars->35->571",
10245
+ "default.handlebars->35->989",
10246
+ "default.handlebars->35->998"
10247
]
10248
},
10249
{
@@ -10458,10 +10254,7 @@
10254
"hi": "हटाने की पुष्टि करें",
10255
"ko": "삭제 확인",
10256
"nl": "Verwijderen bevestigen",
10461
- "zh-chs": "确认删除",
10462
- "xloc": [
10463
- "FileDeletePromptForm.resx%mainGroupBox.Text"
10464
- ]
10257
+ "zh-chs": "确认删除"
10258
},
10259
{
10260
"cs": "Potvrdit kopírování jednoho záznamu do tohoto umístění?",
@@ -10482,7 +10275,7 @@
10275
"zh-cht": "確認將1個副本複製到此位置?",
10276
"xloc": [
10277
"default-mobile.handlebars->11->437",
10485
- "default.handlebars->35->1148",
10278
+ "default.handlebars->35->1177",
10279
"sharing.handlebars->11->70"
10280
]
10281
},
@@ -10504,7 +10297,7 @@
10297
"zh-chs": "确认{0}个条目的复制到此位置?",
10298
"zh-cht": "確認{0}個條目的複製到此位置?",
10299
"xloc": [
10507
- "default.handlebars->35->1147",
10300
+ "default.handlebars->35->1176",
10301
"sharing.handlebars->11->69"
10302
]
10303
},
@@ -10547,7 +10340,7 @@
10340
"zh-chs": "确认删除选定的帐户?",
10341
"zh-cht": "確認刪除所選帳戶?",
10342
"xloc": [
10550
- "default.handlebars->35->2072"
10343
+ "default.handlebars->35->2101"
10344
]
10345
},
10346
{
@@ -10568,7 +10361,7 @@
10361
"zh-chs": "确认删除选定的设备?",
10362
"zh-cht": "確認刪除所選裝置?",
10363
"xloc": [
10571
- "default.handlebars->35->543"
10364
+ "default.handlebars->35->570"
10365
]
10366
},
10367
{
@@ -10589,7 +10382,7 @@
10382
"zh-chs": "确认删除选定的用户组?",
10383
"zh-cht": "確認刪除所選用戶群?",
10384
"xloc": [
10592
- "default.handlebars->35->2151"
10385
+ "default.handlebars->35->2180"
10386
]
10387
},
10388
{
@@ -10610,7 +10403,7 @@
10403
"zh-chs": "确认删除用户{0}?",
10404
"zh-cht": "確認刪除用戶{0}?",
10405
"xloc": [
10613
- "default.handlebars->35->2314"
10406
+ "default.handlebars->35->2343"
10407
]
10408
},
10409
{
@@ -10631,7 +10424,7 @@
10424
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
10425
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
10426
"xloc": [
10634
- "default.handlebars->35->2216"
10427
+ "default.handlebars->35->2245"
10428
]
10429
},
10430
{
@@ -10652,7 +10445,7 @@
10445
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
10446
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
10447
"xloc": [
10655
- "default.handlebars->35->2346"
10448
+ "default.handlebars->35->2375"
10449
]
10450
},
10451
{
@@ -10674,7 +10467,7 @@
10467
"zh-cht": "確認將1個條目移動到此位置?",
10468
"xloc": [
10469
"default-mobile.handlebars->11->439",
10677
- "default.handlebars->35->1150",
10470
+ "default.handlebars->35->1179",
10471
"sharing.handlebars->11->72"
10472
]
10473
},
@@ -10696,7 +10489,7 @@
10489
"zh-chs": "确认将{0}个条目移到此位置?",
10490
"zh-cht": "確認將{0}個條目移到該位置?",
10491
"xloc": [
10699
- "default.handlebars->35->1149",
10492
+ "default.handlebars->35->1178",
10493
"sharing.handlebars->11->71"
10494
]
10495
},
@@ -10739,7 +10532,7 @@
10532
"zh-chs": "确认覆盖?",
10533
"zh-cht": "確認覆蓋?",
10534
"xloc": [
10742
- "default.handlebars->35->1883"
10535
+ "default.handlebars->35->1912"
10536
]
10537
},
10538
{
@@ -10760,8 +10553,8 @@
10553
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
10554
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
10555
"xloc": [
10763
- "default.handlebars->35->2206",
10764
- "default.handlebars->35->2337"
10556
+ "default.handlebars->35->2235",
10557
+ "default.handlebars->35->2366"
10558
]
10559
},
10560
{
@@ -10782,8 +10575,8 @@
10575
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
10576
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
10577
"xloc": [
10785
- "default.handlebars->35->2208",
10786
- "default.handlebars->35->2350"
10578
+ "default.handlebars->35->2237",
10579
+ "default.handlebars->35->2379"
10580
]
10581
},
10582
{
@@ -10804,7 +10597,7 @@
10597
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
10598
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
10599
"xloc": [
10807
- "default.handlebars->35->2339"
10600
+ "default.handlebars->35->2368"
10601
]
10602
},
10603
{
@@ -10825,7 +10618,7 @@
10618
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
10619
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
10620
"xloc": [
10828
- "default.handlebars->35->2342"
10621
+ "default.handlebars->35->2371"
10622
]
10623
},
10624
{
@@ -10846,8 +10639,8 @@
10639
"zh-chs": "确认删除访问权限?",
10640
"zh-cht": "確認刪除訪問權限?",
10641
"xloc": [
10849
- "default.handlebars->35->2340",
10850
- "default.handlebars->35->2343"
10642
+ "default.handlebars->35->2369",
10643
+ "default.handlebars->35->2372"
10644
]
10645
},
10646
{
@@ -10869,7 +10662,7 @@
10662
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
10663
"xloc": [
10664
"default-mobile.handlebars->11->98",
10872
- "default.handlebars->35->1290"
10665
+ "default.handlebars->35->1319"
10666
]
10667
},
10668
{
@@ -10908,7 +10701,7 @@
10701
"zh-chs": "确认删除设备共享“{0}”?",
10702
"zh-cht": "確認刪除設備共享“{0}”?",
10703
"xloc": [
10911
- "default.handlebars->35->2335"
10704
+ "default.handlebars->35->2364"
10705
]
10706
},
10707
{
@@ -10957,7 +10750,7 @@
10750
"nl": "Verwijderen van push-authenticatieapparaat bevestigen?",
10751
"zh-chs": "确认移除推送认证设备?",
10752
"xloc": [
10960
- "default.handlebars->35->1292"
10753
+ "default.handlebars->35->1321"
10754
]
10755
},
10756
{
@@ -10978,7 +10771,7 @@
10771
"zh-chs": "确认删除用户“ {0} ”的权限?",
10772
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
10773
"xloc": [
10981
- "default.handlebars->35->1801"
10774
+ "default.handlebars->35->1830"
10775
]
10776
},
10777
{
@@ -10999,7 +10792,7 @@
10792
"zh-chs": "确认删除用户组“ {0} ”的权限?",
10793
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
10794
"xloc": [
11002
- "default.handlebars->35->1803"
10795
+ "default.handlebars->35->1832"
10796
]
10797
},
10798
{
@@ -11013,7 +10806,7 @@
10806
"ru": "Подтвердить удаление этого токена входа?",
10807
"zh-chs": "确认删除此登录令牌?",
10808
"xloc": [
11016
- "default.handlebars->35->1585"
10809
+ "default.handlebars->35->1614"
10810
]
10811
},
10812
{
@@ -11074,7 +10867,7 @@
10867
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
10868
"xloc": [
10869
"default-mobile.handlebars->11->151",
11077
- "default.handlebars->35->1884"
10870
+ "default.handlebars->35->1913"
10871
]
10872
},
10873
{
@@ -11095,16 +10888,13 @@
10888
"zh-chs": "连接",
10889
"zh-cht": "連接",
10890
"xloc": [
11098
- "FileViewer.resx%connectButton.Text",
11099
- "KVMViewer.resx%connectButton.Text",
11100
- "Properties%Resources.resx%Connect",
10891
"agent-translations.json",
10892
"default-mobile.handlebars->11->410",
10893
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
10894
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
10895
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
11106
- "default.handlebars->35->1111",
11107
- "default.handlebars->35->1639",
10896
+ "default.handlebars->35->1140",
10897
+ "default.handlebars->35->1668",
10898
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
10899
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
10900
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -11135,7 +10925,7 @@
10925
"zh-chs": "全部连接",
10926
"zh-cht": "全部連接",
10927
"xloc": [
11138
- "default.handlebars->35->329",
10928
+ "default.handlebars->35->356",
10929
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
10930
]
10931
},
@@ -11167,7 +10957,7 @@
10957
"zh-chs": "连接到服务器",
10958
"zh-cht": "連接到伺服器",
10959
"xloc": [
11170
- "default.handlebars->35->1695"
10960
+ "default.handlebars->35->1724"
10961
]
10962
},
10963
{
@@ -11270,7 +11060,6 @@
11060
"zh-chs": "已连接",
11061
"zh-cht": "已連接",
11062
"xloc": [
11273
- "Properties%Resources.resx%Connected",
11063
"default-mobile.handlebars->11->4",
11064
"default.handlebars->35->11",
11065
"sharing.handlebars->11->4",
@@ -11296,7 +11085,7 @@
11085
"zh-chs": "已连接的英特尔®AMT",
11086
"zh-cht": "已連接的Intel® AMT",
11087
"xloc": [
11299
- "default.handlebars->35->2444"
11088
+ "default.handlebars->35->2473"
11089
]
11090
},
11091
{
@@ -11317,7 +11106,7 @@
11106
"zh-chs": "已连接的用户",
11107
"zh-cht": "已连接的用户",
11108
"xloc": [
11320
- "default.handlebars->35->2449"
11109
+ "default.handlebars->35->2478"
11110
]
11111
},
11112
{
@@ -11339,7 +11128,7 @@
11128
"zh-cht": "現在已連接",
11129
"xloc": [
11130
"default-mobile.handlebars->11->479",
11342
- "default.handlebars->35->1180"
11131
+ "default.handlebars->35->1209"
11132
]
11133
},
11134
{
@@ -11350,10 +11139,7 @@
11139
"hi": "सर्वर से जुड़ा",
11140
"ko": "서버에 연결됨",
11141
"nl": "Verbonden met server",
11353
- "zh-chs": "连接到服务器",
11354
- "xloc": [
11355
- "Properties%Resources.resx%ConnectedToServer"
11356
- ]
11142
+ "zh-chs": "连接到服务器"
11143
},
11144
{
11145
"cs": "Připojeno.",
@@ -11404,14 +11190,13 @@
11190
"zh-chs": "正在连线...",
11191
"zh-cht": "正在連線...",
11192
"xloc": [
11407
- "Properties%Resources.resx%Connecting",
11193
"default-mobile.handlebars->11->2",
11194
"default-mobile.handlebars->11->455",
11195
"default-mobile.handlebars->11->48",
11411
- "default.handlebars->35->1171",
11412
- "default.handlebars->35->282",
11413
- "default.handlebars->35->285",
11414
- "default.handlebars->35->332",
11196
+ "default.handlebars->35->1200",
11197
+ "default.handlebars->35->309",
11198
+ "default.handlebars->35->312",
11199
+ "default.handlebars->35->359",
11200
"default.handlebars->35->9",
11201
"sharing.handlebars->11->2",
11202
"sharing.handlebars->11->93",
@@ -11427,11 +11212,7 @@
11212
"hi": "संबंध",
11213
"ko": "연결",
11214
"nl": "Verbinding",
11430
- "zh-chs": "联系",
11431
- "xloc": [
11432
- "SshUsernameForm.resx%groupBox1.Text",
11433
- "altPortForm.resx%groupBox1.Text"
11434
- ]
11215
+ "zh-chs": "联系"
11216
},
11217
{
11218
"cs": "Počitadlo připojení",
@@ -11451,7 +11232,7 @@
11232
"zh-chs": "连接数量",
11233
"zh-cht": "連接數量",
11234
"xloc": [
11454
- "default.handlebars->35->2475"
11235
+ "default.handlebars->35->2504"
11236
]
11237
},
11238
{
@@ -11466,8 +11247,8 @@
11247
"zh-chs": "连接错误",
11248
"xloc": [
11249
"default-mobile.handlebars->11->418",
11469
- "default.handlebars->35->1098",
11470
- "default.handlebars->35->1120",
11250
+ "default.handlebars->35->1127",
11251
+ "default.handlebars->35->1149",
11252
"login2.handlebars->7->32"
11253
]
11254
},
@@ -11489,7 +11270,7 @@
11270
"zh-chs": "连接转发器",
11271
"zh-cht": "連接轉發器",
11272
"xloc": [
11492
- "default.handlebars->35->2508"
11273
+ "default.handlebars->35->2537"
11274
]
11275
},
11276
{
@@ -11553,9 +11334,9 @@
11334
"zh-cht": "連接性",
11335
"xloc": [
11336
"default-mobile.handlebars->11->293",
11556
- "default.handlebars->35->1841",
11557
- "default.handlebars->35->273",
11558
- "default.handlebars->35->740",
11337
+ "default.handlebars->35->1870",
11338
+ "default.handlebars->35->300",
11339
+ "default.handlebars->35->767",
11340
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
11341
]
11342
},
@@ -11578,8 +11359,8 @@
11359
"zh-cht": "控制台",
11360
"xloc": [
11361
"default-mobile.handlebars->11->313",
11581
- "default.handlebars->35->830",
11582
- "default.handlebars->35->852",
11362
+ "default.handlebars->35->857",
11363
+ "default.handlebars->35->879",
11364
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
11365
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
11366
"default.handlebars->contextMenu->cxconsole"
@@ -11603,7 +11384,7 @@
11384
"zh-chs": "控制台 -",
11385
"zh-cht": "控制台 -",
11386
"xloc": [
11606
- "default.handlebars->35->652"
11387
+ "default.handlebars->35->679"
11388
]
11389
},
11390
{
@@ -11624,8 +11405,8 @@
11405
"zh-chs": "控制",
11406
"zh-cht": "控制",
11407
"xloc": [
11627
- "default.handlebars->35->829",
11628
- "default.handlebars->35->851",
11408
+ "default.handlebars->35->856",
11409
+ "default.handlebars->35->878",
11410
"messenger.handlebars->remoteImage->3->2"
11411
]
11412
},
@@ -11647,7 +11428,7 @@
11428
"zh-chs": "Cookie编码器",
11429
"zh-cht": "Cookie編碼器",
11430
"xloc": [
11650
- "default.handlebars->35->2492"
11431
+ "default.handlebars->35->2521"
11432
]
11433
},
11434
{
@@ -11693,9 +11474,9 @@
11474
"zh-chs": "将MAC地址复制到剪贴板",
11475
"zh-cht": "將MAC地址複製到剪貼板",
11476
"xloc": [
11696
- "default.handlebars->35->107",
11697
- "default.handlebars->35->110",
11698
- "default.handlebars->35->99"
11477
+ "default.handlebars->35->126",
11478
+ "default.handlebars->35->134",
11479
+ "default.handlebars->35->137"
11480
]
11481
},
11482
{
@@ -11709,8 +11490,8 @@
11490
"ru": "Скопировать URL в буфер обмена",
11491
"zh-chs": "将 URL 复制到剪贴板",
11492
"xloc": [
11712
- "default.handlebars->35->467",
11713
- "default.handlebars->35->471"
11493
+ "default.handlebars->35->494",
11494
+ "default.handlebars->35->498"
11495
]
11496
},
11497
{
@@ -11731,7 +11512,7 @@
11512
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
11513
"zh-cht": "將Windows 32位代理URL複製到剪貼板",
11514
"xloc": [
11734
- "default.handlebars->35->449"
11515
+ "default.handlebars->35->476"
11516
]
11517
},
11518
{
@@ -11752,7 +11533,7 @@
11533
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
11534
"zh-cht": "將Windows 64位代理URL複製到剪貼板",
11535
"xloc": [
11755
- "default.handlebars->35->453"
11536
+ "default.handlebars->35->480"
11537
]
11538
},
11539
{
@@ -11773,18 +11554,18 @@
11554
"zh-chs": "将地址复制到剪贴板",
11555
"zh-cht": "將地址複製到剪貼板",
11556
"xloc": [
11776
- "default.handlebars->35->101",
11777
- "default.handlebars->35->103",
11778
- "default.handlebars->35->105",
11779
- "default.handlebars->35->113",
11557
"default.handlebars->35->115",
11558
"default.handlebars->35->117",
11559
"default.handlebars->35->119",
11783
- "default.handlebars->35->121",
11784
- "default.handlebars->35->123",
11785
- "default.handlebars->35->88",
11786
- "default.handlebars->35->90",
11787
- "default.handlebars->35->92"
11560
+ "default.handlebars->35->128",
11561
+ "default.handlebars->35->130",
11562
+ "default.handlebars->35->132",
11563
+ "default.handlebars->35->140",
11564
+ "default.handlebars->35->142",
11565
+ "default.handlebars->35->144",
11566
+ "default.handlebars->35->146",
11567
+ "default.handlebars->35->148",
11568
+ "default.handlebars->35->150"
11569
]
11570
},
11571
{
@@ -11805,8 +11586,8 @@
11586
"zh-chs": "将代理URL复制到剪贴板",
11587
"zh-cht": "將代理URL複製到剪貼板",
11588
"xloc": [
11808
- "default.handlebars->35->484",
11809
- "default.handlebars->35->486"
11589
+ "default.handlebars->35->511",
11590
+ "default.handlebars->35->513"
11591
]
11592
},
11593
{
@@ -11827,12 +11608,12 @@
11608
"zh-chs": "复制连结到剪贴板",
11609
"zh-cht": "複製連結到剪貼板",
11610
"xloc": [
11830
- "default.handlebars->35->1852",
11831
- "default.handlebars->35->1871",
11832
- "default.handlebars->35->223",
11833
- "default.handlebars->35->245",
11834
- "default.handlebars->35->247",
11835
- "default.handlebars->35->423"
11611
+ "default.handlebars->35->1881",
11612
+ "default.handlebars->35->1900",
11613
+ "default.handlebars->35->250",
11614
+ "default.handlebars->35->272",
11615
+ "default.handlebars->35->274",
11616
+ "default.handlebars->35->450"
11617
]
11618
},
11619
{
@@ -11853,7 +11634,7 @@
11634
"zh-chs": "将macOS代理URL复制到剪贴板",
11635
"zh-cht": "將macOS代理URL複製到剪貼板",
11636
"xloc": [
11856
- "default.handlebars->35->462"
11637
+ "default.handlebars->35->489"
11638
]
11639
},
11640
{
@@ -11874,7 +11655,7 @@
11655
"zh-chs": "将名称复制到剪贴板",
11656
"zh-cht": "將名稱複製到剪貼板",
11657
"xloc": [
11877
- "default.handlebars->35->97"
11658
+ "default.handlebars->35->124"
11659
]
11660
},
11661
{
@@ -11897,8 +11678,8 @@
11678
"xloc": [
11679
"agentinvite.handlebars->container->column_l->5->linuxtab",
11680
"agentinvite.handlebars->container->column_l->5->linuxtab",
11900
- "default.handlebars->35->458",
11901
- "default.handlebars->35->480"
11681
+ "default.handlebars->35->485",
11682
+ "default.handlebars->35->507"
11683
]
11684
},
11685
{
@@ -11919,7 +11700,7 @@
11700
"zh-chs": "将有效代码复制到剪贴板",
11701
"zh-cht": "將有效代碼複製到剪貼板",
11702
"xloc": [
11922
- "default.handlebars->35->158"
11703
+ "default.handlebars->35->185"
11704
]
11705
},
11706
{
@@ -11940,7 +11721,7 @@
11721
"zh-chs": "复制:“{0}”到“{1}”",
11722
"zh-cht": "複製:“{0}”到“{1}”",
11723
"xloc": [
11943
- "default.handlebars->35->1943"
11724
+ "default.handlebars->35->1972"
11725
]
11726
},
11727
{
@@ -12093,7 +11874,7 @@
11874
"zh-chs": "核心服务器",
11875
"zh-cht": "核心伺服器",
11876
"xloc": [
12096
- "default.handlebars->35->2491"
11877
+ "default.handlebars->35->2520"
11878
]
11879
},
11880
{
@@ -12114,7 +11895,7 @@
11895
"zh-chs": "科西嘉文",
11896
"zh-cht": "科西嘉文",
11897
"xloc": [
12117
- "default.handlebars->35->1348"
11898
+ "default.handlebars->35->1377"
11899
]
11900
},
11901
{
@@ -12125,10 +11906,7 @@
11906
"hi": "गिनती",
11907
"ko": "카운트",
11908
"nl": "Aantal",
12128
- "zh-chs": "数数",
12129
- "xloc": [
12130
- "SessionsForm.resx%columnHeader3.Text"
12131
- ]
11909
+ "zh-chs": "数数"
11910
},
11911
{
11912
"cs": "Vytvořit účet",
@@ -12148,7 +11926,7 @@
11926
"zh-chs": "创建帐号",
11927
"zh-cht": "創建帳號",
11928
"xloc": [
12151
- "default.handlebars->35->2120",
11929
+ "default.handlebars->35->2149",
11930
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
11931
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
11932
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -12183,10 +11961,7 @@
11961
"hi": "फोल्डर बनाएं",
11962
"ko": "폴더 생성",
11963
"nl": "Map aanmaken",
12186
- "zh-chs": "创建文件夹",
12187
- "xloc": [
12188
- "Properties%Resources.resx%CreateFolder"
12189
- ]
11964
+ "zh-chs": "创建文件夹"
11965
},
11966
{
11967
"de": "Login-Token erstellen",
@@ -12199,8 +11974,8 @@
11974
"ru": "Создать токен входа",
11975
"zh-chs": "创建登录令牌",
11976
"xloc": [
12202
- "default.handlebars->35->1532",
12203
- "default.handlebars->35->248"
11977
+ "default.handlebars->35->1561",
11978
+ "default.handlebars->35->275"
11979
]
11980
},
11981
{
@@ -12221,7 +11996,7 @@
11996
"zh-chs": "创建用户组",
11997
"zh-cht": "創建用戶群",
11998
"xloc": [
12224
- "default.handlebars->35->2159"
11999
+ "default.handlebars->35->2188"
12000
]
12001
},
12002
{
@@ -12242,7 +12017,7 @@
12017
"zh-chs": "创建连结以与访客共享此设备",
12018
"zh-cht": "創建鏈結以與訪客共享此裝置",
12019
"xloc": [
12245
- "default.handlebars->35->759"
12020
+ "default.handlebars->35->786"
12021
]
12022
},
12023
{
@@ -12263,7 +12038,7 @@
12038
"zh-chs": "使用以下选项创建一个新的设备组。",
12039
"zh-cht": "使用以下選項創建一個新的裝置群。",
12040
"xloc": [
12266
- "default.handlebars->35->1562"
12041
+ "default.handlebars->35->1591"
12042
]
12043
},
12044
{
@@ -12284,7 +12059,7 @@
12059
"zh-chs": "创建一个新的设备组。",
12060
"zh-cht": "創建一個新的裝置群。",
12061
"xloc": [
12287
- "default.handlebars->35->275"
12062
+ "default.handlebars->35->302"
12063
]
12064
},
12065
{
@@ -12298,7 +12073,7 @@
12073
"ru": "Создайте временные имя пользователя и пароль, которые можно использовать в качестве альтернативы для входа в вашу учетную запись. Это полезно для того, чтобы инструменты или другие службы могли получить доступ к вашей учетной записи.",
12074
"zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
12075
"xloc": [
12301
- "default.handlebars->35->1513"
12076
+ "default.handlebars->35->1542"
12077
]
12078
},
12079
{
@@ -12319,7 +12094,7 @@
12094
"zh-chs": "创建文件夹(如果不存在)?",
12095
"zh-cht": "創建文件夾(如果不存在)?",
12096
"xloc": [
12322
- "default.handlebars->35->570"
12097
+ "default.handlebars->35->597"
12098
]
12099
},
12100
{
@@ -12340,7 +12115,7 @@
12115
"zh-chs": "创建文件夹:“{0}”",
12116
"zh-cht": "創建文件夾:“{0}”",
12117
"xloc": [
12343
- "default.handlebars->35->1936"
12118
+ "default.handlebars->35->1965"
12119
]
12120
},
12121
{
@@ -12375,7 +12150,7 @@
12150
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
12151
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
12152
"xloc": [
12378
- "default.handlebars->35->2084"
12153
+ "default.handlebars->35->2113"
12154
]
12155
},
12156
{
@@ -12419,7 +12194,7 @@
12194
"zh-chs": "创建的设备组:{0}",
12195
"zh-cht": "創建的設備組:{0}",
12196
"xloc": [
12422
- "default.handlebars->35->1947"
12197
+ "default.handlebars->35->1976"
12198
]
12199
},
12200
{
@@ -12440,7 +12215,7 @@
12215
"zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
12216
"zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
12217
"xloc": [
12443
- "default.handlebars->35->875"
12218
+ "default.handlebars->35->902"
12219
]
12220
},
12221
{
@@ -12497,7 +12272,7 @@
12272
"zh-chs": "创建",
12273
"zh-cht": "創建",
12274
"xloc": [
12500
- "default.handlebars->35->2245"
12275
+ "default.handlebars->35->2274"
12276
]
12277
},
12278
{
@@ -12518,7 +12293,7 @@
12293
"zh-chs": "创建时间",
12294
"zh-cht": "創作時間",
12295
"xloc": [
12521
- "default.handlebars->35->1621"
12296
+ "default.handlebars->35->1650"
12297
]
12298
},
12299
{
@@ -12562,8 +12337,8 @@
12337
"zh-chs": "创建者",
12338
"zh-cht": "創作者",
12339
"xloc": [
12565
- "default.handlebars->35->1619",
12566
- "default.handlebars->35->1620"
12340
+ "default.handlebars->35->1648",
12341
+ "default.handlebars->35->1649"
12342
]
12343
},
12344
{
@@ -12586,9 +12361,9 @@
12361
"xloc": [
12362
"default-mobile.handlebars->11->297",
12363
"default-mobile.handlebars->11->299",
12589
- "default.handlebars->35->1590",
12590
- "default.handlebars->35->744",
12591
- "default.handlebars->35->746"
12364
+ "default.handlebars->35->1619",
12365
+ "default.handlebars->35->771",
12366
+ "default.handlebars->35->773"
12367
]
12368
},
12369
{
@@ -12609,7 +12384,7 @@
12384
"zh-chs": "克里语",
12385
"zh-cht": "克里語",
12386
"xloc": [
12612
- "default.handlebars->35->1349"
12387
+ "default.handlebars->35->1378"
12388
]
12389
},
12390
{
@@ -12630,7 +12405,7 @@
12405
"zh-chs": "克罗地亚文",
12406
"zh-cht": "克羅地亞文",
12407
"xloc": [
12633
- "default.handlebars->35->1350"
12408
+ "default.handlebars->35->1379"
12409
]
12410
},
12411
{
@@ -12697,8 +12472,8 @@
12472
"xloc": [
12473
"default-mobile.handlebars->11->387",
12474
"default-mobile.handlebars->11->391",
12700
- "default.handlebars->35->1055",
12701
- "default.handlebars->35->1059",
12475
+ "default.handlebars->35->1082",
12476
+ "default.handlebars->35->1086",
12477
"default.handlebars->35->57",
12478
"sharing.handlebars->11->24"
12479
]
@@ -12755,10 +12530,7 @@
12530
"ru": "Ctrl-Alt-Del",
12531
"tr": "Ctrl-Alt-Del",
12532
"zh-chs": "Ctrl-Alt-Del",
12758
- "zh-cht": "Ctrl-Alt-Del",
12759
- "xloc": [
12760
- "KVMViewer.resx%cadButton.Text"
12761
- ]
12533
+ "zh-cht": "Ctrl-Alt-Del"
12534
},
12535
{
12536
"cs": "Ctrl-W",
@@ -12821,7 +12593,7 @@
12593
"zh-chs": "当前版本",
12594
"zh-cht": "當前版本",
12595
"xloc": [
12824
- "default.handlebars->35->128"
12596
+ "default.handlebars->35->155"
12597
]
12598
},
12599
{
@@ -12837,7 +12609,7 @@
12609
"zh-chs": "当前密码不正确。",
12610
"xloc": [
12611
"default-mobile.handlebars->11->664",
12840
- "default.handlebars->35->2418"
12612
+ "default.handlebars->35->2447"
12613
]
12614
},
12615
{
@@ -12911,7 +12683,7 @@
12683
"zh-chs": "捷克文",
12684
"zh-cht": "捷克文",
12685
"xloc": [
12914
- "default.handlebars->35->1351"
12686
+ "default.handlebars->35->1380"
12687
]
12688
},
12689
{
@@ -12932,7 +12704,7 @@
12704
"zh-chs": "DNS suffix",
12705
"zh-cht": "DNS suffix",
12706
"xloc": [
12935
- "default.handlebars->35->96"
12707
+ "default.handlebars->35->123"
12708
]
12709
},
12710
{
@@ -12953,7 +12725,7 @@
12725
"zh-chs": "丹麦文",
12726
"zh-cht": "丹麥文",
12727
"xloc": [
12956
- "default.handlebars->35->1352"
12728
+ "default.handlebars->35->1381"
12729
]
12730
},
12731
{
@@ -12989,7 +12761,7 @@
12761
"zh-chs": "数据通道",
12762
"zh-cht": "數據通道",
12763
"xloc": [
12992
- "default.handlebars->35->1022",
12764
+ "default.handlebars->35->1049",
12765
"sharing.handlebars->11->11"
12766
]
12767
},
@@ -13011,7 +12783,7 @@
12783
"zh-chs": "日期和时间",
12784
"zh-cht": "日期和時間",
12785
"xloc": [
13014
- "default.handlebars->35->1510"
12786
+ "default.handlebars->35->1539"
12787
]
12788
},
12789
{
@@ -13033,7 +12805,7 @@
12805
"zh-cht": "天",
12806
"xloc": [
12807
"default-mobile.handlebars->11->341",
13036
- "default.handlebars->35->946"
12808
+ "default.handlebars->35->973"
12809
]
12810
},
12811
{
@@ -13054,7 +12826,7 @@
12826
"zh-chs": "停用",
12827
"zh-cht": "停用",
12828
"xloc": [
13057
- "default.handlebars->35->1674"
12829
+ "default.handlebars->35->1703"
12830
]
12831
},
12832
{
@@ -13075,7 +12847,7 @@
12847
"zh-chs": "如果设置停用CCM",
12848
"zh-cht": "如果設置停用CCM",
12849
"xloc": [
13078
- "default.handlebars->35->1686"
12850
+ "default.handlebars->35->1715"
12851
]
12852
},
12853
{
@@ -13115,7 +12887,7 @@
12887
"zh-cht": "沉睡",
12888
"xloc": [
12889
"default-mobile.handlebars->11->224",
13118
- "default.handlebars->35->497"
12890
+ "default.handlebars->35->524"
12891
]
12892
},
12893
{
@@ -13136,10 +12908,10 @@
12908
"zh-chs": "默认",
12909
"zh-cht": "默認",
12910
"xloc": [
13139
- "default.handlebars->35->2107",
13140
- "default.handlebars->35->2155",
13141
- "default.handlebars->35->2166",
13142
- "default.handlebars->35->2234"
12911
+ "default.handlebars->35->2136",
12912
+ "default.handlebars->35->2184",
12913
+ "default.handlebars->35->2195",
12914
+ "default.handlebars->35->2263"
12915
]
12916
},
12917
{
@@ -13154,7 +12926,7 @@
12926
"zh-chs": "德尔",
12927
"xloc": [
12928
"default-mobile.handlebars->11->375",
13157
- "default.handlebars->35->1043"
12929
+ "default.handlebars->35->1070"
12930
]
12931
},
12932
{
@@ -13180,9 +12952,9 @@
12952
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
12953
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
12954
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
13183
- "default.handlebars->35->1139",
13184
- "default.handlebars->35->1878",
13185
- "default.handlebars->35->622",
12955
+ "default.handlebars->35->1168",
12956
+ "default.handlebars->35->1907",
12957
+ "default.handlebars->35->649",
12958
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
12959
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
12960
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -13214,7 +12986,7 @@
12986
"zh-cht": "刪除帳戶",
12987
"xloc": [
12988
"default-mobile.handlebars->11->108",
13217
- "default.handlebars->35->1547"
12989
+ "default.handlebars->35->1576"
12990
]
12991
},
12992
{
@@ -13235,7 +13007,7 @@
13007
"zh-chs": "删除帐户",
13008
"zh-cht": "刪除帳戶",
13009
"xloc": [
13238
- "default.handlebars->35->2074"
13010
+ "default.handlebars->35->2103"
13011
]
13012
},
13013
{
@@ -13257,7 +13029,7 @@
13029
"zh-cht": "刪除裝置",
13030
"xloc": [
13031
"default-mobile.handlebars->11->302",
13260
- "default.handlebars->35->763"
13032
+ "default.handlebars->35->790"
13033
]
13034
},
13035
{
@@ -13280,9 +13052,9 @@
13052
"xloc": [
13053
"default-mobile.handlebars->11->576",
13054
"default-mobile.handlebars->11->579",
13283
- "default.handlebars->35->1669",
13284
- "default.handlebars->35->1670",
13285
- "default.handlebars->35->1703"
13055
+ "default.handlebars->35->1698",
13056
+ "default.handlebars->35->1699",
13057
+ "default.handlebars->35->1732"
13058
]
13059
},
13060
{
@@ -13304,7 +13076,7 @@
13076
"zh-cht": "刪除節點",
13077
"xloc": [
13078
"default-mobile.handlebars->11->349",
13307
- "default.handlebars->35->972"
13079
+ "default.handlebars->35->999"
13080
]
13081
},
13082
{
@@ -13325,7 +13097,7 @@
13097
"zh-chs": "删除节点",
13098
"zh-cht": "刪除節點",
13099
"xloc": [
13328
- "default.handlebars->35->545"
13100
+ "default.handlebars->35->572"
13101
]
13102
},
13103
{
@@ -13346,7 +13118,7 @@
13118
"zh-chs": "删除用户",
13119
"zh-cht": "刪除用戶",
13120
"xloc": [
13349
- "default.handlebars->35->2286"
13121
+ "default.handlebars->35->2315"
13122
]
13123
},
13124
{
@@ -13367,8 +13139,8 @@
13139
"zh-chs": "删除用户群组",
13140
"zh-cht": "刪除用戶群組",
13141
"xloc": [
13370
- "default.handlebars->35->2204",
13371
- "default.handlebars->35->2214"
13142
+ "default.handlebars->35->2233",
13143
+ "default.handlebars->35->2243"
13144
]
13145
},
13146
{
@@ -13389,7 +13161,7 @@
13161
"zh-chs": "删除用户群组",
13162
"zh-cht": "刪除用戶群組",
13163
"xloc": [
13392
- "default.handlebars->35->2153"
13164
+ "default.handlebars->35->2182"
13165
]
13166
},
13167
{
@@ -13410,7 +13182,7 @@
13182
"zh-chs": "删除用户{0}",
13183
"zh-cht": "刪除用戶{0}",
13184
"xloc": [
13413
- "default.handlebars->35->2313"
13185
+ "default.handlebars->35->2342"
13186
]
13187
},
13188
{
@@ -13432,7 +13204,7 @@
13204
"zh-cht": "刪除帳戶",
13205
"xloc": [
13206
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
13435
- "default.handlebars->35->2070",
13207
+ "default.handlebars->35->2099",
13208
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
13209
]
13210
},
@@ -13454,7 +13226,7 @@
13226
"zh-chs": "删除设备",
13227
"zh-cht": "刪除裝置",
13228
"xloc": [
13457
- "default.handlebars->35->535"
13229
+ "default.handlebars->35->562"
13230
]
13231
},
13232
{
@@ -13475,7 +13247,7 @@
13247
"zh-chs": "删除群组",
13248
"zh-cht": "刪除群組",
13249
"xloc": [
13478
- "default.handlebars->35->2149"
13250
+ "default.handlebars->35->2178"
13251
]
13252
},
13253
{
@@ -13496,7 +13268,7 @@
13268
"zh-chs": "删除项目?",
13269
"zh-cht": "刪除項目?",
13270
"xloc": [
13499
- "default.handlebars->35->623"
13271
+ "default.handlebars->35->650"
13272
]
13273
},
13274
{
@@ -13517,7 +13289,7 @@
13289
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
13290
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
13291
"xloc": [
13520
- "default.handlebars->35->1938"
13292
+ "default.handlebars->35->1967"
13293
]
13294
},
13295
{
@@ -13540,8 +13312,8 @@
13312
"xloc": [
13313
"default-mobile.handlebars->11->148",
13314
"default-mobile.handlebars->11->431",
13543
- "default.handlebars->35->1141",
13544
- "default.handlebars->35->1880",
13315
+ "default.handlebars->35->1170",
13316
+ "default.handlebars->35->1909",
13317
"sharing.handlebars->11->63"
13318
]
13319
},
@@ -13563,7 +13335,7 @@
13335
"zh-chs": "删除用户群组{0}?",
13336
"zh-cht": "刪除用戶群組{0}?",
13337
"xloc": [
13566
- "default.handlebars->35->2212"
13338
+ "default.handlebars->35->2241"
13339
]
13340
},
13341
{
@@ -13586,8 +13358,8 @@
13358
"xloc": [
13359
"default-mobile.handlebars->11->147",
13360
"default-mobile.handlebars->11->430",
13589
- "default.handlebars->35->1140",
13590
- "default.handlebars->35->1879",
13361
+ "default.handlebars->35->1169",
13362
+ "default.handlebars->35->1908",
13363
"sharing.handlebars->11->62"
13364
]
13365
},
@@ -13630,7 +13402,7 @@
13402
"zh-chs": "删除:“{0}”",
13403
"zh-cht": "刪除:“{0}”",
13404
"xloc": [
13633
- "default.handlebars->35->1937"
13405
+ "default.handlebars->35->1966"
13406
]
13407
},
13408
{
@@ -13651,7 +13423,7 @@
13423
"zh-chs": "删除:“{0}”,{1}个元素已删除",
13424
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
13425
"xloc": [
13654
- "default.handlebars->35->1939"
13426
+ "default.handlebars->35->1968"
13427
]
13428
},
13429
{
@@ -13672,9 +13444,8 @@
13444
"zh-chs": "被拒绝",
13445
"zh-cht": "被拒絕",
13446
"xloc": [
13675
- "Properties%Resources.resx%Denied",
13447
"default-mobile.handlebars->11->362",
13677
- "default.handlebars->35->1017",
13448
+ "default.handlebars->35->1044",
13449
"sharing.handlebars->11->29",
13450
"sharing.handlebars->11->7"
13451
]
@@ -13687,10 +13458,7 @@
13458
"hi": "मना",
13459
"ko": "거부",
13460
"nl": "Weigeren",
13690
- "zh-chs": "否定",
13691
- "xloc": [
13692
- "ConsentForm.resx%cancelButton.Text"
13693
- ]
13461
+ "zh-chs": "否定"
13462
},
13463
{
13464
"cs": "Sestupně podle data",
@@ -13792,19 +13560,19 @@
13560
"default-mobile.handlebars->11->492",
13561
"default-mobile.handlebars->11->567",
13562
"default-mobile.handlebars->11->581",
13795
- "default.handlebars->35->1012",
13796
- "default.handlebars->35->1193",
13797
- "default.handlebars->35->1203",
13798
- "default.handlebars->35->1568",
13799
- "default.handlebars->35->1616",
13800
- "default.handlebars->35->1705",
13801
- "default.handlebars->35->2158",
13802
- "default.handlebars->35->2168",
13803
- "default.handlebars->35->2169",
13804
- "default.handlebars->35->2210",
13805
- "default.handlebars->35->663",
13806
- "default.handlebars->35->664",
13807
- "default.handlebars->35->95",
13563
+ "default.handlebars->35->1039",
13564
+ "default.handlebars->35->122",
13565
+ "default.handlebars->35->1222",
13566
+ "default.handlebars->35->1232",
13567
+ "default.handlebars->35->1597",
13568
+ "default.handlebars->35->1645",
13569
+ "default.handlebars->35->1734",
13570
+ "default.handlebars->35->2187",
13571
+ "default.handlebars->35->2197",
13572
+ "default.handlebars->35->2198",
13573
+ "default.handlebars->35->2239",
13574
+ "default.handlebars->35->690",
13575
+ "default.handlebars->35->691",
13576
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
13577
]
13578
},
@@ -13844,15 +13612,14 @@
13612
"zh-chs": "桌面",
13613
"zh-cht": "桌面",
13614
"xloc": [
13847
- "Properties%Resources.resx%Desktop",
13615
"default-mobile.handlebars->11->309",
This file is too large to show in full.
views/default.handlebars
+3
-3
@@ -7675,7 +7675,7 @@
7675
QE('connectbutton1h', hwonline);
7676
QV('deskFocusBtn', (desktop != null) && (desktop.contype == 2) && (deskState != 0) && (desktopsettings.showfocus));
7677
QE('DeskClip', deskState == 3);
7678
- QV('DeskClip', (inputAllowed) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && ((desktop == null) || (desktop.contype != 2)) && (desktopsettings.autoclipboard != true)); // Clipboard not supported on macOS
7678
+ QV('DeskClip', (inputAllowed) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && ((desktop == null) || (desktop.contype != 2)) && ((desktopsettings.autoclipboard != true) || (navigator.clipboard == null) || (navigator.clipboard.readText == null))); // Clipboard not supported on macOS
7679
QE('DeskESC', deskState == 3);
7680
QV('DeskESC', browserfullscreen && inputAllowed);
7681
QE('DeskType', deskState == 3);
@@ -7686,9 +7686,9 @@
7686
QV('DeskTimer', deskState == 3);
7687
7688
// Enable browser clipboard read if supported
7689
- QV('DeskClipboardOutButton', online && inputAllowed && (navigator.clipboard != null) && (navigator.clipboard.readText != null) && (desktopsettings.autoclipboard != true));
7689
+ QV('DeskClipboardOutButton', online && inputAllowed && (navigator.clipboard != null) && (navigator.clipboard.readText != null) && ((desktopsettings.autoclipboard != true) || (navigator.clipboard == null) || (navigator.clipboard.readText == null)));
7690
QV('d7deskAutoClipboardLabel', navigator.clipboard.readText != null);
7691
- QV('DeskClipboardInButton', online && inputAllowed && (navigator.clipboard != null) && (navigator.clipboard.writeText != null) && (desktopsettings.autoclipboard != true));
7691
+ QV('DeskClipboardInButton', online && inputAllowed && (navigator.clipboard != null) && (navigator.clipboard.writeText != null) && ((desktopsettings.autoclipboard != true) || (navigator.clipboard == null) || (navigator.clipboard.readText == null)));
7692
7693
if (deskState != 3) { QV('DeskInputLockedButton', false); QV('DeskInputUnLockedButton', false); }
7694