Added restricted agent notice, show power state on device tab when sleeping/soft-off.
Ylian Saint-Hilaire committed
Oct 16, 2020 at 14:46 UTC
dceba48a275fcf4083c6b101b22f883f7d6af66c
5 files changed
+2227
-2204
agents/meshcore.js
+1
-1
@@ -377,7 +377,7 @@ function createMeshCore(agent) {
377
*/
378
379
// MeshAgent JavaScript Core Module. This code is sent to and running on the mesh agent.
380
- var meshCoreObj = { action: 'coreinfo', value: (require('MeshAgent').coreHash ? ('MeshCore CRC-' + crc32c(require('MeshAgent').coreHash)) : ('MeshCore v6')), caps: 14 }; // Capability bitmask: 1 = Desktop, 2 = Terminal, 4 = Files, 8 = Console, 16 = JavaScript, 32 = Temporary Agent, 64 = Recovery Agent
380
+ var meshCoreObj = { action: 'coreinfo', value: (require('MeshAgent').coreHash ? ('MeshCore CRC-' + crc32c(require('MeshAgent').coreHash)) : ('MeshCore v6')), caps: 14, root: require('user-sessions').isRoot() }; // Capability bitmask: 1 = Desktop, 2 = Terminal, 4 = Files, 8 = Console, 16 = JavaScript, 32 = Temporary Agent, 64 = Recovery Agent
381
382
383
// Get the operating system description string
meshagent.js
+1
@@ -1500,6 +1500,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
1500
if ((command.caps != null) && (device.agent.core != command.value)) { if ((command.value == null) && (device.agent.core != null)) { delete device.agent.core; } else { device.agent.core = command.value; } change = 1; } // Don't save this as an event to the db.
1501
if ((command.caps != null) && ((device.agent.caps & 0xFFFFFFE7) != (command.caps & 0xFFFFFFE7))) { device.agent.caps = ((device.agent.caps & 24) + (command.caps & 0xFFFFFFE7)); change = 1; } // Allow Javascript on the agent to change all capabilities except console and javascript support, Don't save this as an event to the db.
1502
if ((command.osdesc != null) && (typeof command.osdesc == 'string') && (device.osdesc != command.osdesc)) { device.osdesc = command.osdesc; change = 1; changes.push('os desc'); } // Don't save this as an event to the db.
1503
+ if ((typeof command.root == 'boolean') && (command.root !== device.agent.root)) { change = 1; device.agent.root = command.root; }
1504
if (device.ip != obj.remoteaddr) { device.ip = obj.remoteaddr; change = 1; }
1505
if (command.intelamt) {
1506
if (!device.intelamt) { device.intelamt = {}; }
translate/translate.json
+2211
-2196
@@ -17,8 +17,8 @@
17
"zh-chs": " + CIRA",
18
"zh-cht": " + CIRA",
19
"xloc": [
20
- "default.handlebars->29->1354",
21
- "default.handlebars->29->1356"
20
+ "default.handlebars->29->1358",
21
+ "default.handlebars->29->1360"
22
]
23
},
24
{
@@ -204,7 +204,7 @@
204
"zh-chs": " 可以使用密码提示,但不建议使用。",
205
"zh-cht": " 可以使用密碼提示,但不建議使用。",
206
"xloc": [
207
- "default.handlebars->29->1267"
207
+ "default.handlebars->29->1271"
208
]
209
},
210
{
@@ -224,8 +224,8 @@
224
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226
"xloc": [
227
- "default.handlebars->29->1431",
228
- "default.handlebars->29->1891"
227
+ "default.handlebars->29->1435",
228
+ "default.handlebars->29->1895"
229
]
230
},
231
{
@@ -245,7 +245,7 @@
245
"zh-chs": " 并使用该用户名和任何密码对服务器进行身份验证。",
246
"zh-cht": " 並使用此用戶名和任何密碼對伺服器進行身份驗證。",
247
"xloc": [
248
- "default.handlebars->29->320"
248
+ "default.handlebars->29->322"
249
]
250
},
251
{
@@ -265,7 +265,7 @@
265
"zh-chs": " 并使用该用户名和密码向服务器验证身份。",
266
"zh-cht": " 並使用此用戶名和密碼向伺服器驗證身份。",
267
"xloc": [
268
- "default.handlebars->29->319"
268
+ "default.handlebars->29->321"
269
]
270
},
271
{
@@ -325,7 +325,7 @@
325
"zh-chs": " TLS。",
326
"zh-cht": " TLS。",
327
"xloc": [
328
- "default.handlebars->29->171"
328
+ "default.handlebars->29->173"
329
]
330
},
331
{
@@ -345,7 +345,7 @@
345
"zh-chs": " 没有TLS。",
346
"zh-cht": " 沒有TLS。",
347
"xloc": [
348
- "default.handlebars->29->172"
348
+ "default.handlebars->29->174"
349
]
350
},
351
{
@@ -401,7 +401,7 @@
401
"zh-chs": "(可选的)",
402
"zh-cht": "(可選的)",
403
"xloc": [
404
- "default.handlebars->29->359"
404
+ "default.handlebars->29->361"
405
]
406
},
407
{
@@ -438,7 +438,7 @@
438
"zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
439
"zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
440
"xloc": [
441
- "default.handlebars->29->398"
441
+ "default.handlebars->29->400"
442
]
443
},
444
{
@@ -458,7 +458,7 @@
458
"zh-chs": "*保留空白可为每个设备分配一个随机密码。",
459
"zh-cht": "*保留空白可為每個裝置分配一個隨機密碼。",
460
"xloc": [
461
- "default.handlebars->29->1401"
461
+ "default.handlebars->29->1405"
462
]
463
},
464
{
@@ -495,8 +495,8 @@
495
"zh-chs": ",",
496
"zh-cht": ",",
497
"xloc": [
498
- "default-mobile.handlebars->9->460",
499
- "default.handlebars->29->1501"
498
+ "default-mobile.handlebars->9->461",
499
+ "default.handlebars->29->1505"
500
]
501
},
502
{
@@ -517,7 +517,7 @@
517
"zh-cht": ",只適用於Intel®AMT",
518
"xloc": [
519
"default-mobile.handlebars->9->147",
520
- "default.handlebars->29->204"
520
+ "default.handlebars->29->206"
521
]
522
},
523
{
@@ -537,7 +537,7 @@
537
"zh-chs": ",MQTT在线",
538
"zh-cht": ",MQTT在線",
539
"xloc": [
540
- "default.handlebars->29->1009"
540
+ "default.handlebars->29->1013"
541
]
542
},
543
{
@@ -557,7 +557,7 @@
557
"zh-chs": ",软体KVM",
558
"zh-cht": ",軟體KVM",
559
"xloc": [
560
- "default.handlebars->29->833",
560
+ "default.handlebars->29->837",
561
"desktop.handlebars->3->13"
562
]
563
},
@@ -578,11 +578,11 @@
578
"zh-chs": ",WebRTC",
579
"zh-cht": ",WebRTC",
580
"xloc": [
581
- "default-mobile.handlebars->9->289",
582
- "default-mobile.handlebars->9->298",
583
- "default.handlebars->29->840",
584
- "default.handlebars->29->873",
585
- "default.handlebars->29->885",
581
+ "default-mobile.handlebars->9->290",
582
+ "default-mobile.handlebars->9->299",
583
+ "default.handlebars->29->844",
584
+ "default.handlebars->29->877",
585
+ "default.handlebars->29->889",
586
"desktop.handlebars->3->20",
587
"xterm.handlebars->9->6"
588
]
@@ -703,7 +703,7 @@
703
"zh-chs": ",{0}观看",
704
"zh-cht": ",{0}觀看",
705
"xloc": [
706
- "default.handlebars->29->834",
706
+ "default.handlebars->29->838",
707
"desktop.handlebars->3->14"
708
]
709
},
@@ -767,10 +767,10 @@
767
"zh-cht": "...",
768
"xloc": [
769
"default-mobile.handlebars->9->108",
770
- "default-mobile.handlebars->9->300",
771
- "default.handlebars->29->1542",
772
- "default.handlebars->29->2046",
773
- "default.handlebars->29->890"
770
+ "default-mobile.handlebars->9->301",
771
+ "default.handlebars->29->1546",
772
+ "default.handlebars->29->2050",
773
+ "default.handlebars->29->894"
774
]
775
},
776
{
@@ -826,7 +826,7 @@
826
"zh-chs": "1个活跃时段",
827
"zh-cht": "1個活躍時段",
828
"xloc": [
829
- "default.handlebars->29->1960"
829
+ "default.handlebars->29->1964"
830
]
831
},
832
{
@@ -847,8 +847,8 @@
847
"zh-cht": "1個位元組",
848
"xloc": [
849
"default-mobile.handlebars->9->118",
850
- "default-mobile.handlebars->9->464",
851
- "default.handlebars->29->1566",
850
+ "default-mobile.handlebars->9->465",
851
+ "default.handlebars->29->1570",
852
"download.handlebars->3->1",
853
"download2.handlebars->5->1"
854
]
@@ -870,7 +870,7 @@
870
"zh-chs": "1条连接",
871
"zh-cht": "1位聯絡文",
872
"xloc": [
873
- "default.handlebars->29->836",
873
+ "default.handlebars->29->840",
874
"desktop.handlebars->3->16"
875
]
876
},
@@ -891,9 +891,9 @@
891
"zh-chs": "1天",
892
"zh-cht": "1天",
893
"xloc": [
894
- "default.handlebars->29->179",
895
- "default.handlebars->29->350",
896
- "default.handlebars->29->364"
894
+ "default.handlebars->29->181",
895
+ "default.handlebars->29->352",
896
+ "default.handlebars->29->366"
897
]
898
},
899
{
@@ -913,7 +913,7 @@
913
"zh-chs": "1组",
914
"zh-cht": "1群",
915
"xloc": [
916
- "default.handlebars->29->1925"
916
+ "default.handlebars->29->1929"
917
]
918
},
919
{
@@ -933,9 +933,9 @@
933
"zh-chs": "1小时",
934
"zh-cht": "1小時",
935
"xloc": [
936
- "default.handlebars->29->177",
937
- "default.handlebars->29->348",
938
- "default.handlebars->29->362"
936
+ "default.handlebars->29->179",
937
+ "default.handlebars->29->350",
938
+ "default.handlebars->29->364"
939
]
940
},
941
{
@@ -955,7 +955,7 @@
955
"zh-chs": "1分钟",
956
"zh-cht": "1分鐘",
957
"xloc": [
958
- "default.handlebars->29->725"
958
+ "default.handlebars->29->729"
959
]
960
},
961
{
@@ -995,9 +995,9 @@
995
"zh-chs": "1个月",
996
"zh-cht": "1個月",
997
"xloc": [
998
- "default.handlebars->29->181",
999
- "default.handlebars->29->352",
1000
- "default.handlebars->29->366"
998
+ "default.handlebars->29->183",
999
+ "default.handlebars->29->354",
1000
+ "default.handlebars->29->368"
1001
]
1002
},
1003
{
@@ -1017,7 +1017,7 @@
1017
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1018
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1019
"xloc": [
1020
- "default.handlebars->29->1715"
1020
+ "default.handlebars->29->1719"
1021
]
1022
},
1023
{
@@ -1037,7 +1037,7 @@
1037
"zh-chs": "1个节点",
1038
"zh-cht": "1個節點",
1039
"xloc": [
1040
- "default.handlebars->29->418"
1040
+ "default.handlebars->29->420"
1041
]
1042
},
1043
{
@@ -1083,13 +1083,13 @@
1083
"default-mobile.handlebars->9->172",
1084
"default-mobile.handlebars->9->175",
1085
"default-mobile.handlebars->9->178",
1086
- "default.handlebars->29->1719",
1087
- "default.handlebars->29->248",
1088
- "default.handlebars->29->251",
1089
- "default.handlebars->29->254",
1090
- "default.handlebars->29->257",
1091
- "default.handlebars->29->260",
1092
- "default.handlebars->29->263"
1086
+ "default.handlebars->29->1723",
1087
+ "default.handlebars->29->250",
1088
+ "default.handlebars->29->253",
1089
+ "default.handlebars->29->256",
1090
+ "default.handlebars->29->259",
1091
+ "default.handlebars->29->262",
1092
+ "default.handlebars->29->265"
1093
]
1094
},
1095
{
@@ -1109,9 +1109,9 @@
1109
"zh-chs": "1周",
1110
"zh-cht": "1週",
1111
"xloc": [
1112
- "default.handlebars->29->180",
1113
- "default.handlebars->29->351",
1114
- "default.handlebars->29->365"
1112
+ "default.handlebars->29->182",
1113
+ "default.handlebars->29->353",
1114
+ "default.handlebars->29->367"
1115
]
1116
},
1117
{
@@ -1215,7 +1215,7 @@
1215
"zh-chs": "10分钟",
1216
"zh-cht": "10分鐘",
1217
"xloc": [
1218
- "default.handlebars->29->727"
1218
+ "default.handlebars->29->731"
1219
]
1220
},
1221
{
@@ -1284,7 +1284,7 @@
1284
"en": "12 hours",
1285
"nl": "12 uur",
1286
"xloc": [
1287
- "default.handlebars->29->735"
1287
+ "default.handlebars->29->739"
1288
]
1289
},
1290
{
@@ -1326,28 +1326,28 @@
1326
"zh-chs": "15分钟",
1327
"zh-cht": "15分鐘",
1328
"xloc": [
1329
- "default.handlebars->29->728"
1329
+ "default.handlebars->29->732"
1330
]
1331
},
1332
{
1333
"en": "16 hours",
1334
"nl": "16 uur",
1335
"xloc": [
1336
- "default.handlebars->29->736"
1336
+ "default.handlebars->29->740"
1337
]
1338
},
1339
{
1340
"en": "2 days",
1341
"nl": "2 dagen",
1342
"xloc": [
1343
- "default.handlebars->29->738"
1343
+ "default.handlebars->29->742"
1344
]
1345
},
1346
{
1347
"en": "2 hours",
1348
"nl": "2 uur",
1349
"xloc": [
1350
- "default.handlebars->29->732"
1350
+ "default.handlebars->29->736"
1351
]
1352
},
1353
{
@@ -1438,7 +1438,7 @@
1438
"en": "24 hours",
1439
"nl": "24 uur",
1440
"xloc": [
1441
- "default.handlebars->29->737"
1441
+ "default.handlebars->29->741"
1442
]
1443
},
1444
{
@@ -1500,7 +1500,7 @@
1500
"zh-chs": "2FA备份代码已清除",
1501
"zh-cht": "2FA備份代碼已清除",
1502
"xloc": [
1503
- "default.handlebars->29->1677"
1503
+ "default.handlebars->29->1681"
1504
]
1505
},
1506
{
@@ -1520,8 +1520,8 @@
1520
"zh-chs": "启用第二因素身份验证",
1521
"zh-cht": "啟用第二因素身份驗證",
1522
"xloc": [
1523
- "default.handlebars->29->1732",
1524
- "default.handlebars->29->1947"
1523
+ "default.handlebars->29->1736",
1524
+ "default.handlebars->29->1951"
1525
]
1526
},
1527
{
@@ -1557,7 +1557,7 @@
1557
"pt": "3",
1558
"ru": "3",
1559
"xloc": [
1560
- "default-mobile.handlebars->9->326"
1560
+ "default-mobile.handlebars->9->327"
1561
]
1562
},
1563
{
@@ -1640,7 +1640,7 @@
1640
"zh-chs": "30分钟",
1641
"zh-cht": "30分鐘",
1642
"xloc": [
1643
- "default.handlebars->29->729"
1643
+ "default.handlebars->29->733"
1644
]
1645
},
1646
{
@@ -1660,8 +1660,8 @@
1660
"zh-chs": "MeshAgent的32位版本",
1661
"zh-cht": "MeshAgent的32位版本",
1662
"xloc": [
1663
- "default.handlebars->29->388",
1664
- "default.handlebars->29->405"
1663
+ "default.handlebars->29->390",
1664
+ "default.handlebars->29->407"
1665
]
1666
},
1667
{
@@ -1690,14 +1690,14 @@
1690
"en": "4 days",
1691
"nl": "4 dagen",
1692
"xloc": [
1693
- "default.handlebars->29->739"
1693
+ "default.handlebars->29->743"
1694
]
1695
},
1696
{
1697
"en": "4 hours",
1698
"nl": "4 uur",
1699
"xloc": [
1700
- "default.handlebars->29->733"
1700
+ "default.handlebars->29->737"
1701
]
1702
},
1703
{
@@ -1780,7 +1780,7 @@
1780
"zh-chs": "45分钟",
1781
"zh-cht": "45分鐘",
1782
"xloc": [
1783
- "default.handlebars->29->730"
1783
+ "default.handlebars->29->734"
1784
]
1785
},
1786
{
@@ -1820,7 +1820,7 @@
1820
"zh-chs": "5分钟",
1821
"zh-cht": "5分鐘",
1822
"xloc": [
1823
- "default.handlebars->29->726"
1823
+ "default.handlebars->29->730"
1824
]
1825
},
1826
{
@@ -1933,7 +1933,7 @@
1933
"en": "60 minutes",
1934
"nl": "60 minuten",
1935
"xloc": [
1936
- "default.handlebars->29->731"
1936
+ "default.handlebars->29->735"
1937
]
1938
},
1939
{
@@ -1975,7 +1975,7 @@
1975
"zh-chs": "64位版本的macOS Mesh Agent",
1976
"zh-cht": "64位版本的macOS Mesh Agent",
1977
"xloc": [
1978
- "default.handlebars->29->401"
1978
+ "default.handlebars->29->403"
1979
]
1980
},
1981
{
@@ -1995,8 +1995,8 @@
1995
"zh-chs": "MeshAgent的64位版本",
1996
"zh-cht": "MeshAgent的64位版本",
1997
"xloc": [
1998
- "default.handlebars->29->392",
1999
- "default.handlebars->29->408"
1998
+ "default.handlebars->29->394",
1999
+ "default.handlebars->29->410"
2000
]
2001
},
2002
{
@@ -2053,7 +2053,7 @@
2053
"zh-chs": "7天电源状态",
2054
"zh-cht": "7天電源狀態",
2055
"xloc": [
2056
- "default.handlebars->29->766"
2056
+ "default.handlebars->29->770"
2057
]
2058
},
2059
{
@@ -2116,9 +2116,9 @@
2116
"zh-chs": "8小時",
2117
"zh-cht": "8小時",
2118
"xloc": [
2119
- "default.handlebars->29->349",
2120
- "default.handlebars->29->363",
2121
- "default.handlebars->29->734"
2119
+ "default.handlebars->29->351",
2120
+ "default.handlebars->29->365",
2121
+ "default.handlebars->29->738"
2122
]
2123
},
2124
{
@@ -2335,8 +2335,8 @@
2335
"zh-chs": "ACM",
2336
"zh-cht": "ACM",
2337
"xloc": [
2338
- "default-mobile.handlebars->9->235",
2339
- "default.handlebars->29->580"
2338
+ "default-mobile.handlebars->9->236",
2339
+ "default.handlebars->29->582"
2340
]
2341
},
2342
{
@@ -2356,8 +2356,8 @@
2356
"zh-chs": "AMT",
2357
"zh-cht": "AMT",
2358
"xloc": [
2359
- "default.handlebars->29->215",
2360
- "default.handlebars->29->446"
2359
+ "default.handlebars->29->217",
2360
+ "default.handlebars->29->448"
2361
]
2362
},
2363
{
@@ -2461,7 +2461,7 @@
2461
"zh-chs": "拒绝访问",
2462
"zh-cht": "拒絕存取",
2463
"xloc": [
2464
- "default.handlebars->29->1010"
2464
+ "default.handlebars->29->1014"
2465
]
2466
},
2467
{
@@ -2503,7 +2503,7 @@
2503
"zh-chs": "访问服务器档案",
2504
"zh-cht": "存取伺服器檔案",
2505
"xloc": [
2506
- "default.handlebars->29->1897"
2506
+ "default.handlebars->29->1901"
2507
]
2508
},
2509
{
@@ -2592,10 +2592,10 @@
2592
"default-mobile.handlebars->9->93",
2593
"default-mobile.handlebars->9->95",
2594
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2595
- "default.handlebars->29->1276",
2596
- "default.handlebars->29->1278",
2597
- "default.handlebars->29->549",
2598
- "default.handlebars->29->551"
2595
+ "default.handlebars->29->1280",
2596
+ "default.handlebars->29->1282",
2597
+ "default.handlebars->29->551",
2598
+ "default.handlebars->29->553"
2599
]
2600
},
2601
{
@@ -2656,7 +2656,7 @@
2656
"zh-chs": "帐户已更改:{0}",
2657
"zh-cht": "帳戶已更改:{0}",
2658
"xloc": [
2659
- "default.handlebars->29->1650"
2659
+ "default.handlebars->29->1654"
2660
]
2661
},
2662
{
@@ -2676,7 +2676,7 @@
2676
"zh-chs": "创建帐户,电子邮件为{0}",
2677
"zh-cht": "創建帳戶,電子郵件為{0}",
2678
"xloc": [
2679
- "default.handlebars->29->1649"
2679
+ "default.handlebars->29->1653"
2680
]
2681
},
2682
{
@@ -2696,7 +2696,7 @@
2696
"zh-chs": "创建帐户,用户名是{0}",
2697
"zh-cht": "帳戶已創建,用戶名是{0}",
2698
"xloc": [
2699
- "default.handlebars->29->1648"
2699
+ "default.handlebars->29->1652"
2700
]
2701
},
2702
{
@@ -2716,8 +2716,8 @@
2716
"zh-chs": "帐户已被锁定",
2717
"zh-cht": "帳戶已被鎖定",
2718
"xloc": [
2719
- "default.handlebars->29->1734",
2720
- "default.handlebars->29->1894"
2719
+ "default.handlebars->29->1738",
2720
+ "default.handlebars->29->1898"
2721
]
2722
},
2723
{
@@ -2781,7 +2781,7 @@
2781
"zh-chs": "帐号登录",
2782
"zh-cht": "帳號登錄",
2783
"xloc": [
2784
- "default.handlebars->29->1585"
2784
+ "default.handlebars->29->1589"
2785
]
2786
},
2787
{
@@ -2801,7 +2801,7 @@
2801
"zh-chs": "帐户登出",
2802
"zh-cht": "帳戶登出",
2803
"xloc": [
2804
- "default.handlebars->29->1586"
2804
+ "default.handlebars->29->1590"
2805
]
2806
},
2807
{
@@ -2843,7 +2843,7 @@
2843
"zh-chs": "帐户密码已更改:{0}",
2844
"zh-cht": "帳戶密碼已更改:{0}",
2845
"xloc": [
2846
- "default.handlebars->29->1658"
2846
+ "default.handlebars->29->1662"
2847
]
2848
},
2849
{
@@ -2863,7 +2863,7 @@
2863
"zh-chs": "帐户已删除",
2864
"zh-cht": "帳戶已刪除",
2865
"xloc": [
2866
- "default.handlebars->29->1647"
2866
+ "default.handlebars->29->1651"
2867
]
2868
},
2869
{
@@ -2903,7 +2903,7 @@
2903
"zh-chs": "指令",
2904
"zh-cht": "指令",
2905
"xloc": [
2906
- "default.handlebars->29->1015",
2906
+ "default.handlebars->29->1019",
2907
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
2908
]
2909
},
@@ -2924,8 +2924,8 @@
2924
"zh-chs": "动作档案",
2925
"zh-cht": "動作檔案",
2926
"xloc": [
2927
- "default.handlebars->29->809",
2928
- "default.handlebars->29->811"
2927
+ "default.handlebars->29->813",
2928
+ "default.handlebars->29->815"
2929
]
2930
},
2931
{
@@ -2945,10 +2945,10 @@
2945
"zh-chs": "动作",
2946
"zh-cht": "動作",
2947
"xloc": [
2948
- "default-mobile.handlebars->9->252",
2948
+ "default-mobile.handlebars->9->253",
2949
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
2950
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
2951
- "default.handlebars->29->625",
2951
+ "default.handlebars->29->627",
2952
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
2953
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
2954
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -3011,12 +3011,12 @@
3011
"zh-chs": "已激活",
3012
"zh-cht": "已啟動",
3013
"xloc": [
3014
- "default-mobile.handlebars->9->230",
3015
- "default-mobile.handlebars->9->232",
3016
- "default-mobile.handlebars->9->363",
3017
- "default.handlebars->29->573",
3014
+ "default-mobile.handlebars->9->231",
3015
+ "default-mobile.handlebars->9->233",
3016
+ "default-mobile.handlebars->9->364",
3017
"default.handlebars->29->575",
3019
- "default.handlebars->29->971"
3018
+ "default.handlebars->29->577",
3019
+ "default.handlebars->29->975"
3020
]
3021
},
3022
{
@@ -3036,11 +3036,11 @@
3036
"zh-chs": "激活",
3037
"zh-cht": "啟動",
3038
"xloc": [
3039
- "default.handlebars->29->1367",
3040
- "default.handlebars->29->1369",
3041
- "default.handlebars->29->200",
3042
- "default.handlebars->29->281",
3043
- "default.handlebars->29->283"
3039
+ "default.handlebars->29->1371",
3040
+ "default.handlebars->29->1373",
3041
+ "default.handlebars->29->202",
3042
+ "default.handlebars->29->283",
3043
+ "default.handlebars->29->285"
3044
]
3045
},
3046
{
@@ -3060,7 +3060,7 @@
3060
"zh-chs": "活跃用户{0}",
3061
"zh-cht": "活躍用戶{0}",
3062
"xloc": [
3063
- "default.handlebars->29->600"
3063
+ "default.handlebars->29->602"
3064
]
3065
},
3066
{
@@ -3080,8 +3080,8 @@
3080
"zh-chs": "添加代理",
3081
"zh-cht": "新增代理",
3082
"xloc": [
3083
- "default.handlebars->29->1371",
3084
- "default.handlebars->29->285"
3083
+ "default.handlebars->29->1375",
3084
+ "default.handlebars->29->287"
3085
]
3086
},
3087
{
@@ -3101,7 +3101,7 @@
3101
"zh-chs": "添加CIRA",
3102
"zh-cht": "新增CIRA",
3103
"xloc": [
3104
- "default.handlebars->29->275"
3104
+ "default.handlebars->29->277"
3105
]
3106
},
3107
{
@@ -3121,8 +3121,8 @@
3121
"zh-chs": "添加设备",
3122
"zh-cht": "新增裝置",
3123
"xloc": [
3124
- "default.handlebars->29->1871",
3125
- "default.handlebars->29->1995"
3124
+ "default.handlebars->29->1875",
3125
+ "default.handlebars->29->1999"
3126
]
3127
},
3128
{
@@ -3142,7 +3142,7 @@
3142
"zh-chs": "添加设备日志",
3143
"zh-cht": "新增裝置日誌",
3144
"xloc": [
3145
- "default.handlebars->29->715"
3145
+ "default.handlebars->29->719"
3146
]
3147
},
3148
{
@@ -3162,10 +3162,10 @@
3162
"zh-chs": "添加设备组",
3163
"zh-cht": "新增裝置群",
3164
"xloc": [
3165
- "default.handlebars->29->1465",
3166
- "default.handlebars->29->1865",
3167
- "default.handlebars->29->1983",
3168
- "default.handlebars->29->235"
3165
+ "default.handlebars->29->1469",
3166
+ "default.handlebars->29->1869",
3167
+ "default.handlebars->29->1987",
3168
+ "default.handlebars->29->237"
3169
]
3170
},
3171
{
@@ -3185,7 +3185,7 @@
3185
"zh-chs": "添加设备组权限",
3186
"zh-cht": "新增裝置群權限",
3187
"xloc": [
3188
- "default.handlebars->29->1462"
3188
+ "default.handlebars->29->1466"
3189
]
3190
},
3191
{
@@ -3205,8 +3205,8 @@
3205
"zh-chs": "添加设备权限",
3206
"zh-cht": "新增裝置權限",
3207
"xloc": [
3208
- "default.handlebars->29->1467",
3209
- "default.handlebars->29->1469"
3208
+ "default.handlebars->29->1471",
3209
+ "default.handlebars->29->1473"
3210
]
3211
},
3212
{
@@ -3226,7 +3226,7 @@
3226
"zh-chs": "添加英特尔®AMT CIRA设备",
3227
"zh-cht": "新增Intel® AMT CIRA裝置",
3228
"xloc": [
3229
- "default.handlebars->29->333"
3229
+ "default.handlebars->29->335"
3230
]
3231
},
3232
{
@@ -3246,7 +3246,7 @@
3246
"zh-chs": "添加英特尔®AMT设备",
3247
"zh-cht": "新增Intel® AMT裝置",
3248
"xloc": [
3249
- "default.handlebars->29->298"
3249
+ "default.handlebars->29->300"
3250
]
3251
},
3252
{
@@ -3286,7 +3286,7 @@
3286
"zh-chs": "添加本地",
3287
"zh-cht": "新增本地",
3288
"xloc": [
3289
- "default.handlebars->29->277"
3289
+ "default.handlebars->29->279"
3290
]
3291
},
3292
{
@@ -3306,7 +3306,7 @@
3306
"zh-chs": "添加成员身份",
3307
"zh-cht": "新增成員身份",
3308
"xloc": [
3309
- "default.handlebars->29->2013"
3309
+ "default.handlebars->29->2017"
3310
]
3311
},
3312
{
@@ -3326,7 +3326,7 @@
3326
"zh-chs": "添加 Mesh Agent",
3327
"zh-cht": "新增 Mesh Agent",
3328
"xloc": [
3329
- "default.handlebars->29->417"
3329
+ "default.handlebars->29->419"
3330
]
3331
},
3332
{
@@ -3346,8 +3346,8 @@
3346
"zh-chs": "添加安全密钥",
3347
"zh-cht": "新增安全密鑰",
3348
"xloc": [
3349
- "default.handlebars->29->1043",
3350
- "default.handlebars->29->1044",
3349
+ "default.handlebars->29->1047",
3350
+ "default.handlebars->29->1048",
3351
"default.handlebars->29->149",
3352
"default.handlebars->29->151",
3353
"default.handlebars->29->154",
@@ -3371,8 +3371,8 @@
3371
"zh-chs": "添加用户",
3372
"zh-cht": "新增用戶",
3373
"xloc": [
3374
- "default-mobile.handlebars->9->405",
3375
- "default.handlebars->29->668"
3374
+ "default-mobile.handlebars->9->406",
3375
+ "default.handlebars->29->672"
3376
]
3377
},
3378
{
@@ -3392,7 +3392,7 @@
3392
"zh-chs": "添加用户设备权限",
3393
"zh-cht": "新增用戶裝置權限",
3394
"xloc": [
3395
- "default.handlebars->29->1472"
3395
+ "default.handlebars->29->1476"
3396
]
3397
},
3398
{
@@ -3412,10 +3412,10 @@
3412
"zh-chs": "添加用户组",
3413
"zh-cht": "新增用戶群",
3414
"xloc": [
3415
- "default.handlebars->29->1361",
3416
- "default.handlebars->29->1464",
3417
- "default.handlebars->29->1989",
3418
- "default.handlebars->29->669"
3415
+ "default.handlebars->29->1365",
3416
+ "default.handlebars->29->1468",
3417
+ "default.handlebars->29->1993",
3418
+ "default.handlebars->29->673"
3419
]
3420
},
3421
{
@@ -3435,7 +3435,7 @@
3435
"zh-chs": "添加用户组设备权限",
3436
"zh-cht": "新增用戶群裝置權限",
3437
"xloc": [
3438
- "default.handlebars->29->1474"
3438
+ "default.handlebars->29->1478"
3439
]
3440
},
3441
{
@@ -3455,7 +3455,7 @@
3455
"zh-chs": "将用户添加到设备组",
3456
"zh-cht": "將用戶新增到裝置群",
3457
"xloc": [
3458
- "default-mobile.handlebars->9->436"
3458
+ "default-mobile.handlebars->9->437"
3459
]
3460
},
3461
{
@@ -3492,8 +3492,8 @@
3492
"zh-chs": "添加用户",
3493
"zh-cht": "新增用戶",
3494
"xloc": [
3495
- "default.handlebars->29->1360",
3496
- "default.handlebars->29->1860"
3495
+ "default.handlebars->29->1364",
3496
+ "default.handlebars->29->1864"
3497
]
3498
},
3499
{
@@ -3513,7 +3513,7 @@
3513
"zh-chs": "将用户添加到设备组",
3514
"zh-cht": "將用戶新增到裝置群",
3515
"xloc": [
3516
- "default.handlebars->29->1461"
3516
+ "default.handlebars->29->1465"
3517
]
3518
},
3519
{
@@ -3533,7 +3533,7 @@
3533
"zh-chs": "将用户添加到用户组",
3534
"zh-cht": "將用戶新增到用戶群",
3535
"xloc": [
3536
- "default.handlebars->29->1893"
3536
+ "default.handlebars->29->1897"
3537
]
3538
},
3539
{
@@ -3573,7 +3573,7 @@
3573
"zh-chs": "通过扫描本地网络添加新的英特尔®AMT计算机。",
3574
"zh-cht": "通過掃描本地網絡新增新的Intel® AMT電腦。",
3575
"xloc": [
3576
- "default.handlebars->29->278"
3576
+ "default.handlebars->29->280"
3577
]
3578
},
3579
{
@@ -3593,8 +3593,8 @@
3593
"zh-chs": "添加位于互联网上的新英特尔®AMT计算机。",
3594
"zh-cht": "新增位於互聯網上的新Intel® AMT電腦。",
3595
"xloc": [
3596
- "default.handlebars->29->1362",
3597
- "default.handlebars->29->274"
3596
+ "default.handlebars->29->1366",
3597
+ "default.handlebars->29->276"
3598
]
3599
},
3600
{
@@ -3614,8 +3614,8 @@
3614
"zh-chs": "添加位于本地网络上的新英特尔®AMT计算机。",
3615
"zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。",
3616
"xloc": [
3617
- "default.handlebars->29->1364",
3618
- "default.handlebars->29->276"
3617
+ "default.handlebars->29->1368",
3618
+ "default.handlebars->29->278"
3619
]
3620
},
3621
{
@@ -3635,7 +3635,7 @@
3635
"zh-chs": "将新的英特尔®AMT设备添加到设备组“{0}”。",
3636
"zh-cht": "將新的Intel® AMT裝置新增到裝置群“{0}”。",
3637
"xloc": [
3638
- "default.handlebars->29->288"
3638
+ "default.handlebars->29->290"
3639
]
3640
},
3641
{
@@ -3655,8 +3655,8 @@
3655
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3656
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3657
"xloc": [
3658
- "default.handlebars->29->1370",
3659
- "default.handlebars->29->284"
3658
+ "default.handlebars->29->1374",
3659
+ "default.handlebars->29->286"
3660
]
3661
},
3662
{
@@ -3676,7 +3676,7 @@
3676
"zh-chs": "添加标签",
3677
"zh-cht": "新增標籤",
3678
"xloc": [
3679
- "default.handlebars->29->482"
3679
+ "default.handlebars->29->484"
3680
]
3681
},
3682
{
@@ -3696,7 +3696,7 @@
3696
"zh-chs": "添加了身份验证应用程序",
3697
"zh-cht": "添加了身份驗證應用程序",
3698
"xloc": [
3699
- "default.handlebars->29->1674"
3699
+ "default.handlebars->29->1678"
3700
]
3701
},
3702
{
@@ -3716,8 +3716,8 @@
3716
"zh-chs": "已将设备{0}添加到设备组{1}",
3717
"zh-cht": "已將設備{0}添加到設備組{1}",
3718
"xloc": [
3719
- "default.handlebars->29->1641",
3720
- "default.handlebars->29->1668"
3719
+ "default.handlebars->29->1645",
3720
+ "default.handlebars->29->1672"
3721
]
3722
},
3723
{
@@ -3737,7 +3737,7 @@
3737
"zh-chs": "添加了安全密钥",
3738
"zh-cht": "添加了安全密鑰",
3739
"xloc": [
3740
- "default.handlebars->29->1679"
3740
+ "default.handlebars->29->1683"
3741
]
3742
},
3743
{
@@ -3757,7 +3757,7 @@
3757
"zh-chs": "已将用户组{0}添加到设备组{1}",
3758
"zh-cht": "已將用戶組{0}添加到設備組{1}",
3759
"xloc": [
3760
- "default.handlebars->29->1652"
3760
+ "default.handlebars->29->1656"
3761
]
3762
},
3763
{
@@ -3777,8 +3777,8 @@
3777
"zh-chs": "已将用户{0}添加到用户组{1}",
3778
"zh-cht": "已將用戶{0}添加到用戶組{1}",
3779
"xloc": [
3780
- "default.handlebars->29->1655",
3781
- "default.handlebars->29->1664"
3780
+ "default.handlebars->29->1659",
3781
+ "default.handlebars->29->1668"
3782
]
3783
},
3784
{
@@ -3798,7 +3798,7 @@
3798
"zh-chs": "地址",
3799
"zh-cht": "地址",
3800
"xloc": [
3801
- "default.handlebars->29->231"
3801
+ "default.handlebars->29->233"
3802
]
3803
},
3804
{
@@ -3838,8 +3838,8 @@
3838
"zh-chs": "管理员控制模式(ACM)",
3839
"zh-cht": "管理員控制模式(ACM)",
3840
"xloc": [
3841
- "default-mobile.handlebars->9->365",
3842
- "default.handlebars->29->973"
3841
+ "default-mobile.handlebars->9->366",
3842
+ "default.handlebars->29->977"
3843
]
3844
},
3845
{
@@ -3859,8 +3859,8 @@
3859
"zh-chs": "管理员凭证",
3860
"zh-cht": "管理員憑證",
3861
"xloc": [
3862
- "default-mobile.handlebars->9->371",
3863
- "default.handlebars->29->979"
3862
+ "default-mobile.handlebars->9->372",
3863
+ "default.handlebars->29->983"
3864
]
3865
},
3866
{
@@ -3901,7 +3901,7 @@
3901
"zh-chs": "管理领域",
3902
"zh-cht": "管理領域",
3903
"xloc": [
3904
- "default.handlebars->29->1929"
3904
+ "default.handlebars->29->1933"
3905
]
3906
},
3907
{
@@ -3942,7 +3942,7 @@
3942
"zh-chs": "管理领域",
3943
"zh-cht": "管理領域",
3944
"xloc": [
3945
- "default.handlebars->29->1797"
3945
+ "default.handlebars->29->1801"
3946
]
3947
},
3948
{
@@ -3962,7 +3962,7 @@
3962
"zh-chs": "管理员",
3963
"zh-cht": "管理員",
3964
"xloc": [
3965
- "default.handlebars->29->1726"
3965
+ "default.handlebars->29->1730"
3966
]
3967
},
3968
{
@@ -3982,7 +3982,7 @@
3982
"zh-chs": "南非文",
3983
"zh-cht": "南非文",
3984
"xloc": [
3985
- "default.handlebars->29->1046"
3985
+ "default.handlebars->29->1050"
3986
]
3987
},
3988
{
@@ -4003,12 +4003,12 @@
4003
"zh-cht": "代理",
4004
"xloc": [
4005
"default-mobile.handlebars->9->203",
4006
- "default-mobile.handlebars->9->227",
4007
- "default-mobile.handlebars->9->243",
4008
- "default.handlebars->29->1528",
4009
- "default.handlebars->29->1536",
4010
- "default.handlebars->29->211",
4011
- "default.handlebars->29->442",
4006
+ "default-mobile.handlebars->9->228",
4007
+ "default-mobile.handlebars->9->244",
4008
+ "default.handlebars->29->1532",
4009
+ "default.handlebars->29->1540",
4010
+ "default.handlebars->29->213",
4011
+ "default.handlebars->29->444",
4012
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
4013
]
4014
},
@@ -4029,8 +4029,8 @@
4029
"zh-chs": "代理+英特尔AMT",
4030
"zh-cht": "代理+Intel® AMT",
4031
"xloc": [
4032
- "default.handlebars->29->1530",
4033
- "default.handlebars->29->1538"
4032
+ "default.handlebars->29->1534",
4033
+ "default.handlebars->29->1542"
4034
]
4035
},
4036
{
@@ -4070,8 +4070,8 @@
4070
"zh-chs": "代理控制台",
4071
"zh-cht": "代理控制台",
4072
"xloc": [
4073
- "default-mobile.handlebars->9->442",
4074
- "default.handlebars->29->1482"
4073
+ "default-mobile.handlebars->9->443",
4074
+ "default.handlebars->29->1486"
4075
]
4076
},
4077
{
@@ -4091,7 +4091,7 @@
4091
"zh-chs": "代理错误计数器",
4092
"zh-cht": "代理錯誤計數器",
4093
"xloc": [
4094
- "default.handlebars->29->2056"
4094
+ "default.handlebars->29->2060"
4095
]
4096
},
4097
{
@@ -4132,7 +4132,7 @@
4132
"zh-cht": "代理訊息",
4133
"xloc": [
4134
"default-mobile.handlebars->9->181",
4135
- "default.handlebars->29->266"
4135
+ "default.handlebars->29->268"
4136
]
4137
},
4138
{
@@ -4152,7 +4152,7 @@
4152
"zh-chs": "代理中继",
4153
"zh-cht": "代理中繼",
4154
"xloc": [
4155
- "default-mobile.handlebars->9->246"
4155
+ "default-mobile.handlebars->9->247"
4156
]
4157
},
4158
{
@@ -4194,7 +4194,7 @@
4194
"zh-chs": "代理时段",
4195
"zh-cht": "代理時段",
4196
"xloc": [
4197
- "default.handlebars->29->2072"
4197
+ "default.handlebars->29->2076"
4198
]
4199
},
4200
{
@@ -4214,8 +4214,8 @@
4214
"zh-chs": "代理标签",
4215
"zh-cht": "代理標籤",
4216
"xloc": [
4217
- "default-mobile.handlebars->9->242",
4218
- "default.handlebars->29->593"
4217
+ "default-mobile.handlebars->9->243",
4218
+ "default.handlebars->29->595"
4219
]
4220
},
4221
{
@@ -4235,7 +4235,7 @@
4235
"zh-chs": "代理类型",
4236
"zh-cht": "代理類型",
4237
"xloc": [
4238
- "default.handlebars->29->1534",
4238
+ "default.handlebars->29->1538",
4239
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4240
]
4241
},
@@ -4256,7 +4256,7 @@
4256
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4257
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4258
"xloc": [
4259
- "default.handlebars->29->1638"
4259
+ "default.handlebars->29->1642"
4260
]
4261
},
4262
{
@@ -4276,9 +4276,9 @@
4276
"zh-chs": "代理已连接",
4277
"zh-cht": "代理已連接",
4278
"xloc": [
4279
- "default.handlebars->29->161",
4280
- "default.handlebars->29->659",
4281
- "default.handlebars->29->660"
4279
+ "default.handlebars->29->163",
4280
+ "default.handlebars->29->663",
4281
+ "default.handlebars->29->664"
4282
]
4283
},
4284
{
@@ -4298,7 +4298,7 @@
4298
"zh-chs": "代理已断开连接",
4299
"zh-cht": "代理已斷開連接",
4300
"xloc": [
4301
- "default.handlebars->29->165"
4301
+ "default.handlebars->29->167"
4302
]
4303
},
4304
{
@@ -4318,7 +4318,7 @@
4318
"zh-chs": "代理离线",
4319
"zh-cht": "代理離線",
4320
"xloc": [
4321
- "default.handlebars->29->1008"
4321
+ "default.handlebars->29->1012"
4322
]
4323
},
4324
{
@@ -4338,7 +4338,14 @@
4338
"zh-chs": "代理在线",
4339
"zh-cht": "代理在線",
4340
"xloc": [
4341
- "default.handlebars->29->1007"
4341
+ "default.handlebars->29->1011"
4342
+ ]
4343
+ },
4344
+ {
4345
+ "en": "Agent is running on remote device with reduced privilages.",
4346
+ "xloc": [
4347
+ "default.handlebars->29->161",
4348
+ "default.handlebars->29->661"
4349
]
4350
},
4351
{
@@ -4358,7 +4365,7 @@
4365
"zh-chs": "代理",
4366
"zh-cht": "代理",
4367
"xloc": [
4361
- "default.handlebars->29->2088"
4368
+ "default.handlebars->29->2092"
4369
]
4370
},
4371
{
@@ -4378,7 +4385,7 @@
4385
"zh-chs": "阿尔巴尼亚文",
4386
"zh-cht": "阿爾巴尼亞文",
4387
"xloc": [
4381
- "default.handlebars->29->1047"
4388
+ "default.handlebars->29->1051"
4389
]
4390
},
4391
{
@@ -4399,8 +4406,8 @@
4406
"zh-cht": "所有",
4407
"xloc": [
4408
"default-mobile.handlebars->9->117",
4402
- "default-mobile.handlebars->9->301",
4403
- "default-mobile.handlebars->9->303",
4409
+ "default-mobile.handlebars->9->302",
4410
+ "default-mobile.handlebars->9->304",
4411
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
4412
]
4413
},
@@ -4421,7 +4428,7 @@
4428
"zh-chs": "全部可用",
4429
"zh-cht": "全部可用",
4430
"xloc": [
4424
- "default.handlebars->29->1689"
4431
+ "default.handlebars->29->1693"
4432
]
4433
},
4434
{
@@ -4458,7 +4465,7 @@
4465
"zh-chs": "所有事件",
4466
"zh-cht": "所有事件",
4467
"xloc": [
4461
- "default.handlebars->29->1687"
4468
+ "default.handlebars->29->1691"
4469
]
4470
},
4471
{
@@ -4478,9 +4485,9 @@
4485
"zh-chs": "全部聚焦",
4486
"zh-cht": "全部聚焦",
4487
"xloc": [
4481
- "default.handlebars->29->841",
4482
- "default.handlebars->29->843",
4483
- "default.handlebars->29->844"
4488
+ "default.handlebars->29->845",
4489
+ "default.handlebars->29->847",
4490
+ "default.handlebars->29->848"
4491
]
4492
},
4493
{
@@ -4500,8 +4507,8 @@
4507
"zh-chs": "允许用户管理此设备组和该组中的设备。",
4508
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4509
"xloc": [
4503
- "default.handlebars->29->1429",
4504
- "default.handlebars->29->1890"
4510
+ "default.handlebars->29->1433",
4511
+ "default.handlebars->29->1894"
4512
]
4513
},
4514
{
@@ -4521,7 +4528,7 @@
4528
"zh-chs": "允许用户管理此设备。",
4529
"zh-cht": "允許用戶管理此裝置。",
4530
"xloc": [
4524
- "default.handlebars->29->1430"
4531
+ "default.handlebars->29->1434"
4532
]
4533
},
4534
{
@@ -4585,7 +4592,7 @@
4592
"zh-chs": "备用(F10 = ESC + 0)",
4593
"zh-cht": "備用(F10 = ESC + 0)",
4594
"xloc": [
4588
- "default.handlebars->29->878"
4595
+ "default.handlebars->29->882"
4596
]
4597
},
4598
{
@@ -4626,10 +4633,10 @@
4633
"zh-chs": "一直通知",
4634
"zh-cht": "一直通知",
4635
"xloc": [
4629
- "default.handlebars->29->1341",
4630
- "default.handlebars->29->1851",
4631
- "default.handlebars->29->1938",
4632
- "default.handlebars->29->609"
4636
+ "default.handlebars->29->1345",
4637
+ "default.handlebars->29->1855",
4638
+ "default.handlebars->29->1942",
4639
+ "default.handlebars->29->611"
4640
]
4641
},
4642
{
@@ -4649,10 +4656,10 @@
4656
"zh-chs": "一直提示",
4657
"zh-cht": "一直提示",
4658
"xloc": [
4652
- "default.handlebars->29->1342",
4653
- "default.handlebars->29->1852",
4654
- "default.handlebars->29->1939",
4655
- "default.handlebars->29->610"
4659
+ "default.handlebars->29->1346",
4660
+ "default.handlebars->29->1856",
4661
+ "default.handlebars->29->1943",
4662
+ "default.handlebars->29->612"
4663
]
4664
},
4665
{
@@ -4775,7 +4782,7 @@
4782
"zh-chs": "杀毒软件",
4783
"zh-cht": "防毒軟體",
4784
"xloc": [
4778
- "default.handlebars->29->599"
4785
+ "default.handlebars->29->601"
4786
]
4787
},
4788
{
@@ -4795,7 +4802,7 @@
4802
"zh-chs": "任何可支持的",
4803
"zh-cht": "任何可支持的",
4804
"xloc": [
4798
- "default.handlebars->29->343"
4805
+ "default.handlebars->29->345"
4806
]
4807
},
4808
{
@@ -4815,7 +4822,7 @@
4822
"zh-chs": "苹果macOS",
4823
"zh-cht": "蘋果macOS",
4824
"xloc": [
4818
- "default.handlebars->29->378"
4825
+ "default.handlebars->29->380"
4826
]
4827
},
4828
{
@@ -4835,7 +4842,7 @@
4842
"zh-chs": "仅限Apple macOS",
4843
"zh-cht": "僅限Apple macOS",
4844
"xloc": [
4838
- "default.handlebars->29->345"
4845
+ "default.handlebars->29->347"
4846
]
4847
},
4848
{
@@ -4875,7 +4882,7 @@
4882
"zh-chs": "阿拉伯文(阿尔及利亚)",
4883
"zh-cht": "阿拉伯文(阿爾及利亞)",
4884
"xloc": [
4878
- "default.handlebars->29->1049"
4885
+ "default.handlebars->29->1053"
4886
]
4887
},
4888
{
@@ -4895,7 +4902,7 @@
4902
"zh-chs": "阿拉伯文(巴林)",
4903
"zh-cht": "阿拉伯文(巴林)",
4904
"xloc": [
4898
- "default.handlebars->29->1050"
4905
+ "default.handlebars->29->1054"
4906
]
4907
},
4908
{
@@ -4915,7 +4922,7 @@
4922
"zh-chs": "阿拉伯文(埃及)",
4923
"zh-cht": "阿拉伯文(埃及)",
4924
"xloc": [
4918
- "default.handlebars->29->1051"
4925
+ "default.handlebars->29->1055"
4926
]
4927
},
4928
{
@@ -4935,7 +4942,7 @@
4942
"zh-chs": "阿拉伯文(伊拉克)",
4943
"zh-cht": "阿拉伯文(伊拉克)",
4944
"xloc": [
4938
- "default.handlebars->29->1052"
4945
+ "default.handlebars->29->1056"
4946
]
4947
},
4948
{
@@ -4955,7 +4962,7 @@
4962
"zh-chs": "阿拉伯文(约旦)",
4963
"zh-cht": "阿拉伯文(約旦)",
4964
"xloc": [
4958
- "default.handlebars->29->1053"
4965
+ "default.handlebars->29->1057"
4966
]
4967
},
4968
{
@@ -4975,7 +4982,7 @@
4982
"zh-chs": "阿拉伯文(科威特)",
4983
"zh-cht": "阿拉伯文(科威特)",
4984
"xloc": [
4978
- "default.handlebars->29->1054"
4985
+ "default.handlebars->29->1058"
4986
]
4987
},
4988
{
@@ -4995,7 +5002,7 @@
5002
"zh-chs": "阿拉伯文(黎巴嫩)",
5003
"zh-cht": "阿拉伯文(黎巴嫩)",
5004
"xloc": [
4998
- "default.handlebars->29->1055"
5005
+ "default.handlebars->29->1059"
5006
]
5007
},
5008
{
@@ -5015,7 +5022,7 @@
5022
"zh-chs": "阿拉伯文(利比亚)",
5023
"zh-cht": "阿拉伯文(利比亞)",
5024
"xloc": [
5018
- "default.handlebars->29->1056"
5025
+ "default.handlebars->29->1060"
5026
]
5027
},
5028
{
@@ -5035,7 +5042,7 @@
5042
"zh-chs": "阿拉伯文(摩洛哥)",
5043
"zh-cht": "阿拉伯文(摩洛哥)",
5044
"xloc": [
5038
- "default.handlebars->29->1057"
5045
+ "default.handlebars->29->1061"
5046
]
5047
},
5048
{
@@ -5055,7 +5062,7 @@
5062
"zh-chs": "阿拉伯文(阿曼)",
5063
"zh-cht": "阿拉伯文(阿曼)",
5064
"xloc": [
5058
- "default.handlebars->29->1058"
5065
+ "default.handlebars->29->1062"
5066
]
5067
},
5068
{
@@ -5075,7 +5082,7 @@
5082
"zh-chs": "阿拉伯文(卡塔尔)",
5083
"zh-cht": "阿拉伯文(卡塔爾)",
5084
"xloc": [
5078
- "default.handlebars->29->1059"
5085
+ "default.handlebars->29->1063"
5086
]
5087
},
5088
{
@@ -5095,7 +5102,7 @@
5102
"zh-chs": "阿拉伯文(沙特阿拉伯)",
5103
"zh-cht": "阿拉伯文(沙特阿拉伯)",
5104
"xloc": [
5098
- "default.handlebars->29->1060"
5105
+ "default.handlebars->29->1064"
5106
]
5107
},
5108
{
@@ -5115,7 +5122,7 @@
5122
"zh-chs": "阿拉伯文(标准)",
5123
"zh-cht": "阿拉伯文(標準)",
5124
"xloc": [
5118
- "default.handlebars->29->1048"
5125
+ "default.handlebars->29->1052"
5126
]
5127
},
5128
{
@@ -5135,7 +5142,7 @@
5142
"zh-chs": "阿拉伯文(叙利亚)",
5143
"zh-cht": "阿拉伯文(敘利亞)",
5144
"xloc": [
5138
- "default.handlebars->29->1061"
5145
+ "default.handlebars->29->1065"
5146
]
5147
},
5148
{
@@ -5155,7 +5162,7 @@
5162
"zh-chs": "阿拉伯文(突尼斯)",
5163
"zh-cht": "阿拉伯文(突尼斯)",
5164
"xloc": [
5158
- "default.handlebars->29->1062"
5165
+ "default.handlebars->29->1066"
5166
]
5167
},
5168
{
@@ -5175,7 +5182,7 @@
5182
"zh-chs": "阿拉伯文(阿联酋)",
5183
"zh-cht": "阿拉伯文(阿聯酋)",
5184
"xloc": [
5178
- "default.handlebars->29->1063"
5185
+ "default.handlebars->29->1067"
5186
]
5187
},
5188
{
@@ -5195,7 +5202,7 @@
5202
"zh-chs": "阿拉伯文(也门)",
5203
"zh-cht": "阿拉伯文(也門)",
5204
"xloc": [
5198
- "default.handlebars->29->1064"
5205
+ "default.handlebars->29->1068"
5206
]
5207
},
5208
{
@@ -5215,7 +5222,7 @@
5222
"zh-chs": "阿拉贡文",
5223
"zh-cht": "阿拉貢文",
5224
"xloc": [
5218
- "default.handlebars->29->1065"
5225
+ "default.handlebars->29->1069"
5226
]
5227
},
5228
{
@@ -5235,8 +5242,8 @@
5242
"zh-chs": "架构",
5243
"zh-cht": "結構",
5244
"xloc": [
5238
- "default-mobile.handlebars->9->335",
5239
- "default.handlebars->29->933"
5245
+ "default-mobile.handlebars->9->336",
5246
+ "default.handlebars->29->937"
5247
]
5248
},
5249
{
@@ -5256,7 +5263,7 @@
5263
"zh-chs": "您确定要连接到{0}设备吗?",
5264
"zh-cht": "你確定要連接到{0}裝置嗎?",
5265
"xloc": [
5259
- "default.handlebars->29->269"
5266
+ "default.handlebars->29->271"
5267
]
5268
},
5269
{
@@ -5276,8 +5283,8 @@
5283
"zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
5284
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5285
"xloc": [
5279
- "default-mobile.handlebars->9->411",
5280
- "default.handlebars->29->1405"
5286
+ "default-mobile.handlebars->9->412",
5287
+ "default.handlebars->29->1409"
5288
]
5289
},
5290
{
@@ -5297,7 +5304,7 @@
5304
"zh-chs": "您确定要删除节点{0}吗?",
5305
"zh-cht": "你確定要刪除節點{0}嗎?",
5306
"xloc": [
5300
- "default.handlebars->29->788"
5307
+ "default.handlebars->29->792"
5308
]
5309
},
5310
{
@@ -5317,7 +5324,7 @@
5324
"zh-chs": "您确定要卸载所选代理吗?",
5325
"zh-cht": "你確定要卸載所選代理嗎?",
5326
"xloc": [
5320
- "default.handlebars->29->777"
5327
+ "default.handlebars->29->781"
5328
]
5329
},
5330
{
@@ -5337,7 +5344,7 @@
5344
"zh-chs": "您确定要卸载所选的{0}代理吗?",
5345
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
5346
"xloc": [
5340
- "default.handlebars->29->776"
5347
+ "default.handlebars->29->780"
5348
]
5349
},
5350
{
@@ -5357,7 +5364,7 @@
5364
"zh-chs": "您确定要{0}插件吗:{1}",
5365
"zh-cht": "你確定要{0}外掛嗎:{1}",
5366
"xloc": [
5360
- "default.handlebars->29->2128"
5367
+ "default.handlebars->29->2132"
5368
]
5369
},
5370
{
@@ -5377,7 +5384,7 @@
5384
"zh-chs": "亚美尼亚文",
5385
"zh-cht": "亞美尼亞文",
5386
"xloc": [
5380
- "default.handlebars->29->1066"
5387
+ "default.handlebars->29->1070"
5388
]
5389
},
5390
{
@@ -5437,7 +5444,7 @@
5444
"zh-chs": "阿萨姆文",
5445
"zh-cht": "阿薩姆文",
5446
"xloc": [
5440
- "default.handlebars->29->1067"
5447
+ "default.handlebars->29->1071"
5448
]
5449
},
5450
{
@@ -5457,7 +5464,7 @@
5464
"zh-chs": "阿斯图里亚斯文",
5465
"zh-cht": "阿斯圖里亞斯文",
5466
"xloc": [
5460
- "default.handlebars->29->1068"
5467
+ "default.handlebars->29->1072"
5468
]
5469
},
5470
{
@@ -5477,7 +5484,7 @@
5484
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5485
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5486
"xloc": [
5480
- "default.handlebars->29->1607"
5487
+ "default.handlebars->29->1611"
5488
]
5489
},
5490
{
@@ -5497,7 +5504,7 @@
5504
"zh-chs": "认证软件",
5505
"zh-cht": "認證軟體",
5506
"xloc": [
5500
- "default.handlebars->29->1942"
5507
+ "default.handlebars->29->1946"
5508
]
5509
},
5510
{
@@ -5521,8 +5528,8 @@
5528
"default-mobile.handlebars->9->52",
5529
"default-mobile.handlebars->9->71",
5530
"default-mobile.handlebars->9->73",
5524
- "default.handlebars->29->1032",
5525
- "default.handlebars->29->1034",
5531
+ "default.handlebars->29->1036",
5532
+ "default.handlebars->29->1038",
5533
"default.handlebars->29->125",
5534
"default.handlebars->29->130"
5535
]
@@ -5604,7 +5611,7 @@
5611
"zh-chs": "自动删除",
5612
"zh-cht": "自動刪除",
5613
"xloc": [
5607
- "default.handlebars->29->1328"
5614
+ "default.handlebars->29->1332"
5615
]
5616
},
5617
{
@@ -5668,7 +5675,7 @@
5675
"zh-chs": "可用內存",
5676
"zh-cht": "可用內存",
5677
"xloc": [
5671
- "default.handlebars->29->2081"
5678
+ "default.handlebars->29->2085"
5679
]
5680
},
5681
{
@@ -5688,7 +5695,7 @@
5695
"zh-chs": "阿塞拜疆文",
5696
"zh-cht": "阿塞拜疆文",
5697
"xloc": [
5691
- "default.handlebars->29->1069"
5698
+ "default.handlebars->29->1073"
5699
]
5700
},
5701
{
@@ -5708,8 +5715,8 @@
5715
"zh-chs": "的BIOS",
5716
"zh-cht": "的BIOS",
5717
"xloc": [
5711
- "default-mobile.handlebars->9->377",
5712
- "default.handlebars->29->985"
5718
+ "default-mobile.handlebars->9->378",
5719
+ "default.handlebars->29->989"
5720
]
5721
},
5722
{
@@ -5804,7 +5811,7 @@
5811
"zh-chs": "背景与互动",
5812
"zh-cht": "背景與互動",
5813
"xloc": [
5807
- "default.handlebars->29->383"
5814
+ "default.handlebars->29->385"
5815
]
5816
},
5817
{
@@ -5824,10 +5831,10 @@
5831
"zh-chs": "背景与互动",
5832
"zh-cht": "背景與互動",
5833
"xloc": [
5827
- "default.handlebars->29->1511",
5828
- "default.handlebars->29->1518",
5829
- "default.handlebars->29->355",
5830
- "default.handlebars->29->369"
5834
+ "default.handlebars->29->1515",
5835
+ "default.handlebars->29->1522",
5836
+ "default.handlebars->29->357",
5837
+ "default.handlebars->29->371"
5838
]
5839
},
5840
{
@@ -5847,11 +5854,11 @@
5854
"zh-chs": "仅背景",
5855
"zh-cht": "僅背景",
5856
"xloc": [
5850
- "default.handlebars->29->1512",
5851
- "default.handlebars->29->1519",
5852
- "default.handlebars->29->356",
5853
- "default.handlebars->29->370",
5854
- "default.handlebars->29->384"
5857
+ "default.handlebars->29->1516",
5858
+ "default.handlebars->29->1523",
5859
+ "default.handlebars->29->358",
5860
+ "default.handlebars->29->372",
5861
+ "default.handlebars->29->386"
5862
]
5863
},
5864
{
@@ -5891,7 +5898,7 @@
5898
"zh-chs": "备用码",
5899
"zh-cht": "備用碼",
5900
"xloc": [
5894
- "default.handlebars->29->1944"
5901
+ "default.handlebars->29->1948"
5902
]
5903
},
5904
{
@@ -5911,7 +5918,7 @@
5918
"zh-chs": "错误的签名",
5919
"zh-cht": "錯誤的簽名",
5920
"xloc": [
5914
- "default.handlebars->29->2063"
5921
+ "default.handlebars->29->2067"
5922
]
5923
},
5924
{
@@ -5931,7 +5938,7 @@
5938
"zh-chs": "错误的网络证书",
5939
"zh-cht": "錯誤的網絡憑證",
5940
"xloc": [
5934
- "default.handlebars->29->2062"
5941
+ "default.handlebars->29->2066"
5942
]
5943
},
5944
{
@@ -5951,7 +5958,7 @@
5958
"zh-chs": "巴斯克",
5959
"zh-cht": "巴斯克",
5960
"xloc": [
5954
- "default.handlebars->29->1070"
5961
+ "default.handlebars->29->1074"
5962
]
5963
},
5964
{
@@ -5991,7 +5998,7 @@
5998
"zh-chs": "白俄罗斯文",
5999
"zh-cht": "白俄羅斯文",
6000
"xloc": [
5994
- "default.handlebars->29->1072"
6001
+ "default.handlebars->29->1076"
6002
]
6003
},
6004
{
@@ -6011,7 +6018,7 @@
6018
"zh-chs": "孟加拉",
6019
"zh-cht": "孟加拉",
6020
"xloc": [
6014
- "default.handlebars->29->1073"
6021
+ "default.handlebars->29->1077"
6022
]
6023
},
6024
{
@@ -6054,7 +6061,7 @@
6061
"zh-chs": "波斯尼亚文",
6062
"zh-cht": "波斯尼亞文",
6063
"xloc": [
6057
- "default.handlebars->29->1074"
6064
+ "default.handlebars->29->1078"
6065
]
6066
},
6067
{
@@ -6074,7 +6081,7 @@
6081
"zh-chs": "布列塔尼",
6082
"zh-cht": "布列塔尼",
6083
"xloc": [
6077
- "default.handlebars->29->1075"
6084
+ "default.handlebars->29->1079"
6085
]
6086
},
6087
{
@@ -6094,7 +6101,7 @@
6101
"zh-chs": "广播",
6102
"zh-cht": "廣播",
6103
"xloc": [
6097
- "default.handlebars->29->1858",
6104
+ "default.handlebars->29->1862",
6105
"default.handlebars->container->column_l->p4->3->1->0->3->1"
6106
]
6107
},
@@ -6115,7 +6122,7 @@
6122
"zh-chs": "广播消息",
6123
"zh-cht": "廣播消息",
6124
"xloc": [
6118
- "default.handlebars->29->1779"
6125
+ "default.handlebars->29->1783"
6126
]
6127
},
6128
{
@@ -6135,7 +6142,7 @@
6142
"zh-chs": "向所有连接的用户广播消息。",
6143
"zh-cht": "向所有連接的用戶廣播消息。",
6144
"xloc": [
6138
- "default.handlebars->29->1774"
6145
+ "default.handlebars->29->1778"
6146
]
6147
},
6148
{
@@ -6155,7 +6162,7 @@
6162
"zh-chs": "保加利亚文",
6163
"zh-cht": "保加利亞文",
6164
"xloc": [
6158
- "default.handlebars->29->1071"
6165
+ "default.handlebars->29->1075"
6166
]
6167
},
6168
{
@@ -6175,7 +6182,7 @@
6182
"zh-chs": "缅甸文",
6183
"zh-cht": "緬甸文",
6184
"xloc": [
6178
- "default.handlebars->29->1076"
6185
+ "default.handlebars->29->1080"
6186
]
6187
},
6188
{
@@ -6195,8 +6202,8 @@
6202
"zh-chs": "CCM",
6203
"zh-cht": "CCM",
6204
"xloc": [
6198
- "default-mobile.handlebars->9->234",
6199
- "default.handlebars->29->578"
6205
+ "default-mobile.handlebars->9->235",
6206
+ "default.handlebars->29->580"
6207
]
6208
},
6209
{
@@ -6217,10 +6224,10 @@
6224
"zh-cht": "CIRA",
6225
"xloc": [
6226
"default-mobile.handlebars->9->204",
6220
- "default.handlebars->29->1393",
6221
- "default.handlebars->29->1398",
6222
- "default.handlebars->29->213",
6223
- "default.handlebars->29->444"
6227
+ "default.handlebars->29->1397",
6228
+ "default.handlebars->29->1402",
6229
+ "default.handlebars->29->215",
6230
+ "default.handlebars->29->446"
6231
]
6232
},
6233
{
@@ -6240,7 +6247,7 @@
6247
"zh-chs": "CIRA服务器",
6248
"zh-cht": "CIRA伺服器",
6249
"xloc": [
6243
- "default.handlebars->29->2116"
6250
+ "default.handlebars->29->2120"
6251
]
6252
},
6253
{
@@ -6260,7 +6267,7 @@
6267
"zh-chs": "CIRA服务器命令",
6268
"zh-cht": "CIRA伺服器指令",
6269
"xloc": [
6263
- "default.handlebars->29->2117"
6270
+ "default.handlebars->29->2121"
6271
]
6272
},
6273
{
@@ -6280,8 +6287,8 @@
6287
"zh-chs": "CPU",
6288
"zh-cht": "CPU",
6289
"xloc": [
6283
- "default-mobile.handlebars->9->383",
6284
- "default.handlebars->29->991"
6290
+ "default-mobile.handlebars->9->384",
6291
+ "default.handlebars->29->995"
6292
]
6293
},
6294
{
@@ -6301,7 +6308,7 @@
6308
"zh-chs": "CPU负载",
6309
"zh-cht": "CPU負載",
6310
"xloc": [
6304
- "default.handlebars->29->2077"
6311
+ "default.handlebars->29->2081"
6312
]
6313
},
6314
{
@@ -6321,7 +6328,7 @@
6328
"zh-chs": "最近15分钟的CPU负载",
6329
"zh-cht": "最近15分鐘的CPU負載",
6330
"xloc": [
6324
- "default.handlebars->29->2080"
6331
+ "default.handlebars->29->2084"
6332
]
6333
},
6334
{
@@ -6341,7 +6348,7 @@
6348
"zh-chs": "最近5分钟的CPU负载",
6349
"zh-cht": "最近5分鐘的CPU負載",
6350
"xloc": [
6344
- "default.handlebars->29->2079"
6351
+ "default.handlebars->29->2083"
6352
]
6353
},
6354
{
@@ -6361,7 +6368,7 @@
6368
"zh-chs": "最近一分钟的CPU负载",
6369
"zh-cht": "最近一分鐘的CPU負載",
6370
"xloc": [
6364
- "default.handlebars->29->2078"
6371
+ "default.handlebars->29->2082"
6372
]
6373
},
6374
{
@@ -6381,8 +6388,8 @@
6388
"zh-chs": "CR+LF",
6389
"zh-cht": "CR+LF",
6390
"xloc": [
6384
- "default.handlebars->29->871",
6385
- "default.handlebars->29->880",
6391
+ "default.handlebars->29->875",
6392
+ "default.handlebars->29->884",
6393
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
6394
]
6395
},
@@ -6403,7 +6410,7 @@
6410
"zh-chs": "CSV",
6411
"zh-cht": "CSV",
6412
"xloc": [
6406
- "default.handlebars->29->1697"
6413
+ "default.handlebars->29->1701"
6414
]
6415
},
6416
{
@@ -6423,9 +6430,9 @@
6430
"zh-chs": "CSV格式",
6431
"zh-cht": "CSV格式",
6432
"xloc": [
6426
- "default.handlebars->29->1701",
6427
- "default.handlebars->29->1766",
6428
- "default.handlebars->29->494"
6433
+ "default.handlebars->29->1705",
6434
+ "default.handlebars->29->1770",
6435
+ "default.handlebars->29->496"
6436
]
6437
},
6438
{
@@ -6445,7 +6452,7 @@
6452
"zh-chs": "呼叫错误",
6453
"zh-cht": "呼叫錯誤",
6454
"xloc": [
6448
- "default.handlebars->29->2129"
6455
+ "default.handlebars->29->2133"
6456
]
6457
},
6458
{
@@ -6467,7 +6474,7 @@
6474
"xloc": [
6475
"default-mobile.handlebars->9->82",
6476
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
6470
- "default.handlebars->29->1306",
6477
+ "default.handlebars->29->1310",
6478
"default.handlebars->container->dialog->idx_dlgButtonBar",
6479
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
6480
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -6494,12 +6501,12 @@
6501
"zh-chs": "容量",
6502
"zh-cht": "容量",
6503
"xloc": [
6497
- "default-mobile.handlebars->9->388",
6498
- "default-mobile.handlebars->9->393",
6499
- "default-mobile.handlebars->9->395",
6500
- "default.handlebars->29->1001",
6501
- "default.handlebars->29->1003",
6502
- "default.handlebars->29->996"
6504
+ "default-mobile.handlebars->9->389",
6505
+ "default-mobile.handlebars->9->394",
6506
+ "default-mobile.handlebars->9->396",
6507
+ "default.handlebars->29->1000",
6508
+ "default.handlebars->29->1005",
6509
+ "default.handlebars->29->1007"
6510
]
6511
},
6512
{
@@ -6519,8 +6526,8 @@
6526
"zh-chs": "容量/速度",
6527
"zh-cht": "容量/速度",
6528
"xloc": [
6522
- "default-mobile.handlebars->9->386",
6523
- "default.handlebars->29->994"
6529
+ "default-mobile.handlebars->9->387",
6530
+ "default.handlebars->29->998"
6531
]
6532
},
6533
{
@@ -6540,7 +6547,7 @@
6547
"zh-chs": "加泰罗尼亚文",
6548
"zh-cht": "加泰羅尼亞文",
6549
"xloc": [
6543
- "default.handlebars->29->1077"
6550
+ "default.handlebars->29->1081"
6551
]
6552
},
6553
{
@@ -6560,7 +6567,7 @@
6567
"zh-chs": "在这里为中心显示地图",
6568
"zh-cht": "在這裡為中心顯示地圖",
6569
"xloc": [
6563
- "default.handlebars->29->540"
6570
+ "default.handlebars->29->542"
6571
]
6572
},
6573
{
@@ -6580,7 +6587,7 @@
6587
"zh-chs": "查莫罗",
6588
"zh-cht": "查莫羅",
6589
"xloc": [
6583
- "default.handlebars->29->1078"
6590
+ "default.handlebars->29->1082"
6591
]
6592
},
6593
{
@@ -6622,7 +6629,7 @@
6629
"zh-chs": "更改{0}的电邮",
6630
"zh-cht": "更改{0}的電郵",
6631
"xloc": [
6625
- "default.handlebars->29->1972"
6632
+ "default.handlebars->29->1976"
6633
]
6634
},
6635
{
@@ -6642,9 +6649,9 @@
6649
"zh-chs": "更改组",
6650
"zh-cht": "更改群",
6651
"xloc": [
6645
- "default.handlebars->29->636",
6646
- "default.handlebars->29->785",
6647
- "default.handlebars->29->786"
6652
+ "default.handlebars->29->638",
6653
+ "default.handlebars->29->789",
6654
+ "default.handlebars->29->790"
6655
]
6656
},
6657
{
@@ -6665,8 +6672,8 @@
6672
"zh-cht": "更改密碼",
6673
"xloc": [
6674
"default-mobile.handlebars->9->90",
6668
- "default.handlebars->29->1273",
6669
- "default.handlebars->29->1959"
6675
+ "default.handlebars->29->1277",
6676
+ "default.handlebars->29->1963"
6677
]
6678
},
6679
{
@@ -6686,7 +6693,7 @@
6693
"zh-chs": "更改{0}的密码",
6694
"zh-cht": "更改{0}的密碼",
6695
"xloc": [
6689
- "default.handlebars->29->1979"
6696
+ "default.handlebars->29->1983"
6697
]
6698
},
6699
{
@@ -6706,7 +6713,7 @@
6713
"zh-chs": "更改{0}的真实名称",
6714
"zh-cht": "更改{0}的真實名稱",
6715
"xloc": [
6709
- "default.handlebars->29->1967"
6716
+ "default.handlebars->29->1971"
6717
]
6718
},
6719
{
@@ -6788,7 +6795,7 @@
6795
"zh-chs": "更改该用户的密码",
6796
"zh-cht": "更改該用戶的密碼",
6797
"xloc": [
6791
- "default.handlebars->29->1958"
6798
+ "default.handlebars->29->1962"
6799
]
6800
},
6801
{
@@ -6828,7 +6835,7 @@
6835
"zh-chs": "在此处更改您的帐户电邮地址。",
6836
"zh-cht": "在此處更改你的帳戶電郵地址。",
6837
"xloc": [
6831
- "default.handlebars->29->1260"
6838
+ "default.handlebars->29->1264"
6839
]
6840
},
6841
{
@@ -6848,7 +6855,7 @@
6855
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
6856
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
6857
"xloc": [
6851
- "default.handlebars->29->1266"
6858
+ "default.handlebars->29->1270"
6859
]
6860
},
6861
{
@@ -6868,7 +6875,7 @@
6875
"zh-chs": "更改帐户凭据",
6876
"zh-cht": "帳戶憑證已更改",
6877
"xloc": [
6871
- "default.handlebars->29->1659"
6878
+ "default.handlebars->29->1663"
6879
]
6880
},
6881
{
@@ -6888,7 +6895,7 @@
6895
"zh-chs": "{1}组中的设备{0}已更改:{2}",
6896
"zh-cht": "{1}組中的設備{0}已更改:{2}",
6897
"xloc": [
6891
- "default.handlebars->29->1643"
6898
+ "default.handlebars->29->1647"
6899
]
6900
},
6901
{
@@ -6908,7 +6915,7 @@
6915
"zh-chs": "语言从{1}更改为{2}",
6916
"zh-cht": "語言從{1}更改為{2}",
6917
"xloc": [
6911
- "default.handlebars->29->1587"
6918
+ "default.handlebars->29->1591"
6919
]
6920
},
6921
{
@@ -6928,8 +6935,8 @@
6935
"zh-chs": "已更改{0}的用户设备权限",
6936
"zh-cht": "已更改{0}的用戶設備權限",
6937
"xloc": [
6931
- "default.handlebars->29->1645",
6932
- "default.handlebars->29->1666"
6938
+ "default.handlebars->29->1649",
6939
+ "default.handlebars->29->1670"
6940
]
6941
},
6942
{
@@ -6949,7 +6956,7 @@
6956
"zh-chs": "更改语言将需要刷新页面。",
6957
"zh-cht": "更改語言將需要刷新頁面。",
6958
"xloc": [
6952
- "default.handlebars->29->1245"
6959
+ "default.handlebars->29->1249"
6960
]
6961
},
6962
{
@@ -6969,9 +6976,9 @@
6976
"zh-chs": "聊天",
6977
"zh-cht": "聊天",
6978
"xloc": [
6972
- "default.handlebars->29->1718",
6973
- "default.handlebars->29->689",
6974
- "default.handlebars->29->710"
6979
+ "default.handlebars->29->1722",
6980
+ "default.handlebars->29->693",
6981
+ "default.handlebars->29->714"
6982
]
6983
},
6984
{
@@ -6991,10 +6998,10 @@
6998
"zh-chs": "聊天并通知",
6999
"zh-cht": "聊天並通知",
7000
"xloc": [
6994
- "default-mobile.handlebars->9->432",
6995
- "default-mobile.handlebars->9->452",
6996
- "default.handlebars->29->1457",
6997
- "default.handlebars->29->1493"
7001
+ "default-mobile.handlebars->9->433",
7002
+ "default-mobile.handlebars->9->453",
7003
+ "default.handlebars->29->1461",
7004
+ "default.handlebars->29->1497"
7005
]
7006
},
7007
{
@@ -7034,7 +7041,7 @@
7041
"zh-chs": "车臣",
7042
"zh-cht": "車臣",
7043
"xloc": [
7037
- "default.handlebars->29->1079"
7044
+ "default.handlebars->29->1083"
7045
]
7046
},
7047
{
@@ -7134,8 +7141,8 @@
7141
"zh-chs": "检查...",
7142
"zh-cht": "檢查...",
7143
"xloc": [
7137
- "default.handlebars->29->1045",
7138
- "default.handlebars->29->2123"
7144
+ "default.handlebars->29->1049",
7145
+ "default.handlebars->29->2127"
7146
]
7147
},
7148
{
@@ -7155,7 +7162,7 @@
7162
"zh-chs": "中文",
7163
"zh-cht": "中文",
7164
"xloc": [
7158
- "default.handlebars->29->1080"
7165
+ "default.handlebars->29->1084"
7166
]
7167
},
7168
{
@@ -7175,7 +7182,7 @@
7182
"zh-chs": "中文(香港)",
7183
"zh-cht": "中文(香港)",
7184
"xloc": [
7178
- "default.handlebars->29->1081"
7185
+ "default.handlebars->29->1085"
7186
]
7187
},
7188
{
@@ -7195,7 +7202,7 @@
7202
"zh-chs": "中文(中国)",
7203
"zh-cht": "中文(中國)",
7204
"xloc": [
7198
- "default.handlebars->29->1082"
7205
+ "default.handlebars->29->1086"
7206
]
7207
},
7208
{
@@ -7215,7 +7222,7 @@
7222
"zh-chs": "简体中文",
7223
"zh-cht": "簡體中文",
7224
"xloc": [
7218
- "default.handlebars->29->1242"
7225
+ "default.handlebars->29->1246"
7226
]
7227
},
7228
{
@@ -7235,7 +7242,7 @@
7242
"zh-chs": "中文(新加坡)",
7243
"zh-cht": "中文(新加坡)",
7244
"xloc": [
7238
- "default.handlebars->29->1083"
7245
+ "default.handlebars->29->1087"
7246
]
7247
},
7248
{
@@ -7255,7 +7262,7 @@
7262
"zh-chs": "中文(台湾)",
7263
"zh-cht": "中文(台灣)",
7264
"xloc": [
7258
- "default.handlebars->29->1084"
7265
+ "default.handlebars->29->1088"
7266
]
7267
},
7268
{
@@ -7275,7 +7282,7 @@
7282
"zh-chs": "繁体中文",
7283
"zh-cht": "繁體中文",
7284
"xloc": [
7278
- "default.handlebars->29->1243"
7285
+ "default.handlebars->29->1247"
7286
]
7287
},
7288
{
@@ -7316,7 +7323,7 @@
7323
"zh-chs": "楚瓦什",
7324
"zh-cht": "楚瓦什",
7325
"xloc": [
7319
- "default.handlebars->29->1085"
7326
+ "default.handlebars->29->1089"
7327
]
7328
},
7329
{
@@ -7336,7 +7343,7 @@
7343
"zh-chs": "清理CIRA",
7344
"zh-cht": "清理CIRA",
7345
"xloc": [
7339
- "default.handlebars->29->317"
7346
+ "default.handlebars->29->319"
7347
]
7348
},
7349
{
@@ -7357,16 +7364,16 @@
7364
"zh-cht": "清除",
7365
"xloc": [
7366
"default-mobile.handlebars->9->132",
7360
- "default-mobile.handlebars->9->319",
7361
- "default-mobile.handlebars->9->321",
7362
- "default-mobile.handlebars->9->323",
7363
- "default-mobile.handlebars->9->325",
7367
+ "default-mobile.handlebars->9->320",
7368
+ "default-mobile.handlebars->9->322",
7369
+ "default-mobile.handlebars->9->324",
7370
+ "default-mobile.handlebars->9->326",
7371
"default-mobile.handlebars->9->59",
7365
- "default.handlebars->29->1581",
7366
- "default.handlebars->29->910",
7367
- "default.handlebars->29->912",
7372
+ "default.handlebars->29->1585",
7373
"default.handlebars->29->914",
7374
"default.handlebars->29->916",
7375
+ "default.handlebars->29->918",
7376
+ "default.handlebars->29->920",
7377
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
7378
"default.handlebars->container->column_l->p41->3->1",
7379
"messenger.handlebars->xbottom"
@@ -7409,7 +7416,7 @@
7416
"zh-chs": "全部清除",
7417
"zh-cht": "全部清除",
7418
"xloc": [
7412
- "default.handlebars->29->2050"
7419
+ "default.handlebars->29->2054"
7420
]
7421
},
7422
{
@@ -7417,7 +7424,7 @@
7424
"nl": "Wis zoekfilter",
7425
"xloc": [
7426
"default-mobile.handlebars->9->154",
7420
- "default.handlebars->29->225"
7427
+ "default.handlebars->29->227"
7428
]
7429
},
7430
{
@@ -7437,7 +7444,7 @@
7444
"zh-chs": "清除核心",
7445
"zh-cht": "清除核心",
7446
"xloc": [
7440
- "default.handlebars->29->1017"
7447
+ "default.handlebars->29->1021"
7448
]
7449
},
7450
{
@@ -7477,7 +7484,7 @@
7484
"zh-chs": "清除此通知",
7485
"zh-cht": "清除此通知",
7486
"xloc": [
7480
- "default.handlebars->29->2049"
7487
+ "default.handlebars->29->2053"
7488
]
7489
},
7490
{
@@ -7537,8 +7544,8 @@
7544
"zh-chs": "单击此处编辑设备组名称",
7545
"zh-cht": "單擊此處編輯裝置群名稱",
7546
"xloc": [
7540
- "default.handlebars->29->1317",
7541
- "default.handlebars->29->1532"
7547
+ "default.handlebars->29->1321",
7548
+ "default.handlebars->29->1536"
7549
]
7550
},
7551
{
@@ -7558,7 +7565,7 @@
7565
"zh-chs": "单击此处编辑服务器端设备名称",
7566
"zh-cht": "單擊此處編輯伺服器端裝置名稱",
7567
"xloc": [
7561
- "default.handlebars->29->556"
7568
+ "default.handlebars->29->558"
7569
]
7570
},
7571
{
@@ -7578,7 +7585,7 @@
7585
"zh-chs": "单击此处编辑用户组名称",
7586
"zh-cht": "單擊此處編輯用戶群名稱",
7587
"xloc": [
7581
- "default.handlebars->29->1835"
7588
+ "default.handlebars->29->1839"
7589
]
7590
},
7591
{
@@ -7639,7 +7646,7 @@
7646
"zh-cht": "單擊確定將驗證電郵發送到:",
7647
"xloc": [
7648
"default-mobile.handlebars->9->75",
7642
- "default.handlebars->29->1257"
7649
+ "default.handlebars->29->1261"
7650
]
7651
},
7652
{
@@ -7679,8 +7686,8 @@
7686
"zh-chs": "客户端控制模式(CCM)",
7687
"zh-cht": "客戶端控制模式(CCM)",
7688
"xloc": [
7682
- "default-mobile.handlebars->9->364",
7683
- "default.handlebars->29->972"
7689
+ "default-mobile.handlebars->9->365",
7690
+ "default.handlebars->29->976"
7691
]
7692
},
7693
{
@@ -7700,7 +7707,7 @@
7707
"zh-chs": "客户编号",
7708
"zh-cht": "客戶編號",
7709
"xloc": [
7703
- "default.handlebars->29->1299"
7710
+ "default.handlebars->29->1303"
7711
]
7712
},
7713
{
@@ -7720,8 +7727,8 @@
7727
"zh-chs": "客户端启动的远程访问",
7728
"zh-cht": "客戶端啟動的遠程訪問",
7729
"xloc": [
7723
- "default.handlebars->29->1392",
7724
- "default.handlebars->29->1397"
7730
+ "default.handlebars->29->1396",
7731
+ "default.handlebars->29->1401"
7732
]
7733
},
7734
{
@@ -7741,7 +7748,7 @@
7748
"zh-chs": "客户机密",
7749
"zh-cht": "客戶機密",
7750
"xloc": [
7744
- "default.handlebars->29->1300"
7751
+ "default.handlebars->29->1304"
7752
]
7753
},
7754
{
@@ -7785,7 +7792,7 @@
7792
"default-mobile.handlebars->9->57",
7793
"default.handlebars->29->137",
7794
"default.handlebars->29->145",
7788
- "default.handlebars->29->862"
7795
+ "default.handlebars->29->866"
7796
]
7797
},
7798
{
@@ -7805,7 +7812,7 @@
7812
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
7813
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
7814
"xloc": [
7808
- "default.handlebars->29->1592"
7815
+ "default.handlebars->29->1596"
7816
]
7817
},
7818
{
@@ -7825,7 +7832,7 @@
7832
"zh-chs": "码",
7833
"zh-cht": "碼",
7834
"xloc": [
7828
- "default.handlebars->29->201"
7835
+ "default.handlebars->29->203"
7836
]
7837
},
7838
{
@@ -7880,17 +7887,17 @@
7887
"en": "Command",
7888
"nl": "Opdracht",
7889
"xloc": [
7883
- "default.handlebars->29->415"
7890
+ "default.handlebars->29->417"
7891
]
7892
},
7893
{
7894
"en": "Commands",
7895
"nl": "Opdrachten",
7896
"xloc": [
7890
- "default-mobile.handlebars->9->454",
7891
- "default.handlebars->29->1495",
7892
- "default.handlebars->29->691",
7893
- "default.handlebars->29->712"
7897
+ "default-mobile.handlebars->9->455",
7898
+ "default.handlebars->29->1499",
7899
+ "default.handlebars->29->695",
7900
+ "default.handlebars->29->716"
7901
]
7902
},
7903
{
@@ -7910,8 +7917,8 @@
7917
"zh-chs": "通用设备组",
7918
"zh-cht": "通用裝置群",
7919
"xloc": [
7913
- "default.handlebars->29->1866",
7914
- "default.handlebars->29->1984"
7920
+ "default.handlebars->29->1870",
7921
+ "default.handlebars->29->1988"
7922
]
7923
},
7924
{
@@ -7931,8 +7938,8 @@
7938
"zh-chs": "通用设备",
7939
"zh-cht": "通用裝置",
7940
"xloc": [
7934
- "default.handlebars->29->1872",
7935
- "default.handlebars->29->1996"
7941
+ "default.handlebars->29->1876",
7942
+ "default.handlebars->29->2000"
7943
]
7944
},
7945
{
@@ -7952,7 +7959,7 @@
7959
"zh-chs": "压缩档案...",
7960
"zh-cht": "壓縮檔案...",
7961
"xloc": [
7955
- "default.handlebars->29->887"
7962
+ "default.handlebars->29->891"
7963
]
7964
},
7965
{
@@ -7973,7 +7980,7 @@
7980
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
7981
"xloc": [
7982
"default-mobile.handlebars->9->127",
7976
- "default.handlebars->29->1576"
7983
+ "default.handlebars->29->1580"
7984
]
7985
},
7986
{
@@ -7993,16 +8000,16 @@
8000
"zh-chs": "确认",
8001
"zh-cht": "確認",
8002
"xloc": [
7996
- "default-mobile.handlebars->9->281",
7997
- "default-mobile.handlebars->9->412",
7998
- "default.handlebars->29->1406",
7999
- "default.handlebars->29->1746",
8000
- "default.handlebars->29->1825",
8001
- "default.handlebars->29->1886",
8002
- "default.handlebars->29->1982",
8003
- "default.handlebars->29->470",
8004
- "default.handlebars->29->780",
8005
- "default.handlebars->29->789"
8003
+ "default-mobile.handlebars->9->282",
8004
+ "default-mobile.handlebars->9->413",
8005
+ "default.handlebars->29->1410",
8006
+ "default.handlebars->29->1750",
8007
+ "default.handlebars->29->1829",
8008
+ "default.handlebars->29->1890",
8009
+ "default.handlebars->29->1986",
8010
+ "default.handlebars->29->472",
8011
+ "default.handlebars->29->784",
8012
+ "default.handlebars->29->793"
8013
]
8014
},
8015
{
@@ -8022,8 +8029,8 @@
8029
"zh-chs": "确认将1个副本复制到此位置?",
8030
"zh-cht": "確認將1個副本複製到此位置?",
8031
"xloc": [
8025
- "default-mobile.handlebars->9->314",
8026
- "default.handlebars->29->905"
8032
+ "default-mobile.handlebars->9->315",
8033
+ "default.handlebars->29->909"
8034
]
8035
},
8036
{
@@ -8043,7 +8050,7 @@
8050
"zh-chs": "确认{0}个条目的复制到此位置?",
8051
"zh-cht": "確認{0}個條目的複製到此位置?",
8052
"xloc": [
8046
- "default.handlebars->29->904"
8053
+ "default.handlebars->29->908"
8054
]
8055
},
8056
{
@@ -8063,7 +8070,7 @@
8070
"zh-chs": "确认{0}个条目的副本到此位置?",
8071
"zh-cht": "確認{0}個條目的副本到此位置?",
8072
"xloc": [
8066
- "default-mobile.handlebars->9->313"
8073
+ "default-mobile.handlebars->9->314"
8074
]
8075
},
8076
{
@@ -8083,7 +8090,7 @@
8090
"zh-chs": "确认删除选定的帐户?",
8091
"zh-cht": "確認刪除所選帳戶?",
8092
"xloc": [
8086
- "default.handlebars->29->1745"
8093
+ "default.handlebars->29->1749"
8094
]
8095
},
8096
{
@@ -8103,7 +8110,7 @@
8110
"zh-chs": "确认删除选定的设备?",
8111
"zh-cht": "確認刪除所選裝置?",
8112
"xloc": [
8106
- "default.handlebars->29->469"
8113
+ "default.handlebars->29->471"
8114
]
8115
},
8116
{
@@ -8123,7 +8130,7 @@
8130
"zh-chs": "确认删除选定的用户组?",
8131
"zh-cht": "確認刪除所選用戶群?",
8132
"xloc": [
8126
- "default.handlebars->29->1824"
8133
+ "default.handlebars->29->1828"
8134
]
8135
},
8136
{
@@ -8143,7 +8150,7 @@
8150
"zh-chs": "确认删除用户{0}?",
8151
"zh-cht": "確認刪除用戶{0}?",
8152
"xloc": [
8146
- "default.handlebars->29->1981"
8153
+ "default.handlebars->29->1985"
8154
]
8155
},
8156
{
@@ -8163,7 +8170,7 @@
8170
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
8171
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8172
"xloc": [
8166
- "default.handlebars->29->1889"
8173
+ "default.handlebars->29->1893"
8174
]
8175
},
8176
{
@@ -8183,7 +8190,7 @@
8190
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8191
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8192
"xloc": [
8186
- "default.handlebars->29->2011"
8193
+ "default.handlebars->29->2015"
8194
]
8195
},
8196
{
@@ -8203,8 +8210,8 @@
8210
"zh-chs": "确认将1个条目移动到此位置?",
8211
"zh-cht": "確認將1個條目移動到此位置?",
8212
"xloc": [
8206
- "default-mobile.handlebars->9->316",
8207
- "default.handlebars->29->907"
8213
+ "default-mobile.handlebars->9->317",
8214
+ "default.handlebars->29->911"
8215
]
8216
},
8217
{
@@ -8224,7 +8231,7 @@
8231
"zh-chs": "确认将{0}个条目移到此位置?",
8232
"zh-cht": "確認將{0}個條目移到該位置?",
8233
"xloc": [
8227
- "default.handlebars->29->906"
8234
+ "default.handlebars->29->910"
8235
]
8236
},
8237
{
@@ -8244,7 +8251,7 @@
8251
"zh-chs": "确认将{0}个条目移到该位置?",
8252
"zh-cht": "確認將{0}個條目移到該位置?",
8253
"xloc": [
8247
- "default-mobile.handlebars->9->315"
8254
+ "default-mobile.handlebars->9->316"
8255
]
8256
},
8257
{
@@ -8264,7 +8271,7 @@
8271
"zh-chs": "确认覆盖?",
8272
"zh-cht": "確認覆蓋?",
8273
"xloc": [
8267
- "default.handlebars->29->1575"
8274
+ "default.handlebars->29->1579"
8275
]
8276
},
8277
{
@@ -8284,8 +8291,8 @@
8291
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
8292
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8293
"xloc": [
8287
- "default.handlebars->29->1879",
8288
- "default.handlebars->29->2002"
8294
+ "default.handlebars->29->1883",
8295
+ "default.handlebars->29->2006"
8296
]
8297
},
8298
{
@@ -8305,8 +8312,8 @@
8312
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8313
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8314
"xloc": [
8308
- "default.handlebars->29->1881",
8309
- "default.handlebars->29->2015"
8315
+ "default.handlebars->29->1885",
8316
+ "default.handlebars->29->2019"
8317
]
8318
},
8319
{
@@ -8326,7 +8333,7 @@
8333
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
8334
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8335
"xloc": [
8329
- "default.handlebars->29->2004"
8336
+ "default.handlebars->29->2008"
8337
]
8338
},
8339
{
@@ -8346,7 +8353,7 @@
8353
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8354
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8355
"xloc": [
8349
- "default.handlebars->29->2007"
8356
+ "default.handlebars->29->2011"
8357
]
8358
},
8359
{
@@ -8366,8 +8373,8 @@
8373
"zh-chs": "确认删除访问权限?",
8374
"zh-cht": "確認刪除訪問權限?",
8375
"xloc": [
8369
- "default.handlebars->29->2005",
8370
- "default.handlebars->29->2008"
8376
+ "default.handlebars->29->2009",
8377
+ "default.handlebars->29->2012"
8378
]
8379
},
8380
{
@@ -8388,7 +8395,7 @@
8395
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
8396
"xloc": [
8397
"default-mobile.handlebars->9->74",
8391
- "default.handlebars->29->1035"
8398
+ "default.handlebars->29->1039"
8399
]
8400
},
8401
{
@@ -8459,7 +8466,7 @@
8466
"zh-chs": "确认删除用户“ {0} ”的权限?",
8467
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
8468
"xloc": [
8462
- "default.handlebars->29->1504"
8469
+ "default.handlebars->29->1508"
8470
]
8471
},
8472
{
@@ -8479,7 +8486,7 @@
8486
"zh-chs": "确认删除用户组“ {0} ”的权限?",
8487
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
8488
"xloc": [
8482
- "default.handlebars->29->1506"
8489
+ "default.handlebars->29->1510"
8490
]
8491
},
8492
{
@@ -8516,7 +8523,7 @@
8523
"zh-chs": "确认删除用户{0}?",
8524
"zh-cht": "確認刪除用戶{0}?",
8525
"xloc": [
8519
- "default-mobile.handlebars->9->463"
8526
+ "default-mobile.handlebars->9->464"
8527
]
8528
},
8529
{
@@ -8536,11 +8543,11 @@
8543
"zh-chs": "连接",
8544
"zh-cht": "連接",
8545
"xloc": [
8539
- "default-mobile.handlebars->9->296",
8546
+ "default-mobile.handlebars->9->297",
8547
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
8548
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
8542
- "default.handlebars->29->1345",
8543
- "default.handlebars->29->883",
8549
+ "default.handlebars->29->1349",
8550
+ "default.handlebars->29->887",
8551
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
8552
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
8553
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -8566,7 +8573,7 @@
8573
"zh-chs": "全部连接",
8574
"zh-cht": "全部連接",
8575
"xloc": [
8569
- "default.handlebars->29->268",
8576
+ "default.handlebars->29->270",
8577
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
8578
]
8579
},
@@ -8587,8 +8594,8 @@
8594
"zh-chs": "连接到服务器",
8595
"zh-cht": "連接到伺服器",
8596
"xloc": [
8590
- "default.handlebars->29->1396",
8591
- "default.handlebars->29->1400"
8597
+ "default.handlebars->29->1400",
8598
+ "default.handlebars->29->1404"
8599
]
8600
},
8601
{
@@ -8709,7 +8716,7 @@
8716
"zh-chs": "已连接的英特尔®AMT",
8717
"zh-cht": "已連接的Intel® AMT",
8718
"xloc": [
8712
- "default.handlebars->29->2068"
8719
+ "default.handlebars->29->2072"
8720
]
8721
},
8722
{
@@ -8729,7 +8736,7 @@
8736
"zh-chs": "已连接的用户",
8737
"zh-cht": "已连接的用户",
8738
"xloc": [
8732
- "default.handlebars->29->2073"
8739
+ "default.handlebars->29->2077"
8740
]
8741
},
8742
{
@@ -8749,8 +8756,8 @@
8756
"zh-chs": "现在已连接",
8757
"zh-cht": "現在已連接",
8758
"xloc": [
8752
- "default-mobile.handlebars->9->339",
8753
- "default.handlebars->29->937"
8759
+ "default-mobile.handlebars->9->340",
8760
+ "default.handlebars->29->941"
8761
]
8762
},
8763
{
@@ -8791,13 +8798,13 @@
8798
"zh-cht": "正在連線...",
8799
"xloc": [
8800
"default-mobile.handlebars->9->2",
8794
- "default-mobile.handlebars->9->332",
8801
+ "default-mobile.handlebars->9->333",
8802
"default-mobile.handlebars->9->37",
8796
- "default.handlebars->29->241",
8797
- "default.handlebars->29->244",
8798
- "default.handlebars->29->271",
8803
+ "default.handlebars->29->243",
8804
+ "default.handlebars->29->246",
8805
+ "default.handlebars->29->273",
8806
"default.handlebars->29->9",
8800
- "default.handlebars->29->928",
8807
+ "default.handlebars->29->932",
8808
"desktop.handlebars->3->2",
8809
"xterm.handlebars->9->2"
8810
]
@@ -8819,7 +8826,7 @@
8826
"zh-chs": "连接数量",
8827
"zh-cht": "連接數量",
8828
"xloc": [
8822
- "default.handlebars->29->2087"
8829
+ "default.handlebars->29->2091"
8830
]
8831
},
8832
{
@@ -8839,7 +8846,7 @@
8846
"zh-chs": "连接转发器",
8847
"zh-cht": "連接轉發器",
8848
"xloc": [
8842
- "default.handlebars->29->2115"
8849
+ "default.handlebars->29->2119"
8850
]
8851
},
8852
{
@@ -8899,10 +8906,10 @@
8906
"zh-chs": "连接性",
8907
"zh-cht": "連接性",
8908
"xloc": [
8902
- "default-mobile.handlebars->9->248",
8903
- "default.handlebars->29->1539",
8904
- "default.handlebars->29->232",
8905
- "default.handlebars->29->623",
8909
+ "default-mobile.handlebars->9->249",
8910
+ "default.handlebars->29->1543",
8911
+ "default.handlebars->29->234",
8912
+ "default.handlebars->29->625",
8913
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
8914
]
8915
},
@@ -8923,8 +8930,8 @@
8930
"zh-chs": "控制台",
8931
"zh-cht": "控制台",
8932
"xloc": [
8926
- "default.handlebars->29->684",
8927
- "default.handlebars->29->705",
8933
+ "default.handlebars->29->688",
8934
+ "default.handlebars->29->709",
8935
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
8936
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
8937
"default.handlebars->contextMenu->cxconsole"
@@ -8947,7 +8954,7 @@
8954
"zh-chs": "控制台 -",
8955
"zh-cht": "控制台 -",
8956
"xloc": [
8950
- "default.handlebars->29->557"
8957
+ "default.handlebars->29->559"
8958
]
8959
},
8960
{
@@ -8967,8 +8974,8 @@
8974
"zh-chs": "控制",
8975
"zh-cht": "控制",
8976
"xloc": [
8970
- "default.handlebars->29->683",
8971
- "default.handlebars->29->704",
8977
+ "default.handlebars->29->687",
8978
+ "default.handlebars->29->708",
8979
"messenger.handlebars->13->1"
8980
]
8981
},
@@ -8989,7 +8996,7 @@
8996
"zh-chs": "Cookie编码器",
8997
"zh-cht": "Cookie編碼器",
8998
"xloc": [
8992
- "default.handlebars->29->2101"
8999
+ "default.handlebars->29->2105"
9000
]
9001
},
9002
{
@@ -9054,7 +9061,7 @@
9061
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
9062
"zh-cht": "將Windows 32位代理URL複製到剪貼板",
9063
"xloc": [
9057
- "default.handlebars->29->390"
9064
+ "default.handlebars->29->392"
9065
]
9066
},
9067
{
@@ -9074,7 +9081,7 @@
9081
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
9082
"zh-cht": "將Windows 64位代理URL複製到剪貼板",
9083
"xloc": [
9077
- "default.handlebars->29->394"
9084
+ "default.handlebars->29->396"
9085
]
9086
},
9087
{
@@ -9125,8 +9132,8 @@
9132
"zh-chs": "将代理URL复制到剪贴板",
9133
"zh-cht": "將代理URL複製到剪貼板",
9134
"xloc": [
9128
- "default.handlebars->29->414",
9129
- "default.handlebars->29->416"
9135
+ "default.handlebars->29->416",
9136
+ "default.handlebars->29->418"
9137
]
9138
},
9139
{
@@ -9146,10 +9153,10 @@
9153
"zh-chs": "复制连结到剪贴板",
9154
"zh-cht": "複製連結到剪貼板",
9155
"xloc": [
9149
- "default.handlebars->29->1544",
9150
- "default.handlebars->29->1563",
9151
- "default.handlebars->29->193",
9152
- "default.handlebars->29->372"
9156
+ "default.handlebars->29->1548",
9157
+ "default.handlebars->29->1567",
9158
+ "default.handlebars->29->195",
9159
+ "default.handlebars->29->374"
9160
]
9161
},
9162
{
@@ -9169,7 +9176,7 @@
9176
"zh-chs": "将macOS代理URL复制到剪贴板",
9177
"zh-cht": "將macOS代理URL複製到剪貼板",
9178
"xloc": [
9172
- "default.handlebars->29->402"
9179
+ "default.handlebars->29->404"
9180
]
9181
},
9182
{
@@ -9250,7 +9257,7 @@
9257
"zh-chs": "复制:“{0}”到“{1}”",
9258
"zh-cht": "複製:“{0}”到“{1}”",
9259
"xloc": [
9253
- "default.handlebars->29->1635"
9260
+ "default.handlebars->29->1639"
9261
]
9262
},
9263
{
@@ -9396,7 +9403,7 @@
9403
"zh-chs": "核心服务器",
9404
"zh-cht": "核心伺服器",
9405
"xloc": [
9399
- "default.handlebars->29->2100"
9406
+ "default.handlebars->29->2104"
9407
]
9408
},
9409
{
@@ -9416,7 +9423,7 @@
9423
"zh-chs": "科西嘉文",
9424
"zh-cht": "科西嘉文",
9425
"xloc": [
9419
- "default.handlebars->29->1086"
9426
+ "default.handlebars->29->1090"
9427
]
9428
},
9429
{
@@ -9436,7 +9443,7 @@
9443
"zh-chs": "创建帐号",
9444
"zh-cht": "創建帳號",
9445
"xloc": [
9439
- "default.handlebars->29->1793",
9446
+ "default.handlebars->29->1797",
9447
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9448
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9449
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9479,7 +9486,7 @@
9486
"zh-chs": "创建用户组",
9487
"zh-cht": "創建用戶群",
9488
"xloc": [
9482
- "default.handlebars->29->1832"
9489
+ "default.handlebars->29->1836"
9490
]
9491
},
9492
{
@@ -9499,7 +9506,7 @@
9506
"zh-chs": "创建连结以与访客共享此设备",
9507
"zh-cht": "創建鏈結以與訪客共享此裝置",
9508
"xloc": [
9502
- "default.handlebars->29->634"
9509
+ "default.handlebars->29->636"
9510
]
9511
},
9512
{
@@ -9519,7 +9526,7 @@
9526
"zh-chs": "使用以下选项创建一个新的设备组。",
9527
"zh-cht": "使用以下選項創建一個新的裝置群。",
9528
"xloc": [
9522
- "default.handlebars->29->1280"
9529
+ "default.handlebars->29->1284"
9530
]
9531
},
9532
{
@@ -9539,7 +9546,7 @@
9546
"zh-chs": "创建一个新的设备组。",
9547
"zh-cht": "創建一個新的裝置群。",
9548
"xloc": [
9542
- "default.handlebars->29->234"
9549
+ "default.handlebars->29->236"
9550
]
9551
},
9552
{
@@ -9559,7 +9566,7 @@
9566
"zh-chs": "创建文件夹:“{0}”",
9567
"zh-cht": "創建文件夾:“{0}”",
9568
"xloc": [
9562
- "default.handlebars->29->1628"
9569
+ "default.handlebars->29->1632"
9570
]
9571
},
9572
{
@@ -9579,7 +9586,7 @@
9586
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9587
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9588
"xloc": [
9582
- "default.handlebars->29->1757"
9589
+ "default.handlebars->29->1761"
9590
]
9591
},
9592
{
@@ -9621,7 +9628,7 @@
9628
"zh-chs": "创建的设备组:{0}",
9629
"zh-cht": "創建的設備組:{0}",
9630
"xloc": [
9624
- "default.handlebars->29->1639"
9631
+ "default.handlebars->29->1643"
9632
]
9633
},
9634
{
@@ -9641,7 +9648,7 @@
9648
"zh-chs": "创建一个连结,该连结允许没有帐户的访客将远程桌面访问此设备最多1小时。",
9649
"zh-cht": "創建一個鏈結,該鏈結允許沒有帳戶的訪客將遠程桌面訪問此裝置最多1小時。",
9650
"xloc": [
9644
- "default.handlebars->29->723"
9651
+ "default.handlebars->29->727"
9652
]
9653
},
9654
{
@@ -9661,7 +9668,7 @@
9668
"zh-chs": "创建",
9669
"zh-cht": "創建",
9670
"xloc": [
9664
- "default.handlebars->29->1918"
9671
+ "default.handlebars->29->1922"
9672
]
9673
},
9674
{
@@ -9681,7 +9688,7 @@
9688
"zh-chs": "创建时间",
9689
"zh-cht": "創作時間",
9690
"xloc": [
9684
- "default.handlebars->29->1327"
9691
+ "default.handlebars->29->1331"
9692
]
9693
},
9694
{
@@ -9723,8 +9730,8 @@
9730
"zh-chs": "创建者",
9731
"zh-cht": "創作者",
9732
"xloc": [
9726
- "default.handlebars->29->1325",
9727
- "default.handlebars->29->1326"
9733
+ "default.handlebars->29->1329",
9734
+ "default.handlebars->29->1330"
9735
]
9736
},
9737
{
@@ -9744,7 +9751,7 @@
9751
"zh-chs": "证书",
9752
"zh-cht": "證書",
9753
"xloc": [
9747
- "default.handlebars->29->1297"
9754
+ "default.handlebars->29->1301"
9755
]
9756
},
9757
{
@@ -9764,7 +9771,7 @@
9771
"zh-chs": "克里语",
9772
"zh-cht": "克里語",
9773
"xloc": [
9767
- "default.handlebars->29->1087"
9774
+ "default.handlebars->29->1091"
9775
]
9776
},
9777
{
@@ -9784,7 +9791,7 @@
9791
"zh-chs": "克罗地亚文",
9792
"zh-cht": "克羅地亞文",
9793
"xloc": [
9787
- "default.handlebars->29->1088"
9794
+ "default.handlebars->29->1092"
9795
]
9796
},
9797
{
@@ -9951,7 +9958,7 @@
9958
"zh-chs": "捷克文",
9959
"zh-cht": "捷克文",
9960
"xloc": [
9954
- "default.handlebars->29->1089"
9961
+ "default.handlebars->29->1093"
9962
]
9963
},
9964
{
@@ -9991,7 +9998,7 @@
9998
"zh-chs": "丹麦文",
9999
"zh-cht": "丹麥文",
10000
"xloc": [
9994
- "default.handlebars->29->1090"
10001
+ "default.handlebars->29->1094"
10002
]
10003
},
10004
{
@@ -10011,7 +10018,7 @@
10018
"zh-chs": "数据通道",
10019
"zh-cht": "數據通道",
10020
"xloc": [
10014
- "default.handlebars->29->832",
10021
+ "default.handlebars->29->836",
10022
"desktop.handlebars->3->12"
10023
]
10024
},
@@ -10032,7 +10039,7 @@
10039
"zh-chs": "日期和时间",
10040
"zh-cht": "日期和時間",
10041
"xloc": [
10035
- "default.handlebars->29->1248"
10042
+ "default.handlebars->29->1252"
10043
]
10044
},
10045
{
@@ -10052,8 +10059,8 @@
10059
"zh-chs": "天",
10060
"zh-cht": "天",
10061
"xloc": [
10055
- "default-mobile.handlebars->9->271",
10056
- "default.handlebars->29->764"
10062
+ "default-mobile.handlebars->9->272",
10063
+ "default.handlebars->29->768"
10064
]
10065
},
10066
{
@@ -10073,7 +10080,7 @@
10080
"zh-chs": "停用客户端控制模式(CCM)",
10081
"zh-cht": "停用客戶端控制模式(CCM)",
10082
"xloc": [
10076
- "default.handlebars->29->1384"
10083
+ "default.handlebars->29->1388"
10084
]
10085
},
10086
{
@@ -10094,7 +10101,7 @@
10101
"zh-cht": "沉睡",
10102
"xloc": [
10103
"default-mobile.handlebars->9->192",
10097
- "default.handlebars->29->427"
10104
+ "default.handlebars->29->429"
10105
]
10106
},
10107
{
@@ -10114,10 +10121,10 @@
10121
"zh-chs": "默认",
10122
"zh-cht": "默認",
10123
"xloc": [
10117
- "default.handlebars->29->1780",
10118
- "default.handlebars->29->1828",
10119
- "default.handlebars->29->1839",
10120
- "default.handlebars->29->1907"
10124
+ "default.handlebars->29->1784",
10125
+ "default.handlebars->29->1832",
10126
+ "default.handlebars->29->1843",
10127
+ "default.handlebars->29->1911"
10128
]
10129
},
10130
{
@@ -10138,12 +10145,12 @@
10145
"zh-cht": "刪除",
10146
"xloc": [
10147
"default-mobile.handlebars->9->122",
10141
- "default-mobile.handlebars->9->306",
10148
+ "default-mobile.handlebars->9->307",
10149
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
10150
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
10144
- "default.handlebars->29->1570",
10145
- "default.handlebars->29->527",
10146
- "default.handlebars->29->896",
10151
+ "default.handlebars->29->1574",
10152
+ "default.handlebars->29->529",
10153
+ "default.handlebars->29->900",
10154
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
10155
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
10156
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -10171,7 +10178,7 @@
10178
"zh-cht": "刪除帳戶",
10179
"xloc": [
10180
"default-mobile.handlebars->9->84",
10174
- "default.handlebars->29->1265"
10181
+ "default.handlebars->29->1269"
10182
]
10183
},
10184
{
@@ -10191,7 +10198,7 @@
10198
"zh-chs": "删除帐户",
10199
"zh-cht": "刪除帳戶",
10200
"xloc": [
10194
- "default.handlebars->29->1747"
10201
+ "default.handlebars->29->1751"
10202
]
10203
},
10204
{
@@ -10211,8 +10218,8 @@
10218
"zh-chs": "删除设备",
10219
"zh-cht": "刪除裝置",
10220
"xloc": [
10214
- "default-mobile.handlebars->9->253",
10215
- "default.handlebars->29->638"
10221
+ "default-mobile.handlebars->9->254",
10222
+ "default.handlebars->29->640"
10223
]
10224
},
10225
{
@@ -10232,10 +10239,10 @@
10239
"zh-chs": "删除群组",
10240
"zh-cht": "刪除群組",
10241
"xloc": [
10235
- "default-mobile.handlebars->9->410",
10236
- "default-mobile.handlebars->9->413",
10237
- "default.handlebars->29->1377",
10238
- "default.handlebars->29->1407"
10242
+ "default-mobile.handlebars->9->411",
10243
+ "default-mobile.handlebars->9->414",
10244
+ "default.handlebars->29->1381",
10245
+ "default.handlebars->29->1411"
10246
]
10247
},
10248
{
@@ -10255,8 +10262,8 @@
10262
"zh-chs": "删除节点",
10263
"zh-cht": "刪除節點",
10264
"xloc": [
10258
- "default-mobile.handlebars->9->279",
10259
- "default.handlebars->29->790"
10265
+ "default-mobile.handlebars->9->280",
10266
+ "default.handlebars->29->794"
10267
]
10268
},
10269
{
@@ -10276,7 +10283,7 @@
10283
"zh-chs": "删除节点",
10284
"zh-cht": "刪除節點",
10285
"xloc": [
10279
- "default.handlebars->29->471"
10286
+ "default.handlebars->29->473"
10287
]
10288
},
10289
{
@@ -10296,7 +10303,7 @@
10303
"zh-chs": "删除用户",
10304
"zh-cht": "刪除用戶",
10305
"xloc": [
10299
- "default.handlebars->29->1957"
10306
+ "default.handlebars->29->1961"
10307
]
10308
},
10309
{
@@ -10316,8 +10323,8 @@
10323
"zh-chs": "删除用户群组",
10324
"zh-cht": "刪除用戶群組",
10325
"xloc": [
10319
- "default.handlebars->29->1877",
10320
- "default.handlebars->29->1887"
10326
+ "default.handlebars->29->1881",
10327
+ "default.handlebars->29->1891"
10328
]
10329
},
10330
{
@@ -10337,7 +10344,7 @@
10344
"zh-chs": "删除用户群组",
10345
"zh-cht": "刪除用戶群組",
10346
"xloc": [
10340
- "default.handlebars->29->1826"
10347
+ "default.handlebars->29->1830"
10348
]
10349
},
10350
{
@@ -10357,7 +10364,7 @@
10364
"zh-chs": "删除用户{0}",
10365
"zh-cht": "刪除用戶{0}",
10366
"xloc": [
10360
- "default.handlebars->29->1980"
10367
+ "default.handlebars->29->1984"
10368
]
10369
},
10370
{
@@ -10378,7 +10385,7 @@
10385
"zh-cht": "刪除帳戶",
10386
"xloc": [
10387
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10381
- "default.handlebars->29->1743",
10388
+ "default.handlebars->29->1747",
10389
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10390
]
10391
},
@@ -10399,7 +10406,7 @@
10406
"zh-chs": "删除设备",
10407
"zh-cht": "刪除裝置",
10408
"xloc": [
10402
- "default.handlebars->29->464"
10409
+ "default.handlebars->29->466"
10410
]
10411
},
10412
{
@@ -10419,7 +10426,7 @@
10426
"zh-chs": "删除群组",
10427
"zh-cht": "刪除群組",
10428
"xloc": [
10422
- "default.handlebars->29->1822"
10429
+ "default.handlebars->29->1826"
10430
]
10431
},
10432
{
@@ -10439,7 +10446,7 @@
10446
"zh-chs": "删除项目?",
10447
"zh-cht": "刪除項目?",
10448
"xloc": [
10442
- "default.handlebars->29->528"
10449
+ "default.handlebars->29->530"
10450
]
10451
},
10452
{
@@ -10459,7 +10466,7 @@
10466
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
10467
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
10468
"xloc": [
10462
- "default.handlebars->29->1630"
10469
+ "default.handlebars->29->1634"
10470
]
10471
},
10472
{
@@ -10480,9 +10487,9 @@
10487
"zh-cht": "刪除所選項目?",
10488
"xloc": [
10489
"default-mobile.handlebars->9->124",
10483
- "default-mobile.handlebars->9->308",
10484
- "default.handlebars->29->1572",
10485
- "default.handlebars->29->898"
10490
+ "default-mobile.handlebars->9->309",
10491
+ "default.handlebars->29->1576",
10492
+ "default.handlebars->29->902"
10493
]
10494
},
10495
{
@@ -10502,7 +10509,7 @@
10509
"zh-chs": "删除用户群组{0}?",
10510
"zh-cht": "刪除用戶群組{0}?",
10511
"xloc": [
10505
- "default.handlebars->29->1885"
10512
+ "default.handlebars->29->1889"
10513
]
10514
},
10515
{
@@ -10523,9 +10530,9 @@
10530
"zh-cht": "刪除{0}個所選項目?",
10531
"xloc": [
10532
"default-mobile.handlebars->9->123",
10526
- "default-mobile.handlebars->9->307",
10527
- "default.handlebars->29->1571",
10528
- "default.handlebars->29->897"
10533
+ "default-mobile.handlebars->9->308",
10534
+ "default.handlebars->29->1575",
10535
+ "default.handlebars->29->901"
10536
]
10537
},
10538
{
@@ -10545,7 +10552,7 @@
10552
"zh-chs": "删除{0}?",
10553
"zh-cht": "刪除{0}?",
10554
"xloc": [
10548
- "default-mobile.handlebars->9->280"
10555
+ "default-mobile.handlebars->9->281"
10556
]
10557
},
10558
{
@@ -10565,7 +10572,7 @@
10572
"zh-chs": "删除:“{0}”",
10573
"zh-cht": "刪除:“{0}”",
10574
"xloc": [
10568
- "default.handlebars->29->1629"
10575
+ "default.handlebars->29->1633"
10576
]
10577
},
10578
{
@@ -10585,7 +10592,7 @@
10592
"zh-chs": "删除:“{0}”,{1}个元素已删除",
10593
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
10594
"xloc": [
10588
- "default.handlebars->29->1631"
10595
+ "default.handlebars->29->1635"
10596
]
10597
},
10598
{
@@ -10605,7 +10612,7 @@
10612
"zh-chs": "被拒绝",
10613
"zh-cht": "被拒絕",
10614
"xloc": [
10608
- "default.handlebars->29->828",
10615
+ "default.handlebars->29->832",
10616
"desktop.handlebars->3->8"
10617
]
10618
},
@@ -10698,23 +10705,23 @@
10705
"default-mobile.handlebars->9->101",
10706
"default-mobile.handlebars->9->225",
10707
"default-mobile.handlebars->9->226",
10701
- "default-mobile.handlebars->9->285",
10702
- "default-mobile.handlebars->9->345",
10703
- "default-mobile.handlebars->9->402",
10704
- "default-mobile.handlebars->9->415",
10705
- "default.handlebars->29->1285",
10706
- "default.handlebars->29->1322",
10707
- "default.handlebars->29->1409",
10708
- "default.handlebars->29->1831",
10709
- "default.handlebars->29->1841",
10710
- "default.handlebars->29->1842",
10711
- "default.handlebars->29->1883",
10712
- "default.handlebars->29->568",
10713
- "default.handlebars->29->569",
10708
+ "default-mobile.handlebars->9->286",
10709
+ "default-mobile.handlebars->9->346",
10710
+ "default-mobile.handlebars->9->403",
10711
+ "default-mobile.handlebars->9->416",
10712
+ "default.handlebars->29->1289",
10713
+ "default.handlebars->29->1326",
10714
+ "default.handlebars->29->1413",
10715
+ "default.handlebars->29->1835",
10716
+ "default.handlebars->29->1845",
10717
+ "default.handlebars->29->1846",
10718
+ "default.handlebars->29->1887",
10719
+ "default.handlebars->29->570",
10720
+ "default.handlebars->29->571",
10721
"default.handlebars->29->77",
10715
- "default.handlebars->29->823",
10716
- "default.handlebars->29->943",
10717
- "default.handlebars->29->953",
10722
+ "default.handlebars->29->827",
10723
+ "default.handlebars->29->947",
10724
+ "default.handlebars->29->957",
10725
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
10726
]
10727
},
@@ -10752,11 +10759,11 @@
10759
"zh-chs": "桌面",
10760
"zh-cht": "桌面",
10761
"xloc": [
10755
- "default-mobile.handlebars->9->260",
10756
- "default.handlebars->29->1415",
10757
- "default.handlebars->29->2027",
10758
- "default.handlebars->29->533",
10759
- "default.handlebars->29->868",
10762
+ "default-mobile.handlebars->9->261",
10763
+ "default.handlebars->29->1419",
10764
+ "default.handlebars->29->2031",
10765
+ "default.handlebars->29->535",
10766
+ "default.handlebars->29->872",
10767
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
10768
"default.handlebars->contextMenu->cxdesktop",
10769
"desktop.handlebars->3->24"
@@ -10799,10 +10806,10 @@
10806
"zh-chs": "桌面通知",
10807
"zh-cht": "桌面通知",
10808
"xloc": [
10802
- "default.handlebars->29->1336",
10803
- "default.handlebars->29->1846",
10804
- "default.handlebars->29->1933",
10805
- "default.handlebars->29->604"
10809
+ "default.handlebars->29->1340",
10810
+ "default.handlebars->29->1850",
10811
+ "default.handlebars->29->1937",
10812
+ "default.handlebars->29->606"
10813
]
10814
},
10815
{
@@ -10822,10 +10829,10 @@
10829
"zh-chs": "桌面提示",
10830
"zh-cht": "桌面提示",
10831
"xloc": [
10825
- "default.handlebars->29->1335",
10826
- "default.handlebars->29->1845",
10827
- "default.handlebars->29->1932",
10828
- "default.handlebars->29->603"
10832
+ "default.handlebars->29->1339",
10833
+ "default.handlebars->29->1849",
10834
+ "default.handlebars->29->1936",
10835
+ "default.handlebars->29->605"
10836
]
10837
},
10838
{
@@ -10845,10 +10852,10 @@
10852
"zh-chs": "桌面提示+工具栏",
10853
"zh-cht": "桌面提示+工具欄",
10854
"xloc": [
10848
- "default.handlebars->29->1333",
10849
- "default.handlebars->29->1843",
10850
- "default.handlebars->29->1930",
10851
- "default.handlebars->29->601"
10855
+ "default.handlebars->29->1337",
10856
+ "default.handlebars->29->1847",
10857
+ "default.handlebars->29->1934",
10858
+ "default.handlebars->29->603"
10859
]
10860
},
10861
{
@@ -10889,10 +10896,10 @@
10896
"zh-chs": "桌面工具栏",
10897
"zh-cht": "桌面工具欄",
10898
"xloc": [
10892
- "default.handlebars->29->1334",
10893
- "default.handlebars->29->1844",
10894
- "default.handlebars->29->1931",
10895
- "default.handlebars->29->602"
10899
+ "default.handlebars->29->1338",
10900
+ "default.handlebars->29->1848",
10901
+ "default.handlebars->29->1935",
10902
+ "default.handlebars->29->604"
10903
]
10904
},
10905
{
@@ -10912,7 +10919,7 @@
10919
"zh-chs": "桌面时段",
10920
"zh-cht": "桌面時段",
10921
"xloc": [
10915
- "default.handlebars->29->867"
10922
+ "default.handlebars->29->871"
10923
]
10924
},
10925
{
@@ -10953,7 +10960,7 @@
10960
"zh-chs": "细节",
10961
"zh-cht": "細節",
10962
"xloc": [
10956
- "default-mobile.handlebars->9->262",
10963
+ "default-mobile.handlebars->9->263",
10964
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
10965
"default.handlebars->contextMenu->cxdetails"
10966
]
@@ -10995,9 +11002,9 @@
11002
"zh-chs": "设备",
11003
"zh-cht": "裝置",
11004
"xloc": [
10998
- "default.handlebars->29->1438",
10999
- "default.handlebars->29->184",
11000
- "default.handlebars->29->1999",
11005
+ "default.handlebars->29->1442",
11006
+ "default.handlebars->29->186",
11007
+ "default.handlebars->29->2003",
11008
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11009
]
11010
},
@@ -11018,8 +11025,8 @@
11025
"zh-chs": "设备指令",
11026
"zh-cht": "裝置指令",
11027
"xloc": [
11021
- "default-mobile.handlebars->9->270",
11022
- "default.handlebars->29->755"
11028
+ "default-mobile.handlebars->9->271",
11029
+ "default.handlebars->29->759"
11030
]
11031
},
11032
{
@@ -11046,14 +11053,14 @@
11053
"zh-chs": "设备组",
11054
"zh-cht": "裝置群",
11055
"xloc": [
11049
- "default.handlebars->29->1433",
11050
- "default.handlebars->29->1436",
11056
"default.handlebars->29->1437",
11052
- "default.handlebars->29->1694",
11053
- "default.handlebars->29->1869",
11054
- "default.handlebars->29->1875",
11055
- "default.handlebars->29->1987",
11056
- "default.handlebars->29->2036"
11057
+ "default.handlebars->29->1440",
11058
+ "default.handlebars->29->1441",
11059
+ "default.handlebars->29->1698",
11060
+ "default.handlebars->29->1873",
11061
+ "default.handlebars->29->1879",
11062
+ "default.handlebars->29->1991",
11063
+ "default.handlebars->29->2040"
11064
]
11065
},
11066
{
@@ -11073,8 +11080,8 @@
11080
"zh-chs": "设备组用户",
11081
"zh-cht": "裝置群用戶",
11082
"xloc": [
11076
- "default-mobile.handlebars->9->461",
11077
- "default.handlebars->29->1502"
11083
+ "default-mobile.handlebars->9->462",
11084
+ "default.handlebars->29->1506"
11085
]
11086
},
11087
{
@@ -11095,11 +11102,11 @@
11102
"zh-cht": "裝置群",
11103
"xloc": [
11104
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11098
- "default.handlebars->29->1710",
11099
- "default.handlebars->29->1816",
11100
- "default.handlebars->29->1856",
11101
- "default.handlebars->29->1927",
11102
- "default.handlebars->29->2071",
11105
+ "default.handlebars->29->1714",
11106
+ "default.handlebars->29->1820",
11107
+ "default.handlebars->29->1860",
11108
+ "default.handlebars->29->1931",
11109
+ "default.handlebars->29->2075",
11110
"default.handlebars->container->column_l->p2->p2info->7"
11111
]
11112
},
@@ -11120,7 +11127,7 @@
11127
"zh-chs": "设备信息导出",
11128
"zh-cht": "裝置訊息輸出",
11129
"xloc": [
11123
- "default.handlebars->29->498"
11130
+ "default.handlebars->29->500"
11131
]
11132
},
11133
{
@@ -11140,7 +11147,7 @@
11147
"zh-chs": "设备位置",
11148
"zh-cht": "裝置位置",
11149
"xloc": [
11143
- "default.handlebars->29->791"
11150
+ "default.handlebars->29->795"
11151
]
11152
},
11153
{
@@ -11160,7 +11167,7 @@
11167
"zh-chs": "设备消息",
11168
"zh-cht": "裝置訊息",
11169
"xloc": [
11163
- "default.handlebars->29->720"
11170
+ "default.handlebars->29->724"
11171
]
11172
},
11173
{
@@ -11180,10 +11187,10 @@
11187
"zh-chs": "设备名称",
11188
"zh-cht": "裝置名稱",
11189
"xloc": [
11183
- "default-mobile.handlebars->9->283",
11184
- "default.handlebars->29->2035",
11185
- "default.handlebars->29->289",
11186
- "default.handlebars->29->821",
11190
+ "default-mobile.handlebars->9->284",
11191
+ "default.handlebars->29->2039",
11192
+ "default.handlebars->29->291",
11193
+ "default.handlebars->29->825",
11194
"player.handlebars->3->9"
11195
]
11196
},
@@ -11204,8 +11211,8 @@
11211
"zh-chs": "设备通知",
11212
"zh-cht": "裝置通知",
11213
"xloc": [
11207
- "default.handlebars->29->492",
11208
- "default.handlebars->29->722"
11214
+ "default.handlebars->29->494",
11215
+ "default.handlebars->29->726"
11216
]
11217
},
11218
{
@@ -11225,7 +11232,7 @@
11232
"zh-chs": "设备提示",
11233
"zh-cht": "裝置吐司",
11234
"xloc": [
11228
- "default-mobile.handlebars->9->258"
11235
+ "default-mobile.handlebars->9->259"
11236
]
11237
},
11238
{
@@ -11245,8 +11252,8 @@
11252
"zh-chs": "设备连接。",
11253
"zh-cht": "裝置連接。",
11254
"xloc": [
11248
- "default.handlebars->29->1253",
11249
- "default.handlebars->29->1523"
11255
+ "default.handlebars->29->1257",
11256
+ "default.handlebars->29->1527"
11257
]
11258
},
11259
{
@@ -11266,8 +11273,8 @@
11273
"zh-chs": "设备断开连接。",
11274
"zh-cht": "裝置斷開連接。",
11275
"xloc": [
11269
- "default.handlebars->29->1254",
11270
- "default.handlebars->29->1524"
11276
+ "default.handlebars->29->1258",
11277
+ "default.handlebars->29->1528"
11278
]
11279
},
11280
{
@@ -11287,7 +11294,7 @@
11294
"zh-chs": "创建的设备组:{0}",
11295
"zh-cht": "設備組已創建:{0}",
11296
"xloc": [
11290
- "default.handlebars->29->1660"
11297
+ "default.handlebars->29->1664"
11298
]
11299
},
11300
{
@@ -11307,7 +11314,7 @@
11314
"zh-chs": "设备组已删除:{0}",
11315
"zh-cht": "設備組已刪除:{0}",
11316
"xloc": [
11310
- "default.handlebars->29->1661"
11317
+ "default.handlebars->29->1665"
11318
]
11319
},
11320
{
@@ -11327,7 +11334,7 @@
11334
"zh-chs": "设备组成员身份已更改:{0}",
11335
"zh-cht": "設備組成員身份已更改:{0}",
11336
"xloc": [
11330
- "default.handlebars->29->1662"
11337
+ "default.handlebars->29->1666"
11338
]
11339
},
11340
{
@@ -11347,7 +11354,7 @@
11354
"zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
11355
"zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
11356
"xloc": [
11350
- "default.handlebars->29->717"
11357
+ "default.handlebars->29->721"
11358
]
11359
},
11360
{
@@ -11367,7 +11374,7 @@
11374
"zh-chs": "设备组通知已更改",
11375
"zh-cht": "設備組通知已更改",
11376
"xloc": [
11370
- "default.handlebars->29->1657"
11377
+ "default.handlebars->29->1661"
11378
]
11379
},
11380
{
@@ -11387,7 +11394,7 @@
11394
"zh-chs": "未删除的设备组:{0}",
11395
"zh-cht": "未刪除的設備組:{0}",
11396
"xloc": [
11390
- "default.handlebars->29->1640"
11397
+ "default.handlebars->29->1644"
11398
]
11399
},
11400
{
@@ -11409,8 +11416,8 @@
11416
"xloc": [
11417
"default-mobile.handlebars->9->160",
11418
"default-mobile.handlebars->9->216",
11412
- "default.handlebars->29->209",
11413
- "default.handlebars->29->554"
11419
+ "default.handlebars->29->211",
11420
+ "default.handlebars->29->556"
11421
]
11422
},
11423
{
@@ -11430,7 +11437,7 @@
11437
"zh-chs": "检测到设备,但无法获得电源状态。",
11438
"zh-cht": "檢測到裝置,但無法獲得電源狀態。",
11439
"xloc": [
11433
- "default.handlebars->29->432"
11440
+ "default.handlebars->29->434"
11441
]
11442
},
11443
{
@@ -11451,7 +11458,7 @@
11458
"zh-cht": "裝置正在休眠(S4)",
11459
"xloc": [
11460
"default-mobile.handlebars->9->200",
11454
- "default.handlebars->29->438"
11461
+ "default.handlebars->29->440"
11462
]
11463
},
11464
{
@@ -11472,7 +11479,7 @@
11479
"zh-cht": "裝置處於深度睡眠狀態(S3)",
11480
"xloc": [
11481
"default-mobile.handlebars->9->199",
11475
- "default.handlebars->29->437"
11482
+ "default.handlebars->29->439"
11483
]
11484
},
11485
{
@@ -11492,7 +11499,7 @@
11499
"zh-chs": "设备处于深度睡眠状态(S3)。",
11500
"zh-cht": "裝置處於深度睡眠狀態(S3)。",
11501
"xloc": [
11495
- "default.handlebars->29->426"
11502
+ "default.handlebars->29->428"
11503
]
11504
},
11505
{
@@ -11512,7 +11519,7 @@
11519
"zh-chs": "设备处于休眠状态(S4)。",
11520
"zh-cht": "裝置處於休眠狀態(S4)。",
11521
"xloc": [
11515
- "default.handlebars->29->428"
11522
+ "default.handlebars->29->430"
11523
]
11524
},
11525
{
@@ -11532,7 +11539,7 @@
11539
"zh-chs": "设备处于关机状态(S5)。",
11540
"zh-cht": "裝置處於關機狀態(S5)。",
11541
"xloc": [
11535
- "default.handlebars->29->430"
11542
+ "default.handlebars->29->432"
11543
]
11544
},
11545
{
@@ -11553,7 +11560,7 @@
11560
"zh-cht": "裝置處於睡眠狀態(S1)",
11561
"xloc": [
11562
"default-mobile.handlebars->9->197",
11556
- "default.handlebars->29->435"
11563
+ "default.handlebars->29->437"
11564
]
11565
},
11566
{
@@ -11573,7 +11580,7 @@
11580
"zh-chs": "设备处于睡眠状态(S1)。",
11581
"zh-cht": "裝置處於睡眠狀態(S1)。",
11582
"xloc": [
11576
- "default.handlebars->29->422"
11583
+ "default.handlebars->29->424"
11584
]
11585
},
11586
{
@@ -11594,7 +11601,7 @@
11601
"zh-cht": "裝置處於睡眠狀態(S2)",
11602
"xloc": [
11603
"default-mobile.handlebars->9->198",
11597
- "default.handlebars->29->436"
11604
+ "default.handlebars->29->438"
11605
]
11606
},
11607
{
@@ -11614,7 +11621,7 @@
11621
"zh-chs": "设备处于睡眠状态(S2)。",
11622
"zh-cht": "裝置處於睡眠狀態(S2)。",
11623
"xloc": [
11617
- "default.handlebars->29->424"
11624
+ "default.handlebars->29->426"
11625
]
11626
},
11627
{
@@ -11635,7 +11642,7 @@
11642
"zh-cht": "裝置處於軟關機狀態(S5)",
11643
"xloc": [
11644
"default-mobile.handlebars->9->201",
11638
- "default.handlebars->29->439"
11645
+ "default.handlebars->29->441"
11646
]
11647
},
11648
{
@@ -11657,8 +11664,8 @@
11664
"xloc": [
11665
"default-mobile.handlebars->9->159",
11666
"default-mobile.handlebars->9->215",
11660
- "default.handlebars->29->208",
11661
- "default.handlebars->29->553"
11667
+ "default.handlebars->29->210",
11668
+ "default.handlebars->29->555"
11669
]
11670
},
11671
{
@@ -11679,7 +11686,7 @@
11686
"zh-cht": "裝置已連接電源",
11687
"xloc": [
11688
"default-mobile.handlebars->9->196",
11682
- "default.handlebars->29->434"
11689
+ "default.handlebars->29->436"
11690
]
11691
},
11692
{
@@ -11699,7 +11706,7 @@
11706
"zh-chs": "设备已连接电源。",
11707
"zh-cht": "裝置已連接電源。",
11708
"xloc": [
11702
- "default.handlebars->29->420"
11709
+ "default.handlebars->29->422"
11710
]
11711
},
11712
{
@@ -11720,7 +11727,7 @@
11727
"zh-cht": "裝置存在,但無法確定電源狀態",
11728
"xloc": [
11729
"default-mobile.handlebars->9->202",
11723
- "default.handlebars->29->440"
11730
+ "default.handlebars->29->442"
11731
]
11732
},
11733
{
@@ -11740,7 +11747,7 @@
11747
"zh-chs": "设备名称",
11748
"zh-cht": "裝置名稱",
11749
"xloc": [
11743
- "default.handlebars->29->545"
11750
+ "default.handlebars->29->547"
11751
]
11752
},
11753
{
@@ -11760,7 +11767,7 @@
11767
"zh-chs": "设备通知",
11768
"zh-cht": "設備通知",
11769
"xloc": [
11763
- "default.handlebars->29->462"
11770
+ "default.handlebars->29->464"
11771
]
11772
},
11773
{
@@ -11780,7 +11787,7 @@
11787
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
11788
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
11789
"xloc": [
11783
- "default.handlebars->29->1642"
11790
+ "default.handlebars->29->1646"
11791
]
11792
},
11793
{
@@ -11817,8 +11824,8 @@
11824
"zh-chs": "设备",
11825
"zh-cht": "裝置",
11826
"xloc": [
11820
- "default.handlebars->29->1817",
11821
- "default.handlebars->29->1857"
11827
+ "default.handlebars->29->1821",
11828
+ "default.handlebars->29->1861"
11829
]
11830
},
11831
{
@@ -11838,7 +11845,7 @@
11845
"zh-chs": "已禁用",
11846
"zh-cht": "已禁用",
11847
"xloc": [
11841
- "default.handlebars->29->596"
11848
+ "default.handlebars->29->598"
11849
]
11850
},
11851
{
@@ -11858,7 +11865,7 @@
11865
"zh-chs": "禁用的电子邮件两因素身份验证",
11866
"zh-cht": "禁用的電子郵件兩因素身份驗證",
11867
"xloc": [
11861
- "default.handlebars->29->1673"
11868
+ "default.handlebars->29->1677"
11869
]
11870
},
11871
{
@@ -11878,10 +11885,10 @@
11885
"zh-chs": "断线",
11886
"zh-cht": "斷線",
11887
"xloc": [
11881
- "default-mobile.handlebars->9->297",
11888
+ "default-mobile.handlebars->9->298",
11889
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
11883
- "default.handlebars->29->1346",
11884
- "default.handlebars->29->884",
11890
+ "default.handlebars->29->1350",
11891
+ "default.handlebars->29->888",
11892
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
11893
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
11894
"desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -11928,10 +11935,10 @@
11935
"default-mobile.handlebars->9->1",
11936
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
11937
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
11931
- "default.handlebars->29->220",
11932
- "default.handlebars->29->240",
11933
- "default.handlebars->29->243",
11934
- "default.handlebars->29->270",
11938
+ "default.handlebars->29->222",
11939
+ "default.handlebars->29->242",
11940
+ "default.handlebars->29->245",
11941
+ "default.handlebars->29->272",
11942
"default.handlebars->29->8",
11943
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
11944
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
@@ -11958,7 +11965,7 @@
11965
"zh-chs": "在远程设备上显示一个消息框。",
11966
"zh-cht": "在遠程裝置上顯示一個訊息框。",
11967
"xloc": [
11961
- "default.handlebars->29->721"
11968
+ "default.handlebars->29->725"
11969
]
11970
},
11971
{
@@ -11998,7 +12005,7 @@
12005
"zh-chs": "在远程设备上显示短信",
12006
"zh-cht": "在遠程裝置上顯示短信",
12007
"xloc": [
12001
- "default.handlebars->29->632"
12008
+ "default.handlebars->29->634"
12009
]
12010
},
12011
{
@@ -12018,7 +12025,7 @@
12025
"zh-chs": "显示设备组名称",
12026
"zh-cht": "顯示裝置群名稱",
12027
"xloc": [
12021
- "default.handlebars->29->1252"
12028
+ "default.handlebars->29->1256"
12029
]
12030
},
12031
{
@@ -12038,7 +12045,7 @@
12045
"zh-chs": "显示名称",
12046
"zh-cht": "顯示名稱",
12047
"xloc": [
12041
- "default.handlebars->29->853"
12048
+ "default.handlebars->29->857"
12049
]
12050
},
12051
{
@@ -12058,7 +12065,7 @@
12065
"zh-chs": "显示公共连结",
12066
"zh-cht": "顯示公共鏈結",
12067
"xloc": [
12061
- "default.handlebars->29->1543"
12068
+ "default.handlebars->29->1547"
12069
]
12070
},
12071
{
@@ -12078,7 +12085,7 @@
12085
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
12086
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
12087
"xloc": [
12081
- "default.handlebars->29->1602"
12088
+ "default.handlebars->29->1606"
12089
]
12090
},
12091
{
@@ -12098,7 +12105,7 @@
12105
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
12106
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
12107
"xloc": [
12101
- "default.handlebars->29->1610"
12108
+ "default.handlebars->29->1614"
12109
]
12110
},
12111
{
@@ -12118,7 +12125,7 @@
12125
"zh-chs": "什么都不做",
12126
"zh-cht": "什麼都不做",
12127
"xloc": [
12121
- "default.handlebars->29->1390"
12128
+ "default.handlebars->29->1394"
12129
]
12130
},
12131
{
@@ -12138,10 +12145,10 @@
12145
"zh-chs": "域",
12146
"zh-cht": "域",
12147
"xloc": [
12141
- "default.handlebars->29->1781",
12142
- "default.handlebars->29->1829",
12143
- "default.handlebars->29->1838",
12144
- "default.handlebars->29->1906",
12148
+ "default.handlebars->29->1785",
12149
+ "default.handlebars->29->1833",
12150
+ "default.handlebars->29->1842",
12151
+ "default.handlebars->29->1910",
12152
"mstsc.handlebars->main->1->3->1->2->1->0",
12153
"mstsc.handlebars->main->1->3->1->2->3"
12154
]
@@ -12163,8 +12170,8 @@
12170
"zh-chs": "不要配置",
12171
"zh-cht": "不要配置",
12172
"xloc": [
12166
- "default.handlebars->29->1394",
12167
- "default.handlebars->29->1399"
12173
+ "default.handlebars->29->1398",
12174
+ "default.handlebars->29->1403"
12175
]
12176
},
12177
{
@@ -12184,7 +12191,7 @@
12191
"zh-chs": "不要连接到服务器",
12192
"zh-cht": "不要連接到伺服器",
12193
"xloc": [
12187
- "default.handlebars->29->1395"
12194
+ "default.handlebars->29->1399"
12195
]
12196
},
12197
{
@@ -12303,8 +12310,8 @@
12310
"zh-chs": "下载档案",
12311
"zh-cht": "下載檔案",
12312
"xloc": [
12306
- "default-mobile.handlebars->9->327",
12307
- "default.handlebars->29->917"
12313
+ "default-mobile.handlebars->9->328",
12314
+ "default.handlebars->29->921"
12315
]
12316
},
12317
{
@@ -12324,7 +12331,7 @@
12331
"zh-chs": "下载MeshCentral Router,一个TCP端口映射工具。",
12332
"zh-cht": "下載MeshCentral Router,一個TCP端口映射工具。",
12333
"xloc": [
12327
- "default.handlebars->29->238"
12334
+ "default.handlebars->29->240"
12335
]
12336
},
12337
{
@@ -12344,7 +12351,7 @@
12351
"zh-chs": "下载MeshCmd",
12352
"zh-cht": "下載MeshCmd",
12353
"xloc": [
12347
- "default.handlebars->29->813"
12354
+ "default.handlebars->29->817"
12355
]
12356
},
12357
{
@@ -12364,7 +12371,7 @@
12371
"zh-chs": "下载MeshCmd,这是一个多功能的指令执行工具。",
12372
"zh-cht": "下載MeshCmd,這是一個多功能的指令執行工具。",
12373
"xloc": [
12367
- "default.handlebars->29->236"
12374
+ "default.handlebars->29->238"
12375
]
12376
},
12377
{
@@ -12404,7 +12411,7 @@
12411
"zh-chs": "下载报告",
12412
"zh-cht": "下載報告",
12413
"xloc": [
12407
- "default.handlebars->29->1699",
12414
+ "default.handlebars->29->1703",
12415
"default.handlebars->container->column_l->p3->3->1->0->3"
12416
]
12417
},
@@ -12425,7 +12432,7 @@
12432
"zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
12433
"zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
12434
"xloc": [
12428
- "default.handlebars->29->806"
12435
+ "default.handlebars->29->810"
12436
]
12437
},
12438
{
@@ -12505,7 +12512,7 @@
12512
"zh-chs": "下载电源事件",
12513
"zh-cht": "下載電源事件",
12514
"xloc": [
12508
- "default.handlebars->29->765"
12515
+ "default.handlebars->29->769"
12516
]
12517
},
12518
{
@@ -12585,7 +12592,7 @@
12592
"zh-chs": "使用以下一种档案格式下载设备列表。",
12593
"zh-cht": "使用以下一種檔案格式下載裝置列表。",
12594
"xloc": [
12588
- "default.handlebars->29->493"
12595
+ "default.handlebars->29->495"
12596
]
12597
},
12598
{
@@ -12605,7 +12612,7 @@
12612
"zh-chs": "使用以下一种档案格式下载事件列表。",
12613
"zh-cht": "使用以下一種檔案格式下載事件列表。",
12614
"xloc": [
12608
- "default.handlebars->29->1700"
12615
+ "default.handlebars->29->1704"
12616
]
12617
},
12618
{
@@ -12625,7 +12632,7 @@
12632
"zh-chs": "使用以下一种档案格式下载用户列表。",
12633
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
12634
"xloc": [
12628
- "default.handlebars->29->1765"
12635
+ "default.handlebars->29->1769"
12636
]
12637
},
12638
{
@@ -12706,7 +12713,7 @@
12713
"zh-chs": "下载:“{0}”",
12714
"zh-cht": "下載:“{0}”",
12715
"xloc": [
12709
- "default.handlebars->29->1633"
12716
+ "default.handlebars->29->1637"
12717
]
12718
},
12719
{
@@ -12746,7 +12753,7 @@
12753
"zh-chs": "代理重复",
12754
"zh-cht": "代理重複",
12755
"xloc": [
12749
- "default.handlebars->29->2067"
12756
+ "default.handlebars->29->2071"
12757
]
12758
},
12759
{
@@ -12786,7 +12793,7 @@
12793
"zh-chs": "复制用户组",
12794
"zh-cht": "複製用戶群",
12795
"xloc": [
12789
- "default.handlebars->29->1833"
12796
+ "default.handlebars->29->1837"
12797
]
12798
},
12799
{
@@ -12823,8 +12830,8 @@
12830
"zh-chs": "持续时间",
12831
"zh-cht": "持續時間",
12832
"xloc": [
12826
- "default.handlebars->29->2021",
12827
- "default.handlebars->29->2041",
12833
+ "default.handlebars->29->2025",
12834
+ "default.handlebars->29->2045",
12835
"player.handlebars->3->2"
12836
]
12837
},
@@ -12845,7 +12852,7 @@
12852
"zh-chs": "在激活期间,代理将有权取得管理员密码信息。",
12853
"zh-cht": "在啟動期間,代理將有權取得管理員密碼訊息。",
12854
"xloc": [
12848
- "default.handlebars->29->1404"
12855
+ "default.handlebars->29->1408"
12856
]
12857
},
12858
{
@@ -12865,7 +12872,7 @@
12872
"zh-chs": "荷兰文(比利时)",
12873
"zh-cht": "荷蘭文(比利時)",
12874
"xloc": [
12868
- "default.handlebars->29->1092"
12875
+ "default.handlebars->29->1096"
12876
]
12877
},
12878
{
@@ -12885,7 +12892,7 @@
12892
"zh-chs": "荷兰文(标准)",
12893
"zh-cht": "荷蘭文(標準)",
12894
"xloc": [
12888
- "default.handlebars->29->1091"
12895
+ "default.handlebars->29->1095"
12896
]
12897
},
12898
{
@@ -13154,8 +13161,8 @@
13161
"zh-chs": "编辑设备",
13162
"zh-cht": "編輯裝置",
13163
"xloc": [
13157
- "default-mobile.handlebars->9->288",
13158
- "default.handlebars->29->826"
13164
+ "default-mobile.handlebars->9->289",
13165
+ "default.handlebars->29->830"
13166
]
13167
},
13168
{
@@ -13175,13 +13182,13 @@
13182
"zh-chs": "编辑设备组",
13183
"zh-cht": "編輯裝置群",
13184
"xloc": [
13178
- "default-mobile.handlebars->9->416",
13179
- "default-mobile.handlebars->9->418",
13180
- "default-mobile.handlebars->9->438",
13181
- "default.handlebars->29->1410",
13182
- "default.handlebars->29->1442",
13183
- "default.handlebars->29->1466",
13184
- "default.handlebars->29->1478"
13185
+ "default-mobile.handlebars->9->417",
13186
+ "default-mobile.handlebars->9->419",
13187
+ "default-mobile.handlebars->9->439",
13188
+ "default.handlebars->29->1414",
13189
+ "default.handlebars->29->1446",
13190
+ "default.handlebars->29->1470",
13191
+ "default.handlebars->29->1482"
13192
]
13193
},
13194
{
@@ -13201,7 +13208,7 @@
13208
"zh-chs": "编辑设备组功能",
13209
"zh-cht": "編輯裝置群功能",
13210
"xloc": [
13204
- "default.handlebars->29->1428"
13211
+ "default.handlebars->29->1432"
13212
]
13213
},
13214
{
@@ -13221,8 +13228,8 @@
13228
"zh-chs": "编辑设备组权限",
13229
"zh-cht": "編輯裝置群權限",
13230
"xloc": [
13224
- "default.handlebars->29->1463",
13225
- "default.handlebars->29->1475"
13231
+ "default.handlebars->29->1467",
13232
+ "default.handlebars->29->1479"
13233
]
13234
},
13235
{
@@ -13242,7 +13249,7 @@
13249
"zh-chs": "编辑设备组用户同意",
13250
"zh-cht": "編輯裝置群用戶同意",
13251
"xloc": [
13245
- "default.handlebars->29->1411"
13252
+ "default.handlebars->29->1415"
13253
]
13254
},
13255
{
@@ -13262,8 +13269,8 @@
13269
"zh-chs": "编辑设备笔记",
13270
"zh-cht": "編輯裝置筆記",
13271
"xloc": [
13265
- "default-mobile.handlebars->9->430",
13266
- "default.handlebars->29->1455"
13272
+ "default-mobile.handlebars->9->431",
13273
+ "default.handlebars->29->1459"
13274
]
13275
},
13276
{
@@ -13283,8 +13290,8 @@
13290
"zh-chs": "编辑设备权限",
13291
"zh-cht": "編輯裝置權限",
13292
"xloc": [
13286
- "default.handlebars->29->1468",
13287
- "default.handlebars->29->1470"
13293
+ "default.handlebars->29->1472",
13294
+ "default.handlebars->29->1474"
13295
]
13296
},
13297
{
@@ -13304,7 +13311,7 @@
13311
"zh-chs": "编辑设备标签",
13312
"zh-cht": "編輯裝置標籤",
13313
"xloc": [
13307
- "default.handlebars->29->487"
13314
+ "default.handlebars->29->489"
13315
]
13316
},
13317
{
@@ -13324,7 +13331,7 @@
13331
"zh-chs": "编辑设备用户同意",
13332
"zh-cht": "編輯裝置用戶同意",
13333
"xloc": [
13327
- "default.handlebars->29->1413"
13334
+ "default.handlebars->29->1417"
13335
]
13336
},
13337
{
@@ -13344,7 +13351,7 @@
13351
"zh-chs": "编辑群组",
13352
"zh-cht": "編輯群組",
13353
"xloc": [
13347
- "default.handlebars->29->695"
13354
+ "default.handlebars->29->699"
13355
]
13356
},
13357
{
@@ -13364,10 +13371,10 @@
13371
"zh-chs": "编辑英特尔®AMT凭证",
13372
"zh-cht": "編輯Intel® AMT憑證",
13373
"xloc": [
13367
- "default-mobile.handlebars->9->278",
13368
- "default.handlebars->29->583",
13369
- "default.handlebars->29->586",
13370
- "default.handlebars->29->772"
13374
+ "default-mobile.handlebars->9->279",
13375
+ "default.handlebars->29->585",
13376
+ "default.handlebars->29->588",
13377
+ "default.handlebars->29->776"
13378
]
13379
},
13380
{
@@ -13387,8 +13394,8 @@
13394
"zh-chs": "编辑笔记",
13395
"zh-cht": "編輯筆記",
13396
"xloc": [
13390
- "default-mobile.handlebars->9->445",
13391
- "default.handlebars->29->1485"
13397
+ "default-mobile.handlebars->9->446",
13398
+ "default.handlebars->29->1489"
13399
]
13400
},
13401
{
@@ -13408,7 +13415,7 @@
13415
"zh-chs": "编辑用户同意",
13416
"zh-cht": "編輯用戶同意",
13417
"xloc": [
13411
- "default.handlebars->29->1412"
13418
+ "default.handlebars->29->1416"
13419
]
13420
},
13421
{
@@ -13428,7 +13435,7 @@
13435
"zh-chs": "编辑用户设备组权限",
13436
"zh-cht": "編輯用戶裝置群權限",
13437
"xloc": [
13431
- "default.handlebars->29->1476"
13438
+ "default.handlebars->29->1480"
13439
]
13440
},
13441
{
@@ -13448,7 +13455,7 @@
13455
"zh-chs": "编辑用户设备权限",
13456
"zh-cht": "編輯用戶裝置權限",
13457
"xloc": [
13451
- "default.handlebars->29->1471"
13458
+ "default.handlebars->29->1475"
13459
]
13460
},
13461
{
@@ -13468,7 +13475,7 @@
13475
"zh-chs": "编辑用户组",
13476
"zh-cht": "編輯用戶群",
13477
"xloc": [
13471
- "default.handlebars->29->1884"
13478
+ "default.handlebars->29->1888"
13479
]
13480
},
13481
{
@@ -13488,14 +13495,14 @@
13495
"zh-chs": "编辑用户组设备权限",
13496
"zh-cht": "編輯用戶群裝置權限",
13497
"xloc": [
13491
- "default.handlebars->29->1473"
13498
+ "default.handlebars->29->1477"
13499
]
13500
},
13501
{
13502
"en": "Edit User Group User Consent",
13503
"nl": "Bewerk groepsgebruikerstoestemming",
13504
"xloc": [
13498
- "default.handlebars->29->1414"
13505
+ "default.handlebars->29->1418"
13506
]
13507
},
13508
{
@@ -13536,7 +13543,7 @@
13543
"zh-chs": "编辑标签",
13544
"zh-cht": "編輯標籤",
13545
"xloc": [
13539
- "default.handlebars->29->463"
13546
+ "default.handlebars->29->465"
13547
]
13548
},
13549
{
@@ -13557,12 +13564,12 @@
13564
"zh-cht": "電郵",
13565
"xloc": [
13566
"default-mobile.handlebars->9->78",
13560
- "default.handlebars->29->1783",
13561
- "default.handlebars->29->1910",
13562
- "default.handlebars->29->1912",
13563
- "default.handlebars->29->1952",
13564
- "default.handlebars->29->1968",
13565
- "default.handlebars->29->339",
13567
+ "default.handlebars->29->1787",
13568
+ "default.handlebars->29->1914",
13569
+ "default.handlebars->29->1916",
13570
+ "default.handlebars->29->1956",
13571
+ "default.handlebars->29->1972",
13572
+ "default.handlebars->29->341",
13573
"login-mobile.handlebars->5->42",
13574
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
13575
"login.handlebars->5->43",
@@ -13594,7 +13601,7 @@
13601
"zh-cht": "電郵地址變更",
13602
"xloc": [
13603
"default-mobile.handlebars->9->79",
13597
- "default.handlebars->29->1261"
13604
+ "default.handlebars->29->1265"
13605
]
13606
},
13607
{
@@ -13615,7 +13622,7 @@
13622
"zh-cht": "電郵認證",
13623
"xloc": [
13624
"default-mobile.handlebars->9->68",
13618
- "default.handlebars->29->1029"
13625
+ "default.handlebars->29->1033"
13626
]
13627
},
13628
{
@@ -13675,7 +13682,7 @@
13682
"zh-cht": "電郵驗證",
13683
"xloc": [
13684
"default-mobile.handlebars->9->77",
13678
- "default.handlebars->29->1259"
13685
+ "default.handlebars->29->1263"
13686
]
13687
},
13688
{
@@ -13695,7 +13702,7 @@
13702
"zh-chs": "电邮邀请",
13703
"zh-cht": "電郵邀請",
13704
"xloc": [
13698
- "default.handlebars->29->336"
13705
+ "default.handlebars->29->338"
13706
]
13707
},
13708
{
@@ -13715,7 +13722,7 @@
13722
"zh-chs": "电邮未验证",
13723
"zh-cht": "電郵未驗證",
13724
"xloc": [
13718
- "default.handlebars->29->1729"
13725
+ "default.handlebars->29->1733"
13726
]
13727
},
13728
{
@@ -13735,8 +13742,8 @@
13742
"zh-chs": "电邮已验证",
13743
"zh-cht": "電郵已驗證",
13744
"xloc": [
13738
- "default.handlebars->29->1730",
13739
- "default.handlebars->29->1904"
13745
+ "default.handlebars->29->1734",
13746
+ "default.handlebars->29->1908"
13747
]
13748
},
13749
{
@@ -13756,7 +13763,7 @@
13763
"zh-chs": "电邮已验证。",
13764
"zh-cht": "電郵已驗證。",
13765
"xloc": [
13759
- "default.handlebars->29->1789"
13766
+ "default.handlebars->29->1793"
13767
]
13768
},
13769
{
@@ -13776,7 +13783,7 @@
13783
"zh-chs": "电邮未验证",
13784
"zh-cht": "電郵未驗證",
13785
"xloc": [
13779
- "default.handlebars->29->1905"
13786
+ "default.handlebars->29->1909"
13787
]
13788
},
13789
{
@@ -13840,7 +13847,7 @@
13847
"zh-chs": "已通过电邮验证,并且需要重置密码。",
13848
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
13849
"xloc": [
13843
- "default.handlebars->29->1790"
13850
+ "default.handlebars->29->1794"
13851
]
13852
},
13853
{
@@ -13860,7 +13867,7 @@
13867
"zh-chs": "电邮/短信流量",
13868
"zh-cht": "電郵/短信流量",
13869
"xloc": [
13863
- "default.handlebars->29->2109"
13870
+ "default.handlebars->29->2113"
13871
]
13872
},
13873
{
@@ -13906,7 +13913,7 @@
13913
"zh-chs": "启用邀请代码",
13914
"zh-cht": "啟用邀請代碼",
13915
"xloc": [
13909
- "default.handlebars->29->1508"
13916
+ "default.handlebars->29->1512"
13917
]
13918
},
13919
{
@@ -13947,7 +13954,7 @@
13954
"zh-cht": "啟用電郵二因子鑑別。",
13955
"xloc": [
13956
"default-mobile.handlebars->9->70",
13950
- "default.handlebars->29->1031"
13957
+ "default.handlebars->29->1035"
13958
]
13959
},
13960
{
@@ -13987,7 +13994,7 @@
13994
"zh-chs": "已启用",
13995
"zh-cht": "已啟用",
13996
"xloc": [
13990
- "default.handlebars->29->2043"
13997
+ "default.handlebars->29->2047"
13998
]
13999
},
14000
{
@@ -14007,7 +14014,7 @@
14014
"zh-chs": "启用电子邮件两因素身份验证",
14015
"zh-cht": "啟用電子郵件兩因素身份驗證",
14016
"xloc": [
14010
- "default.handlebars->29->1672"
14017
+ "default.handlebars->29->1676"
14018
]
14019
},
14020
{
@@ -14047,7 +14054,7 @@
14054
"zh-chs": "时间结束",
14055
"zh-cht": "時間結束",
14056
"xloc": [
14050
- "default.handlebars->29->2040"
14057
+ "default.handlebars->29->2044"
14058
]
14059
},
14060
{
@@ -14067,7 +14074,7 @@
14074
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
14075
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
14076
"xloc": [
14070
- "default.handlebars->29->1595"
14077
+ "default.handlebars->29->1599"
14078
]
14079
},
14080
{
@@ -14087,7 +14094,7 @@
14094
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
14095
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
14096
"xloc": [
14090
- "default.handlebars->29->1596"
14097
+ "default.handlebars->29->1600"
14098
]
14099
},
14100
{
@@ -14107,7 +14114,7 @@
14114
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
14115
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
14116
"xloc": [
14110
- "default.handlebars->29->1593"
14117
+ "default.handlebars->29->1597"
14118
]
14119
},
14120
{
@@ -14127,7 +14134,7 @@
14134
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
14135
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
14136
"xloc": [
14130
- "default.handlebars->29->1594"
14137
+ "default.handlebars->29->1598"
14138
]
14139
},
14140
{
@@ -14147,7 +14154,7 @@
14154
"zh-chs": "英文",
14155
"zh-cht": "英文",
14156
"xloc": [
14150
- "default.handlebars->29->1093"
14157
+ "default.handlebars->29->1097"
14158
]
14159
},
14160
{
@@ -14167,7 +14174,7 @@
14174
"zh-chs": "英文(澳洲)",
14175
"zh-cht": "英文(澳洲)",
14176
"xloc": [
14170
- "default.handlebars->29->1094"
14177
+ "default.handlebars->29->1098"
14178
]
14179
},
14180
{
@@ -14187,7 +14194,7 @@
14194
"zh-chs": "英文(伯利茲)",
14195
"zh-cht": "英文(伯利茲)",
14196
"xloc": [
14190
- "default.handlebars->29->1095"
14197
+ "default.handlebars->29->1099"
14198
]
14199
},
14200
{
@@ -14207,7 +14214,7 @@
14214
"zh-chs": "英文(加拿大)",
14215
"zh-cht": "英文(加拿大)",
14216
"xloc": [
14210
- "default.handlebars->29->1096"
14217
+ "default.handlebars->29->1100"
14218
]
14219
},
14220
{
@@ -14227,7 +14234,7 @@
14234
"zh-chs": "英文(爱尔兰)",
14235
"zh-cht": "英文(愛爾蘭)",
14236
"xloc": [
14230
- "default.handlebars->29->1097"
14237
+ "default.handlebars->29->1101"
14238
]
14239
},
14240
{
@@ -14247,7 +14254,7 @@
14254
"zh-chs": "英文(牙买加)",
14255
"zh-cht": "英文(牙買加)",
14256
"xloc": [
14250
- "default.handlebars->29->1098"
14257
+ "default.handlebars->29->1102"
14258
]
14259
},
14260
{
@@ -14267,7 +14274,7 @@
14274
"zh-chs": "英文(纽西兰)",
14275
"zh-cht": "英文(紐西蘭)",
14276
"xloc": [
14270
- "default.handlebars->29->1099"
14277
+ "default.handlebars->29->1103"
14278
]
14279
},
14280
{
@@ -14287,7 +14294,7 @@
14294
"zh-chs": "英文(菲律宾)",
14295
"zh-cht": "英文(菲律賓)",
14296
"xloc": [
14290
- "default.handlebars->29->1100"
14297
+ "default.handlebars->29->1104"
14298
]
14299
},
14300
{
@@ -14307,7 +14314,7 @@
14314
"zh-chs": "英语(南非)",
14315
"zh-cht": "英語(南非)",
14316
"xloc": [
14310
- "default.handlebars->29->1101"
14317
+ "default.handlebars->29->1105"
14318
]
14319
},
14320
{
@@ -14327,7 +14334,7 @@
14334
"zh-chs": "英文(特立尼达和多巴哥)",
14335
"zh-cht": "英文(特立尼達和多巴哥)",
14336
"xloc": [
14330
- "default.handlebars->29->1102"
14337
+ "default.handlebars->29->1106"
14338
]
14339
},
14340
{
@@ -14347,7 +14354,7 @@
14354
"zh-chs": "英文(英国)",
14355
"zh-cht": "英文(英國)",
14356
"xloc": [
14350
- "default.handlebars->29->1103"
14357
+ "default.handlebars->29->1107"
14358
]
14359
},
14360
{
@@ -14367,7 +14374,7 @@
14374
"zh-chs": "美国英文",
14375
"zh-cht": "美國英語",
14376
"xloc": [
14370
- "default.handlebars->29->1104"
14377
+ "default.handlebars->29->1108"
14378
]
14379
},
14380
{
@@ -14387,7 +14394,7 @@
14394
"zh-chs": "英文(津巴布韦)",
14395
"zh-cht": "英文(津巴布韋)",
14396
"xloc": [
14390
- "default.handlebars->29->1105"
14397
+ "default.handlebars->29->1109"
14398
]
14399
},
14400
{
@@ -14407,8 +14414,8 @@
14414
"zh-chs": "输入",
14415
"zh-cht": "輸入",
14416
"xloc": [
14410
- "default.handlebars->29->1287",
14411
- "default.handlebars->29->1288"
14417
+ "default.handlebars->29->1291",
14418
+ "default.handlebars->29->1292"
14419
]
14420
},
14421
{
@@ -14428,7 +14435,7 @@
14435
"zh-chs": "输入管理领域名称的逗号分隔列表。",
14436
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14437
"xloc": [
14431
- "default.handlebars->29->1794"
14438
+ "default.handlebars->29->1798"
14439
]
14440
},
14441
{
@@ -14448,7 +14455,7 @@
14455
"zh-chs": "输入IP地址范围以扫描英特尔AMT设备。",
14456
"zh-cht": "輸入IP地址範圍以掃描Intel® AMT裝置。",
14457
"xloc": [
14451
- "default.handlebars->29->304"
14458
+ "default.handlebars->29->306"
14459
]
14460
},
14461
{
@@ -14468,7 +14475,7 @@
14475
"zh-chs": "输入文本,然后单击“确定”以使用美式英语键盘远程输入文本。在继续操作之前,请确保将远程鼠标放置在正确的位置。",
14476
"zh-cht": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
14477
"xloc": [
14471
- "default.handlebars->29->847",
14478
+ "default.handlebars->29->851",
14479
"desktop.handlebars->3->22"
14480
]
14481
},
@@ -14531,7 +14538,7 @@
14538
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
14539
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
14540
"xloc": [
14534
- "default.handlebars->29->1026"
14541
+ "default.handlebars->29->1030"
14542
]
14543
},
14544
{
@@ -14591,7 +14598,7 @@
14598
"zh-chs": "世界文",
14599
"zh-cht": "世界語",
14600
"xloc": [
14594
- "default.handlebars->29->1106"
14601
+ "default.handlebars->29->1110"
14602
]
14603
},
14604
{
@@ -14611,7 +14618,7 @@
14618
"zh-chs": "爱沙尼亚文",
14619
"zh-cht": "愛沙尼亞語",
14620
"xloc": [
14614
- "default.handlebars->29->1107"
14621
+ "default.handlebars->29->1111"
14622
]
14623
},
14624
{
@@ -14631,7 +14638,7 @@
14638
"zh-chs": "事件详情",
14639
"zh-cht": "事件詳情",
14640
"xloc": [
14634
- "default.handlebars->29->930"
14641
+ "default.handlebars->29->934"
14642
]
14643
},
14644
{
@@ -14651,7 +14658,7 @@
14658
"zh-chs": "事件列表输出",
14659
"zh-cht": "事件列表輸出",
14660
"xloc": [
14654
- "default.handlebars->29->1705"
14661
+ "default.handlebars->29->1709"
14662
]
14663
},
14664
{
@@ -14742,8 +14749,8 @@
14749
"zh-chs": "到期时间",
14750
"zh-cht": "到期時間",
14751
"xloc": [
14745
- "default.handlebars->29->186",
14746
- "default.handlebars->29->740"
14752
+ "default.handlebars->29->188",
14753
+ "default.handlebars->29->744"
14754
]
14755
},
14756
{
@@ -14783,7 +14790,7 @@
14790
"zh-chs": "输出设备信息",
14791
"zh-cht": "輸出裝置訊息",
14792
"xloc": [
14786
- "default.handlebars->29->467"
14793
+ "default.handlebars->29->469"
14794
]
14795
},
14796
{
@@ -14803,7 +14810,7 @@
14810
"zh-chs": "扩充式ASCII",
14811
"zh-cht": "擴充式ASCII",
14812
"xloc": [
14806
- "default.handlebars->29->875"
14813
+ "default.handlebars->29->879"
14814
]
14815
},
14816
{
@@ -14843,7 +14850,7 @@
14850
"zh-chs": "外部",
14851
"zh-cht": "外部",
14852
"xloc": [
14846
- "default.handlebars->29->2094"
14853
+ "default.handlebars->29->2098"
14854
]
14855
},
14856
{
@@ -14883,7 +14890,7 @@
14890
"zh-chs": "FYRO马其顿语",
14891
"zh-cht": "FYRO馬其頓語",
14892
"xloc": [
14886
- "default.handlebars->29->1157"
14893
+ "default.handlebars->29->1161"
14894
]
14895
},
14896
{
@@ -14903,7 +14910,7 @@
14910
"zh-chs": "法罗语",
14911
"zh-cht": "法羅語",
14912
"xloc": [
14906
- "default.handlebars->29->1108"
14913
+ "default.handlebars->29->1112"
14914
]
14915
},
14916
{
@@ -14943,7 +14950,7 @@
14950
"zh-chs": "本地用户拒绝后无法启动远程桌面",
14951
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
14952
"xloc": [
14946
- "default.handlebars->29->1618"
14953
+ "default.handlebars->29->1622"
14954
]
14955
},
14956
{
@@ -14963,7 +14970,7 @@
14970
"zh-chs": "本地用户拒绝后无法启动远程文件",
14971
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
14972
"xloc": [
14966
- "default.handlebars->29->1625"
14973
+ "default.handlebars->29->1629"
14974
]
This file is too large to show in full.
views/default-mobile.handlebars
+7
-5
@@ -2584,6 +2584,7 @@
2584
var str = '';
2585
if (node.agent.id <= agentsStr.length) { str = agentsStr[node.agent.id]; } else { str = agentsStr[0]; }
2586
if (node.agent.ver != 0) { str += ' v' + node.agent.ver; }
2587
+ if ((node.agent.root === false) && ((node.conn & 1) != 0)) { str += ', ' + "Restricted"; }
2588
x += addDeviceAttribute("Agent", str);
2589
}
2590
@@ -2678,11 +2679,12 @@
2679
// Set the node power state
2680
var powerstate = PowerStateStr(node.state);
2681
//if (node.state == 0) { powerstate = 'Unknown State'; }
2681
- if ((connectivity & 1) != 0) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += '<span style=font-size:10px>' + "Mesh Agent" + '</span>'; }
2682
- if ((connectivity & 2) != 0) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += '<span style=font-size:10px>' + "Intel® AMT connected" + '</span>'; }
2683
- else if ((connectivity & 4) != 0) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += '<span style=font-size:10px>' + "Intel® AMT detected" + '</span>'; }
2684
- if ((connectivity & 16) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px>' + "MQTT channel connected" + '</span>'; }
2685
- QH('MainComputerState', powerstate);
2682
+ if ((connectivity & 1) != 0) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += "Mesh Agent"; }
2683
+ if ((connectivity & 2) != 0) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += "Intel® AMT connected"; }
2684
+ else if ((connectivity & 4) != 0) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += "Intel® AMT detected"; }
2685
+ if ((connectivity & 16) != 0) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += "MQTT channel connected"; }
2686
+ if ((node.pwr > 1) && (node.pwr != 7)) { if (powerstate.length > 0) { powerstate += ', '; } powerstate += powerStateStrings[node.pwr]; }
2687
+ QH('MainComputerState', '<span style=font-size:12px>' + powerstate + '</span>');
2688
2689
// Set the node icon
2690
QH('MainComputerImage', '<div class="i' + node.icon + '"></div>');
views/default.handlebars
+7
-2
@@ -2861,7 +2861,9 @@
2861
2862
// Show the notification
2863
if (n & 2) {
2864
- if (((node.conn & 1) == 0) && ((message.event.conn & 1) != 0)) { addNotification({ text: "Agent connected", title: node.name, icon: node.icon, nodeid: node._id }); }
2864
+ var agentPrivilages = '';
2865
+ if ((node.agent != null) && (node.agent.root === false)) { agentPrivilages = ', <span title="' + "Agent is running on remote device with reduced privilages." + '">' + "Restricted" + '</span>'; }
2866
+ if (((node.conn & 1) == 0) && ((message.event.conn & 1) != 0)) { addNotification({ text: "Agent connected" + agentPrivilages, title: node.name, icon: node.icon, nodeid: node._id }); }
2867
if (((node.conn & 2) == 0) && ((message.event.conn & 2) != 0)) { addNotification({ text: "Intel® AMT detected", title: node.name, icon: node.icon, nodeid: node._id }); }
2868
if (((node.conn & 4) == 0) && ((message.event.conn & 4) != 0)) { addNotification({ text: "Intel® AMT CIRA connected", title: node.name, icon: node.icon, nodeid: node._id }); }
2869
if (((node.conn & 16) == 0) && ((message.event.conn & 16) != 0)) { addNotification({ text: "MQTT connected", title: node.name, icon: node.icon, nodeid: node._id }); }
@@ -5840,11 +5842,14 @@
5842
// Set the node power state
5843
var powerstate = PowerStateStr(node.state);
5844
//if (node.state == 0) { powerstate = 'Unknown State'; }
5843
- if ((connectivity & 1) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "Agent connected" + '">' + "Agent connected" + '</span>'; }
5845
+ var agentPrivilages = '';
5846
+ if ((node.agent != null) && (node.agent.root === false)) { agentPrivilages = ', <span title="' + "Agent is running on remote device with reduced privilages." + '">' + "Restricted" + '</span>'; }
5847
+ if ((connectivity & 1) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "Agent connected" + '">' + "Agent connected" + '</span>' + agentPrivilages; }
5848
if ((connectivity & 2) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "Intel® AMT connected" + '">' + "Intel® AMT connected" + '</span>'; }
5849
else if ((connectivity & 4) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "Intel® AMT detected" + '">' + "Intel® AMT detected" + '</span>'; }
5850
if ((connectivity & 16) != 0) { if (powerstate.length > 0) { powerstate += '<br/>'; } powerstate += '<span style=font-size:12px title="' + "MQTT connected" + '">' + "MQTT channel connected" + '</span>'; }
5851
if ((powerstate == '') && node.lastconnect) { powerstate = '<span style=font-size:12px>' + "Last seen:" + '<br />' + printDateTime(new Date(node.lastconnect)) + '</span>'; }
5852
+ else { if ((node.pwr > 1) && (node.pwr != 7)) { powerstate += ('<br/>' + powerStateStrings[node.pwr]); } }
5853
QH('MainComputerState', powerstate);
5854
5855
// Set the node icon