add Domain State to Details
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jan 31, 2026 at 17:02 UTC
651274e49e0453c231b862170fe34d4470f2b75f
5 files changed
+7867
-7792
agents/meshcore.js
+8
-7
@@ -222,15 +222,15 @@ function getJoinState() {
222
const tcpip = require('win-registry').QueryKey(require('win-registry').HKEY.LocalMachine, 'SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters','Domain');
223
isOnPrem = !!(tcpip !== "" || null);
224
} catch (e) {}
225
- // 4 Hybrid AD
225
+ // 3 Hybrid AD
226
isHybrid = isAzureAD && isOnPrem;
227
- // 8 Microsoft Account
227
+ // 4 Microsoft Account
228
try {
229
const userAccounts = require('win-registry').QueryKey(require('win-registry').HKEY.LocalMachine, 'SOFTWARE\\Microsoft\\IdentityStore\\LogonCache\\D7F9888F-E3FC-49b0-9EA6-A85B5F392A4F');
230
isMicrosoft = Array.isArray(userAccounts.subkeys) && userAccounts.subkeys.length > 0;
231
} catch (e) {}
232
- if (isMicrosoft) return 8;
233
- if (isHybrid) return 4;
232
+ if (isMicrosoft) return 4;
233
+ if (isHybrid) return 3;
234
if (isOnPrem) return 2;
235
if (isAzureAD) return 1;
236
return 0;
@@ -800,7 +800,7 @@ function onUserSessionChanged(user, locked) {
800
} else if (a[i].Domain != null) {
801
if (ret != null && ret.PartOfDomain === true) {
802
meshCoreObj.upnusers.push(a[i].Username + '@' + ret.Domain);
803
- } else if (getJoinState() == 8) { // One account with Microsoft Account
803
+ } else if (getJoinState() == 4) { // One account with Microsoft Account
804
var userobj = getLogonCacheKeys();
805
if(userobj && userobj.length > 0){
806
for (var j = 0; j < userobj.length; j++) {
@@ -2042,6 +2042,7 @@ function getSystemInformation(func) {
2042
delete results.hardware.windows.osinfo.Node;
2043
results.hardware.windows.osinfo.Domain = getDomainInfo().Domain;
2044
results.hardware.windows.osinfo.PartOfDomain = getDomainInfo().PartOfDomain;
2045
+ results.hardware.windows.osinfo.DomainState = getJoinState();
2046
}
2047
if (results.hardware.windows.partitions) { for (var i in results.hardware.windows.partitions) { delete results.hardware.windows.partitions[i].Node; } }
2048
} catch (ex) { }
@@ -4912,7 +4913,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
4913
} else if (u[i].Domain != null) {
4914
if (ret != null && ret.PartOfDomain === true) {
4915
u[i].UPN = u[i].Username + '@' + ret.Domain;
4915
- } else if (getJoinState() == 8) { // One account with Microsoft Account
4916
+ } else if (getJoinState() == 4) { // One account with Microsoft Account
4917
var userobj = getLogonCacheKeys();
4918
if(userobj && userobj.length > 0){
4919
for (var j = 0; j < userobj.length; j++) {
@@ -5154,7 +5155,7 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
5155
} else if (u[i].Domain != null) {
5156
if (ret != null && ret.PartOfDomain === true) {
5157
u[i].UPN = u[i].Username + '@' + ret.Domain;
5157
- } else if (getJoinState() == 8) { // One account with Microsoft Account
5158
+ } else if (getJoinState() == 4) { // One account with Microsoft Account
5159
var userobj = getLogonCacheKeys();
5160
if(userobj && userobj.length > 0){
5161
for (var j = 0; j < userobj.length; j++) {
translate/translate.json
+7854
-7785
@@ -26,10 +26,10 @@
26
"zh-chs": " + CIRA",
27
"zh-cht": " + CIRA",
28
"xloc": [
29
- "default.handlebars->119->2246",
30
- "default.handlebars->119->2248",
31
- "default3.handlebars->117->2242",
32
- "default3.handlebars->117->2244"
29
+ "default.handlebars->119->2253",
30
+ "default.handlebars->119->2255",
31
+ "default3.handlebars->117->2249",
32
+ "default3.handlebars->117->2251"
33
]
34
},
35
{
@@ -58,9 +58,9 @@
58
"zh-chs": " - 1天后重设。",
59
"zh-cht": " - 1天后重設。",
60
"xloc": [
61
- "default-mobile.handlebars->53->61",
62
- "default.handlebars->119->84",
63
- "default3.handlebars->117->82"
61
+ "default-mobile.handlebars->53->66",
62
+ "default.handlebars->119->89",
63
+ "default3.handlebars->117->87"
64
]
65
},
66
{
@@ -89,9 +89,9 @@
89
"zh-chs": " - 1小时后重设。",
90
"zh-cht": " - 1小時後重設。",
91
"xloc": [
92
- "default-mobile.handlebars->53->59",
93
- "default.handlebars->119->82",
94
- "default3.handlebars->117->80"
92
+ "default-mobile.handlebars->53->64",
93
+ "default.handlebars->119->87",
94
+ "default3.handlebars->117->85"
95
]
96
},
97
{
@@ -120,9 +120,9 @@
120
"zh-chs": " - 1分钟后重设。",
121
"zh-cht": " - 1分鐘後重設。",
122
"xloc": [
123
- "default-mobile.handlebars->53->57",
124
- "default.handlebars->119->80",
125
- "default3.handlebars->117->78"
123
+ "default-mobile.handlebars->53->62",
124
+ "default.handlebars->119->85",
125
+ "default3.handlebars->117->83"
126
]
127
},
128
{
@@ -151,9 +151,9 @@
151
"zh-chs": " - 在{0}天内重置。",
152
"zh-cht": " - 在{0}天內重置。",
153
"xloc": [
154
- "default-mobile.handlebars->53->62",
155
- "default.handlebars->119->85",
156
- "default3.handlebars->117->83"
154
+ "default-mobile.handlebars->53->67",
155
+ "default.handlebars->119->90",
156
+ "default3.handlebars->117->88"
157
]
158
},
159
{
@@ -182,9 +182,9 @@
182
"zh-chs": " - 在{0}小时内重置。",
183
"zh-cht": " - 在{0}小時內重置。",
184
"xloc": [
185
- "default-mobile.handlebars->53->60",
186
- "default.handlebars->119->83",
187
- "default3.handlebars->117->81"
185
+ "default-mobile.handlebars->53->65",
186
+ "default.handlebars->119->88",
187
+ "default3.handlebars->117->86"
188
]
189
},
190
{
@@ -213,9 +213,9 @@
213
"zh-chs": " - 在{0}分钟内重置。",
214
"zh-cht": " - 在{0}分鐘內重置。",
215
"xloc": [
216
- "default-mobile.handlebars->53->58",
217
- "default.handlebars->119->81",
218
- "default3.handlebars->117->79"
216
+ "default-mobile.handlebars->53->63",
217
+ "default.handlebars->119->86",
218
+ "default3.handlebars->117->84"
219
]
220
},
221
{
@@ -244,12 +244,12 @@
244
"zh-chs": " -下次登录时重置。",
245
"zh-cht": " -下次登入時重置。",
246
"xloc": [
247
- "default-mobile.handlebars->53->55",
248
- "default-mobile.handlebars->53->56",
249
- "default.handlebars->119->78",
250
- "default.handlebars->119->79",
251
- "default3.handlebars->117->76",
252
- "default3.handlebars->117->77"
247
+ "default-mobile.handlebars->53->60",
248
+ "default-mobile.handlebars->53->61",
249
+ "default.handlebars->119->83",
250
+ "default.handlebars->119->84",
251
+ "default3.handlebars->117->81",
252
+ "default3.handlebars->117->82"
253
]
254
},
255
{
@@ -278,8 +278,8 @@
278
"zh-chs": " 可以使用密码提示,但不建议使用。",
279
"zh-cht": " 可以使用密碼提示,但不建議使用。",
280
"xloc": [
281
- "default.handlebars->119->2118",
282
- "default3.handlebars->117->2098"
281
+ "default.handlebars->119->2125",
282
+ "default3.handlebars->117->2105"
283
]
284
},
285
{
@@ -308,10 +308,10 @@
308
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
309
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
310
"xloc": [
311
- "default.handlebars->119->2372",
312
- "default.handlebars->119->2961",
313
- "default3.handlebars->117->2369",
314
- "default3.handlebars->117->2956"
311
+ "default.handlebars->119->2379",
312
+ "default.handlebars->119->2968",
313
+ "default3.handlebars->117->2376",
314
+ "default3.handlebars->117->2963"
315
]
316
},
317
{
@@ -340,7 +340,7 @@
340
"zh-chs": " 节点",
341
"zh-cht": " 節點",
342
"xloc": [
343
- "default-mobile.handlebars->53->464"
343
+ "default-mobile.handlebars->53->469"
344
]
345
},
346
{
@@ -369,7 +369,7 @@
369
"zh-chs": " 节点",
370
"zh-cht": " 節點",
371
"xloc": [
372
- "default-mobile.handlebars->53->465"
372
+ "default-mobile.handlebars->53->470"
373
]
374
},
375
{
@@ -398,8 +398,8 @@
398
"zh-chs": " TLS。",
399
"zh-cht": " TLS。",
400
"xloc": [
401
- "default.handlebars->119->283",
402
- "default3.handlebars->117->278"
401
+ "default.handlebars->119->288",
402
+ "default3.handlebars->117->283"
403
]
404
},
405
{
@@ -428,8 +428,8 @@
428
"zh-chs": " 没有TLS。",
429
"zh-cht": " 沒有TLS。",
430
"xloc": [
431
- "default.handlebars->119->284",
432
- "default3.handlebars->117->279"
431
+ "default.handlebars->119->289",
432
+ "default3.handlebars->117->284"
433
]
434
},
435
{
@@ -518,8 +518,8 @@
518
"zh-chs": "(可选的)",
519
"zh-cht": "(可選的)",
520
"xloc": [
521
- "default.handlebars->119->580",
522
- "default3.handlebars->117->576"
521
+ "default.handlebars->119->585",
522
+ "default3.handlebars->117->581"
523
]
524
},
525
{
@@ -569,10 +569,10 @@
569
"zh-chs": "* 8-16个字符,1个大写,1个小写,1个数字,1个非字母数字。",
570
"zh-cht": "* 8-16個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
571
"xloc": [
572
- "default.handlebars->119->2330",
573
- "default.handlebars->119->542",
574
- "default3.handlebars->117->2324",
575
- "default3.handlebars->117->538"
572
+ "default.handlebars->119->2337",
573
+ "default.handlebars->119->547",
574
+ "default3.handlebars->117->2331",
575
+ "default3.handlebars->117->543"
576
]
577
},
578
{
@@ -601,8 +601,8 @@
601
"zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
602
"zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
603
"xloc": [
604
- "default.handlebars->119->639",
605
- "default3.handlebars->117->635"
604
+ "default.handlebars->119->644",
605
+ "default3.handlebars->117->640"
606
]
607
},
608
{
@@ -654,22 +654,22 @@
654
"zh-chs": ",",
655
"zh-cht": ",",
656
"xloc": [
657
- "default-mobile.handlebars->53->1048",
658
- "default-mobile.handlebars->53->804",
659
- "default-mobile.handlebars->53->806",
660
- "default-mobile.handlebars->53->808",
661
- "default.handlebars->119->1644",
662
- "default.handlebars->119->1646",
663
- "default.handlebars->119->1648",
664
- "default.handlebars->119->2448",
665
- "default.handlebars->119->2734",
666
- "default.handlebars->119->998",
667
- "default3.handlebars->117->1629",
668
- "default3.handlebars->117->1631",
669
- "default3.handlebars->117->1633",
670
- "default3.handlebars->117->2445",
671
- "default3.handlebars->117->2731",
672
- "default3.handlebars->117->994"
657
+ "default-mobile.handlebars->53->1055",
658
+ "default-mobile.handlebars->53->811",
659
+ "default-mobile.handlebars->53->813",
660
+ "default-mobile.handlebars->53->815",
661
+ "default.handlebars->119->1003",
662
+ "default.handlebars->119->1651",
663
+ "default.handlebars->119->1653",
664
+ "default.handlebars->119->1655",
665
+ "default.handlebars->119->2455",
666
+ "default.handlebars->119->2741",
667
+ "default3.handlebars->117->1636",
668
+ "default3.handlebars->117->1638",
669
+ "default3.handlebars->117->1640",
670
+ "default3.handlebars->117->2452",
671
+ "default3.handlebars->117->2738",
672
+ "default3.handlebars->117->999"
673
]
674
},
675
{
@@ -756,9 +756,9 @@
756
"zh-chs": ",仅限于Intel® AMT",
757
"zh-cht": ",只適用於Intel® AMT",
758
"xloc": [
759
- "default-mobile.handlebars->53->388",
760
- "default.handlebars->119->369",
761
- "default3.handlebars->117->365"
759
+ "default-mobile.handlebars->53->393",
760
+ "default.handlebars->119->374",
761
+ "default3.handlebars->117->370"
762
]
763
},
764
{
@@ -787,8 +787,8 @@
787
"zh-chs": ", 本地设备",
788
"zh-cht": ", 本地設備",
789
"xloc": [
790
- "default.handlebars->119->371",
791
- "default3.handlebars->117->367"
790
+ "default.handlebars->119->376",
791
+ "default3.handlebars->117->372"
792
]
793
},
794
{
@@ -817,9 +817,9 @@
817
"zh-chs": ",MQTT在线",
818
"zh-cht": ",MQTT在線",
819
"xloc": [
820
- "default-mobile.handlebars->53->949",
821
- "default.handlebars->119->1790",
822
- "default3.handlebars->117->1773"
820
+ "default-mobile.handlebars->53->956",
821
+ "default.handlebars->119->1797",
822
+ "default3.handlebars->117->1780"
823
]
824
},
825
{
@@ -848,10 +848,10 @@
848
"zh-chs": ", 不同意",
849
"zh-cht": ", 不同意",
850
"xloc": [
851
- "default.handlebars->119->1093",
852
- "default.handlebars->119->2288",
853
- "default3.handlebars->117->1089",
854
- "default3.handlebars->117->2284"
851
+ "default.handlebars->119->1098",
852
+ "default.handlebars->119->2295",
853
+ "default3.handlebars->117->1094",
854
+ "default3.handlebars->117->2291"
855
]
856
},
857
{
@@ -880,10 +880,10 @@
880
"zh-chs": ",提示同意",
881
"zh-cht": ",提示同意",
882
"xloc": [
883
- "default.handlebars->119->1094",
884
- "default.handlebars->119->2289",
885
- "default3.handlebars->117->1090",
886
- "default3.handlebars->117->2285"
883
+ "default.handlebars->119->1099",
884
+ "default.handlebars->119->2296",
885
+ "default3.handlebars->117->1095",
886
+ "default3.handlebars->117->2292"
887
]
888
},
889
{
@@ -911,8 +911,8 @@
911
"zh-chs": ", RDP",
912
"zh-cht": ", RDP",
913
"xloc": [
914
- "default.handlebars->119->1395",
915
- "default3.handlebars->117->1381"
914
+ "default.handlebars->119->1400",
915
+ "default3.handlebars->117->1386"
916
]
917
},
918
{
@@ -941,10 +941,10 @@
941
"zh-chs": ", 每天重复",
942
"zh-cht": ", 每天重複",
943
"xloc": [
944
- "default.handlebars->119->1090",
945
- "default.handlebars->119->2285",
946
- "default3.handlebars->117->1086",
947
- "default3.handlebars->117->2281"
944
+ "default.handlebars->119->1095",
945
+ "default.handlebars->119->2292",
946
+ "default3.handlebars->117->1091",
947
+ "default3.handlebars->117->2288"
948
]
949
},
950
{
@@ -973,10 +973,10 @@
973
"zh-chs": ", 每周重复一次",
974
"zh-cht": ", 每週重複一次",
975
"xloc": [
976
- "default.handlebars->119->1091",
977
- "default.handlebars->119->2286",
978
- "default3.handlebars->117->1087",
979
- "default3.handlebars->117->2282"
976
+ "default.handlebars->119->1096",
977
+ "default.handlebars->119->2293",
978
+ "default3.handlebars->117->1092",
979
+ "default3.handlebars->117->2289"
980
]
981
},
982
{
@@ -1005,8 +1005,8 @@
1005
"zh-chs": ", 中继设备",
1006
"zh-cht": ", 中繼設備",
1007
"xloc": [
1008
- "default.handlebars->119->370",
1009
- "default3.handlebars->117->366"
1008
+ "default.handlebars->119->375",
1009
+ "default3.handlebars->117->371"
1010
]
1011
},
1012
{
@@ -1034,9 +1034,9 @@
1034
"zh-chs": ", SFTP",
1035
"zh-cht": ", SFTP",
1036
"xloc": [
1037
- "default-mobile.handlebars->53->691",
1038
- "default.handlebars->119->1517",
1039
- "default3.handlebars->117->1502"
1037
+ "default-mobile.handlebars->53->696",
1038
+ "default.handlebars->119->1522",
1039
+ "default3.handlebars->117->1507"
1040
]
1041
},
1042
{
@@ -1064,8 +1064,8 @@
1064
"zh-chs": ", SSH",
1065
"zh-cht": ", SSH",
1066
"xloc": [
1067
- "default.handlebars->119->1485",
1068
- "default3.handlebars->117->1470"
1067
+ "default.handlebars->119->1490",
1068
+ "default3.handlebars->117->1475"
1069
]
1070
},
1071
{
@@ -1093,8 +1093,8 @@
1093
"zh-chs": ",软体KVM",
1094
"zh-cht": ",軟體KVM",
1095
"xloc": [
1096
- "default.handlebars->119->1378",
1097
- "default3.handlebars->117->1364",
1096
+ "default.handlebars->119->1383",
1097
+ "default3.handlebars->117->1369",
1098
"sharing.handlebars->47->12"
1099
]
1100
},
@@ -1124,10 +1124,10 @@
1124
"zh-chs": ", 工具栏",
1125
"zh-cht": ", 工具欄",
1126
"xloc": [
1127
- "default.handlebars->119->1095",
1128
- "default.handlebars->119->2290",
1129
- "default3.handlebars->117->1091",
1130
- "default3.handlebars->117->2286"
1127
+ "default.handlebars->119->1100",
1128
+ "default.handlebars->119->2297",
1129
+ "default3.handlebars->117->1096",
1130
+ "default3.handlebars->117->2293"
1131
]
1132
},
1133
{
@@ -1156,10 +1156,10 @@
1156
"zh-chs": ", 仅查看桌面",
1157
"zh-cht": ", 僅查看桌面",
1158
"xloc": [
1159
- "default.handlebars->119->1092",
1160
- "default.handlebars->119->2287",
1161
- "default3.handlebars->117->1088",
1162
- "default3.handlebars->117->2283"
1159
+ "default.handlebars->119->1097",
1160
+ "default.handlebars->119->2294",
1161
+ "default3.handlebars->117->1093",
1162
+ "default3.handlebars->117->2290"
1163
]
1164
},
1165
{
@@ -1187,15 +1187,15 @@
1187
"zh-chs": ",WebRTC",
1188
"zh-cht": ",WebRTC",
1189
"xloc": [
1190
- "default-mobile.handlebars->53->632",
1191
- "default-mobile.handlebars->53->669",
1192
- "default-mobile.handlebars->53->692",
1193
- "default.handlebars->119->1394",
1194
- "default.handlebars->119->1486",
1195
- "default.handlebars->119->1518",
1196
- "default3.handlebars->117->1380",
1197
- "default3.handlebars->117->1471",
1198
- "default3.handlebars->117->1503",
1190
+ "default-mobile.handlebars->53->637",
1191
+ "default-mobile.handlebars->53->674",
1192
+ "default-mobile.handlebars->53->697",
1193
+ "default.handlebars->119->1399",
1194
+ "default.handlebars->119->1491",
1195
+ "default.handlebars->119->1523",
1196
+ "default3.handlebars->117->1385",
1197
+ "default3.handlebars->117->1476",
1198
+ "default3.handlebars->117->1508",
1199
"sharing-mobile.handlebars->53->14",
1200
"sharing-mobile.handlebars->53->46",
1201
"sharing-mobile.handlebars->53->63",
@@ -1355,8 +1355,8 @@
1355
"zh-chs": ",{0}观看",
1356
"zh-cht": ",{0}觀看",
1357
"xloc": [
1358
- "default.handlebars->119->1389",
1359
- "default3.handlebars->117->1375",
1358
+ "default.handlebars->119->1394",
1359
+ "default3.handlebars->117->1380",
1360
"sharing.handlebars->47->13"
1361
]
1362
},
@@ -1455,9 +1455,9 @@
1455
{
1456
"en": "0 bps",
1457
"xloc": [
1458
- "default-mobile.handlebars->53->365",
1459
- "default.handlebars->119->2531",
1460
- "default3.handlebars->117->2528"
1458
+ "default-mobile.handlebars->53->370",
1459
+ "default.handlebars->119->2538",
1460
+ "default3.handlebars->117->2535"
1461
]
1462
},
1463
{
@@ -1514,8 +1514,8 @@
1514
"zh-chs": "1个活跃时段",
1515
"zh-cht": "1個活躍時段",
1516
"xloc": [
1517
- "default.handlebars->119->3056",
1518
- "default3.handlebars->117->3051"
1517
+ "default.handlebars->119->3063",
1518
+ "default3.handlebars->117->3058"
1519
]
1520
},
1521
{
@@ -1544,10 +1544,10 @@
1544
"zh-chs": "1个字节",
1545
"zh-cht": "1個位元組",
1546
"xloc": [
1547
- "default-mobile.handlebars->53->1092",
1548
- "default-mobile.handlebars->53->373",
1549
- "default.handlebars->119->2542",
1550
- "default3.handlebars->117->2539",
1547
+ "default-mobile.handlebars->53->1099",
1548
+ "default-mobile.handlebars->53->378",
1549
+ "default.handlebars->119->2549",
1550
+ "default3.handlebars->117->2546",
1551
"download.handlebars->7->1",
1552
"download2.handlebars->11->1",
1553
"sharing-mobile.handlebars->53->111",
@@ -1609,8 +1609,8 @@
1609
"zh-chs": "1条连接",
1610
"zh-cht": "1位聯絡文",
1611
"xloc": [
1612
- "default.handlebars->119->1391",
1613
- "default3.handlebars->117->1377",
1612
+ "default.handlebars->119->1396",
1613
+ "default3.handlebars->117->1382",
1614
"sharing.handlebars->47->15"
1615
]
1616
},
@@ -1640,12 +1640,12 @@
1640
"zh-chs": "1天",
1641
"zh-cht": "1天",
1642
"xloc": [
1643
- "default.handlebars->119->291",
1644
- "default.handlebars->119->571",
1645
- "default.handlebars->119->585",
1646
- "default3.handlebars->117->286",
1647
- "default3.handlebars->117->567",
1648
- "default3.handlebars->117->581"
1643
+ "default.handlebars->119->296",
1644
+ "default.handlebars->119->576",
1645
+ "default.handlebars->119->590",
1646
+ "default3.handlebars->117->291",
1647
+ "default3.handlebars->117->572",
1648
+ "default3.handlebars->117->586"
1649
]
1650
},
1651
{
@@ -1674,8 +1674,8 @@
1674
"zh-chs": "1组",
1675
"zh-cht": "1群",
1676
"xloc": [
1677
- "default.handlebars->119->3011",
1678
- "default3.handlebars->117->3006"
1677
+ "default.handlebars->119->3018",
1678
+ "default3.handlebars->117->3013"
1679
]
1680
},
1681
{
@@ -1704,12 +1704,12 @@
1704
"zh-chs": "1小时",
1705
"zh-cht": "1小時",
1706
"xloc": [
1707
- "default.handlebars->119->289",
1708
- "default.handlebars->119->569",
1709
- "default.handlebars->119->583",
1710
- "default3.handlebars->117->284",
1711
- "default3.handlebars->117->565",
1712
- "default3.handlebars->117->579"
1707
+ "default.handlebars->119->294",
1708
+ "default.handlebars->119->574",
1709
+ "default.handlebars->119->588",
1710
+ "default3.handlebars->117->289",
1711
+ "default3.handlebars->117->570",
1712
+ "default3.handlebars->117->584"
1713
]
1714
},
1715
{
@@ -1738,10 +1738,10 @@
1738
"zh-chs": "1分钟",
1739
"zh-cht": "1分鐘",
1740
"xloc": [
1741
- "default.handlebars->119->1203",
1742
- "default.handlebars->119->2083",
1743
- "default3.handlebars->117->1197",
1744
- "default3.handlebars->117->2064"
1741
+ "default.handlebars->119->1208",
1742
+ "default.handlebars->119->2090",
1743
+ "default3.handlebars->117->1202",
1744
+ "default3.handlebars->117->2071"
1745
]
1746
},
1747
{
@@ -1770,8 +1770,8 @@
1770
"zh-chs": "1分钟之后断开连接",
1771
"zh-cht": "1分鐘之後離線",
1772
"xloc": [
1773
- "default.handlebars->119->92",
1774
- "default3.handlebars->117->90"
1773
+ "default.handlebars->119->97",
1774
+ "default3.handlebars->117->95"
1775
]
1776
},
1777
{
@@ -1795,8 +1795,8 @@
1795
"sv": "1 minut fram till utloggning",
1796
"tr": "Oturum Açmaya kadar 1 dakika",
1797
"xloc": [
1798
- "default.handlebars->119->90",
1799
- "default3.handlebars->117->88"
1798
+ "default.handlebars->119->95",
1799
+ "default3.handlebars->117->93"
1800
]
1801
},
1802
{
@@ -1825,12 +1825,12 @@
1825
"zh-chs": "1个月",
1826
"zh-cht": "1個月",
1827
"xloc": [
1828
- "default.handlebars->119->293",
1829
- "default.handlebars->119->573",
1830
- "default.handlebars->119->587",
1831
- "default3.handlebars->117->288",
1832
- "default3.handlebars->117->569",
1833
- "default3.handlebars->117->583"
1828
+ "default.handlebars->119->298",
1829
+ "default.handlebars->119->578",
1830
+ "default.handlebars->119->592",
1831
+ "default3.handlebars->117->293",
1832
+ "default3.handlebars->117->574",
1833
+ "default3.handlebars->117->588"
1834
]
1835
},
1836
{
@@ -1859,8 +1859,8 @@
1859
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1860
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1861
"xloc": [
1862
- "default.handlebars->119->2766",
1863
- "default3.handlebars->117->2763"
1862
+ "default.handlebars->119->2773",
1863
+ "default3.handlebars->117->2770"
1864
]
1865
},
1866
{
@@ -1889,8 +1889,8 @@
1889
"zh-chs": "1个节点",
1890
"zh-cht": "1個節點",
1891
"xloc": [
1892
- "default.handlebars->119->698",
1893
- "default3.handlebars->117->694"
1892
+ "default.handlebars->119->703",
1893
+ "default3.handlebars->117->699"
1894
]
1895
},
1896
{
@@ -1919,9 +1919,9 @@
1919
"zh-chs": "1秒",
1920
"zh-cht": "1秒",
1921
"xloc": [
1922
- "default-mobile.handlebars->53->568",
1923
- "default.handlebars->119->1243",
1924
- "default3.handlebars->117->1237"
1922
+ "default-mobile.handlebars->53->573",
1923
+ "default.handlebars->119->1248",
1924
+ "default3.handlebars->117->1242"
1925
]
1926
},
1927
{
@@ -1950,8 +1950,8 @@
1950
"zh-chs": "1秒之后断开连接",
1951
"zh-cht": "1秒之後離線",
1952
"xloc": [
1953
- "default.handlebars->119->88",
1954
- "default3.handlebars->117->86"
1953
+ "default.handlebars->119->93",
1954
+ "default3.handlebars->117->91"
1955
]
1956
},
1957
{
@@ -1975,8 +1975,8 @@
1975
"sv": "1 sekund till utloggning",
1976
"tr": "Çıkışa Kadar 1 saniye",
1977
"xloc": [
1978
- "default.handlebars->119->86",
1979
- "default3.handlebars->117->84"
1978
+ "default.handlebars->119->91",
1979
+ "default3.handlebars->117->89"
1980
]
1981
},
1982
{
@@ -2005,8 +2005,8 @@
2005
"zh-chs": "1 个选定的设备处于离线状态。",
2006
"zh-cht": "1 個選定的設備處於離線狀態。",
2007
"xloc": [
2008
- "default.handlebars->119->766",
2009
- "default3.handlebars->117->762"
2008
+ "default.handlebars->119->771",
2009
+ "default3.handlebars->117->767"
2010
]
2011
},
2012
{
@@ -2035,8 +2035,8 @@
2035
"zh-chs": "1 个选定的设备在线。",
2036
"zh-cht": "1 個選定的設備在線。",
2037
"xloc": [
2038
- "default.handlebars->119->764",
2039
- "default3.handlebars->117->760"
2038
+ "default.handlebars->119->769",
2039
+ "default3.handlebars->117->765"
2040
]
2041
},
2042
{
@@ -2065,29 +2065,29 @@
2065
"zh-chs": "1节",
2066
"zh-cht": "1節",
2067
"xloc": [
2068
- "default-mobile.handlebars->53->405",
2069
- "default-mobile.handlebars->53->408",
2070
- "default-mobile.handlebars->53->412",
2071
- "default-mobile.handlebars->53->416",
2072
- "default-mobile.handlebars->53->420",
2073
- "default-mobile.handlebars->53->424",
2074
- "default-mobile.handlebars->53->428",
2075
- "default.handlebars->119->2770",
2076
- "default.handlebars->119->460",
2077
- "default.handlebars->119->463",
2078
- "default.handlebars->119->467",
2079
- "default.handlebars->119->471",
2080
- "default.handlebars->119->475",
2081
- "default.handlebars->119->479",
2082
- "default.handlebars->119->483",
2083
- "default3.handlebars->117->2767",
2084
- "default3.handlebars->117->456",
2085
- "default3.handlebars->117->459",
2086
- "default3.handlebars->117->463",
2087
- "default3.handlebars->117->467",
2088
- "default3.handlebars->117->471",
2089
- "default3.handlebars->117->475",
2090
- "default3.handlebars->117->479"
2068
+ "default-mobile.handlebars->53->410",
2069
+ "default-mobile.handlebars->53->413",
2070
+ "default-mobile.handlebars->53->417",
2071
+ "default-mobile.handlebars->53->421",
2072
+ "default-mobile.handlebars->53->425",
2073
+ "default-mobile.handlebars->53->429",
2074
+ "default-mobile.handlebars->53->433",
2075
+ "default.handlebars->119->2777",
2076
+ "default.handlebars->119->465",
2077
+ "default.handlebars->119->468",
2078
+ "default.handlebars->119->472",
2079
+ "default.handlebars->119->476",
2080
+ "default.handlebars->119->480",
2081
+ "default.handlebars->119->484",
2082
+ "default.handlebars->119->488",
2083
+ "default3.handlebars->117->2774",
2084
+ "default3.handlebars->117->461",
2085
+ "default3.handlebars->117->464",
2086
+ "default3.handlebars->117->468",
2087
+ "default3.handlebars->117->472",
2088
+ "default3.handlebars->117->476",
2089
+ "default3.handlebars->117->480",
2090
+ "default3.handlebars->117->484"
2091
]
2092
},
2093
{
@@ -2116,12 +2116,12 @@
2116
"zh-chs": "1周",
2117
"zh-cht": "1週",
2118
"xloc": [
2119
- "default.handlebars->119->292",
2120
- "default.handlebars->119->572",
2121
- "default.handlebars->119->586",
2122
- "default3.handlebars->117->287",
2123
- "default3.handlebars->117->568",
2124
- "default3.handlebars->117->582"
2119
+ "default.handlebars->119->297",
2120
+ "default.handlebars->119->577",
2121
+ "default.handlebars->119->591",
2122
+ "default3.handlebars->117->292",
2123
+ "default3.handlebars->117->573",
2124
+ "default3.handlebars->117->587"
2125
]
2126
},
2127
{
@@ -2299,10 +2299,10 @@
2299
"zh-chs": "10分钟",
2300
"zh-cht": "10分鐘",
2301
"xloc": [
2302
- "default.handlebars->119->1205",
2303
- "default.handlebars->119->2085",
2304
- "default3.handlebars->117->1199",
2305
- "default3.handlebars->117->2066"
2302
+ "default.handlebars->119->1210",
2303
+ "default.handlebars->119->2092",
2304
+ "default3.handlebars->117->1204",
2305
+ "default3.handlebars->117->2073"
2306
]
2307
},
2308
{
@@ -2331,9 +2331,9 @@
2331
"zh-chs": "10 秒",
2332
"zh-cht": "10 秒",
2333
"xloc": [
2334
- "default-mobile.handlebars->53->570",
2335
- "default.handlebars->119->1245",
2336
- "default3.handlebars->117->1239"
2334
+ "default-mobile.handlebars->53->575",
2335
+ "default.handlebars->119->1250",
2336
+ "default3.handlebars->117->1244"
2337
]
2338
},
2339
{
@@ -2510,10 +2510,10 @@
2510
"zh-chs": "12小时",
2511
"zh-cht": "12小時",
2512
"xloc": [
2513
- "default.handlebars->119->1213",
2514
- "default.handlebars->119->2093",
2515
- "default3.handlebars->117->1207",
2516
- "default3.handlebars->117->2074"
2513
+ "default.handlebars->119->1218",
2514
+ "default.handlebars->119->2100",
2515
+ "default3.handlebars->117->1212",
2516
+ "default3.handlebars->117->2081"
2517
]
2518
},
2519
{
@@ -2632,10 +2632,10 @@
2632
"zh-chs": "15分钟",
2633
"zh-cht": "15分鐘",
2634
"xloc": [
2635
- "default.handlebars->119->1206",
2636
- "default.handlebars->119->2086",
2637
- "default3.handlebars->117->1200",
2638
- "default3.handlebars->117->2067"
2635
+ "default.handlebars->119->1211",
2636
+ "default.handlebars->119->2093",
2637
+ "default3.handlebars->117->1205",
2638
+ "default3.handlebars->117->2074"
2639
]
2640
},
2641
{
@@ -2664,10 +2664,10 @@
2664
"zh-chs": "16小时",
2665
"zh-cht": "16小時",
2666
"xloc": [
2667
- "default.handlebars->119->1214",
2668
- "default.handlebars->119->2094",
2669
- "default3.handlebars->117->1208",
2670
- "default3.handlebars->117->2075"
2667
+ "default.handlebars->119->1219",
2668
+ "default.handlebars->119->2101",
2669
+ "default3.handlebars->117->1213",
2670
+ "default3.handlebars->117->2082"
2671
]
2672
},
2673
{
@@ -2812,10 +2812,10 @@
2812
"zh-chs": "2天",
2813
"zh-cht": "2天",
2814
"xloc": [
2815
- "default.handlebars->119->1216",
2816
- "default.handlebars->119->2096",
2817
- "default3.handlebars->117->1210",
2818
- "default3.handlebars->117->2077"
2815
+ "default.handlebars->119->1221",
2816
+ "default.handlebars->119->2103",
2817
+ "default3.handlebars->117->1215",
2818
+ "default3.handlebars->117->2084"
2819
]
2820
},
2821
{
@@ -2844,10 +2844,10 @@
2844
"zh-chs": "2小时",
2845
"zh-cht": "2小時",
2846
"xloc": [
2847
- "default.handlebars->119->1210",
2848
- "default.handlebars->119->2090",
2849
- "default3.handlebars->117->1204",
2850
- "default3.handlebars->117->2071"
2847
+ "default.handlebars->119->1215",
2848
+ "default.handlebars->119->2097",
2849
+ "default3.handlebars->117->1209",
2850
+ "default3.handlebars->117->2078"
2851
]
2852
},
2853
{
@@ -2876,9 +2876,9 @@
2876
"zh-chs": "两步登录激活失败。",
2877
"zh-cht": "兩步登入啟用失敗。",
2878
"xloc": [
2879
- "default-mobile.handlebars->53->78",
2880
- "default.handlebars->119->233",
2881
- "default3.handlebars->117->230"
2879
+ "default-mobile.handlebars->53->83",
2880
+ "default.handlebars->119->238",
2881
+ "default3.handlebars->117->235"
2882
]
2883
},
2884
{
@@ -2907,9 +2907,9 @@
2907
"zh-chs": "两步登录激活删除失败。",
2908
"zh-cht": "兩步登入啟用刪除失敗。",
2909
"xloc": [
2910
- "default-mobile.handlebars->53->83",
2911
- "default.handlebars->119->238",
2912
- "default3.handlebars->117->235"
2910
+ "default-mobile.handlebars->53->88",
2911
+ "default.handlebars->119->243",
2912
+ "default3.handlebars->117->240"
2913
]
2914
},
2915
{
@@ -3057,10 +3057,10 @@
3057
"zh-chs": "24小时",
3058
"zh-cht": "24小時",
3059
"xloc": [
3060
- "default.handlebars->119->1215",
3061
- "default.handlebars->119->2095",
3062
- "default3.handlebars->117->1209",
3063
- "default3.handlebars->117->2076"
3060
+ "default.handlebars->119->1220",
3061
+ "default.handlebars->119->2102",
3062
+ "default3.handlebars->117->1214",
3063
+ "default3.handlebars->117->2083"
3064
]
3065
},
3066
{
@@ -3121,8 +3121,8 @@
3121
"zh-chs": "2FA备份代码已清除",
3122
"zh-cht": "2FA備份代碼已清除",
3123
"xloc": [
3124
- "default.handlebars->119->2655",
3125
- "default3.handlebars->117->2652"
3124
+ "default.handlebars->119->2662",
3125
+ "default3.handlebars->117->2659"
3126
]
3127
},
3128
{
@@ -3151,9 +3151,9 @@
3151
"zh-chs": "2FA被锁定",
3152
"zh-cht": "2FA被鎖定",
3153
"xloc": [
3154
- "default-mobile.handlebars->53->65",
3155
- "default.handlebars->119->218",
3156
- "default3.handlebars->117->215"
3154
+ "default-mobile.handlebars->53->70",
3155
+ "default.handlebars->119->223",
3156
+ "default3.handlebars->117->220"
3157
]
3158
},
3159
{
@@ -3182,8 +3182,8 @@
3182
"zh-chs": "第二个因素",
3183
"zh-cht": "第二個因素",
3184
"xloc": [
3185
- "default.handlebars->119->3243",
3186
- "default3.handlebars->117->3234"
3185
+ "default.handlebars->119->3250",
3186
+ "default3.handlebars->117->3241"
3187
]
3188
},
3189
{
@@ -3212,10 +3212,10 @@
3212
"zh-chs": "启用第二因素身份验证",
3213
"zh-cht": "啟用第二因素身份驗證",
3214
"xloc": [
3215
- "default.handlebars->119->2784",
3216
- "default.handlebars->119->3037",
3217
- "default3.handlebars->117->2781",
3218
- "default3.handlebars->117->3032"
3215
+ "default.handlebars->119->2791",
3216
+ "default.handlebars->119->3044",
3217
+ "default3.handlebars->117->2788",
3218
+ "default3.handlebars->117->3039"
3219
]
3220
},
3221
{
@@ -3266,7 +3266,7 @@
3266
"ru": "3",
3267
"tr": "3",
3268
"xloc": [
3269
- "default-mobile.handlebars->53->724",
3269
+ "default-mobile.handlebars->53->729",
3270
"sharing-mobile.handlebars->53->104"
3271
]
3272
},
@@ -3386,10 +3386,10 @@
3386
"zh-chs": "30分钟",
3387
"zh-cht": "30分鐘",
3388
"xloc": [
3389
- "default.handlebars->119->1207",
3390
- "default.handlebars->119->2087",
3391
- "default3.handlebars->117->1201",
3392
- "default3.handlebars->117->2068"
3389
+ "default.handlebars->119->1212",
3390
+ "default.handlebars->119->2094",
3391
+ "default3.handlebars->117->1206",
3392
+ "default3.handlebars->117->2075"
3393
]
3394
},
3395
{
@@ -3418,9 +3418,9 @@
3418
"zh-chs": "32 位",
3419
"zh-cht": "32 位",
3420
"xloc": [
3421
- "default-mobile.handlebars->53->735",
3422
- "default.handlebars->119->1595",
3423
- "default3.handlebars->117->1580"
3421
+ "default-mobile.handlebars->53->740",
3422
+ "default.handlebars->119->1600",
3423
+ "default3.handlebars->117->1585"
3424
]
3425
},
3426
{
@@ -3481,10 +3481,10 @@
3481
"zh-chs": "4天",
3482
"zh-cht": "4天",
3483
"xloc": [
3484
- "default.handlebars->119->1217",
3485
- "default.handlebars->119->2097",
3486
- "default3.handlebars->117->1211",
3487
- "default3.handlebars->117->2078"
3484
+ "default.handlebars->119->1222",
3485
+ "default.handlebars->119->2104",
3486
+ "default3.handlebars->117->1216",
3487
+ "default3.handlebars->117->2085"
3488
]
3489
},
3490
{
@@ -3513,10 +3513,10 @@
3513
"zh-chs": "4个小时",
3514
"zh-cht": "4個小時",
3515
"xloc": [
3516
- "default.handlebars->119->1211",
3517
- "default.handlebars->119->2091",
3518
- "default3.handlebars->117->1205",
3519
- "default3.handlebars->117->2072"
3516
+ "default.handlebars->119->1216",
3517
+ "default.handlebars->119->2098",
3518
+ "default3.handlebars->117->1210",
3519
+ "default3.handlebars->117->2079"
3520
]
3521
},
3522
{
@@ -3662,10 +3662,10 @@
3662
"zh-chs": "45分钟",
3663
"zh-cht": "45分鐘",
3664
"xloc": [
3665
- "default.handlebars->119->1208",
3666
- "default.handlebars->119->2088",
3667
- "default3.handlebars->117->1202",
3668
- "default3.handlebars->117->2069"
3665
+ "default.handlebars->119->1213",
3666
+ "default.handlebars->119->2095",
3667
+ "default3.handlebars->117->1207",
3668
+ "default3.handlebars->117->2076"
3669
]
3670
},
3671
{
@@ -3723,10 +3723,10 @@
3723
"zh-chs": "5分钟",
3724
"zh-cht": "5分鐘",
3725
"xloc": [
3726
- "default.handlebars->119->1204",
3727
- "default.handlebars->119->2084",
3728
- "default3.handlebars->117->1198",
3729
- "default3.handlebars->117->2065"
3726
+ "default.handlebars->119->1209",
3727
+ "default.handlebars->119->2091",
3728
+ "default3.handlebars->117->1203",
3729
+ "default3.handlebars->117->2072"
3730
]
3731
},
3732
{
@@ -3755,9 +3755,9 @@
3755
"zh-chs": "5秒",
3756
"zh-cht": "5秒",
3757
"xloc": [
3758
- "default-mobile.handlebars->53->569",
3759
- "default.handlebars->119->1244",
3760
- "default3.handlebars->117->1238"
3758
+ "default-mobile.handlebars->53->574",
3759
+ "default.handlebars->119->1249",
3760
+ "default3.handlebars->117->1243"
3761
]
3762
},
3763
{
@@ -3937,10 +3937,10 @@
3937
"zh-chs": "60分钟",
3938
"zh-cht": "60分鐘",
3939
"xloc": [
3940
- "default.handlebars->119->1209",
3941
- "default.handlebars->119->2089",
3942
- "default3.handlebars->117->1203",
3943
- "default3.handlebars->117->2070"
3940
+ "default.handlebars->119->1214",
3941
+ "default.handlebars->119->2096",
3942
+ "default3.handlebars->117->1208",
3943
+ "default3.handlebars->117->2077"
3944
]
3945
},
3946
{
@@ -4028,9 +4028,9 @@
4028
"zh-chs": "64 位",
4029
"zh-cht": "64 位",
4030
"xloc": [
4031
- "default-mobile.handlebars->53->737",
4032
- "default.handlebars->119->1597",
4033
- "default3.handlebars->117->1582"
4031
+ "default-mobile.handlebars->53->742",
4032
+ "default.handlebars->119->1602",
4033
+ "default3.handlebars->117->1587"
4034
]
4035
},
4036
{
@@ -4088,8 +4088,8 @@
4088
"zh-chs": "7天电源状态",
4089
"zh-cht": "7天電源狀態",
4090
"xloc": [
4091
- "default.handlebars->119->1290",
4092
- "default3.handlebars->117->1279"
4091
+ "default.handlebars->119->1295",
4092
+ "default3.handlebars->117->1284"
4093
]
4094
},
4095
{
@@ -4118,8 +4118,8 @@
4118
"zh-chs": "7天",
4119
"zh-cht": "7天",
4120
"xloc": [
4121
- "default.handlebars->119->2098",
4122
- "default3.handlebars->117->2079"
4121
+ "default.handlebars->119->2105",
4122
+ "default3.handlebars->117->2086"
4123
]
4124
},
4125
{
@@ -4210,14 +4210,14 @@
4210
"zh-chs": "8小時",
4211
"zh-cht": "8小時",
4212
"xloc": [
4213
- "default.handlebars->119->1212",
4214
- "default.handlebars->119->2092",
4215
- "default.handlebars->119->570",
4216
- "default.handlebars->119->584",
4217
- "default3.handlebars->117->1206",
4218
- "default3.handlebars->117->2073",
4219
- "default3.handlebars->117->566",
4220
- "default3.handlebars->117->580"
4213
+ "default.handlebars->119->1217",
4214
+ "default.handlebars->119->2099",
4215
+ "default.handlebars->119->575",
4216
+ "default.handlebars->119->589",
4217
+ "default3.handlebars->117->1211",
4218
+ "default3.handlebars->117->2080",
4219
+ "default3.handlebars->117->571",
4220
+ "default3.handlebars->117->585"
4221
]
4222
},
4223
{
@@ -4419,13 +4419,13 @@
4419
"zh-chs": "ACM",
4420
"zh-cht": "ACM",
4421
"xloc": [
4422
- "default-mobile.handlebars->53->499",
4423
- "default.handlebars->119->2266",
4424
- "default.handlebars->119->448",
4425
- "default.handlebars->119->904",
4426
- "default3.handlebars->117->2262",
4427
- "default3.handlebars->117->444",
4428
- "default3.handlebars->117->900"
4422
+ "default-mobile.handlebars->53->504",
4423
+ "default.handlebars->119->2273",
4424
+ "default.handlebars->119->453",
4425
+ "default.handlebars->119->909",
4426
+ "default3.handlebars->117->2269",
4427
+ "default3.handlebars->117->449",
4428
+ "default3.handlebars->117->905"
4429
]
4430
},
4431
{
@@ -4453,10 +4453,10 @@
4453
"zh-chs": "AMT",
4454
"zh-cht": "AMT",
4455
"xloc": [
4456
- "default.handlebars->119->426",
4457
- "default.handlebars->119->733",
4458
- "default3.handlebars->117->422",
4459
- "default3.handlebars->117->729"
4456
+ "default.handlebars->119->431",
4457
+ "default.handlebars->119->738",
4458
+ "default3.handlebars->117->427",
4459
+ "default3.handlebars->117->734"
4460
]
4461
},
4462
{
@@ -4465,8 +4465,8 @@
4465
"nl": "AMT Host",
4466
"pl": "Host AMT",
4467
"xloc": [
4468
- "default.handlebars->119->397",
4469
- "default3.handlebars->117->393"
4468
+ "default.handlebars->119->402",
4469
+ "default3.handlebars->117->398"
4470
]
4471
},
4472
{
@@ -4476,8 +4476,8 @@
4476
"nl": "AMT status",
4477
"pl": "Stan AMT",
4478
"xloc": [
4479
- "default.handlebars->119->398",
4480
- "default3.handlebars->117->394"
4479
+ "default.handlebars->119->403",
4480
+ "default3.handlebars->117->399"
4481
]
4482
},
4483
{
@@ -4505,8 +4505,8 @@
4505
"zh-chs": "操作系统",
4506
"zh-cht": "AMT操作系統",
4507
"xloc": [
4508
- "default.handlebars->119->3402",
4509
- "default3.handlebars->117->3393"
4508
+ "default.handlebars->119->3409",
4509
+ "default3.handlebars->117->3400"
4510
]
4511
},
4512
{
@@ -4534,10 +4534,10 @@
4534
"zh-chs": "AMT-Redir",
4535
"zh-cht": "AMT-Redir",
4536
"xloc": [
4537
- "default.handlebars->119->3253",
4538
- "default.handlebars->119->3306",
4539
- "default3.handlebars->117->3244",
4540
- "default3.handlebars->117->3297"
4537
+ "default.handlebars->119->3260",
4538
+ "default.handlebars->119->3313",
4539
+ "default3.handlebars->117->3251",
4540
+ "default3.handlebars->117->3304"
4541
]
4542
},
4543
{
@@ -4565,10 +4565,10 @@
4565
"zh-chs": "AMT-WSMAN",
4566
"zh-cht": "AMT-WSMAN",
4567
"xloc": [
4568
- "default.handlebars->119->3252",
4569
- "default.handlebars->119->3305",
4570
- "default3.handlebars->117->3243",
4571
- "default3.handlebars->117->3296"
4568
+ "default.handlebars->119->3259",
4569
+ "default.handlebars->119->3312",
4570
+ "default3.handlebars->117->3250",
4571
+ "default3.handlebars->117->3303"
4572
]
4573
},
4574
{
@@ -4576,8 +4576,8 @@
4576
"en": "APK",
4577
"nl": "APK",
4578
"xloc": [
4579
- "default.handlebars->119->660",
4580
- "default3.handlebars->117->656"
4579
+ "default.handlebars->119->665",
4580
+ "default3.handlebars->117->661"
4581
]
4582
},
4583
{
@@ -4588,9 +4588,9 @@
4588
"pl": "Wersja APK MeshAgent",
4589
"uk": "MeshAgent версія APK",
4590
"xloc": [
4591
- "default-mobile.handlebars->53->1001",
4592
- "default.handlebars->119->659",
4593
- "default3.handlebars->117->655"
4591
+ "default-mobile.handlebars->53->1008",
4592
+ "default.handlebars->119->664",
4593
+ "default3.handlebars->117->660"
4594
]
4595
},
4596
{
@@ -4598,8 +4598,8 @@
4598
"en": "ARM 64bit version of macOS Mesh Agent",
4599
"nl": "ARM 64bit versie van de macOS Mesh Agent",
4600
"xloc": [
4601
- "default.handlebars->119->648",
4602
- "default3.handlebars->117->644"
4601
+ "default.handlebars->119->653",
4602
+ "default3.handlebars->117->649"
4603
]
4604
},
4605
{
@@ -4611,10 +4611,10 @@
4611
"pl": "Meshagent wersja ARM 64bit",
4612
"uk": "MeshAgent версія ARM 64-біт ",
4613
"xloc": [
4614
- "default.handlebars->119->633",
4615
- "default.handlebars->119->680",
4616
- "default3.handlebars->117->629",
4617
- "default3.handlebars->117->676"
4614
+ "default.handlebars->119->638",
4615
+ "default.handlebars->119->685",
4616
+ "default3.handlebars->117->634",
4617
+ "default3.handlebars->117->681"
4618
]
4619
},
4620
{
@@ -4801,12 +4801,12 @@
4801
"zh-chs": "影音",
4802
"zh-cht": "視聽",
4803
"xloc": [
4804
- "default-mobile.handlebars->53->744",
4805
- "default-mobile.handlebars->53->746",
4806
- "default.handlebars->119->923",
4807
- "default.handlebars->119->925",
4808
- "default3.handlebars->117->919",
4809
- "default3.handlebars->117->921"
4804
+ "default-mobile.handlebars->53->751",
4805
+ "default-mobile.handlebars->53->753",
4806
+ "default.handlebars->119->928",
4807
+ "default.handlebars->119->930",
4808
+ "default3.handlebars->117->924",
4809
+ "default3.handlebars->117->926"
4810
]
4811
},
4812
{
@@ -4835,9 +4835,9 @@
4835
"zh-chs": "拒绝访问",
4836
"zh-cht": "拒絕存取",
4837
"xloc": [
4838
- "default-mobile.handlebars->53->950",
4839
- "default.handlebars->119->1791",
4840
- "default3.handlebars->117->1774"
4838
+ "default-mobile.handlebars->53->957",
4839
+ "default.handlebars->119->1798",
4840
+ "default3.handlebars->117->1781"
4841
]
4842
},
4843
{
@@ -4926,8 +4926,8 @@
4926
"zh-chs": "访问服务器档案",
4927
"zh-cht": "存取伺服器檔案",
4928
"xloc": [
4929
- "default.handlebars->119->2967",
4930
- "default3.handlebars->117->2962"
4929
+ "default.handlebars->119->2974",
4930
+ "default3.handlebars->117->2969"
4931
]
4932
},
4933
{
@@ -5047,26 +5047,26 @@
5047
"zh-chs": "账户安全",
5048
"zh-cht": "帳號安全",
5049
"xloc": [
5050
- "default-mobile.handlebars->53->342",
5051
- "default-mobile.handlebars->53->344",
5052
- "default-mobile.handlebars->53->356",
5053
- "default-mobile.handlebars->53->466",
5054
- "default-mobile.handlebars->53->468",
5055
- "default-mobile.handlebars->53->98",
5050
+ "default-mobile.handlebars->53->103",
5051
+ "default-mobile.handlebars->53->347",
5052
+ "default-mobile.handlebars->53->349",
5053
+ "default-mobile.handlebars->53->361",
5054
+ "default-mobile.handlebars->53->471",
5055
+ "default-mobile.handlebars->53->473",
5056
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5057
- "default.handlebars->119->2127",
5058
- "default.handlebars->119->2129",
5059
- "default.handlebars->119->3457",
5060
- "default.handlebars->119->741",
5061
- "default.handlebars->119->864",
5062
- "default.handlebars->119->866",
5063
- "default3.handlebars->117->2129",
5064
- "default3.handlebars->117->2130",
5065
- "default3.handlebars->117->3446",
5066
- "default3.handlebars->117->3448",
5067
- "default3.handlebars->117->737",
5068
- "default3.handlebars->117->860",
5069
- "default3.handlebars->117->862"
5057
+ "default.handlebars->119->2134",
5058
+ "default.handlebars->119->2136",
5059
+ "default.handlebars->119->3464",
5060
+ "default.handlebars->119->746",
5061
+ "default.handlebars->119->869",
5062
+ "default.handlebars->119->871",
5063
+ "default3.handlebars->117->2136",
5064
+ "default3.handlebars->117->2137",
5065
+ "default3.handlebars->117->3453",
5066
+ "default3.handlebars->117->3455",
5067
+ "default3.handlebars->117->742",
5068
+ "default3.handlebars->117->865",
5069
+ "default3.handlebars->117->867"
5070
]
5071
},
5072
{
@@ -5095,9 +5095,9 @@
5095
"zh-chs": "帐号设定",
5096
"zh-cht": "帳號設定",
5097
"xloc": [
5098
- "default-mobile.handlebars->53->1059",
5099
- "default.handlebars->119->3326",
5100
- "default3.handlebars->117->3317"
5098
+ "default-mobile.handlebars->53->1066",
5099
+ "default.handlebars->119->3333",
5100
+ "default3.handlebars->117->3324"
5101
]
5102
},
5103
{
@@ -5172,8 +5172,8 @@
5172
"pl": "Konto zmienione di synchronizacji z danymi LDAP.",
5173
"uk": "Акаунт змінено на синхронізацію з даними LDAP.",
5174
"xloc": [
5175
- "default.handlebars->119->2716",
5176
- "default3.handlebars->117->2713"
5175
+ "default.handlebars->119->2723",
5176
+ "default3.handlebars->117->2720"
5177
]
5178
},
5179
{
@@ -5202,8 +5202,8 @@
5202
"zh-chs": "帐户已更改:{0}",
5203
"zh-cht": "帳戶已更改:{0}",
5204
"xloc": [
5205
- "default.handlebars->119->2628",
5206
- "default3.handlebars->117->2625"
5205
+ "default.handlebars->119->2635",
5206
+ "default3.handlebars->117->2632"
5207
]
5208
},
5209
{
@@ -5232,8 +5232,8 @@
5232
"zh-chs": "创建帐户,电子邮件为{0}",
5233
"zh-cht": "創建帳戶,電子郵件為{0}",
5234
"xloc": [
5235
- "default.handlebars->119->2627",
5236
- "default3.handlebars->117->2624"
5235
+ "default.handlebars->119->2634",
5236
+ "default3.handlebars->117->2631"
5237
]
5238
},
5239
{
@@ -5262,8 +5262,8 @@
5262
"zh-chs": "已创建帐户,名称为 {0}。",
5263
"zh-cht": "已創建帳戶,名稱為 {0}。",
5264
"xloc": [
5265
- "default.handlebars->119->2690",
5266
- "default3.handlebars->117->2687"
5265
+ "default.handlebars->119->2697",
5266
+ "default3.handlebars->117->2694"
5267
]
5268
},
5269
{
@@ -5292,8 +5292,8 @@
5292
"zh-chs": "创建帐户,用户名是{0}",
5293
"zh-cht": "帳戶已創建,用戶名是{0}",
5294
"xloc": [
5295
- "default.handlebars->119->2626",
5296
- "default3.handlebars->117->2623"
5295
+ "default.handlebars->119->2633",
5296
+ "default3.handlebars->117->2630"
5297
]
5298
},
5299
{
@@ -5322,13 +5322,13 @@
5322
"zh-chs": "帐户已被锁定",
5323
"zh-cht": "帳戶已被鎖定",
5324
"xloc": [
5325
- "default-mobile.handlebars->53->69",
5326
- "default.handlebars->119->222",
5327
- "default.handlebars->119->2786",
5328
- "default.handlebars->119->2964",
5329
- "default3.handlebars->117->219",
5330
- "default3.handlebars->117->2783",
5331
- "default3.handlebars->117->2959"
5325
+ "default-mobile.handlebars->53->74",
5326
+ "default.handlebars->119->227",
5327
+ "default.handlebars->119->2793",
5328
+ "default.handlebars->119->2971",
5329
+ "default3.handlebars->117->224",
5330
+ "default3.handlebars->117->2790",
5331
+ "default3.handlebars->117->2966"
5332
]
5333
},
5334
{
@@ -5357,9 +5357,9 @@
5357
"zh-chs": "达到帐户限制。",
5358
"zh-cht": "達到帳戶限制。",
5359
"xloc": [
5360
- "default-mobile.handlebars->53->1071",
5361
- "default.handlebars->119->3338",
5362
- "default3.handlebars->117->3329",
5360
+ "default-mobile.handlebars->53->1078",
5361
+ "default.handlebars->119->3345",
5362
+ "default3.handlebars->117->3336",
5363
"login-mobile.handlebars->23->6",
5364
"login.handlebars->13->8",
5365
"login2.handlebars->17->206"
@@ -5422,8 +5422,8 @@
5422
"zh-chs": "帐号登录",
5423
"zh-cht": "帳號登錄",
5424
"xloc": [
5425
- "default.handlebars->119->2563",
5426
- "default3.handlebars->117->2560"
5425
+ "default.handlebars->119->2570",
5426
+ "default3.handlebars->117->2567"
5427
]
5428
},
5429
{
@@ -5452,8 +5452,8 @@
5452
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5453
"zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
5454
"xloc": [
5455
- "default.handlebars->119->2669",
5456
- "default3.handlebars->117->2666"
5455
+ "default.handlebars->119->2676",
5456
+ "default3.handlebars->117->2673"
5457
]
5458
},
5459
{
@@ -5467,8 +5467,8 @@
5467
"pl": "Zapisy logowania tokenami użytkownika",
5468
"uk": "Записи токенів входу до акаунту",
5469
"xloc": [
5470
- "default.handlebars->119->3295",
5471
- "default3.handlebars->117->3286"
5470
+ "default.handlebars->119->3302",
5471
+ "default3.handlebars->117->3293"
5472
]
5473
},
5474
{
@@ -5497,8 +5497,8 @@
5497
"zh-chs": "帐户登出",
5498
"zh-cht": "帳戶登出",
5499
"xloc": [
5500
- "default.handlebars->119->2564",
5501
- "default3.handlebars->117->2561"
5500
+ "default.handlebars->119->2571",
5501
+ "default3.handlebars->117->2568"
5502
]
5503
},
5504
{
@@ -5558,8 +5558,8 @@
5558
"zh-chs": "帐户密码已更改:{0}",
5559
"zh-cht": "帳戶密碼已更改:{0}",
5560
"xloc": [
5561
- "default.handlebars->119->2636",
5562
- "default3.handlebars->117->2633"
5561
+ "default.handlebars->119->2643",
5562
+ "default3.handlebars->117->2640"
5563
]
5564
},
5565
{
@@ -5588,8 +5588,8 @@
5588
"zh-chs": "帐户已删除",
5589
"zh-cht": "帳戶已刪除",
5590
"xloc": [
5591
- "default.handlebars->119->2625",
5592
- "default3.handlebars->117->2622"
5591
+ "default.handlebars->119->2632",
5592
+ "default3.handlebars->117->2629"
5593
]
5594
},
5595
{
@@ -5648,10 +5648,10 @@
5648
"zh-chs": "指令",
5649
"zh-cht": "指令",
5650
"xloc": [
5651
- "default-mobile.handlebars->53->965",
5652
- "default.handlebars->119->1806",
5651
+ "default-mobile.handlebars->53->972",
5652
+ "default.handlebars->119->1813",
5653
"default.handlebars->container->column_l->p42->p42tbl->1->0->8",
5654
- "default3.handlebars->117->1789",
5654
+ "default3.handlebars->117->1796",
5655
"default3.handlebars->container->column_l->p42->p42tbl->1->0->17"
5656
]
5657
},
@@ -5681,10 +5681,10 @@
5681
"zh-chs": "动作档案",
5682
"zh-cht": "動作檔案",
5683
"xloc": [
5684
- "default.handlebars->119->1337",
5685
- "default.handlebars->119->1339",
5686
- "default3.handlebars->117->1324",
5687
- "default3.handlebars->117->1326"
5684
+ "default.handlebars->119->1342",
5685
+ "default.handlebars->119->1344",
5686
+ "default3.handlebars->117->1329",
5687
+ "default3.handlebars->117->1331"
5688
]
5689
},
5690
{
@@ -5713,15 +5713,15 @@
5713
"zh-chs": "动作",
5714
"zh-cht": "動作",
5715
"xloc": [
5716
- "default-mobile.handlebars->53->533",
5716
+ "default-mobile.handlebars->53->538",
5717
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
5718
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
5719
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
5720
- "default.handlebars->119->999",
5720
+ "default.handlebars->119->1004",
5721
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
5722
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
5723
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1",
5724
- "default3.handlebars->117->995",
5724
+ "default3.handlebars->117->1000",
5725
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->3",
5726
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->3",
5727
"default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->3"
@@ -5753,8 +5753,8 @@
5753
"zh-chs": "使用FAT格式的USB密钥在管理控制模式(ACM)中激活英特尔®AMT。将setup.bin放在其上,然后使用此键引导一台或多台计算机。",
5754
"zh-cht": "使用FAT格式的USB密鑰在管理控制模式(ACM)中激活英特爾®AMT。將setup.bin放在其上,然後使用此鍵引導一台或多台計算機。",
5755
"xloc": [
5756
- "default.handlebars->119->536",
5757
- "default3.handlebars->117->532"
5756
+ "default.handlebars->119->541",
5757
+ "default3.handlebars->117->537"
5758
]
5759
},
5760
{
@@ -5841,8 +5841,8 @@
5841
"zh-chs": "如果ACM失败,则激活到CCM",
5842
"zh-cht": "如果ACM失敗,則激活到CCM",
5843
"xloc": [
5844
- "default.handlebars->119->2321",
5845
- "default3.handlebars->117->2315"
5844
+ "default.handlebars->119->2328",
5845
+ "default3.handlebars->117->2322"
5846
]
5847
},
5848
{
@@ -5871,18 +5871,18 @@
5871
"zh-chs": "已激活",
5872
"zh-cht": "已啟動",
5873
"xloc": [
5874
- "default-mobile.handlebars->53->494",
5875
- "default-mobile.handlebars->53->496",
5876
- "default-mobile.handlebars->53->816",
5877
- "default-mobile.handlebars->53->850",
5878
- "default.handlebars->119->1656",
5879
- "default.handlebars->119->1690",
5880
- "default.handlebars->119->897",
5881
- "default.handlebars->119->899",
5882
- "default3.handlebars->117->1639",
5883
- "default3.handlebars->117->1673",
5884
- "default3.handlebars->117->893",
5885
- "default3.handlebars->117->895"
5874
+ "default-mobile.handlebars->53->499",
5875
+ "default-mobile.handlebars->53->501",
5876
+ "default-mobile.handlebars->53->823",
5877
+ "default-mobile.handlebars->53->857",
5878
+ "default.handlebars->119->1663",
5879
+ "default.handlebars->119->1697",
5880
+ "default.handlebars->119->902",
5881
+ "default.handlebars->119->904",
5882
+ "default3.handlebars->117->1646",
5883
+ "default3.handlebars->117->1680",
5884
+ "default3.handlebars->117->898",
5885
+ "default3.handlebars->117->900"
5886
]
5887
},
5888
{
@@ -5911,8 +5911,8 @@
5911
"zh-chs": "激活",
5912
"zh-cht": "啟動",
5913
"xloc": [
5914
- "default.handlebars->119->333",
5915
- "default3.handlebars->117->328"
5914
+ "default.handlebars->119->338",
5915
+ "default3.handlebars->117->333"
5916
]
5917
},
5918
{
@@ -5941,10 +5941,10 @@
5941
"zh-chs": "主动设备共享",
5942
"zh-cht": "主動設備共享",
5943
"xloc": [
5944
- "default.handlebars->119->1075",
5945
- "default.handlebars->119->2270",
5946
- "default3.handlebars->117->1071",
5947
- "default3.handlebars->117->2266"
5944
+ "default.handlebars->119->1080",
5945
+ "default.handlebars->119->2277",
5946
+ "default3.handlebars->117->1076",
5947
+ "default3.handlebars->117->2273"
5948
]
5949
},
5950
{
@@ -5973,8 +5973,8 @@
5973
"zh-chs": "活动登录令牌",
5974
"zh-cht": "活動登錄令牌",
5975
"xloc": [
5976
- "default.handlebars->119->2158",
5977
- "default3.handlebars->117->2158"
5976
+ "default.handlebars->119->2165",
5977
+ "default3.handlebars->117->2165"
5978
]
5979
},
5980
{
@@ -6003,9 +6003,9 @@
6003
"zh-chs": "活跃用户",
6004
"zh-cht": "活躍用戶",
6005
"xloc": [
6006
- "default-mobile.handlebars->53->773",
6007
- "default.handlebars->119->953",
6008
- "default3.handlebars->117->949"
6006
+ "default-mobile.handlebars->53->780",
6007
+ "default.handlebars->119->958",
6008
+ "default3.handlebars->117->954"
6009
]
6010
},
6011
{
@@ -6034,9 +6034,9 @@
6034
"zh-chs": "活跃用户",
6035
"zh-cht": "活躍用戶",
6036
"xloc": [
6037
- "default-mobile.handlebars->53->772",
6038
- "default.handlebars->119->952",
6039
- "default3.handlebars->117->948"
6037
+ "default-mobile.handlebars->53->779",
6038
+ "default.handlebars->119->957",
6039
+ "default3.handlebars->117->953"
6040
]
6041
},
6042
{
@@ -6065,11 +6065,11 @@
6065
"zh-chs": "添加",
6066
"zh-cht": "添加",
6067
"xloc": [
6068
- "default-mobile.handlebars->53->661",
6069
- "default.handlebars->119->1427",
6070
- "default.handlebars->119->1433",
6071
- "default3.handlebars->117->1414",
6072
- "default3.handlebars->117->1420",
6068
+ "default-mobile.handlebars->53->666",
6069
+ "default.handlebars->119->1432",
6070
+ "default.handlebars->119->1438",
6071
+ "default3.handlebars->117->1419",
6072
+ "default3.handlebars->117->1425",
6073
"sharing-mobile.handlebars->53->41"
6074
]
6075
},
@@ -6099,10 +6099,10 @@
6099
"zh-chs": "添加代理",
6100
"zh-cht": "新增代理",
6101
"xloc": [
6102
- "default.handlebars->119->2260",
6103
- "default.handlebars->119->502",
6104
- "default3.handlebars->117->2256",
6105
- "default3.handlebars->117->498"
6102
+ "default.handlebars->119->2267",
6103
+ "default.handlebars->119->507",
6104
+ "default3.handlebars->117->2263",
6105
+ "default3.handlebars->117->503"
6106
]
6107
},
6108
{
@@ -6131,14 +6131,14 @@
6131
"zh-chs": "添加设备",
6132
"zh-cht": "新增裝置",
6133
"xloc": [
6134
- "default.handlebars->119->2264",
6135
- "default.handlebars->119->2939",
6136
- "default.handlebars->119->3134",
6137
- "default.handlebars->119->506",
6138
- "default3.handlebars->117->2260",
6139
- "default3.handlebars->117->2934",
6140
- "default3.handlebars->117->3123",
6141
- "default3.handlebars->117->502"
6134
+ "default.handlebars->119->2271",
6135
+ "default.handlebars->119->2946",
6136
+ "default.handlebars->119->3141",
6137
+ "default.handlebars->119->511",
6138
+ "default3.handlebars->117->2267",
6139
+ "default3.handlebars->117->2941",
6140
+ "default3.handlebars->117->3130",
6141
+ "default3.handlebars->117->507"
6142
]
6143
},
6144
{
@@ -6167,8 +6167,8 @@
6167
"zh-chs": "添加设备日志",
6168
"zh-cht": "新增裝置日誌",
6169
"xloc": [
6170
- "default.handlebars->119->1161",
6171
- "default3.handlebars->117->1155"
6170
+ "default.handlebars->119->1166",
6171
+ "default3.handlebars->117->1160"
6172
]
6173
},
6174
{
@@ -6197,14 +6197,14 @@
6197
"zh-chs": "添加设备组",
6198
"zh-cht": "新增裝置群",
6199
"xloc": [
6200
- "default.handlebars->119->2409",
6201
- "default.handlebars->119->2933",
6202
- "default.handlebars->119->3122",
6203
- "default.handlebars->119->402",
6204
- "default3.handlebars->117->2406",
6205
- "default3.handlebars->117->2928",
6206
- "default3.handlebars->117->3111",
6207
- "default3.handlebars->117->398"
6200
+ "default.handlebars->119->2416",
6201
+ "default.handlebars->119->2940",
6202
+ "default.handlebars->119->3129",
6203
+ "default.handlebars->119->407",
6204
+ "default3.handlebars->117->2413",
6205
+ "default3.handlebars->117->2935",
6206
+ "default3.handlebars->117->3118",
6207
+ "default3.handlebars->117->403"
6208
]
6209
},
6210
{
@@ -6233,8 +6233,8 @@
6233
"zh-chs": "添加设备组权限",
6234
"zh-cht": "新增裝置群權限",
6235
"xloc": [
6236
- "default.handlebars->119->2406",
6237
- "default3.handlebars->117->2403"
6236
+ "default.handlebars->119->2413",
6237
+ "default3.handlebars->117->2410"
6238
]
6239
},
6240
{
@@ -6263,10 +6263,10 @@
6263
"zh-chs": "添加设备权限",
6264
"zh-cht": "新增裝置權限",
6265
"xloc": [
6266
- "default.handlebars->119->2411",
6267
- "default.handlebars->119->2413",
6268
- "default3.handlebars->117->2408",
6269
- "default3.handlebars->117->2410"
6266
+ "default.handlebars->119->2418",
6267
+ "default.handlebars->119->2420",
6268
+ "default3.handlebars->117->2415",
6269
+ "default3.handlebars->117->2417"
6270
]
6271
},
6272
{
@@ -6295,8 +6295,8 @@
6295
"zh-chs": "添加英特尔®AMT设备",
6296
"zh-cht": "新增Intel® AMT裝置",
6297
"xloc": [
6298
- "default.handlebars->119->526",
6299
- "default3.handlebars->117->522"
6298
+ "default.handlebars->119->531",
6299
+ "default3.handlebars->117->527"
6300
]
6301
},
6302
{
@@ -6325,8 +6325,8 @@
6325
"zh-chs": "新增密钥",
6326
"zh-cht": "新增密鑰",
6327
"xloc": [
6328
- "default.handlebars->119->252",
6329
- "default3.handlebars->117->247"
6328
+ "default.handlebars->119->257",
6329
+ "default3.handlebars->117->252"
6330
]
6331
},
6332
{
@@ -6355,8 +6355,8 @@
6355
"zh-chs": "添加本地",
6356
"zh-cht": "新增本地",
6357
"xloc": [
6358
- "default.handlebars->119->496",
6359
- "default3.handlebars->117->492"
6358
+ "default.handlebars->119->501",
6359
+ "default3.handlebars->117->497"
6360
]
6361
},
6362
{
@@ -6385,8 +6385,8 @@
6385
"zh-chs": "添加成员身份",
6386
"zh-cht": "新增成員身份",
6387
"xloc": [
6388
- "default.handlebars->119->3154",
6389
- "default3.handlebars->117->3143"
6388
+ "default.handlebars->119->3161",
6389
+ "default3.handlebars->117->3150"
6390
]
6391
},
6392
{
@@ -6415,8 +6415,8 @@
6415
"zh-chs": "添加 Mesh Agent",
6416
"zh-cht": "新增 Mesh Agent",
6417
"xloc": [
6418
- "default.handlebars->119->697",
6419
- "default3.handlebars->117->693"
6418
+ "default.handlebars->119->702",
6419
+ "default3.handlebars->117->698"
6420
]
6421
},
6422
{
@@ -6445,18 +6445,18 @@
6445
"zh-chs": "添加安全密钥",
6446
"zh-cht": "新增安全密鑰",
6447
"xloc": [
6448
- "default.handlebars->119->1873",
6449
- "default.handlebars->119->1874",
6450
- "default.handlebars->119->256",
6451
- "default.handlebars->119->258",
6448
+ "default.handlebars->119->1880",
6449
+ "default.handlebars->119->1881",
6450
"default.handlebars->119->261",
6451
"default.handlebars->119->263",
6454
- "default3.handlebars->117->1854",
6455
- "default3.handlebars->117->1855",
6456
- "default3.handlebars->117->251",
6457
- "default3.handlebars->117->253",
6452
+ "default.handlebars->119->266",
6453
+ "default.handlebars->119->268",
6454
+ "default3.handlebars->117->1861",
6455
+ "default3.handlebars->117->1862",
6456
"default3.handlebars->117->256",
6459
- "default3.handlebars->117->258"
6457
+ "default3.handlebars->117->258",
6458
+ "default3.handlebars->117->261",
6459
+ "default3.handlebars->117->263"
6460
]
6461
},
6462
{
@@ -6485,9 +6485,9 @@
6485
"zh-chs": "添加用户",
6486
"zh-cht": "新增用戶",
6487
"xloc": [
6488
- "default-mobile.handlebars->53->983",
6489
- "default.handlebars->119->1067",
6490
- "default3.handlebars->117->1063"
6488
+ "default-mobile.handlebars->53->990",
6489
+ "default.handlebars->119->1072",
6490
+ "default3.handlebars->117->1068"
6491
]
6492
},
6493
{
@@ -6516,8 +6516,8 @@
6516
"zh-chs": "添加用户设备权限",
6517
"zh-cht": "新增用戶裝置權限",
6518
"xloc": [
6519
- "default.handlebars->119->2416",
6520
- "default3.handlebars->117->2413"
6519
+ "default.handlebars->119->2423",
6520
+ "default3.handlebars->117->2420"
6521
]
6522
},
6523
{
@@ -6546,14 +6546,14 @@
6546
"zh-chs": "添加用户组",
6547
"zh-cht": "新增用戶群",
6548
"xloc": [
6549
- "default.handlebars->119->1068",
6550
- "default.handlebars->119->2254",
6551
- "default.handlebars->119->2408",
6552
- "default.handlebars->119->3128",
6553
- "default3.handlebars->117->1064",
6554
- "default3.handlebars->117->2250",
6555
- "default3.handlebars->117->2405",
6556
- "default3.handlebars->117->3117"
6549
+ "default.handlebars->119->1073",
6550
+ "default.handlebars->119->2261",
6551
+ "default.handlebars->119->2415",
6552
+ "default.handlebars->119->3135",
6553
+ "default3.handlebars->117->1069",
6554
+ "default3.handlebars->117->2257",
6555
+ "default3.handlebars->117->2412",
6556
+ "default3.handlebars->117->3124"
6557
]
6558
},
6559
{
@@ -6582,8 +6582,8 @@
6582
"zh-chs": "添加用户组设备权限",
6583
"zh-cht": "新增用戶群裝置權限",
6584
"xloc": [
6585
- "default.handlebars->119->2418",
6586
- "default3.handlebars->117->2415"
6585
+ "default.handlebars->119->2425",
6586
+ "default3.handlebars->117->2422"
6587
]
6588
},
6589
{
@@ -6612,7 +6612,7 @@
6612
"zh-chs": "将用户添加到设备组",
6613
"zh-cht": "將用戶新增到裝置群",
6614
"xloc": [
6615
- "default-mobile.handlebars->53->1024"
6615
+ "default-mobile.handlebars->53->1031"
6616
]
6617
},
6618
{
@@ -6641,10 +6641,10 @@
6641
"zh-chs": "添加用户",
6642
"zh-cht": "新增用戶",
6643
"xloc": [
6644
- "default.handlebars->119->2253",
6645
- "default.handlebars->119->2928",
6646
- "default3.handlebars->117->2249",
6647
- "default3.handlebars->117->2923"
6644
+ "default.handlebars->119->2260",
6645
+ "default.handlebars->119->2935",
6646
+ "default3.handlebars->117->2256",
6647
+ "default3.handlebars->117->2930"
6648
]
6649
},
6650
{
@@ -6673,8 +6673,8 @@
6673
"zh-chs": "将用户添加到设备组",
6674
"zh-cht": "將用戶新增到裝置群",
6675
"xloc": [
6676
- "default.handlebars->119->2405",
6677
- "default3.handlebars->117->2402"
6676
+ "default.handlebars->119->2412",
6677
+ "default3.handlebars->117->2409"
6678
]
6679
},
6680
{
@@ -6703,8 +6703,8 @@
6703
"zh-chs": "将用户添加到用户组",
6704
"zh-cht": "將用戶新增到用戶群",
6705
"xloc": [
6706
- "default.handlebars->119->2963",
6707
- "default3.handlebars->117->2958"
6706
+ "default.handlebars->119->2970",
6707
+ "default3.handlebars->117->2965"
6708
]
6709
},
6710
{
@@ -6733,8 +6733,8 @@
6733
"zh-chs": "添加YubiKey®OTP",
6734
"zh-cht": "新增YubiKey®OTP",
6735
"xloc": [
6736
- "default.handlebars->119->253",
6737
- "default3.handlebars->117->248"
6736
+ "default.handlebars->119->258",
6737
+ "default3.handlebars->117->253"
6738
]
6739
},
6740
{
@@ -6763,8 +6763,8 @@
6763
"zh-chs": "将本地设备添加到设备组 \\\"{0}\\\"。",
6764
"zh-cht": "將本地設備添加到設備組 \\\"{0}\\\"。",
6765
"xloc": [
6766
- "default.handlebars->119->507",
6767
- "default3.handlebars->117->503"
6766
+ "default.handlebars->119->512",
6767
+ "default3.handlebars->117->508"
6768
]
6769
},
6770
{
@@ -6793,8 +6793,8 @@
6793
"zh-chs": "通过扫描本地网络添加新的英特尔®AMT计算机。",
6794
"zh-cht": "通過掃描本地網絡新增新的Intel® AMT電腦。",
6795
"xloc": [
6796
- "default.handlebars->119->497",
6797
- "default3.handlebars->117->493"
6796
+ "default.handlebars->119->502",
6797
+ "default3.handlebars->117->498"
6798
]
6799
},
6800
{
@@ -6823,8 +6823,8 @@
6823
"zh-chs": "添加位于本地网络上的新英特尔®AMT计算机。",
6824
"zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。",
6825
"xloc": [
6826
- "default.handlebars->119->495",
6827
- "default3.handlebars->117->491"
6826
+ "default.handlebars->119->500",
6827
+ "default3.handlebars->117->496"
6828
]
6829
},
6830
{
@@ -6853,8 +6853,8 @@
6853
"zh-chs": "将新的英特尔®AMT设备添加到设备组“{0}”。",
6854
"zh-cht": "將新的Intel® AMT裝置新增到裝置群“{0}”。",
6855
"xloc": [
6856
- "default.handlebars->119->516",
6857
- "default3.handlebars->117->512"
6856
+ "default.handlebars->119->521",
6857
+ "default3.handlebars->117->517"
6858
]
6859
},
6860
{
@@ -6883,10 +6883,10 @@
6883
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
6884
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
6885
"xloc": [
6886
- "default.handlebars->119->2259",
6887
- "default.handlebars->119->501",
6888
- "default3.handlebars->117->2255",
6889
- "default3.handlebars->117->497"
6886
+ "default.handlebars->119->2266",
6887
+ "default.handlebars->119->506",
6888
+ "default3.handlebars->117->2262",
6889
+ "default3.handlebars->117->502"
6890
]
6891
},
6892
{
@@ -6915,10 +6915,10 @@
6915
"zh-chs": "添加位于本地网络上的设备。",
6916
"zh-cht": "添加位於本地網絡上的設備。",
6917
"xloc": [
6918
- "default.handlebars->119->2263",
6919
- "default.handlebars->119->505",
6920
- "default3.handlebars->117->2259",
6921
- "default3.handlebars->117->501"
6918
+ "default.handlebars->119->2270",
6919
+ "default.handlebars->119->510",
6920
+ "default3.handlebars->117->2266",
6921
+ "default3.handlebars->117->506"
6922
]
6923
},
6924
{
@@ -6947,8 +6947,8 @@
6947
"zh-chs": "添加本地设备",
6948
"zh-cht": "添加本地設備",
6949
"xloc": [
6950
- "default.handlebars->119->515",
6951
- "default3.handlebars->117->511"
6950
+ "default.handlebars->119->520",
6951
+ "default3.handlebars->117->516"
6952
]
6953
},
6954
{
@@ -6977,8 +6977,8 @@
6977
"zh-chs": "添加标签",
6978
"zh-cht": "新增標籤",
6979
"xloc": [
6980
- "default.handlebars->119->773",
6981
- "default3.handlebars->117->769"
6980
+ "default.handlebars->119->778",
6981
+ "default3.handlebars->117->774"
6982
]
6983
},
6984
{
@@ -7007,8 +7007,8 @@
7007
"zh-chs": "通过定期在远程设备上以管理员身份运行MeshCmd,添加,激活和配置Intel® AMT以将“{0}”分组。",
7008
"zh-cht": "通過定期在遠程設備上以管理員身份運行MeshCmd,添加,激活和配置Intel® AMT以將“{0}”分組。",
7009
"xloc": [
7010
- "default.handlebars->119->533",
7011
- "default3.handlebars->117->529"
7010
+ "default.handlebars->119->538",
7011
+ "default3.handlebars->117->534"
7012
]
7013
},
7014
{
@@ -7037,8 +7037,8 @@
7037
"zh-chs": "添加了身份验证应用程序",
7038
"zh-cht": "添加了身份驗證應用程序",
7039
"xloc": [
7040
- "default.handlebars->119->2652",
7041
- "default3.handlebars->117->2649"
7040
+ "default.handlebars->119->2659",
7041
+ "default3.handlebars->117->2656"
7042
]
7043
},
7044
{
@@ -7067,8 +7067,8 @@
7067
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
7068
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
7069
"xloc": [
7070
- "default.handlebars->119->2663",
7071
- "default3.handlebars->117->2660"
7070
+ "default.handlebars->119->2670",
7071
+ "default3.handlebars->117->2667"
7072
]
7073
},
7074
{
@@ -7097,8 +7097,8 @@
7097
"zh-chs": "添加了每天重复的设备共享 {0}。",
7098
"zh-cht": "添加了每天重複的設備共享 {0}。",
7099
"xloc": [
7100
- "default.handlebars->119->2700",
7101
- "default3.handlebars->117->2697"
7100
+ "default.handlebars->119->2707",
7101
+ "default3.handlebars->117->2704"
7102
]
7103
},
7104
{
@@ -7127,8 +7127,8 @@
7127
"zh-chs": "添加了每周重复的设备共享 {0}。",
7128
"zh-cht": "添加了每週重複的設備共享 {0}。",
7129
"xloc": [
7130
- "default.handlebars->119->2701",
7131
- "default3.handlebars->117->2698"
7130
+ "default.handlebars->119->2708",
7131
+ "default3.handlebars->117->2705"
7132
]
7133
},
7134
{
@@ -7157,8 +7157,8 @@
7157
"zh-chs": "添加了无限时间的设备共享 {0}。",
7158
"zh-cht": "添加了無限時間的設備共享 {0}。",
7159
"xloc": [
7160
- "default.handlebars->119->2693",
7161
- "default3.handlebars->117->2690"
7160
+ "default.handlebars->119->2700",
7161
+ "default3.handlebars->117->2697"
7162
]
7163
},
7164
{
@@ -7187,10 +7187,10 @@
7187
"zh-chs": "已将设备{0}添加到设备组{1}",
7188
"zh-cht": "已將設備{0}添加到設備組{1}",
7189
"xloc": [
7190
- "default.handlebars->119->2619",
7191
- "default.handlebars->119->2646",
7192
- "default3.handlebars->117->2616",
7193
- "default3.handlebars->117->2643"
7190
+ "default.handlebars->119->2626",
7191
+ "default.handlebars->119->2653",
7192
+ "default3.handlebars->117->2623",
7193
+ "default3.handlebars->117->2650"
7194
]
7195
},
7196
{
@@ -7219,8 +7219,8 @@
7219
"zh-chs": "添加登录令牌",
7220
"zh-cht": "添加了登錄令牌",
7221
"xloc": [
7222
- "default.handlebars->119->2677",
7223
- "default3.handlebars->117->2674"
7222
+ "default.handlebars->119->2684",
7223
+ "default3.handlebars->117->2681"
7224
]
7225
},
7226
{
@@ -7249,8 +7249,8 @@
7249
"zh-chs": "新增推送通知认证装置",
7250
"zh-cht": "增加推送通知認證設備",
7251
"xloc": [
7252
- "default.handlebars->119->2675",
7253
- "default3.handlebars->117->2672"
7252
+ "default.handlebars->119->2682",
7253
+ "default3.handlebars->117->2679"
7254
]
7255
},
7256
{
@@ -7279,8 +7279,8 @@
7279
"zh-chs": "添加了安全密钥",
7280
"zh-cht": "添加了安全密鑰",
7281
"xloc": [
7282
- "default.handlebars->119->2657",
7283
- "default3.handlebars->117->2654"
7282
+ "default.handlebars->119->2664",
7283
+ "default3.handlebars->117->2661"
7284
]
7285
},
7286
{
@@ -7309,8 +7309,8 @@
7309
"zh-chs": "已将用户组{0}添加到设备组{1}",
7310
"zh-cht": "已將用戶組{0}添加到設備組{1}",
7311
"xloc": [
7312
- "default.handlebars->119->2630",
7313
- "default3.handlebars->117->2627"
7312
+ "default.handlebars->119->2637",
7313
+ "default3.handlebars->117->2634"
7314
]
7315
},
7316
{
@@ -7339,10 +7339,10 @@
7339
"zh-chs": "已将用户{0}添加到用户组{1}",
7340
"zh-cht": "已將用戶{0}添加到用戶組{1}",
7341
"xloc": [
7342
- "default.handlebars->119->2633",
7343
- "default.handlebars->119->2642",
7344
- "default3.handlebars->117->2630",
7345
- "default3.handlebars->117->2639"
7342
+ "default.handlebars->119->2640",
7343
+ "default.handlebars->119->2649",
7344
+ "default3.handlebars->117->2637",
7345
+ "default3.handlebars->117->2646"
7346
]
7347
},
7348
{
@@ -7371,8 +7371,8 @@
7371
"zh-chs": "地址",
7372
"zh-cht": "地址",
7373
"xloc": [
7374
- "default.handlebars->119->395",
7375
- "default3.handlebars->117->391"
7374
+ "default.handlebars->119->400",
7375
+ "default3.handlebars->117->396"
7376
]
7377
},
7378
{
@@ -7430,9 +7430,9 @@
7430
"zh-chs": "管理员控制模式(ACM)",
7431
"zh-cht": "管理員控制模式(ACM)",
7432
"xloc": [
7433
- "default-mobile.handlebars->53->818",
7434
- "default.handlebars->119->1658",
7435
- "default3.handlebars->117->1641"
7433
+ "default-mobile.handlebars->53->825",
7434
+ "default.handlebars->119->1665",
7435
+ "default3.handlebars->117->1648"
7436
]
7437
},
7438
{
@@ -7461,9 +7461,9 @@
7461
"zh-chs": "管理员凭证",
7462
"zh-cht": "管理員憑證",
7463
"xloc": [
7464
- "default-mobile.handlebars->53->824",
7465
- "default.handlebars->119->1664",
7466
- "default3.handlebars->117->1647"
7464
+ "default-mobile.handlebars->53->831",
7465
+ "default.handlebars->119->1671",
7466
+ "default3.handlebars->117->1654"
7467
]
7468
},
7469
{
@@ -7492,15 +7492,15 @@
7492
"zh-chs": "管理员PowerShell",
7493
"zh-cht": "管理員PowerShell",
7494
"xloc": [
7495
- "default.handlebars->119->3174",
7496
- "default.handlebars->119->3184",
7497
- "default.handlebars->119->3249",
7498
- "default.handlebars->119->3302",
7495
+ "default.handlebars->119->3181",
7496
+ "default.handlebars->119->3191",
7497
+ "default.handlebars->119->3256",
7498
+ "default.handlebars->119->3309",
7499
"default.handlebars->termShellContextMenu->3",
7500
- "default3.handlebars->117->3165",
7501
- "default3.handlebars->117->3175",
7502
- "default3.handlebars->117->3240",
7503
- "default3.handlebars->117->3293",
7500
+ "default3.handlebars->117->3172",
7501
+ "default3.handlebars->117->3182",
7502
+ "default3.handlebars->117->3247",
7503
+ "default3.handlebars->117->3300",
7504
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0",
7505
"player.handlebars->29->29",
7506
"xterm.handlebars->termShellContextMenu->cxtermps"
@@ -7532,8 +7532,8 @@
7532
"zh-chs": "管理领域",
7533
"zh-cht": "管理領域",
7534
"xloc": [
7535
- "default.handlebars->119->3015",
7536
- "default3.handlebars->117->3010"
7535
+ "default.handlebars->119->3022",
7536
+ "default3.handlebars->117->3017"
7537
]
7538
},
7539
{
@@ -7593,8 +7593,8 @@
7593
"zh-chs": "管理领域",
7594
"zh-cht": "管理領域",
7595
"xloc": [
7596
- "default.handlebars->119->2860",
7597
- "default3.handlebars->117->2855"
7596
+ "default.handlebars->119->2867",
7597
+ "default3.handlebars->117->2862"
7598
]
7599
},
7600
{
@@ -7623,8 +7623,8 @@
7623
"zh-chs": "管理员",
7624
"zh-cht": "管理員",
7625
"xloc": [
7626
- "default.handlebars->119->2778",
7627
- "default3.handlebars->117->2775"
7626
+ "default.handlebars->119->2785",
7627
+ "default3.handlebars->117->2782"
7628
]
7629
},
7630
{
@@ -7653,9 +7653,9 @@
7653
"zh-chs": "南非文",
7654
"zh-cht": "南非文",
7655
"xloc": [
7656
- "default-mobile.handlebars->53->115",
7657
- "default.handlebars->119->1876",
7658
- "default3.handlebars->117->1857",
7656
+ "default-mobile.handlebars->53->120",
7657
+ "default.handlebars->119->1883",
7658
+ "default3.handlebars->117->1864",
7659
"login2.handlebars->17->1"
7660
]
7661
},
@@ -7686,21 +7686,21 @@
7686
"zh-cht": "代理",
7687
"xloc": [
7688
"agent-translations.json",
7689
- "default-mobile.handlebars->53->458",
7690
- "default-mobile.handlebars->53->515",
7689
+ "default-mobile.handlebars->53->463",
7690
+ "default-mobile.handlebars->53->520",
7691
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7692
- "default.handlebars->119->2489",
7693
- "default.handlebars->119->2502",
7694
- "default.handlebars->119->3400",
7695
- "default.handlebars->119->422",
7696
- "default.handlebars->119->729",
7692
+ "default.handlebars->119->2496",
7693
+ "default.handlebars->119->2509",
7694
+ "default.handlebars->119->3407",
7695
+ "default.handlebars->119->427",
7696
+ "default.handlebars->119->734",
7697
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7698
"default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm",
7699
- "default3.handlebars->117->2486",
7700
- "default3.handlebars->117->2499",
7701
- "default3.handlebars->117->3391",
7702
- "default3.handlebars->117->418",
7703
- "default3.handlebars->117->725",
7699
+ "default3.handlebars->117->2493",
7700
+ "default3.handlebars->117->2506",
7701
+ "default3.handlebars->117->3398",
7702
+ "default3.handlebars->117->423",
7703
+ "default3.handlebars->117->730",
7704
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7705
"default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->1->td7meshkvm"
7706
]
@@ -7731,10 +7731,10 @@
7731
"zh-chs": "代理+英特尔AMT",
7732
"zh-cht": "代理+Intel® AMT",
7733
"xloc": [
7734
- "default.handlebars->119->2491",
7735
- "default.handlebars->119->2504",
7736
- "default3.handlebars->117->2488",
7737
- "default3.handlebars->117->2501"
7734
+ "default.handlebars->119->2498",
7735
+ "default.handlebars->119->2511",
7736
+ "default3.handlebars->117->2495",
7737
+ "default3.handlebars->117->2508"
7738
]
7739
},
7740
{
@@ -7794,12 +7794,12 @@
7794
"zh-chs": "代理控制台",
7795
"zh-cht": "代理控制台",
7796
"xloc": [
7797
- "default-mobile.handlebars->53->1030",
7798
- "default-mobile.handlebars->53->597",
7799
- "default.handlebars->119->2426",
7800
- "default.handlebars->119->819",
7801
- "default3.handlebars->117->2423",
7802
- "default3.handlebars->117->815"
7797
+ "default-mobile.handlebars->53->1037",
7798
+ "default-mobile.handlebars->53->602",
7799
+ "default.handlebars->119->2433",
7800
+ "default.handlebars->119->824",
7801
+ "default3.handlebars->117->2430",
7802
+ "default3.handlebars->117->820"
7803
]
7804
},
7805
{
@@ -7828,8 +7828,8 @@
7828
"zh-chs": "代理错误计数器",
7829
"zh-cht": "代理錯誤計數器",
7830
"xloc": [
7831
- "default.handlebars->119->3368",
7832
- "default3.handlebars->117->3359"
7831
+ "default.handlebars->119->3375",
7832
+ "default3.handlebars->117->3366"
7833
]
7834
},
7835
{
@@ -7858,8 +7858,8 @@
7858
"zh-chs": "代理IP地址",
7859
"zh-cht": "代理 IP 地址",
7860
"xloc": [
7861
- "default.handlebars->119->363",
7862
- "default3.handlebars->117->359"
7861
+ "default.handlebars->119->368",
7862
+ "default3.handlebars->117->364"
7863
]
7864
},
7865
{
@@ -7934,9 +7934,9 @@
7934
"zh-chs": "代理消息",
7935
"zh-cht": "代理訊息",
7936
"xloc": [
7937
- "default-mobile.handlebars->53->431",
7938
- "default.handlebars->119->486",
7939
- "default3.handlebars->117->482"
7937
+ "default-mobile.handlebars->53->436",
7938
+ "default.handlebars->119->491",
7939
+ "default3.handlebars->117->487"
7940
]
7941
},
7942
{
@@ -7965,7 +7965,7 @@
7965
"zh-chs": "代理中继",
7966
"zh-cht": "代理中繼",
7967
"xloc": [
7968
- "default-mobile.handlebars->53->518"
7968
+ "default-mobile.handlebars->53->523"
7969
]
7970
},
7971
{
@@ -8025,10 +8025,10 @@
8025
"zh-chs": "代理自行共享",
8026
"zh-cht": "代理自行共享",
8027
"xloc": [
8028
- "default.handlebars->119->1096",
8029
- "default.handlebars->119->2291",
8030
- "default3.handlebars->117->1092",
8031
- "default3.handlebars->117->2287"
8028
+ "default.handlebars->119->1101",
8029
+ "default.handlebars->119->2298",
8030
+ "default3.handlebars->117->1097",
8031
+ "default3.handlebars->117->2294"
8032
]
8033
},
8034
{
@@ -8057,8 +8057,8 @@
8057
"zh-chs": "代理会话",
8058
"zh-cht": "代理時段",
8059
"xloc": [
8060
- "default.handlebars->119->3385",
8061
- "default3.handlebars->117->3376"
8060
+ "default.handlebars->119->3392",
8061
+ "default3.handlebars->117->3383"
8062
]
8063
},
8064
{
@@ -8087,9 +8087,9 @@
8087
"zh-chs": "代理标签",
8088
"zh-cht": "代理標籤",
8089
"xloc": [
8090
- "default-mobile.handlebars->53->512",
8091
- "default.handlebars->119->920",
8092
- "default3.handlebars->117->916"
8090
+ "default-mobile.handlebars->53->517",
8091
+ "default.handlebars->119->925",
8092
+ "default3.handlebars->117->921"
8093
]
8094
},
8095
{
@@ -8118,10 +8118,10 @@
8118
"zh-chs": "代理类型",
8119
"zh-cht": "代理類型",
8120
"xloc": [
8121
- "default.handlebars->119->352",
8122
- "default.handlebars->119->385",
8123
- "default3.handlebars->117->348",
8124
- "default3.handlebars->117->381"
8121
+ "default.handlebars->119->357",
8122
+ "default.handlebars->119->390",
8123
+ "default3.handlebars->117->353",
8124
+ "default3.handlebars->117->386"
8125
]
8126
},
8127
{
@@ -8150,9 +8150,9 @@
8150
"zh-chs": "代理类型",
8151
"zh-cht": "代理類型",
8152
"xloc": [
8153
- "default.handlebars->119->2500",
8153
+ "default.handlebars->119->2507",
8154
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1",
8155
- "default3.handlebars->117->2497",
8155
+ "default3.handlebars->117->2504",
8156
"default3.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
8157
]
8158
},
@@ -8182,10 +8182,10 @@
8182
"zh-chs": "代理版本",
8183
"zh-cht": "代理版本",
8184
"xloc": [
8185
- "default.handlebars->119->353",
8186
- "default.handlebars->119->386",
8187
- "default3.handlebars->117->349",
8188
- "default3.handlebars->117->382"
8185
+ "default.handlebars->119->358",
8186
+ "default.handlebars->119->391",
8187
+ "default3.handlebars->117->354",
8188
+ "default3.handlebars->117->387"
8189
]
8190
},
8191
{
@@ -8214,8 +8214,8 @@
8214
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
8215
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
8216
"xloc": [
8217
- "default.handlebars->119->2616",
8218
- "default3.handlebars->117->2613"
8217
+ "default.handlebars->119->2623",
8218
+ "default3.handlebars->117->2620"
8219
]
8220
},
8221
{
@@ -8244,12 +8244,12 @@
8244
"zh-chs": "代理已连接",
8245
"zh-cht": "代理已連接",
8246
"xloc": [
8247
- "default.handlebars->119->1054",
8248
- "default.handlebars->119->1055",
8249
- "default.handlebars->119->272",
8250
- "default3.handlebars->117->1050",
8251
- "default3.handlebars->117->1051",
8252
- "default3.handlebars->117->267"
8247
+ "default.handlebars->119->1059",
8248
+ "default.handlebars->119->1060",
8249
+ "default.handlebars->119->277",
8250
+ "default3.handlebars->117->1055",
8251
+ "default3.handlebars->117->1056",
8252
+ "default3.handlebars->117->272"
8253
]
8254
},
8255
{
@@ -8278,8 +8278,8 @@
8278
"zh-chs": "与有限特权相关的代理",
8279
"zh-cht": "與有限特權相關的代理",
8280
"xloc": [
8281
- "default.handlebars->119->273",
8282
- "default3.handlebars->117->268"
8281
+ "default.handlebars->119->278",
8282
+ "default3.handlebars->117->273"
8283
]
8284
},
8285
{
@@ -8308,8 +8308,8 @@
8308
"zh-chs": "代理已断开连接",
8309
"zh-cht": "代理已斷開連接",
8310
"xloc": [
8311
- "default.handlebars->119->277",
8312
- "default3.handlebars->117->272"
8311
+ "default.handlebars->119->282",
8312
+ "default3.handlebars->117->277"
8313
]
8314
},
8315
{
@@ -8338,8 +8338,8 @@
8338
"zh-chs": "正在跳过代理哈希检查,这是不安全的。",
8339
"zh-cht": "正在跳過代理哈希檢查,這是不安全的。",
8340
"xloc": [
8341
- "default.handlebars->119->102",
8342
- "default3.handlebars->117->100"
8341
+ "default.handlebars->119->107",
8342
+ "default3.handlebars->117->105"
8343
]
8344
},
8345
{
@@ -8368,9 +8368,9 @@
8368
"zh-chs": "代理离线",
8369
"zh-cht": "代理離線",
8370
"xloc": [
8371
- "default-mobile.handlebars->53->948",
8372
- "default.handlebars->119->1789",
8373
- "default3.handlebars->117->1772"
8371
+ "default-mobile.handlebars->53->955",
8372
+ "default.handlebars->119->1796",
8373
+ "default3.handlebars->117->1779"
8374
]
8375
},
8376
{
@@ -8399,9 +8399,9 @@
8399
"zh-chs": "代理在线",
8400
"zh-cht": "代理在線",
8401
"xloc": [
8402
- "default-mobile.handlebars->53->947",
8403
- "default.handlebars->119->1788",
8404
- "default3.handlebars->117->1771"
8402
+ "default-mobile.handlebars->53->954",
8403
+ "default.handlebars->119->1795",
8404
+ "default3.handlebars->117->1778"
8405
]
8406
},
8407
{
@@ -8430,8 +8430,8 @@
8430
"zh-chs": "代理在特权降低的远程设备上运行。",
8431
"zh-cht": "代理在特權降低的遠程設備上運行。",
8432
"xloc": [
8433
- "default.handlebars->119->1048",
8434
- "default3.handlebars->117->1044"
8433
+ "default.handlebars->119->1053",
8434
+ "default3.handlebars->117->1049"
8435
]
8436
},
8437
{
@@ -8460,12 +8460,12 @@
8460
"zh-chs": "代理",
8461
"zh-cht": "代理",
8462
"xloc": [
8463
- "default.handlebars->119->2457",
8464
- "default.handlebars->119->3413",
8465
- "default.handlebars->119->589",
8466
- "default3.handlebars->117->2454",
8467
- "default3.handlebars->117->3404",
8468
- "default3.handlebars->117->585"
8463
+ "default.handlebars->119->2464",
8464
+ "default.handlebars->119->3420",
8465
+ "default.handlebars->119->594",
8466
+ "default3.handlebars->117->2461",
8467
+ "default3.handlebars->117->3411",
8468
+ "default3.handlebars->117->590"
8469
]
8470
},
8471
{
@@ -8494,9 +8494,9 @@
8494
"zh-chs": "阿尔巴尼亚文",
8495
"zh-cht": "阿爾巴尼亞文",
8496
"xloc": [
8497
- "default-mobile.handlebars->53->116",
8498
- "default.handlebars->119->1877",
8499
- "default3.handlebars->117->1858",
8497
+ "default-mobile.handlebars->53->121",
8498
+ "default.handlebars->119->1884",
8499
+ "default3.handlebars->117->1865",
8500
"login2.handlebars->17->2"
8501
]
8502
},
@@ -8507,10 +8507,10 @@
8507
"pl": "Okno Powiadomienia",
8508
"uk": "Вікно Попередження",
8509
"xloc": [
8510
- "default.handlebars->119->1180",
8511
- "default.handlebars->119->782",
8512
- "default3.handlebars->117->1174",
8513
- "default3.handlebars->117->778"
8510
+ "default.handlebars->119->1185",
8511
+ "default.handlebars->119->787",
8512
+ "default3.handlebars->117->1179",
8513
+ "default3.handlebars->117->783"
8514
]
8515
},
8516
{
@@ -8539,12 +8539,12 @@
8539
"zh-chs": "所有",
8540
"zh-cht": "所有",
8541
"xloc": [
8542
- "default-mobile.handlebars->53->372",
8543
- "default-mobile.handlebars->53->698",
8544
- "default-mobile.handlebars->53->700",
8545
- "default.handlebars->119->3217",
8542
+ "default-mobile.handlebars->53->377",
8543
+ "default-mobile.handlebars->53->703",
8544
+ "default-mobile.handlebars->53->705",
8545
+ "default.handlebars->119->3224",
8546
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1",
8547
- "default3.handlebars->117->3208",
8547
+ "default3.handlebars->117->3215",
8548
"default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1",
8549
"sharing-mobile.handlebars->53->79",
8550
"sharing-mobile.handlebars->53->81"
@@ -8576,8 +8576,8 @@
8576
"zh-chs": "全部可用",
8577
"zh-cht": "全部可用",
8578
"xloc": [
8579
- "default.handlebars->119->2740",
8580
- "default3.handlebars->117->2737"
8579
+ "default.handlebars->119->2747",
8580
+ "default3.handlebars->117->2744"
8581
]
8582
},
8583
{
@@ -8606,10 +8606,10 @@
8606
"zh-chs": "所有可用的代理",
8607
"zh-cht": "所有可用的代理",
8608
"xloc": [
8609
- "default.handlebars->119->2458",
8610
- "default.handlebars->119->590",
8611
- "default3.handlebars->117->2455",
8612
- "default3.handlebars->117->586"
8609
+ "default.handlebars->119->2465",
8610
+ "default.handlebars->119->595",
8611
+ "default3.handlebars->117->2462",
8612
+ "default3.handlebars->117->591"
8613
]
8614
},
8615
{
@@ -8638,8 +8638,8 @@
8638
"zh-chs": "所有显示",
8639
"zh-cht": "所有顯示",
8640
"xloc": [
8641
- "default.handlebars->119->1478",
8642
- "default3.handlebars->117->1463"
8641
+ "default.handlebars->119->1483",
8642
+ "default3.handlebars->117->1468"
8643
]
8644
},
8645
{
@@ -8668,8 +8668,8 @@
8668
"zh-chs": "所有事件",
8669
"zh-cht": "所有事件",
8670
"xloc": [
8671
- "default.handlebars->119->2738",
8672
- "default3.handlebars->117->2735"
8671
+ "default.handlebars->119->2745",
8672
+ "default3.handlebars->117->2742"
8673
]
8674
},
8675
{
@@ -8698,12 +8698,12 @@
8698
"zh-chs": "全部聚焦",
8699
"zh-cht": "全部聚焦",
8700
"xloc": [
8701
- "default.handlebars->119->1396",
8702
- "default.handlebars->119->1398",
8703
- "default.handlebars->119->1399",
8704
- "default3.handlebars->117->1382",
8705
- "default3.handlebars->117->1385",
8706
- "default3.handlebars->117->1386"
8701
+ "default.handlebars->119->1401",
8702
+ "default.handlebars->119->1403",
8703
+ "default.handlebars->119->1404",
8704
+ "default3.handlebars->117->1387",
8705
+ "default3.handlebars->117->1390",
8706
+ "default3.handlebars->117->1391"
8707
]
8708
},
8709
{
@@ -8744,7 +8744,7 @@
8744
"zh-chs": "所有主题",
8745
"zh-cht": "所有主題",
8746
"xloc": [
8747
- "default3.handlebars->117->2126"
8747
+ "default3.handlebars->117->2133"
8748
]
8749
},
8750
{
@@ -8779,8 +8779,8 @@
8779
{
8780
"en": "Allow to override server device name until next connection",
8781
"xloc": [
8782
- "default.handlebars->119->2363",
8783
- "default3.handlebars->117->2360"
8782
+ "default.handlebars->119->2370",
8783
+ "default3.handlebars->117->2367"
8784
]
8785
},
8786
{
@@ -8809,10 +8809,10 @@
8809
"zh-chs": "允许用户管理此设备组和该组中的设备。",
8810
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8811
"xloc": [
8812
- "default.handlebars->119->2370",
8813
- "default.handlebars->119->2960",
8814
- "default3.handlebars->117->2367",
8815
- "default3.handlebars->117->2955"
8812
+ "default.handlebars->119->2377",
8813
+ "default.handlebars->119->2967",
8814
+ "default3.handlebars->117->2374",
8815
+ "default3.handlebars->117->2962"
8816
]
8817
},
8818
{
@@ -8841,8 +8841,8 @@
8841
"zh-chs": "允许用户管理此设备。",
8842
"zh-cht": "允許用戶管理此裝置。",
8843
"xloc": [
8844
- "default.handlebars->119->2371",
8845
- "default3.handlebars->117->2368"
8844
+ "default.handlebars->119->2378",
8845
+ "default3.handlebars->117->2375"
8846
]
8847
},
8848
{
@@ -8871,8 +8871,8 @@
8871
"zh-chs": "允许",
8872
"zh-cht": "允許",
8873
"xloc": [
8874
- "default.handlebars->119->300",
8875
- "default3.handlebars->117->295"
8874
+ "default.handlebars->119->305",
8875
+ "default3.handlebars->117->300"
8876
]
8877
},
8878
{
@@ -8932,12 +8932,12 @@
8932
"zh-chs": "Alt",
8933
"zh-cht": "Alt",
8934
"xloc": [
8935
- "default-mobile.handlebars->53->654",
8936
- "default-mobile.handlebars->53->658",
8937
- "default.handlebars->119->1420",
8938
- "default.handlebars->119->1424",
8939
- "default3.handlebars->117->1407",
8940
- "default3.handlebars->117->1411",
8935
+ "default-mobile.handlebars->53->659",
8936
+ "default-mobile.handlebars->53->663",
8937
+ "default.handlebars->119->1425",
8938
+ "default.handlebars->119->1429",
8939
+ "default3.handlebars->117->1412",
8940
+ "default3.handlebars->117->1416",
8941
"sharing-mobile.handlebars->53->34",
8942
"sharing-mobile.handlebars->53->38"
8943
]
@@ -8968,8 +8968,8 @@
8968
"zh-chs": "替代Shell",
8969
"zh-cht": "替代Shell",
8970
"xloc": [
8971
- "default.handlebars->119->1386",
8972
- "default3.handlebars->117->1372"
8971
+ "default.handlebars->119->1391",
8972
+ "default3.handlebars->117->1377"
8973
]
8974
},
8975
{
@@ -9060,8 +9060,8 @@
9060
"zh-chs": "备用(F10 = ESC + 0)",
9061
"zh-cht": "備用(F10 = ESC + 0)",
9062
"xloc": [
9063
- "default.handlebars->119->1512",
9064
- "default3.handlebars->117->1497",
9063
+ "default.handlebars->119->1517",
9064
+ "default3.handlebars->117->1502",
9065
"sharing.handlebars->47->37"
9066
]
9067
},
@@ -9132,14 +9132,14 @@
9132
"zh-chs": "一直通知",
9133
"zh-cht": "一直通知",
9134
"xloc": [
9135
- "default.handlebars->119->2230",
9136
- "default.handlebars->119->2919",
9137
- "default.handlebars->119->3024",
9138
- "default.handlebars->119->962",
9139
- "default3.handlebars->117->2226",
9140
- "default3.handlebars->117->2914",
9141
- "default3.handlebars->117->3019",
9142
- "default3.handlebars->117->958"
9135
+ "default.handlebars->119->2237",
9136
+ "default.handlebars->119->2926",
9137
+ "default.handlebars->119->3031",
9138
+ "default.handlebars->119->967",
9139
+ "default3.handlebars->117->2233",
9140
+ "default3.handlebars->117->2921",
9141
+ "default3.handlebars->117->3026",
9142
+ "default3.handlebars->117->963"
9143
]
9144
},
9145
{
@@ -9168,22 +9168,22 @@
9168
"zh-chs": "一直提示",
9169
"zh-cht": "一直提示",
9170
"xloc": [
9171
- "default.handlebars->119->2231",
9172
- "default.handlebars->119->2920",
9173
- "default.handlebars->119->3025",
9174
- "default.handlebars->119->963",
9175
- "default3.handlebars->117->2227",
9176
- "default3.handlebars->117->2915",
9177
- "default3.handlebars->117->3020",
9178
- "default3.handlebars->117->959"
9171
+ "default.handlebars->119->2238",
9172
+ "default.handlebars->119->2927",
9173
+ "default.handlebars->119->3032",
9174
+ "default.handlebars->119->968",
9175
+ "default3.handlebars->117->2234",
9176
+ "default3.handlebars->117->2922",
9177
+ "default3.handlebars->117->3027",
9178
+ "default3.handlebars->117->964"
9179
]
9180
},
9181
{
9182
"en": "Amazon App Store",
9183
"nl": "Amazon App Store",
9184
"xloc": [
9185
- "default.handlebars->119->657",
9186
- "default3.handlebars->117->653"
9185
+ "default.handlebars->119->662",
9186
+ "default3.handlebars->117->658"
9187
]
9188
},
9189
{
@@ -9256,8 +9256,8 @@
9256
"pl": "Wystąpił nieznany błąd.",
9257
"uk": "Сталася невідома помилка.",
9258
"xloc": [
9259
- "default.handlebars->119->3163",
9260
- "default3.handlebars->117->3154"
9259
+ "default.handlebars->119->3170",
9260
+ "default3.handlebars->117->3161"
9261
]
9262
},
9263
{
@@ -9322,9 +9322,9 @@
9322
"zh-chs": "Android APK",
9323
"zh-cht": "Android APK",
9324
"xloc": [
9325
- "default-mobile.handlebars->53->1002",
9326
- "default.handlebars->119->658",
9327
- "default3.handlebars->117->654"
9325
+ "default-mobile.handlebars->53->1009",
9326
+ "default.handlebars->119->663",
9327
+ "default3.handlebars->117->659"
9328
]
9329
},
9330
{
@@ -9382,7 +9382,7 @@
9382
"zh-chs": "安卓安装",
9383
"zh-cht": "安卓安裝",
9384
"xloc": [
9385
- "default-mobile.handlebars->53->1004"
9385
+ "default-mobile.handlebars->53->1011"
9386
]
9387
},
9388
{
@@ -9391,8 +9391,8 @@
9391
"nl": "Android MeshAgent",
9392
"uk": "Android MeshAgent",
9393
"xloc": [
9394
- "default.handlebars->119->595",
9395
- "default3.handlebars->117->591"
9394
+ "default.handlebars->119->600",
9395
+ "default3.handlebars->117->596"
9396
]
9397
},
9398
{
@@ -9401,9 +9401,9 @@
9401
"nl": "Android Versie",
9402
"uk": "Версія Android",
9403
"xloc": [
9404
- "default-mobile.handlebars->53->791",
9405
- "default.handlebars->119->1621",
9406
- "default3.handlebars->117->1606"
9404
+ "default-mobile.handlebars->53->798",
9405
+ "default.handlebars->119->1628",
9406
+ "default3.handlebars->117->1613"
9407
]
9408
},
9409
{
@@ -9463,10 +9463,10 @@
9463
"zh-chs": "杀毒软件未激活",
9464
"zh-cht": "殺毒軟件未激活",
9465
"xloc": [
9466
- "default.handlebars->119->2493",
9467
- "default.handlebars->119->2507",
9468
- "default3.handlebars->117->2490",
9469
- "default3.handlebars->117->2504"
9466
+ "default.handlebars->119->2500",
9467
+ "default.handlebars->119->2514",
9468
+ "default3.handlebars->117->2497",
9469
+ "default3.handlebars->117->2511"
9470
]
9471
},
9472
{
@@ -9495,9 +9495,9 @@
9495
"zh-chs": "杀毒软件",
9496
"zh-cht": "防毒軟體",
9497
"xloc": [
9498
- "default-mobile.handlebars->53->770",
9499
- "default.handlebars->119->949",
9500
- "default3.handlebars->117->945"
9498
+ "default-mobile.handlebars->53->777",
9499
+ "default.handlebars->119->954",
9500
+ "default3.handlebars->117->950"
9501
]
9502
},
9503
{
@@ -9526,8 +9526,8 @@
9526
"zh-chs": "任何可支持的",
9527
"zh-cht": "任何可支持的",
9528
"xloc": [
9529
- "default.handlebars->119->563",
9530
- "default3.handlebars->117->559"
9529
+ "default.handlebars->119->568",
9530
+ "default3.handlebars->117->564"
9531
]
9532
},
9533
{
@@ -9617,8 +9617,8 @@
9617
"zh-chs": "苹果macOS",
9618
"zh-cht": "蘋果macOS",
9619
"xloc": [
9620
- "default.handlebars->119->605",
9621
- "default3.handlebars->117->601"
9620
+ "default.handlebars->119->610",
9621
+ "default3.handlebars->117->606"
9622
]
9623
},
9624
{
@@ -9627,8 +9627,8 @@
9627
"nl": "Apple macOS (verwijderen)",
9628
"uk": "Apple macOS (Деінсталяція)",
9629
"xloc": [
9630
- "default.handlebars->119->610",
9631
- "default3.handlebars->117->606"
9630
+ "default.handlebars->119->615",
9631
+ "default3.handlebars->117->611"
9632
]
9633
},
9634
{
@@ -9638,8 +9638,8 @@
9638
"uk": "Для запуску виконувані файли Apple macOS потрібно буде вилучити з карантину запустивши 'xattr -r -d com.apple.quarantine meshagent'",
9639
"xloc": [
9640
"agentinvite.handlebars->13->12",
9641
- "default.handlebars->119->690",
9642
- "default3.handlebars->117->686"
9641
+ "default.handlebars->119->695",
9642
+ "default3.handlebars->117->691"
9643
]
9644
},
9645
{
@@ -9668,8 +9668,8 @@
9668
"zh-chs": "仅限Apple macOS",
9669
"zh-cht": "僅限Apple macOS",
9670
"xloc": [
9671
- "default.handlebars->119->565",
9672
- "default3.handlebars->117->561"
9671
+ "default.handlebars->119->570",
9672
+ "default3.handlebars->117->566"
9673
]
9674
},
9675
{
@@ -9719,8 +9719,8 @@
9719
"zh-chs": "应用程序,始终连接",
9720
"zh-cht": "應用程序,始終連接",
9721
"xloc": [
9722
- "default.handlebars->119->619",
9723
- "default3.handlebars->117->615"
9722
+ "default.handlebars->119->624",
9723
+ "default3.handlebars->117->620"
9724
]
9725
},
9726
{
@@ -9749,8 +9749,8 @@
9749
"zh-chs": "应用程序,根据用户请求连接",
9750
"zh-cht": "應用程序,根據用戶請求連接",
9751
"xloc": [
9752
- "default.handlebars->119->618",
9753
- "default3.handlebars->117->614"
9752
+ "default.handlebars->119->623",
9753
+ "default3.handlebars->117->619"
9754
]
9755
},
9756
{
@@ -9779,9 +9779,9 @@
9779
"zh-chs": "阿拉伯文(阿尔及利亚)",
9780
"zh-cht": "阿拉伯文(阿爾及利亞)",
9781
"xloc": [
9782
- "default-mobile.handlebars->53->118",
9783
- "default.handlebars->119->1879",
9784
- "default3.handlebars->117->1860",
9782
+ "default-mobile.handlebars->53->123",
9783
+ "default.handlebars->119->1886",
9784
+ "default3.handlebars->117->1867",
9785
"login2.handlebars->17->4"
9786
]
9787
},
@@ -9811,9 +9811,9 @@
9811
"zh-chs": "阿拉伯文(巴林)",
9812
"zh-cht": "阿拉伯文(巴林)",
9813
"xloc": [
9814
- "default-mobile.handlebars->53->119",
9815
- "default.handlebars->119->1880",
9816
- "default3.handlebars->117->1861",
9814
+ "default-mobile.handlebars->53->124",
9815
+ "default.handlebars->119->1887",
9816
+ "default3.handlebars->117->1868",
9817
"login2.handlebars->17->5"
9818
]
9819
},
@@ -9843,9 +9843,9 @@
9843
"zh-chs": "阿拉伯文(埃及)",
9844
"zh-cht": "阿拉伯文(埃及)",
9845
"xloc": [
9846
- "default-mobile.handlebars->53->120",
9847
- "default.handlebars->119->1881",
9848
- "default3.handlebars->117->1862",
9846
+ "default-mobile.handlebars->53->125",
9847
+ "default.handlebars->119->1888",
9848
+ "default3.handlebars->117->1869",
9849
"login2.handlebars->17->6"
9850
]
9851
},
@@ -9875,9 +9875,9 @@
9875
"zh-chs": "阿拉伯文(伊拉克)",
9876
"zh-cht": "阿拉伯文(伊拉克)",
9877
"xloc": [
9878
- "default-mobile.handlebars->53->121",
9879
- "default.handlebars->119->1882",
9880
- "default3.handlebars->117->1863",
9878
+ "default-mobile.handlebars->53->126",
9879
+ "default.handlebars->119->1889",
9880
+ "default3.handlebars->117->1870",
9881
"login2.handlebars->17->7"
9882
]
9883
},
@@ -9907,9 +9907,9 @@
9907
"zh-chs": "阿拉伯文(约旦)",
9908
"zh-cht": "阿拉伯文(約旦)",
9909
"xloc": [
9910
- "default-mobile.handlebars->53->122",
9911
- "default.handlebars->119->1883",
9912
- "default3.handlebars->117->1864",
9910
+ "default-mobile.handlebars->53->127",
9911
+ "default.handlebars->119->1890",
9912
+ "default3.handlebars->117->1871",
9913
"login2.handlebars->17->8"
9914
]
9915
},
@@ -9939,9 +9939,9 @@
9939
"zh-chs": "阿拉伯文(科威特)",
9940
"zh-cht": "阿拉伯文(科威特)",
9941
"xloc": [
9942
- "default-mobile.handlebars->53->123",
9943
- "default.handlebars->119->1884",
9944
- "default3.handlebars->117->1865",
9942
+ "default-mobile.handlebars->53->128",
9943
+ "default.handlebars->119->1891",
9944
+ "default3.handlebars->117->1872",
9945
"login2.handlebars->17->9"
9946
]
9947
},
@@ -9971,9 +9971,9 @@
9971
"zh-chs": "阿拉伯文(黎巴嫩)",
9972
"zh-cht": "阿拉伯文(黎巴嫩)",
9973
"xloc": [
9974
- "default-mobile.handlebars->53->124",
9975
- "default.handlebars->119->1885",
9976
- "default3.handlebars->117->1866",
9974
+ "default-mobile.handlebars->53->129",
9975
+ "default.handlebars->119->1892",
9976
+ "default3.handlebars->117->1873",
9977
"login2.handlebars->17->10"
9978
]
9979
},
@@ -10003,9 +10003,9 @@
10003
"zh-chs": "阿拉伯文(利比亚)",
10004
"zh-cht": "阿拉伯文(利比亞)",
10005
"xloc": [
10006
- "default-mobile.handlebars->53->125",
10007
- "default.handlebars->119->1886",
10008
- "default3.handlebars->117->1867",
10006
+ "default-mobile.handlebars->53->130",
10007
+ "default.handlebars->119->1893",
10008
+ "default3.handlebars->117->1874",
10009
"login2.handlebars->17->11"
10010
]
10011
},
@@ -10035,9 +10035,9 @@
10035
"zh-chs": "阿拉伯文(摩洛哥)",
10036
"zh-cht": "阿拉伯文(摩洛哥)",
10037
"xloc": [
10038
- "default-mobile.handlebars->53->126",
10039
- "default.handlebars->119->1887",
10040
- "default3.handlebars->117->1868",
10038
+ "default-mobile.handlebars->53->131",
10039
+ "default.handlebars->119->1894",
10040
+ "default3.handlebars->117->1875",
10041
"login2.handlebars->17->12"
10042
]
10043
},
@@ -10067,9 +10067,9 @@
10067
"zh-chs": "阿拉伯文(阿曼)",
10068
"zh-cht": "阿拉伯文(阿曼)",
10069
"xloc": [
10070
- "default-mobile.handlebars->53->127",
10071
- "default.handlebars->119->1888",
10072
- "default3.handlebars->117->1869",
10070
+ "default-mobile.handlebars->53->132",
10071
+ "default.handlebars->119->1895",
10072
+ "default3.handlebars->117->1876",
10073
"login2.handlebars->17->13"
10074
]
10075
},
@@ -10099,9 +10099,9 @@
10099
"zh-chs": "阿拉伯文(卡塔尔)",
10100
"zh-cht": "阿拉伯文(卡塔爾)",
10101
"xloc": [
10102
- "default-mobile.handlebars->53->128",
10103
- "default.handlebars->119->1889",
10104
- "default3.handlebars->117->1870",
10102
+ "default-mobile.handlebars->53->133",
10103
+ "default.handlebars->119->1896",
10104
+ "default3.handlebars->117->1877",
10105
"login2.handlebars->17->14"
10106
]
10107
},
@@ -10131,9 +10131,9 @@
10131
"zh-chs": "阿拉伯文(沙特阿拉伯)",
10132
"zh-cht": "阿拉伯文(沙特阿拉伯)",
10133
"xloc": [
10134
- "default-mobile.handlebars->53->129",
10135
- "default.handlebars->119->1890",
10136
- "default3.handlebars->117->1871",
10134
+ "default-mobile.handlebars->53->134",
10135
+ "default.handlebars->119->1897",
10136
+ "default3.handlebars->117->1878",
10137
"login2.handlebars->17->15"
10138
]
10139
},
@@ -10163,9 +10163,9 @@
10163
"zh-chs": "阿拉伯文(标准)",
10164
"zh-cht": "阿拉伯文(標準)",
10165
"xloc": [
10166
- "default-mobile.handlebars->53->117",
10167
- "default.handlebars->119->1878",
10168
- "default3.handlebars->117->1859",
10166
+ "default-mobile.handlebars->53->122",
10167
+ "default.handlebars->119->1885",
10168
+ "default3.handlebars->117->1866",
10169
"login2.handlebars->17->3"
10170
]
10171
},
@@ -10195,9 +10195,9 @@
10195
"zh-chs": "阿拉伯文(叙利亚)",
10196
"zh-cht": "阿拉伯文(敘利亞)",
10197
"xloc": [
10198
- "default-mobile.handlebars->53->130",
10199
- "default.handlebars->119->1891",
10200
- "default3.handlebars->117->1872",
10198
+ "default-mobile.handlebars->53->135",
10199
+ "default.handlebars->119->1898",
10200
+ "default3.handlebars->117->1879",
10201
"login2.handlebars->17->16"
10202
]
10203
},
@@ -10227,9 +10227,9 @@
10227
"zh-chs": "阿拉伯文(突尼斯)",
10228
"zh-cht": "阿拉伯文(突尼斯)",
10229
"xloc": [
10230
- "default-mobile.handlebars->53->131",
10231
- "default.handlebars->119->1892",
10232
- "default3.handlebars->117->1873",
10230
+ "default-mobile.handlebars->53->136",
10231
+ "default.handlebars->119->1899",
10232
+ "default3.handlebars->117->1880",
10233
"login2.handlebars->17->17"
10234
]
10235
},
@@ -10259,9 +10259,9 @@
10259
"zh-chs": "阿拉伯文(阿联酋)",
10260
"zh-cht": "阿拉伯文(阿聯酋)",
10261
"xloc": [
10262
- "default-mobile.handlebars->53->132",
10263
- "default.handlebars->119->1893",
10264
- "default3.handlebars->117->1874",
10262
+ "default-mobile.handlebars->53->137",
10263
+ "default.handlebars->119->1900",
10264
+ "default3.handlebars->117->1881",
10265
"login2.handlebars->17->18"
10266
]
10267
},
@@ -10291,9 +10291,9 @@
10291
"zh-chs": "阿拉伯文(也门)",
10292
"zh-cht": "阿拉伯文(也門)",
10293
"xloc": [
10294
- "default-mobile.handlebars->53->133",
10295
- "default.handlebars->119->1894",
10296
- "default3.handlebars->117->1875",
10294
+ "default-mobile.handlebars->53->138",
10295
+ "default.handlebars->119->1901",
10296
+ "default3.handlebars->117->1882",
10297
"login2.handlebars->17->19"
10298
]
10299
},
@@ -10323,9 +10323,9 @@
10323
"zh-chs": "阿拉贡文",
10324
"zh-cht": "阿拉貢文",
10325
"xloc": [
10326
- "default-mobile.handlebars->53->134",
10327
- "default.handlebars->119->1895",
10328
- "default3.handlebars->117->1876",
10326
+ "default-mobile.handlebars->53->139",
10327
+ "default.handlebars->119->1902",
10328
+ "default3.handlebars->117->1883",
10329
"login2.handlebars->17->20"
10330
]
10331
},
@@ -10355,15 +10355,15 @@
10355
"zh-chs": "架构",
10356
"zh-cht": "結構",
10357
"xloc": [
10358
- "default-mobile.handlebars->53->734",
10359
- "default-mobile.handlebars->53->736",
10360
- "default-mobile.handlebars->53->738",
10361
- "default.handlebars->119->1594",
10362
- "default.handlebars->119->1596",
10363
- "default.handlebars->119->1598",
10364
- "default3.handlebars->117->1579",
10365
- "default3.handlebars->117->1581",
10366
- "default3.handlebars->117->1583"
10358
+ "default-mobile.handlebars->53->739",
10359
+ "default-mobile.handlebars->53->741",
10360
+ "default-mobile.handlebars->53->743",
10361
+ "default.handlebars->119->1599",
10362
+ "default.handlebars->119->1601",
10363
+ "default.handlebars->119->1603",
10364
+ "default3.handlebars->117->1584",
10365
+ "default3.handlebars->117->1586",
10366
+ "default3.handlebars->117->1588"
10367
]
10368
},
10369
{
@@ -10392,8 +10392,8 @@
10392
"zh-chs": "您确定要连接到{0}设备吗?",
10393
"zh-cht": "你確定要連接到{0}裝置嗎?",
10394
"xloc": [
10395
- "default.handlebars->119->490",
10396
- "default3.handlebars->117->486"
10395
+ "default.handlebars->119->495",
10396
+ "default3.handlebars->117->491"
10397
]
10398
},
10399
{
@@ -10422,9 +10422,9 @@
10422
"zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
10423
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
10424
"xloc": [
10425
- "default-mobile.handlebars->53->990",
10426
- "default.handlebars->119->2335",
10427
- "default3.handlebars->117->2329"
10425
+ "default-mobile.handlebars->53->997",
10426
+ "default.handlebars->119->2342",
10427
+ "default3.handlebars->117->2336"
10428
]
10429
},
10430
{
@@ -10453,8 +10453,8 @@
10453
"zh-chs": "您确定要删除节点{0}吗?",
10454
"zh-cht": "你確定要刪除節點{0}嗎?",
10455
"xloc": [
10456
- "default.handlebars->119->1312",
10457
- "default3.handlebars->117->1301"
10456
+ "default.handlebars->119->1317",
10457
+ "default3.handlebars->117->1306"
10458
]
10459
},
10460
{
@@ -10464,8 +10464,8 @@
10464
"nl": "Weet u zeker dat u dit bestand/ deze map op het bureaublad van het externe apparaat wilt openen?",
10465
"uk": "Ви впевнені, що бажаєте відкрити цей файл/теку на робочому столі віддаленого пристрою?",
10466
"xloc": [
10467
- "default.handlebars->119->1533",
10468
- "default3.handlebars->117->1518"
10467
+ "default.handlebars->119->1538",
10468
+ "default3.handlebars->117->1523"
10469
]
10470
},
10471
{
@@ -10494,8 +10494,8 @@
10494
"zh-chs": "您确定要卸载所选代理吗?",
10495
"zh-cht": "你確定要卸載所選代理嗎?",
10496
"xloc": [
10497
- "default.handlebars->119->1301",
10498
- "default3.handlebars->117->1291"
10497
+ "default.handlebars->119->1306",
10498
+ "default3.handlebars->117->1296"
10499
]
10500
},
10501
{
@@ -10524,8 +10524,8 @@
10524
"zh-chs": "您确定要卸载所选的{0}代理吗?",
10525
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
10526
"xloc": [
10527
- "default.handlebars->119->1300",
10528
- "default3.handlebars->117->1290"
10527
+ "default.handlebars->119->1305",
10528
+ "default3.handlebars->117->1295"
10529
]
10530
},
10531
{
@@ -10554,8 +10554,8 @@
10554
"zh-chs": "您确定要{0}插件吗:{1}",
10555
"zh-cht": "你確定要{0}外掛嗎:{1}",
10556
"xloc": [
10557
- "default.handlebars->119->3466",
10558
- "default3.handlebars->117->3457"
10557
+ "default.handlebars->119->3473",
10558
+ "default3.handlebars->117->3464"
10559
]
10560
},
10561
{
@@ -10615,9 +10615,9 @@
10615
"zh-chs": "亚美尼亚文",
10616
"zh-cht": "亞美尼亞文",
10617
"xloc": [
10618
- "default-mobile.handlebars->53->135",
10619
- "default.handlebars->119->1896",
10620
- "default3.handlebars->117->1877",
10618
+ "default-mobile.handlebars->53->140",
10619
+ "default.handlebars->119->1903",
10620
+ "default3.handlebars->117->1884",
10621
"login2.handlebars->17->21"
10622
]
10623
},
@@ -10829,9 +10829,9 @@
10829
"zh-chs": "阿萨姆文",
10830
"zh-cht": "阿薩姆文",
10831
"xloc": [
10832
- "default-mobile.handlebars->53->136",
10833
- "default.handlebars->119->1897",
10834
- "default3.handlebars->117->1878",
10832
+ "default-mobile.handlebars->53->141",
10833
+ "default.handlebars->119->1904",
10834
+ "default3.handlebars->117->1885",
10835
"login2.handlebars->17->22"
10836
]
10837
},
@@ -10861,9 +10861,9 @@
10861
"zh-chs": "资产标签",
10862
"zh-cht": "資產標籤",
10863
"xloc": [
10864
- "default-mobile.handlebars->53->845",
10865
- "default.handlebars->119->1685",
10866
- "default3.handlebars->117->1668"
10864
+ "default-mobile.handlebars->53->852",
10865
+ "default.handlebars->119->1692",
10866
+ "default3.handlebars->117->1675"
10867
]
10868
},
10869
{
@@ -10953,10 +10953,10 @@
10953
"zh-chs": "Windows 助手 (.exe)",
10954
"zh-cht": "Windows 助手 (.exe)",
10955
"xloc": [
10956
- "default.handlebars->119->664",
10957
- "default.handlebars->119->668",
10958
- "default3.handlebars->117->660",
10959
- "default3.handlebars->117->664"
10956
+ "default.handlebars->119->669",
10957
+ "default.handlebars->119->673",
10958
+ "default3.handlebars->117->665",
10959
+ "default3.handlebars->117->669"
10960
]
10961
},
10962
{
@@ -11014,9 +11014,9 @@
11014
"zh-chs": "阿斯图里亚斯文",
11015
"zh-cht": "阿斯圖里亞斯文",
11016
"xloc": [
11017
- "default-mobile.handlebars->53->137",
11018
- "default.handlebars->119->1898",
11019
- "default3.handlebars->117->1879",
11017
+ "default-mobile.handlebars->53->142",
11018
+ "default.handlebars->119->1905",
11019
+ "default3.handlebars->117->1886",
11020
"login2.handlebars->17->23"
11021
]
11022
},
@@ -11046,8 +11046,8 @@
11046
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
11047
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
11048
"xloc": [
11049
- "default.handlebars->119->2585",
11050
- "default3.handlebars->117->2582"
11049
+ "default.handlebars->119->2592",
11050
+ "default3.handlebars->117->2589"
11051
]
11052
},
11053
{
@@ -11076,15 +11076,15 @@
11076
"zh-chs": "验证",
11077
"zh-cht": "驗證",
11078
"xloc": [
11079
- "default-mobile.handlebars->53->670",
11080
- "default-mobile.handlebars->53->674",
11081
- "default-mobile.handlebars->53->686",
11082
- "default.handlebars->119->1487",
11083
- "default.handlebars->119->1491",
11084
- "default.handlebars->119->1503",
11085
- "default3.handlebars->117->1472",
11086
- "default3.handlebars->117->1476",
11087
- "default3.handlebars->117->1488",
11079
+ "default-mobile.handlebars->53->675",
11080
+ "default-mobile.handlebars->53->679",
11081
+ "default-mobile.handlebars->53->691",
11082
+ "default.handlebars->119->1492",
11083
+ "default.handlebars->119->1496",
11084
+ "default.handlebars->119->1508",
11085
+ "default3.handlebars->117->1477",
11086
+ "default3.handlebars->117->1481",
11087
+ "default3.handlebars->117->1493",
11088
"sharing-mobile.handlebars->53->47",
11089
"sharing-mobile.handlebars->53->56",
11090
"sharing-mobile.handlebars->53->64",
@@ -11121,8 +11121,8 @@
11121
"zh-chs": "认证软件",
11122
"zh-cht": "認證軟體",
11123
"xloc": [
11124
- "default.handlebars->119->3028",
11125
- "default3.handlebars->117->3023"
11124
+ "default.handlebars->119->3035",
11125
+ "default3.handlebars->117->3030"
11126
]
11127
},
11128
{
@@ -11151,12 +11151,12 @@
11151
"zh-chs": "认证设备",
11152
"zh-cht": "認證設備",
11153
"xloc": [
11154
- "default.handlebars->119->1859",
11155
- "default.handlebars->119->1861",
11156
- "default.handlebars->119->1865",
11157
- "default3.handlebars->117->1841",
11158
- "default3.handlebars->117->1843",
11159
- "default3.handlebars->117->1846"
11154
+ "default.handlebars->119->1866",
11155
+ "default.handlebars->119->1868",
11156
+ "default.handlebars->119->1872",
11157
+ "default3.handlebars->117->1848",
11158
+ "default3.handlebars->117->1850",
11159
+ "default3.handlebars->117->1853"
11160
]
11161
},
11162
{
@@ -11185,12 +11185,12 @@
11185
"zh-chs": "授权错误",
11186
"zh-cht": "授權錯誤",
11187
"xloc": [
11188
- "default-mobile.handlebars->53->687",
11189
- "default-mobile.handlebars->53->693",
11190
- "default.handlebars->119->1505",
11191
- "default.handlebars->119->1520",
11192
- "default3.handlebars->117->1490",
11193
- "default3.handlebars->117->1505",
11188
+ "default-mobile.handlebars->53->692",
11189
+ "default-mobile.handlebars->53->698",
11190
+ "default.handlebars->119->1510",
11191
+ "default.handlebars->119->1525",
11192
+ "default3.handlebars->117->1495",
11193
+ "default3.handlebars->117->1510",
11194
"sharing-mobile.handlebars->53->57",
11195
"sharing-mobile.handlebars->53->74"
11196
]
@@ -11221,18 +11221,18 @@
11221
"zh-chs": "认证软件",
11222
"zh-cht": "認證軟體",
11223
"xloc": [
11224
- "default-mobile.handlebars->53->320",
11225
- "default-mobile.handlebars->53->322",
11226
- "default-mobile.handlebars->53->75",
11224
+ "default-mobile.handlebars->53->325",
11225
+ "default-mobile.handlebars->53->327",
11226
"default-mobile.handlebars->53->80",
11228
- "default.handlebars->119->1855",
11229
- "default.handlebars->119->1857",
11230
- "default.handlebars->119->230",
11227
+ "default-mobile.handlebars->53->85",
11228
+ "default.handlebars->119->1862",
11229
+ "default.handlebars->119->1864",
11230
"default.handlebars->119->235",
11232
- "default3.handlebars->117->1837",
11233
- "default3.handlebars->117->1839",
11234
- "default3.handlebars->117->227",
11235
- "default3.handlebars->117->232"
11231
+ "default.handlebars->119->240",
11232
+ "default3.handlebars->117->1844",
11233
+ "default3.handlebars->117->1846",
11234
+ "default3.handlebars->117->232",
11235
+ "default3.handlebars->117->237"
11236
]
11237
},
11238
{
@@ -11261,9 +11261,9 @@
11261
"zh-chs": "认证软件激活成功。",
11262
"zh-cht": "認證軟體啟動成功。",
11263
"xloc": [
11264
- "default-mobile.handlebars->53->76",
11265
- "default.handlebars->119->231",
11266
- "default3.handlebars->117->228"
11264
+ "default-mobile.handlebars->53->81",
11265
+ "default.handlebars->119->236",
11266
+ "default3.handlebars->117->233"
11267
]
11268
},
11269
{
@@ -11292,9 +11292,9 @@
11292
"zh-chs": "认证软件已删除。",
11293
"zh-cht": "認證軟體已刪除。",
11294
"xloc": [
11295
- "default-mobile.handlebars->53->81",
11296
- "default.handlebars->119->236",
11297
- "default3.handlebars->117->233"
11295
+ "default-mobile.handlebars->53->86",
11296
+ "default.handlebars->119->241",
11297
+ "default3.handlebars->117->238"
11298
]
11299
},
11300
{
@@ -11382,10 +11382,10 @@
11382
"zh-chs": "自动删除",
11383
"zh-cht": "自動刪除",
11384
"xloc": [
11385
- "default.handlebars->119->2213",
11386
- "default.handlebars->119->2731",
11387
- "default3.handlebars->117->2209",
11388
- "default3.handlebars->117->2728"
11385
+ "default.handlebars->119->2220",
11386
+ "default.handlebars->119->2738",
11387
+ "default3.handlebars->117->2216",
11388
+ "default3.handlebars->117->2735"
11389
]
11390
},
11391
{
@@ -11451,8 +11451,8 @@
11451
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
11452
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
11453
"xloc": [
11454
- "default.handlebars->119->2666",
11455
- "default3.handlebars->117->2663"
11454
+ "default.handlebars->119->2673",
11455
+ "default3.handlebars->117->2670"
11456
]
11457
},
11458
{
@@ -11543,8 +11543,8 @@
11543
"zh-chs": "自动移除非活动设备",
11544
"zh-cht": "自動移除非活動設備",
11545
"xloc": [
11546
- "default.handlebars->119->2365",
11547
- "default3.handlebars->117->2362"
11546
+ "default.handlebars->119->2372",
11547
+ "default3.handlebars->117->2369"
11548
]
11549
},
11550
{
@@ -11573,8 +11573,8 @@
11573
"zh-chs": "可用內存",
11574
"zh-cht": "可用內存",
11575
"xloc": [
11576
- "default.handlebars->119->3394",
11577
- "default3.handlebars->117->3385"
11576
+ "default.handlebars->119->3401",
11577
+ "default3.handlebars->117->3392"
11578
]
11579
},
11580
{
@@ -11603,12 +11603,20 @@
11603
"zh-chs": "阿塞拜疆文",
11604
"zh-cht": "阿塞拜疆文",
11605
"xloc": [
11606
- "default-mobile.handlebars->53->138",
11607
- "default.handlebars->119->1899",
11608
- "default3.handlebars->117->1880",
11606
+ "default-mobile.handlebars->53->143",
11607
+ "default.handlebars->119->1906",
11608
+ "default3.handlebars->117->1887",
11609
"login2.handlebars->17->24"
11610
]
11611
},
11612
+ {
11613
+ "en": "Azure AD",
11614
+ "xloc": [
11615
+ "default-mobile.handlebars->53->53",
11616
+ "default.handlebars->119->63",
11617
+ "default3.handlebars->117->63"
11618
+ ]
11619
+ },
11620
{
11621
"bs": "LOŠE",
11622
"ca": "DOLENT",
@@ -11635,21 +11643,21 @@
11643
"zh-chs": "坏的",
11644
"zh-cht": "壞的",
11645
"xloc": [
11638
- "default-mobile.handlebars->53->747",
11639
- "default-mobile.handlebars->53->751",
11640
- "default-mobile.handlebars->53->755",
11641
- "default.handlebars->119->436",
11642
- "default.handlebars->119->438",
11643
- "default.handlebars->119->440",
11644
- "default.handlebars->119->926",
11645
- "default.handlebars->119->930",
11646
- "default.handlebars->119->934",
11647
- "default3.handlebars->117->432",
11648
- "default3.handlebars->117->434",
11649
- "default3.handlebars->117->436",
11650
- "default3.handlebars->117->922",
11651
- "default3.handlebars->117->926",
11652
- "default3.handlebars->117->930"
11646
+ "default-mobile.handlebars->53->754",
11647
+ "default-mobile.handlebars->53->758",
11648
+ "default-mobile.handlebars->53->762",
11649
+ "default.handlebars->119->441",
11650
+ "default.handlebars->119->443",
11651
+ "default.handlebars->119->445",
11652
+ "default.handlebars->119->931",
11653
+ "default.handlebars->119->935",
11654
+ "default.handlebars->119->939",
11655
+ "default3.handlebars->117->437",
11656
+ "default3.handlebars->117->439",
11657
+ "default3.handlebars->117->441",
11658
+ "default3.handlebars->117->927",
11659
+ "default3.handlebars->117->931",
11660
+ "default3.handlebars->117->935"
11661
]
11662
},
11663
{
@@ -11678,9 +11686,9 @@
11686
"zh-chs": "的BIOS",
11687
"zh-cht": "的BIOS",
11688
"xloc": [
11681
- "default-mobile.handlebars->53->833",
11682
- "default.handlebars->119->1673",
11683
- "default3.handlebars->117->1656"
11689
+ "default-mobile.handlebars->53->840",
11690
+ "default.handlebars->119->1680",
11691
+ "default3.handlebars->117->1663"
11692
]
11693
},
11694
{
@@ -11818,9 +11826,9 @@
11826
"zh-chs": "退格",
11827
"zh-cht": "退格",
11828
"xloc": [
11821
- "default-mobile.handlebars->53->635",
11822
- "default.handlebars->119->1402",
11823
- "default3.handlebars->117->1389",
11829
+ "default-mobile.handlebars->53->640",
11830
+ "default.handlebars->119->1407",
11831
+ "default3.handlebars->117->1394",
11832
"sharing-mobile.handlebars->53->17"
11833
]
11834
},
@@ -11851,8 +11859,8 @@
11859
"zh-cht": "背景與互動",
11860
"xloc": [
11861
"agentinvite.handlebars->13->8",
11854
- "default.handlebars->119->614",
11855
- "default3.handlebars->117->610"
11862
+ "default.handlebars->119->619",
11863
+ "default3.handlebars->117->615"
11864
]
11865
},
11866
{
@@ -11881,14 +11889,14 @@
11889
"zh-chs": "后台运行与交互式运行",
11890
"zh-cht": "背景與互動",
11891
"xloc": [
11884
- "default.handlebars->119->2464",
11892
"default.handlebars->119->2471",
11886
- "default.handlebars->119->576",
11887
- "default.handlebars->119->597",
11888
- "default3.handlebars->117->2461",
11893
+ "default.handlebars->119->2478",
11894
+ "default.handlebars->119->581",
11895
+ "default.handlebars->119->602",
11896
"default3.handlebars->117->2468",
11890
- "default3.handlebars->117->572",
11891
- "default3.handlebars->117->593"
11897
+ "default3.handlebars->117->2475",
11898
+ "default3.handlebars->117->577",
11899
+ "default3.handlebars->117->598"
11900
]
11901
},
11902
{
@@ -11918,16 +11926,16 @@
11926
"zh-cht": "僅背景",
11927
"xloc": [
11928
"agentinvite.handlebars->13->9",
11921
- "default.handlebars->119->2465",
11922
- "default.handlebars->119->2473",
11923
- "default.handlebars->119->577",
11924
- "default.handlebars->119->598",
11925
- "default.handlebars->119->615",
11926
- "default3.handlebars->117->2462",
11927
- "default3.handlebars->117->2470",
11928
- "default3.handlebars->117->573",
11929
- "default3.handlebars->117->594",
11930
- "default3.handlebars->117->611"
11929
+ "default.handlebars->119->2472",
11930
+ "default.handlebars->119->2480",
11931
+ "default.handlebars->119->582",
11932
+ "default.handlebars->119->603",
11933
+ "default.handlebars->119->620",
11934
+ "default3.handlebars->117->2469",
11935
+ "default3.handlebars->117->2477",
11936
+ "default3.handlebars->117->578",
11937
+ "default3.handlebars->117->599",
11938
+ "default3.handlebars->117->616"
11939
]
11940
},
11941
{
@@ -11987,10 +11995,10 @@
11995
"zh-chs": "备用码",
11996
"zh-cht": "備用碼",
11997
"xloc": [
11990
- "default.handlebars->119->3032",
11991
- "default.handlebars->119->3270",
11992
- "default3.handlebars->117->3027",
11993
- "default3.handlebars->117->3261"
11998
+ "default.handlebars->119->3039",
11999
+ "default.handlebars->119->3277",
12000
+ "default3.handlebars->117->3034",
12001
+ "default3.handlebars->117->3268"
12002
]
12003
},
12004
{
@@ -12019,9 +12027,9 @@
12027
"zh-chs": "备用代码已锁定",
12028
"zh-cht": "備用代碼已鎖定",
12029
"xloc": [
12022
- "default-mobile.handlebars->53->66",
12023
- "default.handlebars->119->219",
12024
- "default3.handlebars->117->216"
12030
+ "default-mobile.handlebars->53->71",
12031
+ "default.handlebars->119->224",
12032
+ "default3.handlebars->117->221"
12033
]
12034
},
12035
{
@@ -12050,8 +12058,8 @@
12058
"zh-chs": "备份路径不能在 meshcentral-data 文件夹中设置,备份设置被忽略。",
12059
"zh-cht": "備份路徑不能在 meshcentral-data 文件夾中設置,備份設置被忽略。",
12060
"xloc": [
12053
- "default.handlebars->119->114",
12054
- "default3.handlebars->117->112"
12061
+ "default.handlebars->119->119",
12062
+ "default3.handlebars->117->117"
12063
]
12064
},
12065
{
@@ -12080,8 +12088,8 @@
12088
"zh-chs": "错误的签名",
12089
"zh-cht": "錯誤的簽名",
12090
"xloc": [
12083
- "default.handlebars->119->3375",
12084
- "default3.handlebars->117->3366"
12091
+ "default.handlebars->119->3382",
12092
+ "default3.handlebars->117->3373"
12093
]
12094
},
12095
{
@@ -12110,8 +12118,8 @@
12118
"zh-chs": "错误的网络证书",
12119
"zh-cht": "錯誤的網絡憑證",
12120
"xloc": [
12113
- "default.handlebars->119->3374",
12114
- "default3.handlebars->117->3365"
12121
+ "default.handlebars->119->3381",
12122
+ "default3.handlebars->117->3372"
12123
]
12124
},
12125
{
@@ -12140,9 +12148,9 @@
12148
"zh-chs": "巴斯克",
12149
"zh-cht": "巴斯克",
12150
"xloc": [
12143
- "default-mobile.handlebars->53->139",
12144
- "default.handlebars->119->1900",
12145
- "default3.handlebars->117->1881",
12151
+ "default-mobile.handlebars->53->144",
12152
+ "default.handlebars->119->1907",
12153
+ "default3.handlebars->117->1888",
12154
"login2.handlebars->17->25"
12155
]
12156
},
@@ -12172,8 +12180,8 @@
12180
"zh-chs": "批处理文件上传",
12181
"zh-cht": "批處理文件上傳",
12182
"xloc": [
12175
- "default.handlebars->119->795",
12176
- "default3.handlebars->117->791"
12183
+ "default.handlebars->119->800",
12184
+ "default3.handlebars->117->796"
12185
]
12186
},
12187
{
@@ -12247,8 +12255,8 @@
12255
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
12256
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
12257
"xloc": [
12250
- "default.handlebars->119->2665",
12251
- "default3.handlebars->117->2662"
12258
+ "default.handlebars->119->2672",
12259
+ "default3.handlebars->117->2669"
12260
]
12261
},
12262
{
@@ -12274,9 +12282,9 @@
12282
"zh-chs": "电池",
12283
"zh-cht": "電池",
12284
"xloc": [
12277
- "default-mobile.handlebars->53->890",
12278
- "default.handlebars->119->1730",
12279
- "default3.handlebars->117->1713"
12285
+ "default-mobile.handlebars->53->897",
12286
+ "default.handlebars->119->1737",
12287
+ "default3.handlebars->117->1720"
12288
]
12289
},
12290
{
@@ -12304,9 +12312,9 @@
12312
"zh-chs": "电池充电",
12313
"zh-cht": "電池充電",
12314
"xloc": [
12307
- "default-mobile.handlebars->53->888",
12308
- "default.handlebars->119->1728",
12309
- "default3.handlebars->117->1711"
12315
+ "default-mobile.handlebars->53->895",
12316
+ "default.handlebars->119->1735",
12317
+ "default3.handlebars->117->1718"
12318
]
12319
},
12320
{
@@ -12335,9 +12343,9 @@
12343
"zh-chs": "白俄罗斯文",
12344
"zh-cht": "白俄羅斯文",
12345
"xloc": [
12338
- "default-mobile.handlebars->53->141",
12339
- "default.handlebars->119->1902",
12340
- "default3.handlebars->117->1883",
12346
+ "default-mobile.handlebars->53->146",
12347
+ "default.handlebars->119->1909",
12348
+ "default3.handlebars->117->1890",
12349
"login2.handlebars->17->27"
12350
]
12351
},
@@ -12367,9 +12375,9 @@
12375
"zh-chs": "孟加拉",
12376
"zh-cht": "孟加拉",
12377
"xloc": [
12370
- "default-mobile.handlebars->53->142",
12371
- "default.handlebars->119->1903",
12372
- "default3.handlebars->117->1884",
12378
+ "default-mobile.handlebars->53->147",
12379
+ "default.handlebars->119->1910",
12380
+ "default3.handlebars->117->1891",
12381
"login2.handlebars->17->28"
12382
]
12383
},
@@ -12411,9 +12419,9 @@
12419
"nl": "BitLocker",
12420
"uk": "BitLocker",
12421
"xloc": [
12414
- "default-mobile.handlebars->53->925",
12415
- "default.handlebars->119->1765",
12416
- "default3.handlebars->117->1748"
12422
+ "default-mobile.handlebars->53->932",
12423
+ "default.handlebars->119->1772",
12424
+ "default3.handlebars->117->1755"
12425
]
12426
},
12427
{
@@ -12423,9 +12431,9 @@
12431
"pl": "Informacje o BitLocker",
12432
"uk": "Інформація о BitLocker",
12433
"xloc": [
12426
- "default-mobile.handlebars->53->946",
12427
- "default.handlebars->119->1786",
12428
- "default3.handlebars->117->1769"
12434
+ "default-mobile.handlebars->53->953",
12435
+ "default.handlebars->119->1793",
12436
+ "default3.handlebars->117->1776"
12437
]
12438
},
12439
{
@@ -12454,9 +12462,9 @@
12462
"zh-chs": "引导加载程序",
12463
"zh-cht": "引導加載程序",
12464
"xloc": [
12457
- "default-mobile.handlebars->53->788",
12458
- "default.handlebars->119->1618",
12459
- "default3.handlebars->117->1603"
12465
+ "default-mobile.handlebars->53->795",
12466
+ "default.handlebars->119->1625",
12467
+ "default3.handlebars->117->1610"
12468
]
12469
},
12470
{
@@ -12485,9 +12493,9 @@
12493
"zh-chs": "波斯尼亚文",
12494
"zh-cht": "波斯尼亞文",
12495
"xloc": [
12488
- "default-mobile.handlebars->53->143",
12489
- "default.handlebars->119->1904",
12490
- "default3.handlebars->117->1885",
12496
+ "default-mobile.handlebars->53->148",
12497
+ "default.handlebars->119->1911",
12498
+ "default3.handlebars->117->1892",
12499
"login2.handlebars->17->29"
12500
]
12501
},
@@ -12517,9 +12525,9 @@
12525
"zh-chs": "布列塔尼",
12526
"zh-cht": "布列塔尼",
12527
"xloc": [
12520
- "default-mobile.handlebars->53->144",
12521
- "default.handlebars->119->1905",
12522
- "default3.handlebars->117->1886",
12528
+ "default-mobile.handlebars->53->149",
12529
+ "default.handlebars->119->1912",
12530
+ "default3.handlebars->117->1893",
12531
"login2.handlebars->17->30"
12532
]
12533
},
@@ -12549,9 +12557,9 @@
12557
"zh-chs": "广播",
12558
"zh-cht": "廣播",
12559
"xloc": [
12552
- "default.handlebars->119->2926",
12560
+ "default.handlebars->119->2933",
12561
"default.handlebars->container->column_l->p4->3->1->0->3->1",
12554
- "default3.handlebars->117->2921",
12562
+ "default3.handlebars->117->2928",
12563
"default3.handlebars->container->column_l->p4->3->1->0->1->3"
12564
]
12565
},
@@ -12581,8 +12589,8 @@
12589
"zh-chs": "广播消息",
12590
"zh-cht": "廣播消息",
12591
"xloc": [
12584
- "default.handlebars->119->2842",
12585
- "default3.handlebars->117->2839"
12592
+ "default.handlebars->119->2849",
12593
+ "default3.handlebars->117->2846"
12594
]
12595
},
12596
{
@@ -12611,8 +12619,8 @@
12619
"zh-chs": "向所有连接的用户广播消息。",
12620
"zh-cht": "向所有連接的用戶廣播消息。",
12621
"xloc": [
12614
- "default.handlebars->119->2837",
12615
- "default3.handlebars->117->2834"
12622
+ "default.handlebars->119->2844",
12623
+ "default3.handlebars->117->2841"
12624
]
12625
},
12626
{
@@ -12641,8 +12649,8 @@
12649
"zh-chs": "浏览器",
12650
"zh-cht": "瀏覽器",
12651
"xloc": [
12644
- "default.handlebars->119->3241",
12645
- "default3.handlebars->117->3232"
12652
+ "default.handlebars->119->3248",
12653
+ "default3.handlebars->117->3239"
12654
]
12655
},
12656
{
@@ -12701,9 +12709,9 @@
12709
"zh-chs": "浏览器默认",
12710
"zh-cht": "瀏覽器默認",
12711
"xloc": [
12704
- "default-mobile.handlebars->53->103",
12705
- "default.handlebars->119->66",
12706
- "default3.handlebars->117->64"
12712
+ "default-mobile.handlebars->53->108",
12713
+ "default.handlebars->119->71",
12714
+ "default3.handlebars->117->69"
12715
]
12716
},
12717
{
@@ -12732,9 +12740,9 @@
12740
"zh-chs": "保加利亚文",
12741
"zh-cht": "保加利亞文",
12742
"xloc": [
12735
- "default-mobile.handlebars->53->140",
12736
- "default.handlebars->119->1901",
12737
- "default3.handlebars->117->1882",
12743
+ "default-mobile.handlebars->53->145",
12744
+ "default.handlebars->119->1908",
12745
+ "default3.handlebars->117->1889",
12746
"login2.handlebars->17->26"
12747
]
12748
},
@@ -12764,9 +12772,9 @@
12772
"zh-chs": "缅甸文",
12773
"zh-cht": "緬甸文",
12774
"xloc": [
12767
- "default-mobile.handlebars->53->145",
12768
- "default.handlebars->119->1906",
12769
- "default3.handlebars->117->1887",
12775
+ "default-mobile.handlebars->53->150",
12776
+ "default.handlebars->119->1913",
12777
+ "default3.handlebars->117->1894",
12778
"login2.handlebars->17->31"
12779
]
12780
},
@@ -12796,8 +12804,8 @@
12804
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
12805
"zh-cht": "默認情況下,非活動設備將在 1 天后移除。",
12806
"xloc": [
12799
- "default.handlebars->119->2367",
12800
- "default3.handlebars->117->2364"
12807
+ "default.handlebars->119->2374",
12808
+ "default3.handlebars->117->2371"
12809
]
12810
},
12811
{
@@ -12826,8 +12834,8 @@
12834
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
12835
"zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。",
12836
"xloc": [
12829
- "default.handlebars->119->2368",
12830
- "default3.handlebars->117->2365"
12837
+ "default.handlebars->119->2375",
12838
+ "default3.handlebars->117->2372"
12839
]
12840
},
12841
{
@@ -12869,8 +12877,8 @@
12877
"zh-chs": "字节输入",
12878
"zh-cht": "字節輸入",
12879
"xloc": [
12872
- "default.handlebars->119->3237",
12873
- "default3.handlebars->117->3228"
12880
+ "default.handlebars->119->3244",
12881
+ "default3.handlebars->117->3235"
12882
]
12883
},
12884
{
@@ -12899,8 +12907,8 @@
12907
"zh-chs": "字节输出",
12908
"zh-cht": "字節輸出",
12909
"xloc": [
12902
- "default.handlebars->119->3238",
12903
- "default3.handlebars->117->3229"
12910
+ "default.handlebars->119->3245",
12911
+ "default3.handlebars->117->3236"
12912
]
12913
},
12914
{
@@ -12976,11 +12984,11 @@
12984
"zh-chs": "CCM",
12985
"zh-cht": "CCM",
12986
"xloc": [
12979
- "default-mobile.handlebars->53->498",
12980
- "default.handlebars->119->446",
12981
- "default.handlebars->119->902",
12982
- "default3.handlebars->117->442",
12983
- "default3.handlebars->117->898"
12987
+ "default-mobile.handlebars->53->503",
12988
+ "default.handlebars->119->451",
12989
+ "default.handlebars->119->907",
12990
+ "default3.handlebars->117->447",
12991
+ "default3.handlebars->117->903"
12992
]
12993
},
12994
{
@@ -13009,8 +13017,8 @@
13017
"zh-chs": "CCM模式",
13018
"zh-cht": "CCM模式",
13019
"xloc": [
13012
- "default.handlebars->119->2318",
13013
- "default3.handlebars->117->2312"
13020
+ "default.handlebars->119->2325",
13021
+ "default3.handlebars->117->2319"
13022
]
13023
},
13024
{
@@ -13018,15 +13026,15 @@
13026
"en": "CD-ROM",
13027
"nl": "CD-ROM",
13028
"xloc": [
13021
- "default-mobile.handlebars->53->918",
13022
- "default-mobile.handlebars->53->930",
13029
+ "default-mobile.handlebars->53->925",
13030
"default-mobile.handlebars->53->937",
13024
- "default.handlebars->119->1758",
13025
- "default.handlebars->119->1770",
13031
+ "default-mobile.handlebars->53->944",
13032
+ "default.handlebars->119->1765",
13033
"default.handlebars->119->1777",
13027
- "default3.handlebars->117->1741",
13028
- "default3.handlebars->117->1753",
13029
- "default3.handlebars->117->1760"
13034
+ "default.handlebars->119->1784",
13035
+ "default3.handlebars->117->1748",
13036
+ "default3.handlebars->117->1760",
13037
+ "default3.handlebars->117->1767"
13038
]
13039
},
13040
{
@@ -13055,13 +13063,13 @@
13063
"zh-chs": "CIRA",
13064
"zh-cht": "CIRA",
13065
"xloc": [
13058
- "default-mobile.handlebars->53->459",
13059
- "default.handlebars->119->3401",
13060
- "default.handlebars->119->424",
13061
- "default.handlebars->119->731",
13062
- "default3.handlebars->117->3392",
13063
- "default3.handlebars->117->420",
13064
- "default3.handlebars->117->727"
13066
+ "default-mobile.handlebars->53->464",
13067
+ "default.handlebars->119->3408",
13068
+ "default.handlebars->119->429",
13069
+ "default.handlebars->119->736",
13070
+ "default3.handlebars->117->3399",
13071
+ "default3.handlebars->117->425",
13072
+ "default3.handlebars->117->732"
13073
]
13074
},
13075
{
@@ -13090,8 +13098,8 @@
13098
"zh-chs": "CIRA服务器",
13099
"zh-cht": "CIRA伺服器",
13100
"xloc": [
13093
- "default.handlebars->119->3450",
13094
- "default3.handlebars->117->3441"
13101
+ "default.handlebars->119->3457",
13102
+ "default3.handlebars->117->3448"
13103
]
13104
},
13105
{
@@ -13120,8 +13128,8 @@
13128
"zh-chs": "CIRA服务器命令",
13129
"zh-cht": "CIRA伺服器指令",
13130
"xloc": [
13123
- "default.handlebars->119->3451",
13124
- "default3.handlebars->117->3442"
13131
+ "default.handlebars->119->3458",
13132
+ "default3.handlebars->117->3449"
13133
]
13134
},
13135
{
@@ -13150,8 +13158,8 @@
13158
"zh-chs": "当服务器处于仅 LAN 或仅 WAN 模式时,CIRA 本地 FQDN 将被忽略。",
13159
"zh-cht": "當服務器處於僅 LAN 或僅 WAN 模式時,CIRA 本地 FQDN 將被忽略。",
13160
"xloc": [
13153
- "default.handlebars->119->100",
13154
- "default3.handlebars->117->98"
13161
+ "default.handlebars->119->105",
13162
+ "default3.handlebars->117->103"
13163
]
13164
},
13165
{
@@ -13180,8 +13188,8 @@
13188
"zh-chs": "CIRA设置",
13189
"zh-cht": "CIRA設置",
13190
"xloc": [
13183
- "default.handlebars->119->2326",
13184
- "default3.handlebars->117->2319"
13191
+ "default.handlebars->119->2333",
13192
+ "default3.handlebars->117->2326"
13193
]
13194
},
13195
{
@@ -13210,14 +13218,14 @@
13218
"zh-chs": "CPU",
13219
"zh-cht": "CPU",
13220
"xloc": [
13213
- "default-mobile.handlebars->53->839",
13214
- "default.handlebars->119->1589",
13215
- "default.handlebars->119->1679",
13216
- "default.handlebars->119->3426",
13221
+ "default-mobile.handlebars->53->846",
13222
+ "default.handlebars->119->1594",
13223
+ "default.handlebars->119->1686",
13224
+ "default.handlebars->119->3433",
13225
"default.handlebars->container->column_l->p40->3->1->p40type->5",
13218
- "default3.handlebars->117->1574",
13219
- "default3.handlebars->117->1662",
13220
- "default3.handlebars->117->3417",
13226
+ "default3.handlebars->117->1579",
13227
+ "default3.handlebars->117->1669",
13228
+ "default3.handlebars->117->3424",
13229
"default3.handlebars->container->column_l->p40->3->3->p40type->5"
13230
]
13231
},
@@ -13247,8 +13255,8 @@
13255
"zh-chs": "CPU负载",
13256
"zh-cht": "CPU負載",
13257
"xloc": [
13250
- "default.handlebars->119->3390",
13251
- "default3.handlebars->117->3381"
13258
+ "default.handlebars->119->3397",
13259
+ "default3.handlebars->117->3388"
13260
]
13261
},
13262
{
@@ -13277,8 +13285,8 @@
13285
"zh-chs": "最近15分钟的CPU负载",
13286
"zh-cht": "最近15分鐘的CPU負載",
13287
"xloc": [
13280
- "default.handlebars->119->3393",
13281
- "default3.handlebars->117->3384"
13288
+ "default.handlebars->119->3400",
13289
+ "default3.handlebars->117->3391"
13290
]
13291
},
13292
{
@@ -13307,8 +13315,8 @@
13315
"zh-chs": "最近5分钟的CPU负载",
13316
"zh-cht": "最近5分鐘的CPU負載",
13317
"xloc": [
13310
- "default.handlebars->119->3392",
13311
- "default3.handlebars->117->3383"
13318
+ "default.handlebars->119->3399",
13319
+ "default3.handlebars->117->3390"
13320
]
13321
},
13322
{
@@ -13337,8 +13345,8 @@
13345
"zh-chs": "最近一分钟的CPU负载",
13346
"zh-cht": "最近一分鐘的CPU負載",
13347
"xloc": [
13340
- "default.handlebars->119->3391",
13341
- "default3.handlebars->117->3382"
13348
+ "default.handlebars->119->3398",
13349
+ "default3.handlebars->117->3389"
13350
]
13351
},
13352
{
@@ -13367,11 +13375,11 @@
13375
"zh-chs": "CR+LF",
13376
"zh-cht": "CR+LF",
13377
"xloc": [
13370
- "default.handlebars->119->1483",
13371
- "default.handlebars->119->1514",
13378
+ "default.handlebars->119->1488",
13379
+ "default.handlebars->119->1519",
13380
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
13373
- "default3.handlebars->117->1468",
13374
- "default3.handlebars->117->1499",
13381
+ "default3.handlebars->117->1473",
13382
+ "default3.handlebars->117->1504",
13383
"default3.handlebars->container->column_l->p12->termTable->1->1->4->1->3->terminalSettingsButtons",
13384
"sharing.handlebars->47->25",
13385
"sharing.handlebars->47->39",
@@ -13404,8 +13412,8 @@
13412
"zh-chs": "CSV",
13413
"zh-cht": "CSV",
13414
"xloc": [
13407
- "default.handlebars->119->2748",
13408
- "default3.handlebars->117->2745"
13415
+ "default.handlebars->119->2755",
13416
+ "default3.handlebars->117->2752"
13417
]
13418
},
13419
{
@@ -13434,12 +13442,12 @@
13442
"zh-chs": "CSV格式",
13443
"zh-cht": "CSV格式",
13444
"xloc": [
13437
- "default.handlebars->119->2752",
13438
- "default.handlebars->119->2829",
13439
- "default.handlebars->119->804",
13440
- "default3.handlebars->117->2749",
13441
- "default3.handlebars->117->2826",
13442
- "default3.handlebars->117->800"
13445
+ "default.handlebars->119->2759",
13446
+ "default.handlebars->119->2836",
13447
+ "default.handlebars->119->809",
13448
+ "default3.handlebars->117->2756",
13449
+ "default3.handlebars->117->2833",
13450
+ "default3.handlebars->117->805"
13451
]
13452
},
13453
{
@@ -13448,8 +13456,8 @@
13456
"nl": "Het CSV bestandsformaat is als volgt:",
13457
"uk": "Формат файлу CSV нижче:",
13458
"xloc": [
13451
- "default.handlebars->119->2815",
13452
- "default3.handlebars->117->2812"
13459
+ "default.handlebars->119->2822",
13460
+ "default3.handlebars->117->2819"
13461
]
13462
},
13463
{
@@ -13478,8 +13486,8 @@
13486
"zh-chs": "呼叫错误",
13487
"zh-cht": "呼叫錯誤",
13488
"xloc": [
13481
- "default.handlebars->119->3467",
13482
- "default3.handlebars->117->3458"
13489
+ "default.handlebars->119->3474",
13490
+ "default3.handlebars->117->3465"
13491
]
13492
},
13493
{
@@ -13492,10 +13500,10 @@
13500
"pl": "CallMeBot",
13501
"uk": "CallMeBot",
13502
"xloc": [
13495
- "default.handlebars->119->1824",
13496
- "default.handlebars->119->3067",
13497
- "default3.handlebars->117->1806",
13498
- "default3.handlebars->117->3062"
13503
+ "default.handlebars->119->1831",
13504
+ "default.handlebars->119->3074",
13505
+ "default3.handlebars->117->1813",
13506
+ "default3.handlebars->117->3069"
13507
]
13508
},
13509
{
@@ -13524,8 +13532,8 @@
13532
"zh-chs": "不能有超过 4 个 CIRA 本地 FQDN。忽略价值。",
13533
"zh-cht": "不能有超過 4 個 CIRA 本地 FQDN。忽略價值。",
13534
"xloc": [
13527
- "default.handlebars->119->101",
13528
- "default3.handlebars->117->99"
13535
+ "default.handlebars->119->106",
13536
+ "default3.handlebars->117->104"
13537
]
13538
},
13539
{
@@ -13555,13 +13563,13 @@
13563
"zh-cht": "取消",
13564
"xloc": [
13565
"agent-translations.json",
13558
- "default-mobile.handlebars->53->331",
13566
+ "default-mobile.handlebars->53->336",
13567
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
13560
- "default.handlebars->119->2180",
13561
- "default.handlebars->119->3456",
13562
- "default.handlebars->119->549",
13568
+ "default.handlebars->119->2187",
13569
+ "default.handlebars->119->3463",
13570
+ "default.handlebars->119->554",
13571
"default.handlebars->container->dialog->idx_dlgButtonBar",
13564
- "default3.handlebars->117->545",
13572
+ "default3.handlebars->117->550",
13573
"default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->5->idx_dlgCancelButton",
13574
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
13575
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -13629,30 +13637,30 @@
13637
"zh-chs": "容量",
13638
"zh-cht": "容量",
13639
"xloc": [
13632
- "default-mobile.handlebars->53->893",
13633
- "default-mobile.handlebars->53->899",
13634
- "default-mobile.handlebars->53->905",
13635
- "default-mobile.handlebars->53->910",
13640
+ "default-mobile.handlebars->53->900",
13641
+ "default-mobile.handlebars->53->906",
13642
"default-mobile.handlebars->53->912",
13637
- "default-mobile.handlebars->53->915",
13638
- "default-mobile.handlebars->53->927",
13643
+ "default-mobile.handlebars->53->917",
13644
+ "default-mobile.handlebars->53->919",
13645
+ "default-mobile.handlebars->53->922",
13646
"default-mobile.handlebars->53->934",
13640
- "default.handlebars->119->1733",
13641
- "default.handlebars->119->1739",
13642
- "default.handlebars->119->1745",
13643
- "default.handlebars->119->1750",
13647
+ "default-mobile.handlebars->53->941",
13648
+ "default.handlebars->119->1740",
13649
+ "default.handlebars->119->1746",
13650
"default.handlebars->119->1752",
13645
- "default.handlebars->119->1755",
13646
- "default.handlebars->119->1767",
13651
+ "default.handlebars->119->1757",
13652
+ "default.handlebars->119->1759",
13653
+ "default.handlebars->119->1762",
13654
"default.handlebars->119->1774",
13648
- "default3.handlebars->117->1716",
13649
- "default3.handlebars->117->1722",
13650
- "default3.handlebars->117->1728",
13651
- "default3.handlebars->117->1733",
13655
+ "default.handlebars->119->1781",
13656
+ "default3.handlebars->117->1723",
13657
+ "default3.handlebars->117->1729",
13658
"default3.handlebars->117->1735",
13653
- "default3.handlebars->117->1738",
13654
- "default3.handlebars->117->1750",
13655
- "default3.handlebars->117->1757"
13659
+ "default3.handlebars->117->1740",
13660
+ "default3.handlebars->117->1742",
13661
+ "default3.handlebars->117->1745",
13662
+ "default3.handlebars->117->1757",
13663
+ "default3.handlebars->117->1764"
13664
]
13665
},
13666
{
@@ -13681,15 +13689,15 @@
13689
"zh-chs": "容量/速度",
13690
"zh-cht": "容量/速度",
13691
"xloc": [
13684
- "default-mobile.handlebars->53->891",
13685
- "default-mobile.handlebars->53->897",
13686
- "default-mobile.handlebars->53->903",
13687
- "default.handlebars->119->1731",
13688
- "default.handlebars->119->1737",
13689
- "default.handlebars->119->1743",
13690
- "default3.handlebars->117->1714",
13691
- "default3.handlebars->117->1720",
13692
- "default3.handlebars->117->1726"
13692
+ "default-mobile.handlebars->53->898",
13693
+ "default-mobile.handlebars->53->904",
13694
+ "default-mobile.handlebars->53->910",
13695
+ "default.handlebars->119->1738",
13696
+ "default.handlebars->119->1744",
13697
+ "default.handlebars->119->1750",
13698
+ "default3.handlebars->117->1721",
13699
+ "default3.handlebars->117->1727",
13700
+ "default3.handlebars->117->1733"
13701
]
13702
},
13703
{
@@ -13717,15 +13725,15 @@
13725
"zh-chs": "剩余容量",
13726
"zh-cht": "剩餘容量",
13727
"xloc": [
13720
- "default-mobile.handlebars->53->916",
13721
- "default-mobile.handlebars->53->928",
13728
+ "default-mobile.handlebars->53->923",
13729
"default-mobile.handlebars->53->935",
13723
- "default.handlebars->119->1756",
13724
- "default.handlebars->119->1768",
13730
+ "default-mobile.handlebars->53->942",
13731
+ "default.handlebars->119->1763",
13732
"default.handlebars->119->1775",
13726
- "default3.handlebars->117->1739",
13727
- "default3.handlebars->117->1751",
13728
- "default3.handlebars->117->1758"
13733
+ "default.handlebars->119->1782",
13734
+ "default3.handlebars->117->1746",
13735
+ "default3.handlebars->117->1758",
13736
+ "default3.handlebars->117->1765"
13737
]
13738
},
13739
{
@@ -13754,9 +13762,9 @@
13762
"zh-chs": "加泰罗尼亚文",
13763
"zh-cht": "加泰羅尼亞文",
13764
"xloc": [
13757
- "default-mobile.handlebars->53->146",
13758
- "default.handlebars->119->1907",
13759
- "default3.handlebars->117->1888",
13765
+ "default-mobile.handlebars->53->151",
13766
+ "default.handlebars->119->1914",
13767
+ "default3.handlebars->117->1895",
13768
"login2.handlebars->17->32"
13769
]
13770
},
@@ -13786,8 +13794,8 @@
13794
"zh-chs": "在这里为中心显示地图",
13795
"zh-cht": "在這裡為中心顯示地圖",
13796
"xloc": [
13789
- "default.handlebars->119->855",
13790
- "default3.handlebars->117->851"
13797
+ "default.handlebars->119->860",
13798
+ "default3.handlebars->117->856"
13799
]
13800
},
13801
{
@@ -13816,18 +13824,18 @@
13824
"zh-chs": "证书将在 {0} 天后到期",
13825
"zh-cht": "證書將在 {0} 天后到期",
13826
"xloc": [
13819
- "default-mobile.handlebars->53->63",
13820
- "default.handlebars->119->124",
13821
- "default.handlebars->119->125",
13822
- "default3.handlebars->117->122",
13823
- "default3.handlebars->117->123"
13827
+ "default-mobile.handlebars->53->68",
13828
+ "default.handlebars->119->129",
13829
+ "default.handlebars->119->130",
13830
+ "default3.handlebars->117->127",
13831
+ "default3.handlebars->117->128"
13832
]
13833
},
13834
{
13835
"en": "Cerulean",
13836
"nl": "Hemelsblauw",
13837
"xloc": [
13830
- "default3.handlebars->117->2102"
13838
+ "default3.handlebars->117->2109"
13839
]
13840
},
13841
{
@@ -13856,9 +13864,9 @@
13864
"zh-chs": "查莫罗",
13865
"zh-cht": "查莫羅",
13866
"xloc": [
13859
- "default-mobile.handlebars->53->147",
13860
- "default.handlebars->119->1908",
13861
- "default3.handlebars->117->1889",
13867
+ "default-mobile.handlebars->53->152",
13868
+ "default.handlebars->119->1915",
13869
+ "default3.handlebars->117->1896",
13870
"login2.handlebars->17->33"
13871
]
13872
},
@@ -13919,8 +13927,8 @@
13927
"zh-chs": "更改{0}的邮箱",
13928
"zh-cht": "更改{0}的電郵",
13929
"xloc": [
13922
- "default.handlebars->119->3109",
13923
- "default3.handlebars->117->3102"
13930
+ "default.handlebars->119->3116",
13931
+ "default3.handlebars->117->3109"
13932
]
13933
},
13934
{
@@ -13949,12 +13957,12 @@
13957
"zh-chs": "更改组",
13958
"zh-cht": "更改群",
13959
"xloc": [
13952
- "default.handlebars->119->1020",
13953
- "default.handlebars->119->1309",
13954
- "default.handlebars->119->1310",
13955
- "default3.handlebars->117->1016",
13956
- "default3.handlebars->117->1299",
13957
- "default3.handlebars->117->1300"
13960
+ "default.handlebars->119->1025",
13961
+ "default.handlebars->119->1314",
13962
+ "default.handlebars->119->1315",
13963
+ "default3.handlebars->117->1021",
13964
+ "default3.handlebars->117->1304",
13965
+ "default3.handlebars->117->1305"
13966
]
13967
},
13968
{
@@ -13998,11 +14006,11 @@
14006
"zh-chs": "更改密码",
14007
"zh-cht": "更改密碼",
14008
"xloc": [
14001
- "default-mobile.handlebars->53->339",
14002
- "default.handlebars->119->2124",
14003
- "default.handlebars->119->3053",
14004
- "default3.handlebars->117->2100",
14005
- "default3.handlebars->117->3048"
14009
+ "default-mobile.handlebars->53->344",
14010
+ "default.handlebars->119->2131",
14011
+ "default.handlebars->119->3060",
14012
+ "default3.handlebars->117->2107",
14013
+ "default3.handlebars->117->3055"
14014
]
14015
},
14016
{
@@ -14031,8 +14039,8 @@
14039
"zh-chs": "更改{0}的密码",
14040
"zh-cht": "更改{0}的密碼",
14041
"xloc": [
14034
- "default.handlebars->119->3118",
14035
- "default3.handlebars->117->3107"
14042
+ "default.handlebars->119->3125",
14043
+ "default3.handlebars->117->3114"
14044
]
14045
},
14046
{
@@ -14061,8 +14069,8 @@
14069
"zh-chs": "更改{0}的真实名称",
14070
"zh-cht": "更改{0}的真實名稱",
14071
"xloc": [
14064
- "default.handlebars->119->3104",
14065
- "default3.handlebars->117->3098"
14072
+ "default.handlebars->119->3111",
14073
+ "default3.handlebars->117->3105"
14074
]
14075
},
14076
{
@@ -14213,8 +14221,8 @@
14221
"zh-chs": "更改该用户的密码",
14222
"zh-cht": "更改該用戶的密碼",
14223
"xloc": [
14216
- "default.handlebars->119->3052",
14217
- "default3.handlebars->117->3047"
14224
+ "default.handlebars->119->3059",
14225
+ "default3.handlebars->117->3054"
14226
]
14227
},
14228
{
@@ -14273,8 +14281,8 @@
14281
"zh-chs": "更改您的邮件地址。",
14282
"zh-cht": "在此處更改你的帳戶電郵地址。",
14283
"xloc": [
14276
- "default.handlebars->119->2111",
14277
- "default3.handlebars->117->2093"
14284
+ "default.handlebars->119->2118",
14285
+ "default3.handlebars->117->2100"
14286
]
14287
},
14288
{
@@ -14303,8 +14311,8 @@
14311
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
14312
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
14313
"xloc": [
14306
- "default.handlebars->119->2117",
14307
- "default3.handlebars->117->2097"
14314
+ "default.handlebars->119->2124",
14315
+ "default3.handlebars->117->2104"
14316
]
14317
},
14318
{
@@ -14333,8 +14341,8 @@
14341
"zh-chs": "更改帐户凭据",
14342
"zh-cht": "帳戶憑證已更改",
14343
"xloc": [
14336
- "default.handlebars->119->2637",
14337
- "default3.handlebars->117->2634"
14344
+ "default.handlebars->119->2644",
14345
+ "default3.handlebars->117->2641"
14346
]
14347
},
14348
{
@@ -14363,8 +14371,8 @@
14371
"zh-chs": "将帐户显示名称更改为 {0}。",
14372
"zh-cht": "將帳戶顯示名稱更改為 {0}。",
14373
"xloc": [
14366
- "default.handlebars->119->2689",
14367
- "default3.handlebars->117->2686"
14374
+ "default.handlebars->119->2696",
14375
+ "default3.handlebars->117->2693"
14376
]
14377
},
14378
{
@@ -14393,10 +14401,10 @@
14401
"zh-chs": "{1}组中的设备{0}已更改:{2}",
14402
"zh-cht": "{1}組中的設備{0}已更改:{2}",
14403
"xloc": [
14396
- "default.handlebars->119->2621",
14397
- "default.handlebars->119->2702",
14398
- "default3.handlebars->117->2618",
14399
- "default3.handlebars->117->2699"
14404
+ "default.handlebars->119->2628",
14405
+ "default.handlebars->119->2709",
14406
+ "default3.handlebars->117->2625",
14407
+ "default3.handlebars->117->2706"
14408
]
14409
},
14410
{
@@ -14425,8 +14433,8 @@
14433
"zh-chs": "语言从{1}更改为{2}",
14434
"zh-cht": "語言從{1}更改為{2}",
14435
"xloc": [
14428
- "default.handlebars->119->2565",
14429
- "default3.handlebars->117->2562"
14436
+ "default.handlebars->119->2572",
14437
+ "default3.handlebars->117->2569"
14438
]
14439
},
14440
{
@@ -14455,10 +14463,10 @@
14463
"zh-chs": "已更改{0}的用户设备权限",
14464
"zh-cht": "已更改{0}的用戶設備權限",
14465
"xloc": [
14458
- "default.handlebars->119->2623",
14459
- "default.handlebars->119->2644",
14460
- "default3.handlebars->117->2620",
14461
- "default3.handlebars->117->2641"
14466
+ "default.handlebars->119->2630",
14467
+ "default.handlebars->119->2651",
14468
+ "default3.handlebars->117->2627",
14469
+ "default3.handlebars->117->2648"
14470
]
14471
},
14472
{
@@ -14487,9 +14495,9 @@
14495
"zh-chs": "更改语言将需要刷新页面。",
14496
"zh-cht": "更改語言將需要刷新頁面。",
14497
"xloc": [
14490
- "default-mobile.handlebars->53->314",
14491
- "default.handlebars->119->2075",
14492
- "default3.handlebars->117->2056"
14498
+ "default-mobile.handlebars->53->319",
14499
+ "default.handlebars->119->2082",
14500
+ "default3.handlebars->117->2063"
14501
]
14502
},
14503
{
@@ -14515,9 +14523,9 @@
14523
"zh-chs": "收费率",
14524
"zh-cht": "收費率",
14525
"xloc": [
14518
- "default-mobile.handlebars->53->872",
14519
- "default.handlebars->119->1712",
14520
- "default3.handlebars->117->1695"
14526
+ "default-mobile.handlebars->53->879",
14527
+ "default.handlebars->119->1719",
14528
+ "default3.handlebars->117->1702"
14529
]
14530
},
14531
{
@@ -14543,9 +14551,9 @@
14551
"zh-chs": "收费",
14552
"zh-cht": "收費",
14553
"xloc": [
14546
- "default-mobile.handlebars->53->874",
14547
- "default.handlebars->119->1714",
14548
- "default3.handlebars->117->1697"
14554
+ "default-mobile.handlebars->53->881",
14555
+ "default.handlebars->119->1721",
14556
+ "default3.handlebars->117->1704"
14557
]
14558
},
14559
{
@@ -14574,18 +14582,18 @@
14582
"zh-chs": "聊天",
14583
"zh-cht": "聊天",
14584
"xloc": [
14577
- "default.handlebars->119->1009",
14578
- "default.handlebars->119->1128",
14579
- "default.handlebars->119->1153",
14580
- "default.handlebars->119->2769",
14581
- "default.handlebars->119->3048",
14582
- "default.handlebars->119->3049",
14583
- "default3.handlebars->117->1005",
14584
- "default3.handlebars->117->1122",
14585
- "default3.handlebars->117->1147",
14586
- "default3.handlebars->117->2766",
14587
- "default3.handlebars->117->3043",
14588
- "default3.handlebars->117->3044"
14585
+ "default.handlebars->119->1014",
14586
+ "default.handlebars->119->1133",
14587
+ "default.handlebars->119->1158",
14588
+ "default.handlebars->119->2776",
14589
+ "default.handlebars->119->3055",
14590
+ "default.handlebars->119->3056",
14591
+ "default3.handlebars->117->1010",
14592
+ "default3.handlebars->117->1127",
14593
+ "default3.handlebars->117->1152",
14594
+ "default3.handlebars->117->2773",
14595
+ "default3.handlebars->117->3050",
14596
+ "default3.handlebars->117->3051"
14597
]
14598
},
14599
{
@@ -14614,12 +14622,12 @@
14622
"zh-chs": "聊天并通知",
14623
"zh-cht": "聊天並通知",
14624
"xloc": [
14617
- "default-mobile.handlebars->53->1020",
14618
- "default-mobile.handlebars->53->1040",
14619
- "default.handlebars->119->2399",
14620
- "default.handlebars->119->2437",
14621
- "default3.handlebars->117->2396",
14622
- "default3.handlebars->117->2434"
14625
+ "default-mobile.handlebars->53->1027",
14626
+ "default-mobile.handlebars->53->1047",
14627
+ "default.handlebars->119->2406",
14628
+ "default.handlebars->119->2444",
14629
+ "default3.handlebars->117->2403",
14630
+ "default3.handlebars->117->2441"
14631
]
14632
},
14633
{
@@ -14648,9 +14656,9 @@
14656
"zh-chs": "聊天请求,点击这里接受。",
14657
"zh-cht": "聊天請求,點擊這裡接受。",
14658
"xloc": [
14651
- "default-mobile.handlebars->53->1072",
14652
- "default.handlebars->119->3339",
14653
- "default3.handlebars->117->3330"
14659
+ "default-mobile.handlebars->53->1079",
14660
+ "default.handlebars->119->3346",
14661
+ "default3.handlebars->117->3337"
14662
]
14663
},
14664
{
@@ -14708,9 +14716,9 @@
14716
"zh-chs": "车臣",
14717
"zh-cht": "車臣",
14718
"xloc": [
14711
- "default-mobile.handlebars->53->148",
14712
- "default.handlebars->119->1909",
14713
- "default3.handlebars->117->1890",
14719
+ "default-mobile.handlebars->53->153",
14720
+ "default.handlebars->119->1916",
14721
+ "default3.handlebars->117->1897",
14722
"login2.handlebars->17->34"
14723
]
14724
},
@@ -14740,8 +14748,8 @@
14748
"zh-chs": "检查并单击确定以清除错误日志。",
14749
"zh-cht": "檢查並單擊確定以清除錯誤日誌。",
14750
"xloc": [
14743
- "default.handlebars->119->213",
14744
- "default3.handlebars->117->211"
14751
+ "default.handlebars->119->218",
14752
+ "default3.handlebars->117->216"
14753
]
14754
},
14755
{
@@ -14770,8 +14778,8 @@
14778
"zh-chs": "检查并单击确定以开始服务器自我更新。",
14779
"zh-cht": "檢查並單擊確定以開始伺服器自我更新。",
14780
"xloc": [
14773
- "default.handlebars->119->208",
14774
- "default3.handlebars->117->206"
14781
+ "default.handlebars->119->213",
14782
+ "default3.handlebars->117->211"
14783
]
14784
},
14785
{
@@ -14815,8 +14823,8 @@
14823
"pl": "Sprawdź swoją aplikacje wiadomości i wprowadź kod weryfikacyjny.",
14824
"uk": "Для перевірки програми обміну повідомленнями, введіть код підтвердження після отримання.",
14825
"xloc": [
14818
- "default.handlebars->119->268",
14819
- "default3.handlebars->117->263"
14826
+ "default.handlebars->119->273",
14827
+ "default3.handlebars->117->268"
14828
]
14829
},
14830
{
@@ -14845,8 +14853,8 @@
14853
"zh-chs": "检查您的手机并输入验证码。",
14854
"zh-cht": "檢查你的電話並輸入驗證碼。",
14855
"xloc": [
14848
- "default.handlebars->119->265",
14849
- "default3.handlebars->117->260"
14856
+ "default.handlebars->119->270",
14857
+ "default3.handlebars->117->265"
14858
]
14859
},
14860
{
@@ -14875,10 +14883,10 @@
14883
"zh-chs": "检查...",
14884
"zh-cht": "檢查...",
14885
"xloc": [
14878
- "default.handlebars->119->1875",
14879
- "default.handlebars->119->3461",
14880
- "default3.handlebars->117->1856",
14881
- "default3.handlebars->117->3452"
14886
+ "default.handlebars->119->1882",
14887
+ "default.handlebars->119->3468",
14888
+ "default3.handlebars->117->1863",
14889
+ "default3.handlebars->117->3459"
14890
]
14891
},
14892
{
@@ -14904,9 +14912,9 @@
14912
"zh-chs": "化学",
This file is too large to show in full.
views/default-mobile.handlebars
+2
@@ -1349,6 +1349,7 @@
1349
if (webrtcconfiguration == '') { webrtcconfiguration = null; } else { try { webrtcconfiguration = JSON.parse(decodeURIComponent(webrtcconfiguration)); } catch (ex) { console.log('Invalid WebRTC config: "' + webrtcconfiguration + '".'); webrtcconfiguration = null; } }
1350
var StatusStrs = ["Disconnected", "Connecting...", "Setup...", "Connected", "Intel® AMT Connected"];
1351
var agentsStr = ["Unknown", "Windows 32bit console", "Windows 64bit console", "Windows 32bit service", "Windows 64bit service", "Linux 32bit", "Linux 64bit", "MIPS", "XENx86", "Android", "Linux ARM", "macOS x86-32bit", "Android x86", "PogoPlug ARM", "Android", "Linux Poky x86-32bit", "macOS x86-64bit", "ChromeOS", "Linux Poky x86-64bit", "Linux NoKVM x86-32bit", "Linux NoKVM x86-64bit", "Windows MinCore console", "Windows MinCore service", "NodeJS", "ARM-Linaro", "ARMv6l / ARMv7l", "ARMv8 64bit", "ARMv6l / ARMv7l / NoKVM", "MIPS24KC (OpenWRT)", "Apple Silicon", "FreeBSD x86-64", "Unknown", "Linux ARM 64 bit (glibc/2.24 NOKVM)", "Alpine Linux x86 64 Bit (MUSL)", "Assistant (Windows)", "Armada370 - ARM32/HF (libc/2.26)", "OpenWRT x86-64", "OpenBSD x86-64", "Unknown", "Unknown", "MIPSEL24KC (OpenWRT)", "ARMADA/CORTEX-A53/MUSL (OpenWRT)", "Windows ARM 64bit console", "Windows ARM 64bit service", "ARMVIRT32 (OpenWRT)", "RISC-V x86-64"];
1352
+ var domainStates = ["None", "Azure AD", "On-Premises AD", "Hybrid AD", "Microsoft Account"];
1353
var files;
1354
var terminal;
1355
var passRequirements = '{{{passRequirements}}}';
@@ -6313,6 +6314,7 @@
6314
x += addDetailItem("Last Boot Up Time", date);
6315
}
6316
if(m.Domain){ x += addDetailItem((m.PartOfDomain ? "Domain" : "Workgroup"), EscapeHtml(m.Domain), s); }
6317
+ if(m.DomainState > 0){ x += addDetailItem("Domain State", (domainStates[m.DomainState] ? domainStates[m.DomainState] : "Unknown"), s); }
6318
}
6319
if(hardware.linux && hardware.linux.LastBootUpTime){
6320
var lastBootUpTime = new Date(hardware.linux.LastBootUpTime);
views/default.handlebars
+1
@@ -1528,6 +1528,7 @@
1528
var StatusStrs = ["Disconnected", "Connecting...", "Setup...", "Connected", "Intel® AMT Connected"];
1529
var agentsStr = ["Unknown", "Windows 32bit console", "Windows 64bit console", "Windows 32bit service", "Windows 64bit service", "Linux 32bit", "Linux 64bit", "MIPS", "XENx86", "Android", "Linux ARM", "macOS x86-32bit", "Android x86", "PogoPlug ARM", "Android", "Linux Poky x86-32bit", "macOS x86-64bit", "ChromeOS", "Linux Poky x86-64bit", "Linux NoKVM x86-32bit", "Linux NoKVM x86-64bit", "Windows MinCore console", "Windows MinCore service", "NodeJS", "ARM-Linaro", "ARMv6l / ARMv7l", "ARMv8 64bit", "ARMv6l / ARMv7l / NoKVM", "MIPS24KC (OpenWRT)", "Apple Silicon", "FreeBSD x86-64", "Unknown", "Linux ARM 64 bit (glibc/2.24 NOKVM)", "Alpine Linux x86 64 Bit (MUSL)", "Assistant (Windows)", "Armada370 - ARM32/HF (libc/2.26)", "OpenWRT x86-64", "OpenBSD x86-64", "Unknown", "Unknown", "MIPSEL24KC (OpenWRT)", "ARMADA/CORTEX-A53/MUSL (OpenWRT)", "Windows ARM 64bit console", "Windows ARM 64bit service", "ARMVIRT32 (OpenWRT)", "RISC-V x86-64"];
1530
var agentsStrNoAgent = ['', '', '', '', "Windows", '', "Linux", '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', "Apple"];
1531
+ var domainStates = ["None", "Azure AD", "On-Premises AD", "Hybrid AD", "Microsoft Account"];
1532
var sort = 0;
1533
var searchFocus = 0;
1534
var mapSearchFocus = 0;
views/default3.handlebars
+2
@@ -2039,6 +2039,7 @@
2039
var StatusStrs = ["Disconnected", "Connecting...", "Setup...", "Connected", "Intel® AMT Connected"];
2040
var agentsStr = ["Unknown", "Windows 32bit console", "Windows 64bit console", "Windows 32bit service", "Windows 64bit service", "Linux 32bit", "Linux 64bit", "MIPS", "XENx86", "Android", "Linux ARM", "macOS x86-32bit", "Android x86", "PogoPlug ARM", "Android", "Linux Poky x86-32bit", "macOS x86-64bit", "ChromeOS", "Linux Poky x86-64bit", "Linux NoKVM x86-32bit", "Linux NoKVM x86-64bit", "Windows MinCore console", "Windows MinCore service", "NodeJS", "ARM-Linaro", "ARMv6l / ARMv7l", "ARMv8 64bit", "ARMv6l / ARMv7l / NoKVM", "MIPS24KC (OpenWRT)", "Apple Silicon", "FreeBSD x86-64", "Unknown", "Linux ARM 64 bit (glibc/2.24 NOKVM)", "Alpine Linux x86 64 Bit (MUSL)", "Assistant (Windows)", "Armada370 - ARM32/HF (libc/2.26)", "OpenWRT x86-64", "OpenBSD x86-64", "Unknown", "Unknown", "MIPSEL24KC (OpenWRT)", "ARMADA/CORTEX-A53/MUSL (OpenWRT)", "Windows ARM 64bit console", "Windows ARM 64bit service", "ARMVIRT32 (OpenWRT)", "RISC-V 64bit"];
2041
var agentsStrNoAgent = ['', '', '', '', "Windows", '', "Linux", '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', "Apple"];
2042
+ var domainStates = ["None", "Azure AD", "On-Premises AD", "Hybrid AD", "Microsoft Account"];
2043
var sort = 0;
2044
var searchFocus = 0;
2045
var mapSearchFocus = 0;
@@ -13269,6 +13270,7 @@
13270
x += addDetailItem("Last Boot Up Time", date);
13271
}
13272
if(m.Domain){ x += addDetailItem((m.PartOfDomain ? "Domain" : "Workgroup"), EscapeHtml(m.Domain), s); }
13273
+ if(m.DomainState > 0){ x += addDetailItem("Domain State", (domainStates[m.DomainState] ? domainStates[m.DomainState] : "Unknown"), s); }
13274
}
13275
if (hardware.linux && hardware.linux.LastBootUpTime) {
13276
var lastBootUpTime = new Date(hardware.linux.LastBootUpTime);