Added email validation login page.
Ylian Saint-Hilaire committed
Apr 21, 2020 at 01:50 UTC
c89f8fd524d7cebe472cce5252805e4937a11fdb
8 files changed
+1804
-1584
agents/MeshCentralRouter.exe
Binary files a/agents/MeshCentralRouter.exe and b/agents/MeshCentralRouter.exe differ
amtscanner.js
+2
-2
@@ -298,9 +298,9 @@ module.exports.CreateAmtScanner = function (parent) {
298
//console.log(rinfo.address + ': Intel AMT ' + majorVersion + '.' + minorVersion + ', ' + provisioningStateStr + '-Provisioning, Open Ports: [' + openPorts.join(', ') + ']');
299
obj.dns.reverse(rinfo.address, function (err, hostnames) {
300
if ((err == null) && (hostnames != null) && (hostnames.length > 0)) {
301
- user.results[rinfo.address] = { ver: majorVersion + '.' + minorVersion, tls: (((openPort == 16993) || (dualPorts == true)) ? 1 : 0), state: provisioningState, hostname: hostnames[0] };
301
+ user.results[rinfo.address] = { ver: majorVersion + '.' + minorVersion, tls: (((openPort == 16993) || (dualPorts == true)) ? 1 : 0), state: provisioningState, hostname: hostnames[0], hosttype: 'host' };
302
} else {
303
- user.results[rinfo.address] = { ver: majorVersion + '.' + minorVersion, tls: (((openPort == 16993) || (dualPorts == true)) ? 1 : 0), state: provisioningState, hostname: rinfo.address };
303
+ user.results[rinfo.address] = { ver: majorVersion + '.' + minorVersion, tls: (((openPort == 16993) || (dualPorts == true)) ? 1 : 0), state: provisioningState, hostname: rinfo.address, hosttype: 'addr' };
304
}
305
});
306
};
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
"keywords": [
5
"Remote Management",
6
"Intel AMT",
public/styles/style.css
+1
-1
@@ -388,7 +388,7 @@ body {
388
color: blue;
389
}
390
391
-#loginpanel, #createpanel, #resetpanel, #tokenpanel, #resettokenpanel, #resetpasswordpanel, #resetpasswordpanel {
391
+#loginpanel, #createpanel, #resetpanel, #tokenpanel, #resettokenpanel, #resetpasswordpanel, #resetpasswordpanel, #checkemailpanel {
392
display: inline-block;
393
margin: 0;
394
background-color: #979797;
translate/translate.json
+1604
-1568
@@ -14,8 +14,8 @@
14
"ru": " + CIRA",
15
"zh-chs": " + CIRA",
16
"xloc": [
17
- "default.handlebars->29->1133",
18
- "default.handlebars->29->1135"
17
+ "default.handlebars->29->1135",
18
+ "default.handlebars->29->1137"
19
]
20
},
21
{
@@ -174,7 +174,7 @@
174
"ru": " Может быть использована подсказка пароля, но не рекоммендуется.",
175
"zh-chs": " 可以使用密碼提示,但不建議使用。",
176
"xloc": [
177
- "default.handlebars->29->1062"
177
+ "default.handlebars->29->1064"
178
]
179
},
180
{
@@ -191,8 +191,8 @@
191
"ru": " Для добавления в группу устройств, пользователь должен зайти на сервер хотя бы один раз.",
192
"zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。",
193
"xloc": [
194
- "default.handlebars->29->1208",
195
- "default.handlebars->29->1507"
194
+ "default.handlebars->29->1210",
195
+ "default.handlebars->29->1509"
196
]
197
},
198
{
@@ -209,7 +209,7 @@
209
"ru": " и задайте указанное ниже имя пользователя и любой пароль.",
210
"zh-chs": " 並使用該用戶名和任何密碼對服務器進行身份驗證。",
211
"xloc": [
212
- "default.handlebars->29->255"
212
+ "default.handlebars->29->257"
213
]
214
},
215
{
@@ -226,7 +226,7 @@
226
"ru": " и задайте указанные ниже имя пользователя и пароль.",
227
"zh-chs": " 並使用該用戶名和密碼向服務器驗證身份。",
228
"xloc": [
229
- "default.handlebars->29->254"
229
+ "default.handlebars->29->256"
230
]
231
},
232
{
@@ -326,7 +326,7 @@
326
"ru": "(необязательно)",
327
"zh-chs": "(可選的)",
328
"xloc": [
329
- "default.handlebars->29->294"
329
+ "default.handlebars->29->296"
330
]
331
},
332
{
@@ -358,7 +358,7 @@
358
"ru": "* Для BSD сначала запустите \\\"pkg install wget sudo bash\\\".",
359
"zh-chs": "*對於BSD,首先運行 “pkg install wget sudo bash”。",
360
"xloc": [
361
- "default.handlebars->29->327"
361
+ "default.handlebars->29->329"
362
]
363
},
364
{
@@ -375,7 +375,7 @@
375
"ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
376
"zh-chs": "*保留空白以為每個設備分配一個隨機密碼。",
377
"xloc": [
378
- "default.handlebars->29->1180"
378
+ "default.handlebars->29->1182"
379
]
380
},
381
{
@@ -408,7 +408,7 @@
408
"zh-chs": ",",
409
"xloc": [
410
"default-mobile.handlebars->9->331",
411
- "default.handlebars->29->1274"
411
+ "default.handlebars->29->1276"
412
]
413
},
414
{
@@ -426,7 +426,7 @@
426
"zh-chs": ",僅限Intel®AMT",
427
"xloc": [
428
"default-mobile.handlebars->9->95",
429
- "default.handlebars->29->167"
429
+ "default.handlebars->29->169"
430
]
431
},
432
{
@@ -443,7 +443,7 @@
443
"ru": ", MQTT онлайн",
444
"zh-chs": ",MQTT在線",
445
"xloc": [
446
- "default.handlebars->29->811"
446
+ "default.handlebars->29->813"
447
]
448
},
449
{
@@ -460,7 +460,7 @@
460
"ru": ", Soft-KVM",
461
"zh-chs": ",軟KVM",
462
"xloc": [
463
- "default.handlebars->29->670"
463
+ "default.handlebars->29->672"
464
]
465
},
466
{
@@ -479,9 +479,9 @@
479
"xloc": [
480
"default-mobile.handlebars->9->231",
481
"default-mobile.handlebars->9->239",
482
- "default.handlebars->29->671",
483
- "default.handlebars->29->702",
484
- "default.handlebars->29->714",
482
+ "default.handlebars->29->673",
483
+ "default.handlebars->29->704",
484
+ "default.handlebars->29->716",
485
"xterm.handlebars->9->6"
486
]
487
},
@@ -604,9 +604,9 @@
604
"xloc": [
605
"default-mobile.handlebars->9->244",
606
"default-mobile.handlebars->9->70",
607
- "default.handlebars->29->1315",
608
- "default.handlebars->29->1613",
609
- "default.handlebars->29->716"
607
+ "default.handlebars->29->1317",
608
+ "default.handlebars->29->1615",
609
+ "default.handlebars->29->718"
610
]
611
},
612
{
@@ -654,7 +654,7 @@
654
"ru": "1 активная сессия",
655
"zh-chs": "1個活動會話",
656
"xloc": [
657
- "default.handlebars->29->1562"
657
+ "default.handlebars->29->1564"
658
]
659
},
660
{
@@ -673,7 +673,7 @@
673
"xloc": [
674
"default-mobile.handlebars->9->335",
675
"default-mobile.handlebars->9->80",
676
- "default.handlebars->29->1334"
676
+ "default.handlebars->29->1336"
677
]
678
},
679
{
@@ -690,9 +690,9 @@
690
"ru": "1 день",
691
"zh-chs": "1天",
692
"xloc": [
693
- "default.handlebars->29->157",
694
- "default.handlebars->29->285",
695
- "default.handlebars->29->299"
693
+ "default.handlebars->29->159",
694
+ "default.handlebars->29->287",
695
+ "default.handlebars->29->301"
696
]
697
},
698
{
@@ -709,7 +709,7 @@
709
"ru": "1 группа",
710
"zh-chs": "1組",
711
"xloc": [
712
- "default.handlebars->29->1532"
712
+ "default.handlebars->29->1534"
713
]
714
},
715
{
@@ -726,9 +726,9 @@
726
"ru": "1 час",
727
"zh-chs": "1小時",
728
"xloc": [
729
- "default.handlebars->29->155",
730
- "default.handlebars->29->283",
731
- "default.handlebars->29->297"
729
+ "default.handlebars->29->157",
730
+ "default.handlebars->29->285",
731
+ "default.handlebars->29->299"
732
]
733
},
734
{
@@ -762,9 +762,9 @@
762
"ru": "1 месяц",
763
"zh-chs": "1個月",
764
"xloc": [
765
- "default.handlebars->29->159",
766
- "default.handlebars->29->287",
767
- "default.handlebars->29->301"
765
+ "default.handlebars->29->161",
766
+ "default.handlebars->29->289",
767
+ "default.handlebars->29->303"
768
]
769
},
770
{
@@ -781,7 +781,7 @@
781
"ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
782
"zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...",
783
"xloc": [
784
- "default.handlebars->29->1369"
784
+ "default.handlebars->29->1371"
785
]
786
},
787
{
@@ -798,7 +798,7 @@
798
"ru": "1 устройство",
799
"zh-chs": "1個節點",
800
"xloc": [
801
- "default.handlebars->29->341"
801
+ "default.handlebars->29->343"
802
]
803
},
804
{
@@ -832,7 +832,7 @@
832
"ru": "1 сессия",
833
"zh-chs": "1節",
834
"xloc": [
835
- "default.handlebars->29->1373"
835
+ "default.handlebars->29->1375"
836
]
837
},
838
{
@@ -849,9 +849,9 @@
849
"ru": "1 неделя",
850
"zh-chs": "1週",
851
"xloc": [
852
- "default.handlebars->29->158",
853
- "default.handlebars->29->286",
854
- "default.handlebars->29->300"
852
+ "default.handlebars->29->160",
853
+ "default.handlebars->29->288",
854
+ "default.handlebars->29->302"
855
]
856
},
857
{
@@ -1100,8 +1100,8 @@
1100
"ru": "двухфакторная аутентификация включена",
1101
"zh-chs": "啟用第二因素身份驗證",
1102
"xloc": [
1103
- "default.handlebars->29->1386",
1104
- "default.handlebars->29->1553"
1103
+ "default.handlebars->29->1388",
1104
+ "default.handlebars->29->1555"
1105
]
1106
},
1107
{
@@ -1202,8 +1202,8 @@
1202
"ru": "32-разрядная версия MeshAgent",
1203
"zh-chs": "MeshAgent的32位版本",
1204
"xloc": [
1205
- "default.handlebars->29->317",
1206
- "default.handlebars->29->334"
1205
+ "default.handlebars->29->319",
1206
+ "default.handlebars->29->336"
1207
]
1208
},
1209
{
@@ -1416,7 +1416,7 @@
1416
"ru": "64-битная версия MacOS Mesh Agent",
1417
"zh-chs": "64位版本的MacOS Mesh Agent",
1418
"xloc": [
1419
- "default.handlebars->29->330"
1419
+ "default.handlebars->29->332"
1420
]
1421
},
1422
{
@@ -1433,8 +1433,8 @@
1433
"ru": "64-разрядная версия MeshAgent",
1434
"zh-chs": "MeshAgent的64位版本",
1435
"xloc": [
1436
- "default.handlebars->29->321",
1437
- "default.handlebars->29->337"
1436
+ "default.handlebars->29->323",
1437
+ "default.handlebars->29->339"
1438
]
1439
},
1440
{
@@ -1465,7 +1465,7 @@
1465
"ru": "7-дневная статистика работы",
1466
"zh-chs": "7天電源狀態",
1467
"xloc": [
1468
- "default.handlebars->29->610"
1468
+ "default.handlebars->29->612"
1469
]
1470
},
1471
{
@@ -1518,8 +1518,8 @@
1518
"ru": "8 часов",
1519
"zh-chs": "8小時",
1520
"xloc": [
1521
- "default.handlebars->29->284",
1522
- "default.handlebars->29->298"
1521
+ "default.handlebars->29->286",
1522
+ "default.handlebars->29->300"
1523
]
1524
},
1525
{
@@ -1705,7 +1705,7 @@
1705
"zh-chs": "ACM",
1706
"xloc": [
1707
"default-mobile.handlebars->9->185",
1708
- "default.handlebars->29->471"
1708
+ "default.handlebars->29->473"
1709
]
1710
},
1711
{
@@ -1722,8 +1722,8 @@
1722
"ru": "AMT",
1723
"zh-chs": "AMT",
1724
"xloc": [
1725
- "default.handlebars->29->176",
1726
- "default.handlebars->29->369"
1725
+ "default.handlebars->29->178",
1726
+ "default.handlebars->29->371"
1727
]
1728
},
1729
{
@@ -1812,7 +1812,7 @@
1812
"ru": "Отказано в доступе",
1813
"zh-chs": "拒絕訪問",
1814
"xloc": [
1815
- "default.handlebars->29->812"
1815
+ "default.handlebars->29->814"
1816
]
1817
},
1818
{
@@ -1830,7 +1830,7 @@
1830
"zh-chs": "拒絕訪問。",
1831
"xloc": [
1832
"login-mobile.handlebars->5->14",
1833
- "login.handlebars->5->14"
1833
+ "login.handlebars->5->15"
1834
]
1835
},
1836
{
@@ -1847,7 +1847,7 @@
1847
"ru": "Доступ к файлам сервера",
1848
"zh-chs": "訪問服務器文件",
1849
"xloc": [
1850
- "default.handlebars->29->1513"
1850
+ "default.handlebars->29->1515"
1851
]
1852
},
1853
{
@@ -1922,10 +1922,10 @@
1922
"default-mobile.handlebars->9->55",
1923
"default-mobile.handlebars->9->57",
1924
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->1->0",
1925
- "default.handlebars->29->1071",
1925
"default.handlebars->29->1073",
1927
- "default.handlebars->29->443",
1928
- "default.handlebars->29->445"
1926
+ "default.handlebars->29->1075",
1927
+ "default.handlebars->29->445",
1928
+ "default.handlebars->29->447"
1929
]
1930
},
1931
{
@@ -1956,8 +1956,8 @@
1956
"ru": "Аккаунт заблокирован",
1957
"zh-chs": "帐户已被锁定",
1958
"xloc": [
1959
- "default.handlebars->29->1387",
1960
- "default.handlebars->29->1510"
1959
+ "default.handlebars->29->1389",
1960
+ "default.handlebars->29->1512"
1961
]
1962
},
1963
{
@@ -1975,7 +1975,7 @@
1975
"zh-chs": "達到帳戶限制。",
1976
"xloc": [
1977
"login-mobile.handlebars->5->4",
1978
- "login.handlebars->5->4"
1978
+ "login.handlebars->5->5"
1979
]
1980
},
1981
{
@@ -1993,7 +1993,7 @@
1993
"zh-chs": "帳戶被鎖定。",
1994
"xloc": [
1995
"login-mobile.handlebars->5->13",
1996
- "login.handlebars->5->13"
1996
+ "login.handlebars->5->14"
1997
]
1998
},
1999
{
@@ -2011,7 +2011,7 @@
2011
"zh-chs": "找不到帳戶。",
2012
"xloc": [
2013
"login-mobile.handlebars->5->10",
2014
- "login.handlebars->5->10"
2014
+ "login.handlebars->5->11"
2015
]
2016
},
2017
{
@@ -2045,7 +2045,7 @@
2045
"ru": "Действиe",
2046
"zh-chs": "行動",
2047
"xloc": [
2048
- "default.handlebars->29->817",
2048
+ "default.handlebars->29->819",
2049
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
2050
]
2051
},
@@ -2063,8 +2063,8 @@
2063
"ru": "Файл действий",
2064
"zh-chs": "動作文件",
2065
"xloc": [
2066
- "default.handlebars->29->651",
2067
- "default.handlebars->29->653"
2066
+ "default.handlebars->29->653",
2067
+ "default.handlebars->29->655"
2068
]
2069
},
2070
{
@@ -2083,7 +2083,7 @@
2083
"xloc": [
2084
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
2085
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
2086
- "default.handlebars->29->515",
2086
+ "default.handlebars->29->517",
2087
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
2088
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
2089
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -2139,9 +2139,9 @@
2139
"xloc": [
2140
"default-mobile.handlebars->9->180",
2141
"default-mobile.handlebars->9->182",
2142
- "default.handlebars->29->464",
2142
"default.handlebars->29->466",
2144
- "default.handlebars->29->782"
2143
+ "default.handlebars->29->468",
2144
+ "default.handlebars->29->784"
2145
]
2146
},
2147
{
@@ -2158,10 +2158,10 @@
2158
"ru": "Активация",
2159
"zh-chs": "激活",
2160
"xloc": [
2161
- "default.handlebars->29->1146",
2161
"default.handlebars->29->1148",
2163
- "default.handlebars->29->218",
2164
- "default.handlebars->29->220"
2162
+ "default.handlebars->29->1150",
2163
+ "default.handlebars->29->220",
2164
+ "default.handlebars->29->222"
2165
]
2166
},
2167
{
@@ -2178,7 +2178,7 @@
2178
"ru": "Активный пользователь",
2179
"zh-chs": "活動用戶{0}",
2180
"xloc": [
2181
- "default.handlebars->29->490"
2181
+ "default.handlebars->29->492"
2182
]
2183
},
2184
{
@@ -2195,8 +2195,8 @@
2195
"ru": "Добавить агент",
2196
"zh-chs": "添加代理",
2197
"xloc": [
2198
- "default.handlebars->29->1150",
2199
- "default.handlebars->29->222"
2198
+ "default.handlebars->29->1152",
2199
+ "default.handlebars->29->224"
2200
]
2201
},
2202
{
@@ -2213,7 +2213,7 @@
2213
"ru": "Добавить CIRA",
2214
"zh-chs": "添加CIRA",
2215
"xloc": [
2216
- "default.handlebars->29->212"
2216
+ "default.handlebars->29->214"
2217
]
2218
},
2219
{
@@ -2230,8 +2230,8 @@
2230
"ru": "Добавить устройство",
2231
"zh-chs": "添加設備",
2232
"xloc": [
2233
- "default.handlebars->29->1487",
2234
- "default.handlebars->29->1591"
2233
+ "default.handlebars->29->1489",
2234
+ "default.handlebars->29->1593"
2235
]
2236
},
2237
{
@@ -2248,7 +2248,7 @@
2248
"ru": "Добавить событие к устройству",
2249
"zh-chs": "添加設備事件",
2250
"xloc": [
2251
- "default.handlebars->29->593"
2251
+ "default.handlebars->29->595"
2252
]
2253
},
2254
{
@@ -2265,10 +2265,10 @@
2265
"ru": "Добавить группу устройств",
2266
"zh-chs": "添加設備組",
2267
"xloc": [
2268
- "default.handlebars->29->1240",
2269
- "default.handlebars->29->1481",
2270
- "default.handlebars->29->1579",
2271
- "default.handlebars->29->193"
2268
+ "default.handlebars->29->1242",
2269
+ "default.handlebars->29->1483",
2270
+ "default.handlebars->29->1581",
2271
+ "default.handlebars->29->195"
2272
]
2273
},
2274
{
@@ -2276,7 +2276,7 @@
2276
"en": "Add Device Group Permissions",
2277
"nl": "Machtigingen voor apparaatgroep toevoegen",
2278
"xloc": [
2279
- "default.handlebars->29->1237"
2279
+ "default.handlebars->29->1239"
2280
]
2281
},
2282
{
@@ -2290,8 +2290,8 @@
2290
"ru": "Добавить разрешения для устройства",
2291
"zh-chs": "添加设备权限",
2292
"xloc": [
2293
- "default.handlebars->29->1242",
2294
- "default.handlebars->29->1244"
2293
+ "default.handlebars->29->1244",
2294
+ "default.handlebars->29->1246"
2295
]
2296
},
2297
{
@@ -2308,7 +2308,7 @@
2308
"ru": "Добавить Intel® AMT CIRA устройство",
2309
"zh-chs": "添加英特爾®AMT CIRA設備",
2310
"xloc": [
2311
- "default.handlebars->29->268"
2311
+ "default.handlebars->29->270"
2312
]
2313
},
2314
{
@@ -2325,7 +2325,7 @@
2325
"ru": "Добавить Intel® AMT устройство",
2326
"zh-chs": "添加英特爾®AMT設備",
2327
"xloc": [
2328
- "default.handlebars->29->235"
2328
+ "default.handlebars->29->237"
2329
]
2330
},
2331
{
@@ -2359,7 +2359,7 @@
2359
"ru": "Добавить локально",
2360
"zh-chs": "添加本地",
2361
"xloc": [
2362
- "default.handlebars->29->214"
2362
+ "default.handlebars->29->216"
2363
]
2364
},
2365
{
@@ -2376,7 +2376,7 @@
2376
"ru": "Добавить участие",
2377
"zh-chs": "添加會員",
2378
"xloc": [
2379
- "default.handlebars->29->1609"
2379
+ "default.handlebars->29->1611"
2380
]
2381
},
2382
{
@@ -2393,7 +2393,7 @@
2393
"ru": "Добавить Mesh Agent",
2394
"zh-chs": "添加網格代理",
2395
"xloc": [
2396
- "default.handlebars->29->340"
2396
+ "default.handlebars->29->342"
2397
]
2398
},
2399
{
@@ -2414,8 +2414,8 @@
2414
"default.handlebars->29->135",
2415
"default.handlebars->29->138",
2416
"default.handlebars->29->139",
2417
- "default.handlebars->29->839",
2418
- "default.handlebars->29->840"
2417
+ "default.handlebars->29->841",
2418
+ "default.handlebars->29->842"
2419
]
2420
},
2421
{
@@ -2433,7 +2433,7 @@
2433
"zh-chs": "添加用戶",
2434
"xloc": [
2435
"default-mobile.handlebars->9->281",
2436
- "default.handlebars->29->550"
2436
+ "default.handlebars->29->552"
2437
]
2438
},
2439
{
@@ -2447,7 +2447,7 @@
2447
"ru": "Добавить разрешения для пользовательских устройств",
2448
"zh-chs": "添加用户设备权限",
2449
"xloc": [
2450
- "default.handlebars->29->1247"
2450
+ "default.handlebars->29->1249"
2451
]
2452
},
2453
{
@@ -2464,10 +2464,10 @@
2464
"ru": "Добавить группу пользователей",
2465
"zh-chs": "添加用戶組",
2466
"xloc": [
2467
- "default.handlebars->29->1140",
2468
- "default.handlebars->29->1239",
2469
- "default.handlebars->29->1585",
2470
- "default.handlebars->29->551"
2467
+ "default.handlebars->29->1142",
2468
+ "default.handlebars->29->1241",
2469
+ "default.handlebars->29->1587",
2470
+ "default.handlebars->29->553"
2471
]
2472
},
2473
{
@@ -2475,7 +2475,7 @@
2475
"en": "Add User Group Device Permissions",
2476
"nl": "Gebruikersmachtigingen voor apparaatgroep toevoegen",
2477
"xloc": [
2478
- "default.handlebars->29->1249"
2478
+ "default.handlebars->29->1251"
2479
]
2480
},
2481
{
@@ -2514,8 +2514,8 @@
2514
"ru": "Добавить пользователей",
2515
"zh-chs": "添加用戶",
2516
"xloc": [
2517
- "default.handlebars->29->1139",
2518
- "default.handlebars->29->1476"
2517
+ "default.handlebars->29->1141",
2518
+ "default.handlebars->29->1478"
2519
]
2520
},
2521
{
@@ -2532,7 +2532,7 @@
2532
"ru": "Добавить пользователей в группу устройств",
2533
"zh-chs": "將用戶添加到設備組",
2534
"xloc": [
2535
- "default.handlebars->29->1236"
2535
+ "default.handlebars->29->1238"
2536
]
2537
},
2538
{
@@ -2549,7 +2549,7 @@
2549
"ru": "Добавить пользователей в группу",
2550
"zh-chs": "將用戶添加到用戶組",
2551
"xloc": [
2552
- "default.handlebars->29->1509"
2552
+ "default.handlebars->29->1511"
2553
]
2554
},
2555
{
@@ -2583,7 +2583,7 @@
2583
"ru": "Добавить новый Intel® AMT компьютер сканированием локальной сети.",
2584
"zh-chs": "通過掃描本地網絡添加新的英特爾®AMT計算機。",
2585
"xloc": [
2586
- "default.handlebars->29->215"
2586
+ "default.handlebars->29->217"
2587
]
2588
},
2589
{
@@ -2600,8 +2600,8 @@
2600
"ru": "Добавить новый Intel® AMT компьютер, находящийся в интернете.",
2601
"zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。",
2602
"xloc": [
2603
- "default.handlebars->29->1141",
2604
- "default.handlebars->29->211"
2603
+ "default.handlebars->29->1143",
2604
+ "default.handlebars->29->213"
2605
]
2606
},
2607
{
@@ -2618,8 +2618,8 @@
2618
"ru": "Добавить новый Intel® AMT компьютер, находящийся в локальной сети.",
2619
"zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。",
2620
"xloc": [
2621
- "default.handlebars->29->1143",
2622
- "default.handlebars->29->213"
2621
+ "default.handlebars->29->1145",
2622
+ "default.handlebars->29->215"
2623
]
2624
},
2625
{
@@ -2636,7 +2636,7 @@
2636
"ru": "Добавить новое Intel® AMT устройство к группе устройств \\\"{0}\\\".",
2637
"zh-chs": "將新的英特爾®AMT設備添加到設備組“{0}”。",
2638
"xloc": [
2639
- "default.handlebars->29->225"
2639
+ "default.handlebars->29->227"
2640
]
2641
},
2642
{
@@ -2644,8 +2644,8 @@
2644
"en": "Add a new computer to this device group by installing the mesh agent.",
2645
"nl": "Voeg een nieuwe computer toe aan deze apparaatgroep door de mesh-agent te installeren.",
2646
"xloc": [
2647
- "default.handlebars->29->1149",
2648
- "default.handlebars->29->221"
2647
+ "default.handlebars->29->1151",
2648
+ "default.handlebars->29->223"
2649
]
2650
},
2651
{
@@ -2662,7 +2662,7 @@
2662
"ru": "Адрес",
2663
"zh-chs": "地址",
2664
"xloc": [
2665
- "default.handlebars->29->189"
2665
+ "default.handlebars->29->191"
2666
]
2667
},
2668
{
@@ -2696,7 +2696,7 @@
2696
"ru": "Режим управления администратора (ACM)",
2697
"zh-chs": "管理員控制模式(ACM)",
2698
"xloc": [
2699
- "default.handlebars->29->784"
2699
+ "default.handlebars->29->786"
2700
]
2701
},
2702
{
@@ -2713,7 +2713,7 @@
2713
"ru": "Учетные данные администратора",
2714
"zh-chs": "管理員憑證",
2715
"xloc": [
2716
- "default.handlebars->29->790"
2716
+ "default.handlebars->29->792"
2717
]
2718
},
2719
{
@@ -2748,7 +2748,7 @@
2748
"ru": "Области администратора",
2749
"zh-chs": "管理領域",
2750
"xloc": [
2751
- "default.handlebars->29->1536"
2751
+ "default.handlebars->29->1538"
2752
]
2753
},
2754
{
@@ -2783,7 +2783,7 @@
2783
"ru": "Административные области",
2784
"zh-chs": "行政領域",
2785
"xloc": [
2786
- "default.handlebars->29->1434"
2786
+ "default.handlebars->29->1436"
2787
]
2788
},
2789
{
@@ -2800,7 +2800,7 @@
2800
"ru": "Администратор",
2801
"zh-chs": "管理員",
2802
"xloc": [
2803
- "default.handlebars->29->1380"
2803
+ "default.handlebars->29->1382"
2804
]
2805
},
2806
{
@@ -2817,7 +2817,7 @@
2817
"ru": "Африканский",
2818
"zh-chs": "南非語",
2819
"xloc": [
2820
- "default.handlebars->29->842"
2820
+ "default.handlebars->29->844"
2821
]
2822
},
2823
{
@@ -2837,10 +2837,10 @@
2837
"default-mobile.handlebars->9->124",
2838
"default-mobile.handlebars->9->177",
2839
"default-mobile.handlebars->9->193",
2840
- "default.handlebars->29->1301",
2841
- "default.handlebars->29->1309",
2842
- "default.handlebars->29->172",
2843
- "default.handlebars->29->365",
2840
+ "default.handlebars->29->1303",
2841
+ "default.handlebars->29->1311",
2842
+ "default.handlebars->29->174",
2843
+ "default.handlebars->29->367",
2844
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
2845
]
2846
},
@@ -2858,8 +2858,8 @@
2858
"ru": "Агент + Intel AMT",
2859
"zh-chs": "代理+英特爾AMT",
2860
"xloc": [
2861
- "default.handlebars->29->1303",
2862
- "default.handlebars->29->1311"
2861
+ "default.handlebars->29->1305",
2862
+ "default.handlebars->29->1313"
2863
]
2864
},
2865
{
@@ -2894,7 +2894,7 @@
2894
"zh-chs": "代理控制台",
2895
"xloc": [
2896
"default-mobile.handlebars->9->316",
2897
- "default.handlebars->29->1257"
2897
+ "default.handlebars->29->1259"
2898
]
2899
},
2900
{
@@ -2911,7 +2911,7 @@
2911
"ru": "Счетчик ошибок агента",
2912
"zh-chs": "座席錯誤計數器",
2913
"xloc": [
2914
- "default.handlebars->29->1623"
2914
+ "default.handlebars->29->1625"
2915
]
2916
},
2917
{
@@ -2980,7 +2980,7 @@
2980
"ru": "Сессии агентов",
2981
"zh-chs": "座席會議",
2982
"xloc": [
2983
- "default.handlebars->29->1639"
2983
+ "default.handlebars->29->1641"
2984
]
2985
},
2986
{
@@ -2998,7 +2998,7 @@
2998
"zh-chs": "代理商標籤",
2999
"xloc": [
3000
"default-mobile.handlebars->9->192",
3001
- "default.handlebars->29->483"
3001
+ "default.handlebars->29->485"
3002
]
3003
},
3004
{
@@ -3015,7 +3015,7 @@
3015
"ru": "Типы агента",
3016
"zh-chs": "代理類型",
3017
"xloc": [
3018
- "default.handlebars->29->1307",
3018
+ "default.handlebars->29->1309",
3019
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
3020
]
3021
},
@@ -3034,8 +3034,8 @@
3034
"zh-chs": "代理已連接",
3035
"xloc": [
3036
"default.handlebars->29->141",
3037
- "default.handlebars->29->541",
3038
- "default.handlebars->29->542"
3037
+ "default.handlebars->29->543",
3038
+ "default.handlebars->29->544"
3039
]
3040
},
3041
{
@@ -3069,7 +3069,7 @@
3069
"ru": "Агент оффлайн",
3070
"zh-chs": "代理離線",
3071
"xloc": [
3072
- "default.handlebars->29->810"
3072
+ "default.handlebars->29->812"
3073
]
3074
},
3075
{
@@ -3086,7 +3086,7 @@
3086
"ru": "Агент онлайн",
3087
"zh-chs": "代理在線",
3088
"xloc": [
3089
- "default.handlebars->29->809"
3089
+ "default.handlebars->29->811"
3090
]
3091
},
3092
{
@@ -3103,7 +3103,7 @@
3103
"ru": "Агенты",
3104
"zh-chs": "代理商",
3105
"xloc": [
3106
- "default.handlebars->29->1652"
3106
+ "default.handlebars->29->1654"
3107
]
3108
},
3109
{
@@ -3120,7 +3120,7 @@
3120
"ru": "Албанский",
3121
"zh-chs": "阿爾巴尼亞語",
3122
"xloc": [
3123
- "default.handlebars->29->843"
3123
+ "default.handlebars->29->845"
3124
]
3125
},
3126
{
@@ -3173,9 +3173,9 @@
3173
"ru": "Фокусирование всех",
3174
"zh-chs": "全部聚焦",
3175
"xloc": [
3176
- "default.handlebars->29->672",
3176
"default.handlebars->29->674",
3178
- "default.handlebars->29->675"
3177
+ "default.handlebars->29->676",
3178
+ "default.handlebars->29->677"
3179
]
3180
},
3181
{
@@ -3192,8 +3192,8 @@
3192
"ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.",
3193
"zh-chs": "允許用戶管理此設備組和該組中的設備。",
3194
"xloc": [
3195
- "default.handlebars->29->1206",
3196
- "default.handlebars->29->1506"
3195
+ "default.handlebars->29->1208",
3196
+ "default.handlebars->29->1508"
3197
]
3198
},
3199
{
@@ -3207,7 +3207,7 @@
3207
"ru": "Разрешить пользователям управлять этим устройством.",
3208
"zh-chs": "允许用户管理此设备。",
3209
"xloc": [
3210
- "default.handlebars->29->1207"
3210
+ "default.handlebars->29->1209"
3211
]
3212
},
3213
{
@@ -3260,7 +3260,7 @@
3260
"ru": "Поменять (F10 = ESC+0)",
3261
"zh-chs": "備用(F10 = ESC + 0)",
3262
"xloc": [
3263
- "default.handlebars->29->707"
3263
+ "default.handlebars->29->709"
3264
]
3265
},
3266
{
@@ -3294,9 +3294,9 @@
3294
"ru": "Всегда уведомлять",
3295
"zh-chs": "始終通知",
3296
"xloc": [
3297
- "default.handlebars->29->1120",
3298
- "default.handlebars->29->1545",
3299
- "default.handlebars->29->499"
3297
+ "default.handlebars->29->1122",
3298
+ "default.handlebars->29->1547",
3299
+ "default.handlebars->29->501"
3300
]
3301
},
3302
{
@@ -3313,9 +3313,9 @@
3313
"ru": "Всегда запрашивать",
3314
"zh-chs": "總是提示",
3315
"xloc": [
3316
- "default.handlebars->29->1121",
3317
- "default.handlebars->29->1546",
3318
- "default.handlebars->29->500"
3316
+ "default.handlebars->29->1123",
3317
+ "default.handlebars->29->1548",
3318
+ "default.handlebars->29->502"
3319
]
3320
},
3321
{
@@ -3420,7 +3420,7 @@
3420
"ru": "Антивирус",
3421
"zh-chs": "防毒軟件",
3422
"xloc": [
3423
- "default.handlebars->29->489"
3423
+ "default.handlebars->29->491"
3424
]
3425
},
3426
{
@@ -3437,7 +3437,7 @@
3437
"ru": "Любые поддерживаемые",
3438
"zh-chs": "任何支持",
3439
"xloc": [
3440
- "default.handlebars->29->278"
3440
+ "default.handlebars->29->280"
3441
]
3442
},
3443
{
@@ -3454,7 +3454,7 @@
3454
"ru": "Apple MacOS",
3455
"zh-chs": "蘋果MacOS",
3456
"xloc": [
3457
- "default.handlebars->29->308"
3457
+ "default.handlebars->29->310"
3458
]
3459
},
3460
{
@@ -3471,7 +3471,7 @@
3471
"ru": "Только Apple MacOS",
3472
"zh-chs": "僅限Apple MacOS",
3473
"xloc": [
3474
- "default.handlebars->29->280"
3474
+ "default.handlebars->29->282"
3475
]
3476
},
3477
{
@@ -3505,7 +3505,7 @@
3505
"ru": "Арабский (Алжир)",
3506
"zh-chs": "阿拉伯文(阿爾及利亞)",
3507
"xloc": [
3508
- "default.handlebars->29->845"
3508
+ "default.handlebars->29->847"
3509
]
3510
},
3511
{
@@ -3522,7 +3522,7 @@
3522
"ru": "Арабский (Бахрейн)",
3523
"zh-chs": "阿拉伯文(巴林)",
3524
"xloc": [
3525
- "default.handlebars->29->846"
3525
+ "default.handlebars->29->848"
3526
]
3527
},
3528
{
@@ -3539,7 +3539,7 @@
3539
"ru": "Арабский (Египет)",
3540
"zh-chs": "阿拉伯文(埃及)",
3541
"xloc": [
3542
- "default.handlebars->29->847"
3542
+ "default.handlebars->29->849"
3543
]
3544
},
3545
{
@@ -3556,7 +3556,7 @@
3556
"ru": "Арабский (Ирак)",
3557
"zh-chs": "阿拉伯文(伊拉克)",
3558
"xloc": [
3559
- "default.handlebars->29->848"
3559
+ "default.handlebars->29->850"
3560
]
3561
},
3562
{
@@ -3573,7 +3573,7 @@
3573
"ru": "Арабский (Иордания)",
3574
"zh-chs": "阿拉伯語(約旦)",
3575
"xloc": [
3576
- "default.handlebars->29->849"
3576
+ "default.handlebars->29->851"
3577
]
3578
},
3579
{
@@ -3590,7 +3590,7 @@
3590
"ru": "Арабский (Кувейт)",
3591
"zh-chs": "阿拉伯文(科威特)",
3592
"xloc": [
3593
- "default.handlebars->29->850"
3593
+ "default.handlebars->29->852"
3594
]
3595
},
3596
{
@@ -3607,7 +3607,7 @@
3607
"ru": "Арабский (Ливан)",
3608
"zh-chs": "阿拉伯語(黎巴嫩)",
3609
"xloc": [
3610
- "default.handlebars->29->851"
3610
+ "default.handlebars->29->853"
3611
]
3612
},
3613
{
@@ -3624,7 +3624,7 @@
3624
"ru": "Арабский (Ливия)",
3625
"zh-chs": "阿拉伯文(利比亞)",
3626
"xloc": [
3627
- "default.handlebars->29->852"
3627
+ "default.handlebars->29->854"
3628
]
3629
},
3630
{
@@ -3641,7 +3641,7 @@
3641
"ru": "Арабский (Марокко)",
3642
"zh-chs": "阿拉伯文(摩洛哥)",
3643
"xloc": [
3644
- "default.handlebars->29->853"
3644
+ "default.handlebars->29->855"
3645
]
3646
},
3647
{
@@ -3658,7 +3658,7 @@
3658
"ru": "Арабский (Оман)",
3659
"zh-chs": "阿拉伯文(阿曼)",
3660
"xloc": [
3661
- "default.handlebars->29->854"
3661
+ "default.handlebars->29->856"
3662
]
3663
},
3664
{
@@ -3675,7 +3675,7 @@
3675
"ru": "Арабский (Катар)",
3676
"zh-chs": "阿拉伯語(卡塔爾)",
3677
"xloc": [
3678
- "default.handlebars->29->855"
3678
+ "default.handlebars->29->857"
3679
]
3680
},
3681
{
@@ -3692,7 +3692,7 @@
3692
"ru": "Арабский (Саудовская Аравия)",
3693
"zh-chs": "阿拉伯語(沙特阿拉伯)",
3694
"xloc": [
3695
- "default.handlebars->29->856"
3695
+ "default.handlebars->29->858"
3696
]
3697
},
3698
{
@@ -3709,7 +3709,7 @@
3709
"ru": "Арабский (стандартный)",
3710
"zh-chs": "阿拉伯語(標準)",
3711
"xloc": [
3712
- "default.handlebars->29->844"
3712
+ "default.handlebars->29->846"
3713
]
3714
},
3715
{
@@ -3726,7 +3726,7 @@
3726
"ru": "Арабский (Сирия)",
3727
"zh-chs": "阿拉伯語(敘利亞)",
3728
"xloc": [
3729
- "default.handlebars->29->857"
3729
+ "default.handlebars->29->859"
3730
]
3731
},
3732
{
@@ -3743,7 +3743,7 @@
3743
"ru": "Арабский (Тунис)",
3744
"zh-chs": "阿拉伯文(突尼斯)",
3745
"xloc": [
3746
- "default.handlebars->29->858"
3746
+ "default.handlebars->29->860"
3747
]
3748
},
3749
{
@@ -3760,7 +3760,7 @@
3760
"ru": "Арабский (О.А.Э.)",
3761
"zh-chs": "阿拉伯文(阿聯酋)",
3762
"xloc": [
3763
- "default.handlebars->29->859"
3763
+ "default.handlebars->29->861"
3764
]
3765
},
3766
{
@@ -3777,7 +3777,7 @@
3777
"ru": "Арабский (Йемен)",
3778
"zh-chs": "阿拉伯文(也門)",
3779
"xloc": [
3780
- "default.handlebars->29->860"
3780
+ "default.handlebars->29->862"
3781
]
3782
},
3783
{
@@ -3794,7 +3794,7 @@
3794
"ru": "Арагонский",
3795
"zh-chs": "阿拉貢人",
3796
"xloc": [
3797
- "default.handlebars->29->861"
3797
+ "default.handlebars->29->863"
3798
]
3799
},
3800
{
@@ -3811,7 +3811,7 @@
3811
"ru": "Архитектура",
3812
"zh-chs": "建築",
3813
"xloc": [
3814
- "default.handlebars->29->758"
3814
+ "default.handlebars->29->760"
3815
]
3816
},
3817
{
@@ -3828,7 +3828,7 @@
3828
"ru": "Вы действительно хотите подключиться к {0} устройствам?",
3829
"zh-chs": "您確定要連接到{0}設備嗎?",
3830
"xloc": [
3831
- "default.handlebars->29->206"
3831
+ "default.handlebars->29->208"
3832
]
3833
},
3834
{
@@ -3846,7 +3846,7 @@
3846
"zh-chs": "您確定要刪除組{0}嗎?刪除設備組還將刪除該組中有關設備的所有信息。",
3847
"xloc": [
3848
"default-mobile.handlebars->9->287",
3849
- "default.handlebars->29->1184"
3849
+ "default.handlebars->29->1186"
3850
]
3851
},
3852
{
@@ -3863,7 +3863,7 @@
3863
"ru": "Вы действительно хотите удалить устройство \\\"{0}\\\"?",
3864
"zh-chs": "您確定要刪除節點{0}嗎?",
3865
"xloc": [
3866
- "default.handlebars->29->632"
3866
+ "default.handlebars->29->634"
3867
]
3868
},
3869
{
@@ -3880,7 +3880,7 @@
3880
"ru": "Вы действительно хотите деинсталировать выбранного агента?",
3881
"zh-chs": "您確定要卸載所選代理嗎?",
3882
"xloc": [
3883
- "default.handlebars->29->621"
3883
+ "default.handlebars->29->623"
3884
]
3885
},
3886
{
@@ -3897,7 +3897,7 @@
3897
"ru": "Вы действительно хотите деинсталлировать выбранных {0} агентов?",
3898
"zh-chs": "您確定要卸載所選的{0}代理嗎?",
3899
"xloc": [
3900
- "default.handlebars->29->620"
3900
+ "default.handlebars->29->622"
3901
]
3902
},
3903
{
@@ -3914,7 +3914,7 @@
3914
"ru": "Вы уверенны, что {0} плагин: {1}",
3915
"zh-chs": "您確定要{0}插件嗎:{1}",
3916
"xloc": [
3917
- "default.handlebars->29->1692"
3917
+ "default.handlebars->29->1694"
3918
]
3919
},
3920
{
@@ -3931,7 +3931,7 @@
3931
"ru": "Армянский",
3932
"zh-chs": "亞美尼亞人",
3933
"xloc": [
3934
- "default.handlebars->29->862"
3934
+ "default.handlebars->29->864"
3935
]
3936
},
3937
{
@@ -3964,7 +3964,7 @@
3964
"ru": "Ассамский",
3965
"zh-chs": "阿薩姆語",
3966
"xloc": [
3967
- "default.handlebars->29->863"
3967
+ "default.handlebars->29->865"
3968
]
3969
},
3970
{
@@ -3981,7 +3981,7 @@
3981
"ru": "Астурии",
3982
"zh-chs": "阿斯圖里亞斯人",
3983
"xloc": [
3984
- "default.handlebars->29->864"
3984
+ "default.handlebars->29->866"
3985
]
3986
},
3987
{
@@ -3998,7 +3998,7 @@
3998
"ru": "Приложение аутентификации",
3999
"zh-chs": "身份驗證應用",
4000
"xloc": [
4001
- "default.handlebars->29->1549"
4001
+ "default.handlebars->29->1551"
4002
]
4003
},
4004
{
@@ -4021,8 +4021,8 @@
4021
"default-mobile.handlebars->9->35",
4022
"default.handlebars->29->109",
4023
"default.handlebars->29->114",
4024
- "default.handlebars->29->828",
4025
- "default.handlebars->29->830"
4024
+ "default.handlebars->29->830",
4025
+ "default.handlebars->29->832"
4026
]
4027
},
4028
{
@@ -4090,7 +4090,7 @@
4090
"ru": "Автоудаление",
4091
"zh-chs": "自動刪除",
4092
"xloc": [
4093
- "default.handlebars->29->1108"
4093
+ "default.handlebars->29->1110"
4094
]
4095
},
4096
{
@@ -4144,7 +4144,7 @@
4144
"ru": "Азербайджанский",
4145
"zh-chs": "阿塞拜疆",
4146
"xloc": [
4147
- "default.handlebars->29->865"
4147
+ "default.handlebars->29->867"
4148
]
4149
},
4150
{
@@ -4161,7 +4161,7 @@
4161
"ru": "BIOS",
4162
"zh-chs": "的BIOS",
4163
"xloc": [
4164
- "default.handlebars->29->796"
4164
+ "default.handlebars->29->798"
4165
]
4166
},
4167
{
@@ -4218,6 +4218,7 @@
4218
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpasswordpanel->1->10",
4219
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resettokenpanel->1->8",
4220
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->10",
4221
+ "login.handlebars->container->column_l->centralTable->1->0->logincell->checkemailpanel->1->8",
4222
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->12",
4223
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpanel->1->10",
4224
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpasswordpanel->1->10",
@@ -4239,7 +4240,7 @@
4240
"ru": "Фоновый и интерактивный",
4241
"zh-chs": "背景與互動",
4242
"xloc": [
4242
- "default.handlebars->29->312"
4243
+ "default.handlebars->29->314"
4244
]
4245
},
4246
{
@@ -4256,9 +4257,9 @@
4257
"ru": "Фоновый и интерактивный",
4258
"zh-chs": "背景與互動",
4259
"xloc": [
4259
- "default.handlebars->29->1284",
4260
- "default.handlebars->29->1291",
4261
- "default.handlebars->29->290"
4260
+ "default.handlebars->29->1286",
4261
+ "default.handlebars->29->1293",
4262
+ "default.handlebars->29->292"
4263
]
4264
},
4265
{
@@ -4275,10 +4276,10 @@
4276
"ru": "Только фоновый",
4277
"zh-chs": "僅背景",
4278
"xloc": [
4278
- "default.handlebars->29->1285",
4279
- "default.handlebars->29->1292",
4280
- "default.handlebars->29->291",
4281
- "default.handlebars->29->313"
4279
+ "default.handlebars->29->1287",
4280
+ "default.handlebars->29->1294",
4281
+ "default.handlebars->29->293",
4282
+ "default.handlebars->29->315"
4283
]
4284
},
4285
{
@@ -4312,7 +4313,7 @@
4313
"ru": "Резервные коды",
4314
"zh-chs": "備用碼",
4315
"xloc": [
4315
- "default.handlebars->29->1551"
4316
+ "default.handlebars->29->1553"
4317
]
4318
},
4319
{
@@ -4329,7 +4330,7 @@
4330
"ru": "Плохой ключ",
4331
"zh-chs": "錯誤的簽名",
4332
"xloc": [
4332
- "default.handlebars->29->1630"
4333
+ "default.handlebars->29->1632"
4334
]
4335
},
4336
{
@@ -4346,7 +4347,7 @@
4347
"ru": "Плохой веб-сертификат",
4348
"zh-chs": "錯誤的網絡證書",
4349
"xloc": [
4349
- "default.handlebars->29->1629"
4350
+ "default.handlebars->29->1631"
4351
]
4352
},
4353
{
@@ -4363,7 +4364,7 @@
4364
"ru": "Баскский",
4365
"zh-chs": "巴斯克",
4366
"xloc": [
4366
- "default.handlebars->29->866"
4367
+ "default.handlebars->29->868"
4368
]
4369
},
4370
{
@@ -4397,7 +4398,7 @@
4398
"ru": "Белорусский",
4399
"zh-chs": "白俄羅斯語",
4400
"xloc": [
4400
- "default.handlebars->29->868"
4401
+ "default.handlebars->29->870"
4402
]
4403
},
4404
{
@@ -4414,7 +4415,7 @@
4415
"ru": "Бенгальский",
4416
"zh-chs": "孟加拉",
4417
"xloc": [
4417
- "default.handlebars->29->869"
4418
+ "default.handlebars->29->871"
4419
]
4420
},
4421
{
@@ -4448,7 +4449,7 @@
4449
"ru": "Боснийский",
4450
"zh-chs": "波斯尼亞人",
4451
"xloc": [
4451
- "default.handlebars->29->870"
4452
+ "default.handlebars->29->872"
4453
]
4454
},
4455
{
@@ -4465,7 +4466,7 @@
4466
"ru": "Бретонский",
4467
"zh-chs": "布列塔尼",
4468
"xloc": [
4468
- "default.handlebars->29->871"
4469
+ "default.handlebars->29->873"
4470
]
4471
},
4472
{
@@ -4482,7 +4483,7 @@
4483
"ru": "Отправить сообщение",
4484
"zh-chs": "廣播",
4485
"xloc": [
4485
- "default.handlebars->29->1474",
4486
+ "default.handlebars->29->1476",
4487
"default.handlebars->container->column_l->p4->3->1->0->3->1"
4488
]
4489
},
@@ -4500,7 +4501,7 @@
4501
"ru": "Отправить сообщение",
4502
"zh-chs": "廣播消息",
4503
"xloc": [
4503
- "default.handlebars->29->1419"
4504
+ "default.handlebars->29->1421"
4505
]
4506
},
4507
{
@@ -4517,7 +4518,7 @@
4518
"ru": "Отправить сообщение всем подключенным пользователям.",
4519
"zh-chs": "向所有連接的用戶廣播消息。",
4520
"xloc": [
4520
- "default.handlebars->29->1418"
4521
+ "default.handlebars->29->1420"
4522
]
4523
},
4524
{
@@ -4534,7 +4535,7 @@
4535
"ru": "Болгарский",
4536
"zh-chs": "保加利亞語",
4537
"xloc": [
4537
- "default.handlebars->29->867"
4538
+ "default.handlebars->29->869"
4539
]
4540
},
4541
{
@@ -4551,7 +4552,7 @@
4552
"ru": "Бирманский",
4553
"zh-chs": "緬甸人",
4554
"xloc": [
4554
- "default.handlebars->29->872"
4555
+ "default.handlebars->29->874"
4556
]
4557
},
4558
{
@@ -4569,7 +4570,7 @@
4570
"zh-chs": "CCM",
4571
"xloc": [
4572
"default-mobile.handlebars->9->184",
4572
- "default.handlebars->29->469"
4573
+ "default.handlebars->29->471"
4574
]
4575
},
4576
{
@@ -4587,10 +4588,10 @@
4588
"zh-chs": "CIRA",
4589
"xloc": [
4590
"default-mobile.handlebars->9->125",
4590
- "default.handlebars->29->1172",
4591
- "default.handlebars->29->1177",
4592
- "default.handlebars->29->174",
4593
- "default.handlebars->29->367"
4591
+ "default.handlebars->29->1174",
4592
+ "default.handlebars->29->1179",
4593
+ "default.handlebars->29->176",
4594
+ "default.handlebars->29->369"
4595
]
4596
},
4597
{
@@ -4607,7 +4608,7 @@
4608
"ru": "CIRA Сервер",
4609
"zh-chs": "CIRA服務器",
4610
"xloc": [
4610
- "default.handlebars->29->1680"
4611
+ "default.handlebars->29->1682"
4612
]
4613
},
4614
{
@@ -4624,7 +4625,7 @@
4625
"ru": "CIRA Сервер команды",
4626
"zh-chs": "CIRA服務器命令",
4627
"xloc": [
4627
- "default.handlebars->29->1681"
4628
+ "default.handlebars->29->1683"
4629
]
4630
},
4631
{
@@ -4641,7 +4642,7 @@
4642
"ru": "Загрузка CPU",
4643
"zh-chs": "CPU負載",
4644
"xloc": [
4644
- "default.handlebars->29->1644"
4645
+ "default.handlebars->29->1646"
4646
]
4647
},
4648
{
@@ -4658,7 +4659,7 @@
4659
"ru": "Загрузка CPU за последние 15 минут",
4660
"zh-chs": "最近15分鐘的CPU負載",
4661
"xloc": [
4661
- "default.handlebars->29->1647"
4662
+ "default.handlebars->29->1649"
4663
]
4664
},
4665
{
@@ -4675,7 +4676,7 @@
4676
"ru": "Загрузка CPU за последние 5 минут",
4677
"zh-chs": "最近5分鐘的CPU負載",
4678
"xloc": [
4678
- "default.handlebars->29->1646"
4679
+ "default.handlebars->29->1648"
4680
]
4681
},
4682
{
@@ -4692,7 +4693,7 @@
4693
"ru": "Загрузка CPU за последнюю минуту",
4694
"zh-chs": "最後一分鐘的CPU負載",
4695
"xloc": [
4695
- "default.handlebars->29->1645"
4696
+ "default.handlebars->29->1647"
4697
]
4698
},
4699
{
@@ -4709,8 +4710,8 @@
4710
"ru": "CR+LF",
4711
"zh-chs": "CR +低頻",
4712
"xloc": [
4712
- "default.handlebars->29->700",
4713
- "default.handlebars->29->709",
4713
+ "default.handlebars->29->702",
4714
+ "default.handlebars->29->711",
4715
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
4716
]
4717
},
@@ -4728,9 +4729,9 @@
4729
"ru": "Формат CSV",
4730
"zh-chs": "CSV格式",
4731
"xloc": [
4731
- "default.handlebars->29->1355",
4732
- "default.handlebars->29->1410",
4733
- "default.handlebars->29->394"
4732
+ "default.handlebars->29->1357",
4733
+ "default.handlebars->29->1412",
4734
+ "default.handlebars->29->396"
4735
]
4736
},
4737
{
@@ -4747,7 +4748,7 @@
4748
"ru": "Ошибка вызова",
4749
"zh-chs": "通話錯誤",
4750
"xloc": [
4750
- "default.handlebars->29->1693"
4751
+ "default.handlebars->29->1695"
4752
]
4753
},
4754
{
@@ -4766,7 +4767,7 @@
4767
"xloc": [
4768
"default-mobile.handlebars->9->44",
4769
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
4769
- "default.handlebars->29->1092",
4770
+ "default.handlebars->29->1094",
4771
"default.handlebars->container->dialog->idx_dlgButtonBar",
4772
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
4773
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -4788,7 +4789,7 @@
4789
"ru": "Объем / Скорость",
4790
"zh-chs": "容量/速度",
4791
"xloc": [
4791
- "default.handlebars->29->803"
4792
+ "default.handlebars->29->805"
4793
]
4794
},
4795
{
@@ -4805,7 +4806,7 @@
4806
"ru": "Каталонский",
4807
"zh-chs": "加泰羅尼亞語",
4808
"xloc": [
4808
- "default.handlebars->29->873"
4809
+ "default.handlebars->29->875"
4810
]
4811
},
4812
{
@@ -4822,7 +4823,7 @@
4823
"ru": "Установить центр карты здесь",
4824
"zh-chs": "中心地圖在這裡",
4825
"xloc": [
4825
- "default.handlebars->29->434"
4826
+ "default.handlebars->29->436"
4827
]
4828
},
4829
{
@@ -4839,7 +4840,13 @@
4840
"ru": "Чаморро",
4841
"zh-chs": "查莫羅",
4842
"xloc": [
4842
- "default.handlebars->29->874"
4843
+ "default.handlebars->29->876"
4844
+ ]
4845
+ },
4846
+ {
4847
+ "en": "Change Email Address",
4848
+ "xloc": [
4849
+ "login.handlebars->container->column_l->centralTable->1->0->logincell->checkemailpanel->1->checkCheckOperations->1->2->1->1"
4850
]
4851
},
4852
{
@@ -4856,7 +4863,7 @@
4863
"ru": "Смена email для {0}",
4864
"zh-chs": "更改{0}的電子郵件",
4865
"xloc": [
4859
- "default.handlebars->29->1568"
4866
+ "default.handlebars->29->1570"
4867
]
4868
},
4869
{
@@ -4873,9 +4880,9 @@
4880
"ru": "Смена группы",
4881
"zh-chs": "變更組",
4882
"xloc": [
4876
- "default.handlebars->29->522",
4877
- "default.handlebars->29->629",
4878
- "default.handlebars->29->630"
4883
+ "default.handlebars->29->524",
4884
+ "default.handlebars->29->631",
4885
+ "default.handlebars->29->632"
4886
]
4887
},
4888
{
@@ -4893,8 +4900,8 @@
4900
"zh-chs": "更改密碼",
4901
"xloc": [
4902
"default-mobile.handlebars->9->52",
4896
- "default.handlebars->29->1068",
4897
- "default.handlebars->29->1561"
4903
+ "default.handlebars->29->1070",
4904
+ "default.handlebars->29->1563"
4905
]
4906
},
4907
{
@@ -4911,7 +4918,7 @@
4918
"ru": "Смена пароля для {0}",
4919
"zh-chs": "更改{0}的密碼",
4920
"xloc": [
4914
- "default.handlebars->29->1575"
4921
+ "default.handlebars->29->1577"
4922
]
4923
},
4924
{
@@ -4981,7 +4988,7 @@
4988
"ru": "Изменить пароль для этого пользователя",
4989
"zh-chs": "更改該用戶的密碼",
4990
"xloc": [
4984
- "default.handlebars->29->1560"
4991
+ "default.handlebars->29->1562"
4992
]
4993
},
4994
{
@@ -5015,7 +5022,7 @@
5022
"ru": "Измените адрес электронной почты вашей учетной записи здесь.",
5023
"zh-chs": "在此處更改您的帳戶電子郵件地址。",
5024
"xloc": [
5018
- "default.handlebars->29->1055"
5025
+ "default.handlebars->29->1057"
5026
]
5027
},
5028
{
@@ -5032,7 +5039,7 @@
5039
"ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
5040
"zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
5041
"xloc": [
5035
- "default.handlebars->29->1061"
5042
+ "default.handlebars->29->1063"
5043
]
5044
},
5045
{
@@ -5049,7 +5056,7 @@
5056
"ru": "Изменение языка потребует перезагрузить страницу.",
5057
"zh-chs": "更改語言將需要刷新頁面。",
5058
"xloc": [
5052
- "default.handlebars->29->1040"
5059
+ "default.handlebars->29->1042"
5060
]
5061
},
5062
{
@@ -5066,9 +5073,9 @@
5073
"ru": "Чат",
5074
"zh-chs": "聊天室",
5075
"xloc": [
5069
- "default.handlebars->29->1372",
5070
- "default.handlebars->29->571",
5071
- "default.handlebars->29->590"
5076
+ "default.handlebars->29->1374",
5077
+ "default.handlebars->29->573",
5078
+ "default.handlebars->29->592"
5079
]
5080
},
5081
{
@@ -5087,8 +5094,8 @@
5094
"xloc": [
5095
"default-mobile.handlebars->9->308",
5096
"default-mobile.handlebars->9->326",
5090
- "default.handlebars->29->1234",
5091
- "default.handlebars->29->1268"
5097
+ "default.handlebars->29->1236",
5098
+ "default.handlebars->29->1270"
5099
]
5100
},
5101
{
@@ -5105,7 +5112,7 @@
5112
"ru": "Чеченский",
5113
"zh-chs": "車臣",
5114
"xloc": [
5108
- "default.handlebars->29->875"
5115
+ "default.handlebars->29->877"
5116
]
5117
},
5118
{
@@ -5173,8 +5180,8 @@
5180
"ru": "Проверка...",
5181
"zh-chs": "檢查...",
5182
"xloc": [
5176
- "default.handlebars->29->1687",
5177
- "default.handlebars->29->841"
5183
+ "default.handlebars->29->1689",
5184
+ "default.handlebars->29->843"
5185
]
5186
},
5187
{
@@ -5191,7 +5198,7 @@
5198
"ru": "Китайский",
5199
"zh-chs": "中文",
5200
"xloc": [
5194
- "default.handlebars->29->876"
5201
+ "default.handlebars->29->878"
5202
]
5203
},
5204
{
@@ -5208,7 +5215,7 @@
5215
"ru": "Китайский (Гонконг)",
5216
"zh-chs": "中文(香港)",
5217
"xloc": [
5211
- "default.handlebars->29->877"
5218
+ "default.handlebars->29->879"
5219
]
5220
},
5221
{
@@ -5225,7 +5232,7 @@
5232
"ru": "Китайский (КНР)",
5233
"zh-chs": "中文(中國)",
5234
"xloc": [
5228
- "default.handlebars->29->878"
5235
+ "default.handlebars->29->880"
5236
]
5237
},
5238
{
@@ -5240,7 +5247,7 @@
5247
"ru": "Упрощенный китайский)",
5248
"zh-chs": "简体中文)",
5249
"xloc": [
5243
- "default.handlebars->29->1038"
5250
+ "default.handlebars->29->1040"
5251
]
5252
},
5253
{
@@ -5257,7 +5264,7 @@
5264
"ru": "Китайский (Сингапур)",
5265
"zh-chs": "中文(新加坡)",
5266
"xloc": [
5260
- "default.handlebars->29->879"
5267
+ "default.handlebars->29->881"
5268
]
5269
},
5270
{
@@ -5274,7 +5281,7 @@
5281
"ru": "Китайский (Тайвань)",
5282
"zh-chs": "中文(台灣)",
5283
"xloc": [
5277
- "default.handlebars->29->880"
5284
+ "default.handlebars->29->882"
5285
]
5286
},
5287
{
@@ -5309,7 +5316,7 @@
5316
"ru": "Чувашский",
5317
"zh-chs": "楚瓦什",
5318
"xloc": [
5312
- "default.handlebars->29->881"
5319
+ "default.handlebars->29->883"
5320
]
5321
},
5322
{
@@ -5326,7 +5333,7 @@
5333
"ru": "Очистка CIRA",
5334
"zh-chs": "清理CIRA",
5335
"xloc": [
5329
- "default.handlebars->29->252"
5336
+ "default.handlebars->29->254"
5337
]
5338
},
5339
{
@@ -5349,11 +5356,11 @@
5356
"default-mobile.handlebars->9->269",
5357
"default-mobile.handlebars->9->28",
5358
"default-mobile.handlebars->9->94",
5352
- "default.handlebars->29->1349",
5353
- "default.handlebars->29->735",
5359
+ "default.handlebars->29->1351",
5360
"default.handlebars->29->737",
5361
"default.handlebars->29->739",
5362
"default.handlebars->29->741",
5363
+ "default.handlebars->29->743",
5364
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
5365
"default.handlebars->container->column_l->p41->3->1",
5366
"messenger.handlebars->xbottom"
@@ -5381,7 +5388,7 @@
5388
"en": "Clear all",
5389
"nl": "Wis alle meldingen",
5390
"xloc": [
5384
- "default.handlebars->29->1617"
5391
+ "default.handlebars->29->1619"
5392
]
5393
},
5394
{
@@ -5398,7 +5405,7 @@
5405
"ru": "Очистить ядро",
5406
"zh-chs": "清除核心",
5407
"xloc": [
5401
- "default.handlebars->29->819"
5408
+ "default.handlebars->29->821"
5409
]
5410
},
5411
{
@@ -5429,7 +5436,7 @@
5436
"ru": "Очистить это уведомление",
5437
"zh-chs": "清除此通知",
5438
"xloc": [
5432
- "default.handlebars->29->1616"
5439
+ "default.handlebars->29->1618"
5440
]
5441
},
5442
{
@@ -5464,8 +5471,8 @@
5471
"en": "Click here to edit the device group name",
5472
"nl": "Klik hier om de apparaatgroepsnaam te bewerken",
5473
"xloc": [
5467
- "default.handlebars->29->1101",
5468
- "default.handlebars->29->1305"
5474
+ "default.handlebars->29->1103",
5475
+ "default.handlebars->29->1307"
5476
]
5477
},
5478
{
@@ -5482,14 +5489,14 @@
5489
"ru": "Для изменения имени устройства на сервере нажмите сюда",
5490
"zh-chs": "單擊此處編輯服務器端設備名稱",
5491
"xloc": [
5485
- "default.handlebars->29->448"
5492
+ "default.handlebars->29->450"
5493
]
5494
},
5495
{
5496
"en": "Click here to edit the user group name",
5497
"nl": "Klik hier om de gebruikersgroepsnaam te bewerken",
5498
"xloc": [
5492
- "default.handlebars->29->1467"
5499
+ "default.handlebars->29->1469"
5500
]
5501
},
5502
{
@@ -5535,7 +5542,7 @@
5542
"zh-chs": "單擊確定將驗證郵件發送到:",
5543
"xloc": [
5544
"default-mobile.handlebars->9->37",
5538
- "default.handlebars->29->1052"
5545
+ "default.handlebars->29->1054"
5546
]
5547
},
5548
{
@@ -5569,7 +5576,7 @@
5576
"ru": "Режим управления клиентом (CCM)",
5577
"zh-chs": "客戶端控制模式(CCM)",
5578
"xloc": [
5572
- "default.handlebars->29->783"
5579
+ "default.handlebars->29->785"
5580
]
5581
},
5582
{
@@ -5586,8 +5593,8 @@
5593
"ru": "Клиент инициировал удаленный доступ",
5594
"zh-chs": "客戶端啟動的遠程訪問",
5595
"xloc": [
5589
- "default.handlebars->29->1171",
5590
- "default.handlebars->29->1176"
5596
+ "default.handlebars->29->1173",
5597
+ "default.handlebars->29->1178"
5598
]
5599
},
5600
{
@@ -5624,7 +5631,7 @@
5631
"default-mobile.handlebars->9->26",
5632
"default.handlebars->29->121",
5633
"default.handlebars->29->129",
5627
- "default.handlebars->29->693"
5634
+ "default.handlebars->29->695"
5635
]
5636
},
5637
{
@@ -5659,8 +5666,8 @@
5666
"ru": "Общие группы устройств",
5667
"zh-chs": "通用設備組",
5668
"xloc": [
5662
- "default.handlebars->29->1482",
5663
- "default.handlebars->29->1580"
5669
+ "default.handlebars->29->1484",
5670
+ "default.handlebars->29->1582"
5671
]
5672
},
5673
{
@@ -5677,8 +5684,8 @@
5684
"ru": "Общие устройства",
5685
"zh-chs": "通用設備",
5686
"xloc": [
5680
- "default.handlebars->29->1488",
5681
- "default.handlebars->29->1592"
5687
+ "default.handlebars->29->1490",
5688
+ "default.handlebars->29->1594"
5689
]
5690
},
5691
{
@@ -5696,7 +5703,7 @@
5703
"zh-chs": "將{1}入口{2}中的{0}限製到此位置?",
5704
"xloc": [
5705
"default-mobile.handlebars->9->89",
5699
- "default.handlebars->29->1344"
5706
+ "default.handlebars->29->1346"
5707
]
5708
},
5709
{
@@ -5715,14 +5722,14 @@
5722
"xloc": [
5723
"default-mobile.handlebars->9->223",
5724
"default-mobile.handlebars->9->288",
5718
- "default.handlebars->29->1185",
5719
- "default.handlebars->29->1397",
5720
- "default.handlebars->29->1459",
5721
- "default.handlebars->29->1502",
5722
- "default.handlebars->29->1578",
5723
- "default.handlebars->29->391",
5724
- "default.handlebars->29->624",
5725
- "default.handlebars->29->633"
5725
+ "default.handlebars->29->1187",
5726
+ "default.handlebars->29->1399",
5727
+ "default.handlebars->29->1461",
5728
+ "default.handlebars->29->1504",
5729
+ "default.handlebars->29->1580",
5730
+ "default.handlebars->29->393",
5731
+ "default.handlebars->29->626",
5732
+ "default.handlebars->29->635"
5733
]
5734
},
5735
{
@@ -5740,7 +5747,7 @@
5747
"zh-chs": "確認將1個副本複製到此位置?",
5748
"xloc": [
5749
"default-mobile.handlebars->9->258",
5743
- "default.handlebars->29->730"
5750
+ "default.handlebars->29->732"
5751
]
5752
},
5753
{
@@ -5758,7 +5765,7 @@
5765
"zh-chs": "確認{0}個條目的副本到此位置?",
5766
"xloc": [
5767
"default-mobile.handlebars->9->257",
5761
- "default.handlebars->29->729"
5768
+ "default.handlebars->29->731"
5769
]
5770
},
5771
{
@@ -5766,7 +5773,7 @@
5773
"en": "Confirm delete selected account(s)?",
5774
"nl": "Bevestig verwijdering geselecteerde account(s)?",
5775
"xloc": [
5769
- "default.handlebars->29->1396"
5776
+ "default.handlebars->29->1398"
5777
]
5778
},
5779
{
@@ -5783,7 +5790,7 @@
5790
"ru": "Подтвердить удаление выбранных устройств?",
5791
"zh-chs": "確認刪除所選設備?",
5792
"xloc": [
5786
- "default.handlebars->29->390"
5793
+ "default.handlebars->29->392"
5794
]
5795
},
5796
{
@@ -5791,7 +5798,7 @@
5798
"en": "Confirm delete selected user groups(s)?",
5799
"nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?",
5800
"xloc": [
5794
- "default.handlebars->29->1458"
5801
+ "default.handlebars->29->1460"
5802
]
5803
},
5804
{
@@ -5808,7 +5815,7 @@
5815
"ru": "Подтвердить удаление пользователя {0}?",
5816
"zh-chs": "確認刪除用戶{0}?",
5817
"xloc": [
5811
- "default.handlebars->29->1577"
5818
+ "default.handlebars->29->1579"
5819
]
5820
},
5821
{
@@ -5816,7 +5823,7 @@
5823
"en": "Confirm membership removal of user \\\"{0}\\\"?",
5824
"nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?",
5825
"xloc": [
5819
- "default.handlebars->29->1505"
5826
+ "default.handlebars->29->1507"
5827
]
5828
},
5829
{
@@ -5824,7 +5831,7 @@
5831
"en": "Confirm membership removal of user group \\\"{0}\\\"?",
5832
"nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?",
5833
"xloc": [
5827
- "default.handlebars->29->1607"
5834
+ "default.handlebars->29->1609"
5835
]
5836
},
5837
{
@@ -5842,7 +5849,7 @@
5849
"zh-chs": "確認將1個入口移動到此位置?",
5850
"xloc": [
5851
"default-mobile.handlebars->9->260",
5845
- "default.handlebars->29->732"
5852
+ "default.handlebars->29->734"
5853
]
5854
},
5855
{
@@ -5860,7 +5867,7 @@
5867
"zh-chs": "確認將{0}個條目移到此位置?",
5868
"xloc": [
5869
"default-mobile.handlebars->9->259",
5863
- "default.handlebars->29->731"
5870
+ "default.handlebars->29->733"
5871
]
5872
},
5873
{
@@ -5877,7 +5884,7 @@
5884
"ru": "Подтвердить перезапись?",
5885
"zh-chs": "確認覆蓋?",
5886
"xloc": [
5880
- "default.handlebars->29->1343"
5887
+ "default.handlebars->29->1345"
5888
]
5889
},
5890
{
@@ -5885,8 +5892,8 @@
5892
"en": "Confirm removal of access rights for device \\\"{0}\\\"?",
5893
"nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?",
5894
"xloc": [
5888
- "default.handlebars->29->1495",
5889
- "default.handlebars->29->1598"
5895
+ "default.handlebars->29->1497",
5896
+ "default.handlebars->29->1600"
5897
]
5898
},
5899
{
@@ -5894,8 +5901,8 @@
5901
"en": "Confirm removal of access rights for device group \\\"{0}\\\"?",
5902
"nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?",
5903
"xloc": [
5897
- "default.handlebars->29->1497",
5898
- "default.handlebars->29->1611"
5904
+ "default.handlebars->29->1499",
5905
+ "default.handlebars->29->1613"
5906
]
5907
},
5908
{
@@ -5903,7 +5910,7 @@
5910
"en": "Confirm removal of access rights for user \\\"{0}\\\"?",
5911
"nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?",
5912
"xloc": [
5906
- "default.handlebars->29->1600"
5913
+ "default.handlebars->29->1602"
5914
]
5915
},
5916
{
@@ -5911,7 +5918,7 @@
5918
"en": "Confirm removal of access rights for user group \\\"{0}\\\"?",
5919
"nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?",
5920
"xloc": [
5914
- "default.handlebars->29->1603"
5921
+ "default.handlebars->29->1605"
5922
]
5923
},
5924
{
@@ -5919,8 +5926,8 @@
5926
"en": "Confirm removal of access rights?",
5927
"nl": "Verwijdering van toegangsrechten bevestigen?",
5928
"xloc": [
5922
- "default.handlebars->29->1601",
5923
- "default.handlebars->29->1604"
5929
+ "default.handlebars->29->1603",
5930
+ "default.handlebars->29->1606"
5931
]
5932
},
5933
{
@@ -5938,7 +5945,7 @@
5945
"zh-chs": "確認刪除身份驗證器應用程序兩步登錄?",
5946
"xloc": [
5947
"default-mobile.handlebars->9->36",
5941
- "default.handlebars->29->831"
5948
+ "default.handlebars->29->833"
5949
]
5950
},
5951
{
@@ -5985,7 +5992,7 @@
5992
"en": "Confirm removal of rights for user \\\"{0}\\\"?",
5993
"nl": "Bevestig de verwijdering van rechten voor gebruiker \\\"{0}\\\"?",
5994
"xloc": [
5988
- "default.handlebars->29->1277"
5995
+ "default.handlebars->29->1279"
5996
]
5997
},
5998
{
@@ -5993,7 +6000,7 @@
6000
"en": "Confirm removal of rights for user group \\\"{0}\\\"?",
6001
"nl": "Bevestig de verwijdering van rechten voor de gebruikergroep \\\"{0}\\\"?",
6002
"xloc": [
5996
- "default.handlebars->29->1279"
6003
+ "default.handlebars->29->1281"
6004
]
6005
},
6006
{
@@ -6035,8 +6042,8 @@
6042
"default-mobile.handlebars->9->237",
6043
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
6044
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
6038
- "default.handlebars->29->1124",
6039
- "default.handlebars->29->712",
6045
+ "default.handlebars->29->1126",
6046
+ "default.handlebars->29->714",
6047
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
6048
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
6049
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -6057,7 +6064,7 @@
6064
"ru": "Подключиться ко всем",
6065
"zh-chs": "全部連接",
6066
"xloc": [
6060
- "default.handlebars->29->205",
6067
+ "default.handlebars->29->207",
6068
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
6069
]
6070
},
@@ -6075,8 +6082,8 @@
6082
"ru": "Подключиться к серверу",
6083
"zh-chs": "連接到服務器",
6084
"xloc": [
6078
- "default.handlebars->29->1175",
6079
- "default.handlebars->29->1179"
6085
+ "default.handlebars->29->1177",
6086
+ "default.handlebars->29->1181"
6087
]
6088
},
6089
{
@@ -6147,7 +6154,7 @@
6154
"ru": "Подключено Intel® AMT",
6155
"zh-chs": "連接的英特爾®AMT",
6156
"xloc": [
6150
- "default.handlebars->29->1635"
6157
+ "default.handlebars->29->1637"
6158
]
6159
},
6160
{
@@ -6164,7 +6171,7 @@
6171
"ru": "Подключенные пользователи",
6172
"zh-chs": "關聯用戶",
6173
"xloc": [
6167
- "default.handlebars->29->1640"
6174
+ "default.handlebars->29->1642"
6175
]
6176
},
6177
{
@@ -6181,7 +6188,7 @@
6188
"ru": "Подключено сейчас",
6189
"zh-chs": "現在已連接",
6190
"xloc": [
6184
- "default.handlebars->29->762"
6191
+ "default.handlebars->29->764"
6192
]
6193
},
6194
{
@@ -6218,10 +6225,10 @@
6225
"default-mobile.handlebars->9->2",
6226
"default-mobile.handlebars->9->273",
6227
"default-mobile.handlebars->9->6",
6221
- "default.handlebars->29->199",
6222
- "default.handlebars->29->202",
6223
- "default.handlebars->29->208",
6224
- "default.handlebars->29->753",
6228
+ "default.handlebars->29->201",
6229
+ "default.handlebars->29->204",
6230
+ "default.handlebars->29->210",
6231
+ "default.handlebars->29->755",
6232
"default.handlebars->29->9",
6233
"xterm.handlebars->9->2"
6234
]
@@ -6240,7 +6247,7 @@
6247
"ru": "Подключений ",
6248
"zh-chs": "連接數",
6249
"xloc": [
6243
- "default.handlebars->29->1651"
6250
+ "default.handlebars->29->1653"
6251
]
6252
},
6253
{
@@ -6257,7 +6264,7 @@
6264
"ru": "Ретранслятор подключения",
6265
"zh-chs": "連接繼電器",
6266
"xloc": [
6260
- "default.handlebars->29->1679"
6267
+ "default.handlebars->29->1681"
6268
]
6269
},
6270
{
@@ -6309,9 +6316,9 @@
6316
"zh-chs": "連接性",
6317
"xloc": [
6318
"default-mobile.handlebars->9->198",
6312
- "default.handlebars->29->1312",
6313
- "default.handlebars->29->190",
6314
- "default.handlebars->29->513",
6319
+ "default.handlebars->29->1314",
6320
+ "default.handlebars->29->192",
6321
+ "default.handlebars->29->515",
6322
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
6323
]
6324
},
@@ -6329,8 +6336,8 @@
6336
"ru": "Консоль",
6337
"zh-chs": "安慰",
6338
"xloc": [
6332
- "default.handlebars->29->566",
6333
- "default.handlebars->29->585",
6339
+ "default.handlebars->29->568",
6340
+ "default.handlebars->29->587",
6341
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
6342
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
6343
"default.handlebars->contextMenu->cxconsole"
@@ -6350,7 +6357,7 @@
6357
"ru": "Консоль - ",
6358
"zh-chs": "安慰 -",
6359
"xloc": [
6353
- "default.handlebars->29->449"
6360
+ "default.handlebars->29->451"
6361
]
6362
},
6363
{
@@ -6364,8 +6371,8 @@
6371
"ru": "контроль",
6372
"zh-chs": "控制",
6373
"xloc": [
6367
- "default.handlebars->29->565",
6368
- "default.handlebars->29->584"
6374
+ "default.handlebars->29->567",
6375
+ "default.handlebars->29->586"
6376
]
6377
},
6378
{
@@ -6382,7 +6389,7 @@
6389
"ru": "Cookie-кодировщик",
6390
"zh-chs": "Cookie編碼器",
6391
"xloc": [
6385
- "default.handlebars->29->1665"
6392
+ "default.handlebars->29->1667"
6393
]
6394
},
6395
{
@@ -6437,7 +6444,7 @@
6444
"ru": "Скопировать ссылку MacOS agent в буфер обмена",
6445
"zh-chs": "將MacOS代理URL複製到剪貼板",
6446
"xloc": [
6440
- "default.handlebars->29->331"
6447
+ "default.handlebars->29->333"
6448
]
6449
},
6450
{
@@ -6451,7 +6458,7 @@
6458
"ru": "Скопировать URL-адрес агента Windows 32bit в буфер обмена",
6459
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
6460
"xloc": [
6454
- "default.handlebars->29->319"
6461
+ "default.handlebars->29->321"
6462
]
6463
},
6464
{
@@ -6465,7 +6472,7 @@
6472
"ru": "Скопировать URL-адрес агента Windows 64bit в буфер обмена",
6473
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
6474
"xloc": [
6468
- "default.handlebars->29->323"
6475
+ "default.handlebars->29->325"
6476
]
6477
},
6478
{
@@ -6504,9 +6511,9 @@
6511
"ru": "Скопировать ссылку в буфер обмена",
6512
"zh-chs": "複製鏈接到剪貼板",
6513
"xloc": [
6507
- "default.handlebars->29->1317",
6508
- "default.handlebars->29->1331",
6509
- "default.handlebars->29->303"
6514
+ "default.handlebars->29->1319",
6515
+ "default.handlebars->29->1333",
6516
+ "default.handlebars->29->305"
6517
]
6518
},
6519
{
@@ -6683,7 +6690,7 @@
6690
"ru": "Основной сервер",
6691
"zh-chs": "核心服務器",
6692
"xloc": [
6686
- "default.handlebars->29->1664"
6693
+ "default.handlebars->29->1666"
6694
]
6695
},
6696
{
@@ -6700,7 +6707,7 @@
6707
"ru": "Kорсиканский",
6708
"zh-chs": "科西嘉人",
6709
"xloc": [
6703
- "default.handlebars->29->882"
6710
+ "default.handlebars->29->884"
6711
]
6712
},
6713
{
@@ -6717,7 +6724,7 @@
6724
"ru": "Создать учетную запись",
6725
"zh-chs": "創建帳號",
6726
"xloc": [
6720
- "default.handlebars->29->1430",
6727
+ "default.handlebars->29->1432",
6728
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
6729
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
6730
]
@@ -6753,7 +6760,7 @@
6760
"ru": "Создать группу пользователей",
6761
"zh-chs": "創建用戶組",
6762
"xloc": [
6756
- "default.handlebars->29->1464"
6763
+ "default.handlebars->29->1466"
6764
]
6765
},
6766
{
@@ -6770,7 +6777,7 @@
6777
"ru": "Создайте новую группу устройств, используя параметры ниже.",
6778
"zh-chs": "使用以下選項創建一個新的設備組。",
6779
"xloc": [
6773
- "default.handlebars->29->1075"
6780
+ "default.handlebars->29->1077"
6781
]
6782
},
6783
{
@@ -6787,7 +6794,7 @@
6794
"ru": "Создать новую группу устройств.",
6795
"zh-chs": "創建一個新的設備組。",
6796
"xloc": [
6790
- "default.handlebars->29->192"
6797
+ "default.handlebars->29->194"
6798
]
6799
},
6800
{
@@ -6804,7 +6811,7 @@
6811
"ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
6812
"zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:",
6813
"xloc": [
6807
- "default.handlebars->29->1401"
6814
+ "default.handlebars->29->1403"
6815
]
6816
},
6817
{
@@ -6839,7 +6846,7 @@
6846
"ru": "Создано",
6847
"zh-chs": "創建",
6848
"xloc": [
6842
- "default.handlebars->29->1525"
6849
+ "default.handlebars->29->1527"
6850
]
6851
},
6852
{
@@ -6874,7 +6881,7 @@
6881
"ru": "Кри (Канадский язык)",
6882
"zh-chs": "克里",
6883
"xloc": [
6877
- "default.handlebars->29->883"
6884
+ "default.handlebars->29->885"
6885
]
6886
},
6887
{
@@ -6891,7 +6898,7 @@
6898
"ru": "Хорватский",
6899
"zh-chs": "克羅地亞語",
6900
"xloc": [
6894
- "default.handlebars->29->884"
6901
+ "default.handlebars->29->886"
6902
]
6903
},
6904
{
@@ -7032,7 +7039,7 @@
7039
"ru": "Чешский",
7040
"zh-chs": "捷克文",
7041
"xloc": [
7035
- "default.handlebars->29->885"
7042
+ "default.handlebars->29->887"
7043
]
7044
},
7045
{
@@ -7066,7 +7073,7 @@
7073
"ru": "Датский",
7074
"zh-chs": "丹麥文",
7075
"xloc": [
7069
- "default.handlebars->29->886"
7076
+ "default.handlebars->29->888"
7077
]
7078
},
7079
{
@@ -7083,7 +7090,7 @@
7090
"ru": "DataChannel",
7091
"zh-chs": "數據通道",
7092
"xloc": [
7086
- "default.handlebars->29->669"
7093
+ "default.handlebars->29->671"
7094
]
7095
},
7096
{
@@ -7100,7 +7107,7 @@
7107
"ru": "Дата & Время",
7108
"zh-chs": "日期和時間",
7109
"xloc": [
7103
- "default.handlebars->29->1043"
7110
+ "default.handlebars->29->1045"
7111
]
7112
},
7113
{
@@ -7117,7 +7124,7 @@
7124
"ru": "День",
7125
"zh-chs": "天",
7126
"xloc": [
7120
- "default.handlebars->29->608"
7127
+ "default.handlebars->29->610"
7128
]
7129
},
7130
{
@@ -7134,7 +7141,7 @@
7141
"ru": "Деактивировать режим управления клиентом (CCM)",
7142
"zh-chs": "停用客戶端控制模式(CCM)",
7143
"xloc": [
7137
- "default.handlebars->29->1163"
7144
+ "default.handlebars->29->1165"
7145
]
7146
},
7147
{
@@ -7152,7 +7159,7 @@
7159
"zh-chs": "沉睡",
7160
"xloc": [
7161
"default-mobile.handlebars->9->113",
7155
- "default.handlebars->29->350"
7162
+ "default.handlebars->29->352"
7163
]
7164
},
7165
{
@@ -7173,9 +7180,9 @@
7180
"default-mobile.handlebars->9->84",
7181
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
7182
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
7176
- "default.handlebars->29->1338",
7177
- "default.handlebars->29->421",
7178
- "default.handlebars->29->722",
7183
+ "default.handlebars->29->1340",
7184
+ "default.handlebars->29->423",
7185
+ "default.handlebars->29->724",
7186
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
7187
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
7188
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -7199,7 +7206,7 @@
7206
"zh-chs": "刪除帳戶",
7207
"xloc": [
7208
"default-mobile.handlebars->9->46",
7202
- "default.handlebars->29->1060"
7209
+ "default.handlebars->29->1062"
7210
]
7211
},
7212
{
@@ -7207,7 +7214,7 @@
7214
"en": "Delete Accounts",
7215
"nl": "Verwijder accounts",
7216
"xloc": [
7210
- "default.handlebars->29->1398"
7217
+ "default.handlebars->29->1400"
7218
]
7219
},
7220
{
@@ -7225,7 +7232,7 @@
7232
"zh-chs": "刪除裝置",
7233
"xloc": [
7234
"default-mobile.handlebars->9->202",
7228
- "default.handlebars->29->524"
7235
+ "default.handlebars->29->526"
7236
]
7237
},
7238
{
@@ -7244,8 +7251,8 @@
7251
"xloc": [
7252
"default-mobile.handlebars->9->286",
7253
"default-mobile.handlebars->9->289",
7247
- "default.handlebars->29->1156",
7248
- "default.handlebars->29->1186"
7254
+ "default.handlebars->29->1158",
7255
+ "default.handlebars->29->1188"
7256
]
7257
},
7258
{
@@ -7263,7 +7270,7 @@
7270
"zh-chs": "刪除節點",
7271
"xloc": [
7272
"default-mobile.handlebars->9->221",
7266
- "default.handlebars->29->634"
7273
+ "default.handlebars->29->636"
7274
]
7275
},
7276
{
@@ -7280,7 +7287,7 @@
7287
"ru": "Удалить устройства",
7288
"zh-chs": "刪除節點",
7289
"xloc": [
7283
- "default.handlebars->29->392"
7290
+ "default.handlebars->29->394"
7291
]
7292
},
7293
{
@@ -7297,7 +7304,7 @@
7304
"ru": "Удалить пользователя",
7305
"zh-chs": "刪除用戶",
7306
"xloc": [
7300
- "default.handlebars->29->1559"
7307
+ "default.handlebars->29->1561"
7308
]
7309
},
7310
{
@@ -7314,8 +7321,8 @@
7321
"ru": "Удалить группу пользователей",
7322
"zh-chs": "刪除用戶組",
7323
"xloc": [
7317
- "default.handlebars->29->1493",
7318
- "default.handlebars->29->1503"
7324
+ "default.handlebars->29->1495",
7325
+ "default.handlebars->29->1505"
7326
]
7327
},
7328
{
@@ -7323,7 +7330,7 @@
7330
"en": "Delete User Groups",
7331
"nl": "Gebruikersgroepen verwijderen",
7332
"xloc": [
7326
- "default.handlebars->29->1460"
7333
+ "default.handlebars->29->1462"
7334
]
7335
},
7336
{
@@ -7340,7 +7347,7 @@
7347
"ru": "Удалить пользователя {0}",
7348
"zh-chs": "刪除用戶{0}",
7349
"xloc": [
7343
- "default.handlebars->29->1576"
7350
+ "default.handlebars->29->1578"
7351
]
7352
},
7353
{
@@ -7358,7 +7365,7 @@
7365
"zh-chs": "刪除帳戶",
7366
"xloc": [
7367
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->7->7->0",
7361
- "default.handlebars->29->1394",
7368
+ "default.handlebars->29->1396",
7369
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
7370
]
7371
},
@@ -7376,7 +7383,7 @@
7383
"ru": "Удалить устройства",
7384
"zh-chs": "刪除設備",
7385
"xloc": [
7379
- "default.handlebars->29->387"
7386
+ "default.handlebars->29->389"
7387
]
7388
},
7389
{
@@ -7384,7 +7391,7 @@
7391
"en": "Delete group",
7392
"nl": "Verwijder groep",
7393
"xloc": [
7387
- "default.handlebars->29->1456"
7394
+ "default.handlebars->29->1458"
7395
]
7396
},
7397
{
@@ -7401,7 +7408,7 @@
7408
"ru": "Удалить пункт?",
7409
"zh-chs": "刪除項目?",
7410
"xloc": [
7404
- "default.handlebars->29->422"
7411
+ "default.handlebars->29->424"
7412
]
7413
},
7414
{
@@ -7420,8 +7427,8 @@
7427
"xloc": [
7428
"default-mobile.handlebars->9->252",
7429
"default-mobile.handlebars->9->86",
7423
- "default.handlebars->29->1340",
7424
- "default.handlebars->29->724"
7430
+ "default.handlebars->29->1342",
7431
+ "default.handlebars->29->726"
7432
]
7433
},
7434
{
@@ -7438,7 +7445,7 @@
7445
"ru": "Удалить группу пользователей {0}?",
7446
"zh-chs": "刪除用戶組{0}?",
7447
"xloc": [
7441
- "default.handlebars->29->1501"
7448
+ "default.handlebars->29->1503"
7449
]
7450
},
7451
{
@@ -7457,8 +7464,8 @@
7464
"xloc": [
7465
"default-mobile.handlebars->9->251",
7466
"default-mobile.handlebars->9->85",
7460
- "default.handlebars->29->1339",
7461
- "default.handlebars->29->723"
7467
+ "default.handlebars->29->1341",
7468
+ "default.handlebars->29->725"
7469
]
7470
},
7471
{
@@ -7558,17 +7565,17 @@
7565
"default-mobile.handlebars->9->278",
7566
"default-mobile.handlebars->9->291",
7567
"default-mobile.handlebars->9->63",
7561
- "default.handlebars->29->1080",
7562
- "default.handlebars->29->1105",
7563
- "default.handlebars->29->1188",
7564
- "default.handlebars->29->1463",
7565
- "default.handlebars->29->1469",
7566
- "default.handlebars->29->1470",
7567
- "default.handlebars->29->1499",
7568
- "default.handlebars->29->459",
7569
- "default.handlebars->29->460",
7570
- "default.handlebars->29->665",
7571
- "default.handlebars->29->768",
7568
+ "default.handlebars->29->1082",
7569
+ "default.handlebars->29->1107",
7570
+ "default.handlebars->29->1190",
7571
+ "default.handlebars->29->1465",
7572
+ "default.handlebars->29->1471",
7573
+ "default.handlebars->29->1472",
7574
+ "default.handlebars->29->1501",
7575
+ "default.handlebars->29->461",
7576
+ "default.handlebars->29->462",
7577
+ "default.handlebars->29->667",
7578
+ "default.handlebars->29->770",
7579
"default.handlebars->29->78",
7580
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
7581
]
@@ -7601,8 +7608,8 @@
7608
"ru": "Рабочий стол",
7609
"zh-chs": "桌面",
7610
"xloc": [
7604
- "default.handlebars->29->1193",
7605
- "default.handlebars->29->427",
7611
+ "default.handlebars->29->1195",
7612
+ "default.handlebars->29->429",
7613
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
7614
"default.handlebars->contextMenu->cxdesktop"
7615
]
@@ -7638,9 +7645,9 @@
7645
"ru": "Уведомление на рабочем столе",
7646
"zh-chs": "桌面通知",
7647
"xloc": [
7641
- "default.handlebars->29->1115",
7642
- "default.handlebars->29->1540",
7643
- "default.handlebars->29->494"
7648
+ "default.handlebars->29->1117",
7649
+ "default.handlebars->29->1542",
7650
+ "default.handlebars->29->496"
7651
]
7652
},
7653
{
@@ -7657,9 +7664,9 @@
7664
"ru": "Запрос рабочего стола",
7665
"zh-chs": "桌面提示",
7666
"xloc": [
7660
- "default.handlebars->29->1114",
7661
- "default.handlebars->29->1539",
7662
- "default.handlebars->29->493"
7667
+ "default.handlebars->29->1116",
7668
+ "default.handlebars->29->1541",
7669
+ "default.handlebars->29->495"
7670
]
7671
},
7672
{
@@ -7676,9 +7683,9 @@
7683
"ru": "Запрос рабочего стола + панель инструментов",
7684
"zh-chs": "桌面提示+工具欄",
7685
"xloc": [
7679
- "default.handlebars->29->1112",
7680
- "default.handlebars->29->1537",
7681
- "default.handlebars->29->491"
7686
+ "default.handlebars->29->1114",
7687
+ "default.handlebars->29->1539",
7688
+ "default.handlebars->29->493"
7689
]
7690
},
7691
{
@@ -7703,9 +7710,9 @@
7710
"ru": "Панель инструментов рабочего стола",
7711
"zh-chs": "桌面工具欄",
7712
"xloc": [
7706
- "default.handlebars->29->1113",
7707
- "default.handlebars->29->1538",
7708
- "default.handlebars->29->492"
7713
+ "default.handlebars->29->1115",
7714
+ "default.handlebars->29->1540",
7715
+ "default.handlebars->29->494"
7716
]
7717
},
7718
{
@@ -7774,8 +7781,8 @@
7781
"ru": "Устройство",
7782
"zh-chs": "設備",
7783
"xloc": [
7777
- "default.handlebars->29->1215",
7778
- "default.handlebars->29->1595",
7784
+ "default.handlebars->29->1217",
7785
+ "default.handlebars->29->1597",
7786
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
7787
]
7788
},
@@ -7794,7 +7801,7 @@
7801
"zh-chs": "設備動作",
7802
"xloc": [
7803
"default-mobile.handlebars->9->214",
7797
- "default.handlebars->29->607"
7804
+ "default.handlebars->29->609"
7805
]
7806
},
7807
{
@@ -7811,12 +7818,12 @@
7818
"ru": "Группа устройства",
7819
"zh-chs": "設備組",
7820
"xloc": [
7814
- "default.handlebars->29->1210",
7815
- "default.handlebars->29->1213",
7816
- "default.handlebars->29->1214",
7817
- "default.handlebars->29->1485",
7818
- "default.handlebars->29->1491",
7819
- "default.handlebars->29->1583"
7821
+ "default.handlebars->29->1212",
7822
+ "default.handlebars->29->1215",
7823
+ "default.handlebars->29->1216",
7824
+ "default.handlebars->29->1487",
7825
+ "default.handlebars->29->1493",
7826
+ "default.handlebars->29->1585"
7827
]
7828
},
7829
{
@@ -7834,7 +7841,7 @@
7841
"zh-chs": "設備組用戶",
7842
"xloc": [
7843
"default-mobile.handlebars->9->332",
7837
- "default.handlebars->29->1275"
7844
+ "default.handlebars->29->1277"
7845
]
7846
},
7847
{
@@ -7852,11 +7859,11 @@
7859
"zh-chs": "設備組",
7860
"xloc": [
7861
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
7855
- "default.handlebars->29->1364",
7856
- "default.handlebars->29->1450",
7857
- "default.handlebars->29->1472",
7858
- "default.handlebars->29->1534",
7859
- "default.handlebars->29->1638",
7862
+ "default.handlebars->29->1366",
7863
+ "default.handlebars->29->1452",
7864
+ "default.handlebars->29->1474",
7865
+ "default.handlebars->29->1536",
7866
+ "default.handlebars->29->1640",
7867
"default.handlebars->container->column_l->p2->p2info->7"
7868
]
7869
},
@@ -7874,7 +7881,7 @@
7881
"ru": "Экспорт информации об устройстве",
7882
"zh-chs": "設備信息導出",
7883
"xloc": [
7877
- "default.handlebars->29->398"
7884
+ "default.handlebars->29->400"
7885
]
7886
},
7887
{
@@ -7891,7 +7898,7 @@
7898
"ru": "Местонахождение устройства",
7899
"zh-chs": "設備位置",
7900
"xloc": [
7894
- "default.handlebars->29->635"
7901
+ "default.handlebars->29->637"
7902
]
7903
},
7904
{
@@ -7909,8 +7916,8 @@
7916
"zh-chs": "設備名稱",
7917
"xloc": [
7918
"default-mobile.handlebars->9->225",
7912
- "default.handlebars->29->226",
7913
- "default.handlebars->29->663",
7919
+ "default.handlebars->29->228",
7920
+ "default.handlebars->29->665",
7921
"player.handlebars->3->9"
7922
]
7923
},
@@ -7928,7 +7935,7 @@
7935
"ru": "Уведомление устройства",
7936
"zh-chs": "設備通知",
7937
"xloc": [
7931
- "default.handlebars->29->598"
7938
+ "default.handlebars->29->600"
7939
]
7940
},
7941
{
@@ -7962,8 +7969,8 @@
7969
"ru": "Подключения устройств.",
7970
"zh-chs": "設備連接。",
7971
"xloc": [
7965
- "default.handlebars->29->1048",
7966
- "default.handlebars->29->1296"
7972
+ "default.handlebars->29->1050",
7973
+ "default.handlebars->29->1298"
7974
]
7975
},
7976
{
@@ -7980,8 +7987,8 @@
7987
"ru": "Отключения устройств.",
7988
"zh-chs": "設備斷開連接。",
7989
"xloc": [
7983
- "default.handlebars->29->1049",
7984
- "default.handlebars->29->1297"
7990
+ "default.handlebars->29->1051",
7991
+ "default.handlebars->29->1299"
7992
]
7993
},
7994
{
@@ -7998,7 +8005,7 @@
8005
"ru": "Примечания могут быть просмотрены и изменены другими администраторами.",
8006
"zh-chs": "其他設備組管理員可以查看和更改設備組註釋。",
8007
"xloc": [
8001
- "default.handlebars->29->596"
8008
+ "default.handlebars->29->598"
8009
]
8010
},
8011
{
@@ -8015,7 +8022,7 @@
8022
"ru": "Устройство обнаружено, но состояние питания не может быть получено.",
8023
"zh-chs": "檢測到設備,但無法獲得電源狀態。",
8024
"xloc": [
8018
- "default.handlebars->29->355"
8025
+ "default.handlebars->29->357"
8026
]
8027
},
8028
{
@@ -8033,7 +8040,7 @@
8040
"zh-chs": "設備正在休眠(S4)",
8041
"xloc": [
8042
"default-mobile.handlebars->9->121",
8036
- "default.handlebars->29->361"
8043
+ "default.handlebars->29->363"
8044
]
8045
},
8046
{
@@ -8051,7 +8058,7 @@
8058
"zh-chs": "設備處於深度睡眠狀態(S3)",
8059
"xloc": [
8060
"default-mobile.handlebars->9->120",
8054
- "default.handlebars->29->360"
8061
+ "default.handlebars->29->362"
8062
]
8063
},
8064
{
@@ -8068,7 +8075,7 @@
8075
"ru": "Устройство находится в состоянии глубокого сна (S3).",
8076
"zh-chs": "設備處於深度睡眠狀態(S3)。",
8077
"xloc": [
8071
- "default.handlebars->29->349"
8078
+ "default.handlebars->29->351"
8079
]
8080
},
8081
{
@@ -8085,7 +8092,7 @@
8092
"ru": "Устройство находится в режиме гибернации (S4).",
8093
"zh-chs": "設備處於休眠狀態(S4)。",
8094
"xloc": [
8088
- "default.handlebars->29->351"
8095
+ "default.handlebars->29->353"
8096
]
8097
},
8098
{
@@ -8102,7 +8109,7 @@
8109
"ru": "Устройство находится в выключенном состоянии (S5).",
8110
"zh-chs": "設備處於關機狀態(S5)。",
8111
"xloc": [
8105
- "default.handlebars->29->353"
8112
+ "default.handlebars->29->355"
8113
]
8114
},
8115
{
@@ -8120,7 +8127,7 @@
8127
"zh-chs": "設備處於睡眠狀態(S1)",
8128
"xloc": [
8129
"default-mobile.handlebars->9->118",
8123
- "default.handlebars->29->358"
8130
+ "default.handlebars->29->360"
8131
]
8132
},
8133
{
@@ -8137,7 +8144,7 @@
8144
"ru": "Устройство находится в спящем режиме (S1).",
8145
"zh-chs": "設備處於睡眠狀態(S1)。",
8146
"xloc": [
8140
- "default.handlebars->29->345"
8147
+ "default.handlebars->29->347"
8148
]
8149
},
8150
{
@@ -8155,7 +8162,7 @@
8162
"zh-chs": "設備處於睡眠狀態(S2)",
8163
"xloc": [
8164
"default-mobile.handlebars->9->119",
8158
- "default.handlebars->29->359"
8165
+ "default.handlebars->29->361"
8166
]
8167
},
8168
{
@@ -8172,7 +8179,7 @@
8179
"ru": "Устройство находится в спящем режиме (S2).",
8180
"zh-chs": "設備處於睡眠狀態(S2)。",
8181
"xloc": [
8175
- "default.handlebars->29->347"
8182
+ "default.handlebars->29->349"
8183
]
8184
},
8185
{
@@ -8190,7 +8197,7 @@
8197
"zh-chs": "設備處於軟斷開狀態(S5)",
8198
"xloc": [
8199
"default-mobile.handlebars->9->122",
8193
- "default.handlebars->29->362"
8200
+ "default.handlebars->29->364"
8201
]
8202
},
8203
{
@@ -8208,7 +8215,7 @@
8215
"zh-chs": "設備已上電",
8216
"xloc": [
8217
"default-mobile.handlebars->9->117",
8211
- "default.handlebars->29->357"
8218
+ "default.handlebars->29->359"
8219
]
8220
},
8221
{
@@ -8225,7 +8232,7 @@
8232
"ru": "Устройство включено.",
8233
"zh-chs": "設備上電。",
8234
"xloc": [
8228
- "default.handlebars->29->343"
8235
+ "default.handlebars->29->345"
8236
]
8237
},
8238
{
@@ -8243,7 +8250,7 @@
8250
"zh-chs": "設備存在,但無法確定電源狀態",
8251
"xloc": [
8252
"default-mobile.handlebars->9->123",
8246
- "default.handlebars->29->363"
8253
+ "default.handlebars->29->365"
8254
]
8255
},
8256
{
@@ -8260,7 +8267,7 @@
8267
"ru": "Имя устройства",
8268
"zh-chs": "設備名稱",
8269
"xloc": [
8263
- "default.handlebars->29->439"
8270
+ "default.handlebars->29->441"
8271
]
8272
},
8273
{
@@ -8277,7 +8284,7 @@
8284
"ru": "DeviceCheckbox",
8285
"zh-chs": "設備複選框",
8286
"xloc": [
8280
- "default.handlebars->29->389"
8287
+ "default.handlebars->29->391"
8288
]
8289
},
8290
{
@@ -8285,8 +8292,8 @@
8292
"en": "Devices",
8293
"nl": "Apparaten",
8294
"xloc": [
8288
- "default.handlebars->29->1451",
8289
- "default.handlebars->29->1473"
8295
+ "default.handlebars->29->1453",
8296
+ "default.handlebars->29->1475"
8297
]
8298
},
8299
{
@@ -8303,7 +8310,7 @@
8310
"ru": "Отключено",
8311
"zh-chs": "殘障人士",
8312
"xloc": [
8306
- "default.handlebars->29->486"
8313
+ "default.handlebars->29->488"
8314
]
8315
},
8316
{
@@ -8322,8 +8329,8 @@
8329
"xloc": [
8330
"default-mobile.handlebars->9->238",
8331
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
8325
- "default.handlebars->29->1125",
8326
- "default.handlebars->29->713",
8332
+ "default.handlebars->29->1127",
8333
+ "default.handlebars->29->715",
8334
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
8335
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
8336
"xterm.handlebars->p11->deskarea0->deskarea1->3"
@@ -8363,10 +8370,10 @@
8370
"default-mobile.handlebars->9->1",
8371
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
8372
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
8366
- "default.handlebars->29->181",
8367
- "default.handlebars->29->198",
8368
- "default.handlebars->29->201",
8369
- "default.handlebars->29->207",
8373
+ "default.handlebars->29->183",
8374
+ "default.handlebars->29->200",
8375
+ "default.handlebars->29->203",
8376
+ "default.handlebars->29->209",
8377
"default.handlebars->29->8",
8378
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
8379
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
@@ -8405,7 +8412,7 @@
8412
"ru": "Отобразить имя группы устройств",
8413
"zh-chs": "顯示設備組名稱",
8414
"xloc": [
8408
- "default.handlebars->29->1047"
8415
+ "default.handlebars->29->1049"
8416
]
8417
},
8418
{
@@ -8422,7 +8429,7 @@
8429
"ru": "Отображаемое имя",
8430
"zh-chs": "顯示名稱",
8431
"xloc": [
8425
- "default.handlebars->29->684"
8432
+ "default.handlebars->29->686"
8433
]
8434
},
8435
{
@@ -8436,7 +8443,7 @@
8443
"ru": "Показать публичную ссылку",
8444
"zh-chs": "显示公共链接",
8445
"xloc": [
8439
- "default.handlebars->29->1316"
8446
+ "default.handlebars->29->1318"
8447
]
8448
},
8449
{
@@ -8453,7 +8460,7 @@
8460
"ru": "Ничего не делать",
8461
"zh-chs": "沒做什麼",
8462
"xloc": [
8456
- "default.handlebars->29->1169"
8463
+ "default.handlebars->29->1171"
8464
]
8465
},
8466
{
@@ -8488,8 +8495,8 @@
8495
"ru": "Не настраивать",
8496
"zh-chs": "不要配置",
8497
"xloc": [
8491
- "default.handlebars->29->1173",
8492
- "default.handlebars->29->1178"
8498
+ "default.handlebars->29->1175",
8499
+ "default.handlebars->29->1180"
8500
]
8501
},
8502
{
@@ -8506,7 +8513,7 @@
8513
"ru": "Не подключаться к серверу",
8514
"zh-chs": "不連接服務器",
8515
"xloc": [
8509
- "default.handlebars->29->1174"
8516
+ "default.handlebars->29->1176"
8517
]
8518
},
8519
{
@@ -8560,7 +8567,7 @@
8567
"zh-chs": "下載文件",
8568
"xloc": [
8569
"default-mobile.handlebars->9->271",
8563
- "default.handlebars->29->742"
8570
+ "default.handlebars->29->744"
8571
]
8572
},
8573
{
@@ -8577,7 +8584,7 @@
8584
"ru": "Скачать MeshCentral Router, инструмент сопоставления TCP портов.",
8585
"zh-chs": "下載MeshCentral Router,一個TCP端口映射工具。",
8586
"xloc": [
8580
- "default.handlebars->29->196"
8587
+ "default.handlebars->29->198"
8588
]
8589
},
8590
{
@@ -8594,7 +8601,7 @@
8601
"ru": "Скачать MeshCmd",
8602
"zh-chs": "下載MeshCmd",
8603
"xloc": [
8597
- "default.handlebars->29->655"
8604
+ "default.handlebars->29->657"
8605
]
8606
},
8607
{
@@ -8611,7 +8618,7 @@
8618
"ru": "Скачать MeshCmd, инструмент командной строки, выполняющий множество функций.",
8619
"zh-chs": "下載MeshCmd,這是一個執行許多功能的命令行工具。",
8620
"xloc": [
8614
- "default.handlebars->29->194"
8621
+ "default.handlebars->29->196"
8622
]
8623
},
8624
{
@@ -8645,7 +8652,7 @@
8652
"ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.",
8653
"zh-chs": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。",
8654
"xloc": [
8648
- "default.handlebars->29->648"
8655
+ "default.handlebars->29->650"
8656
]
8657
},
8658
{
@@ -8713,7 +8720,7 @@
8720
"ru": "Скачать события состояния питания",
8721
"zh-chs": "下載電源事件",
8722
"xloc": [
8716
- "default.handlebars->29->609"
8723
+ "default.handlebars->29->611"
8724
]
8725
},
8726
{
@@ -8764,7 +8771,7 @@
8771
"ru": "Загрузите список устройств с одним из форматов файлов ниже.",
8772
"zh-chs": "使用以下一種文件格式下載設備列表。",
8773
"xloc": [
8767
- "default.handlebars->29->393"
8774
+ "default.handlebars->29->395"
8775
]
8776
},
8777
{
@@ -8781,7 +8788,7 @@
8788
"ru": "Скачать список событий в одном из форматов ниже.",
8789
"zh-chs": "使用以下一種文件格式下載事件列表。",
8790
"xloc": [
8784
- "default.handlebars->29->1354"
8791
+ "default.handlebars->29->1356"
8792
]
8793
},
8794
{
@@ -8798,7 +8805,7 @@
8805
"ru": "Скачать список пользователей в одном из форматов ниже.",
8806
"zh-chs": "使用以下一種文件格式下載用戶列表。",
8807
"xloc": [
8801
- "default.handlebars->29->1409"
8808
+ "default.handlebars->29->1411"
8809
]
8810
},
8811
{
@@ -8875,7 +8882,7 @@
8882
"en": "Duplicate Agent",
8883
"nl": "Dubbele agent",
8884
"xloc": [
8878
- "default.handlebars->29->1634"
8885
+ "default.handlebars->29->1636"
8886
]
8887
},
8888
{
@@ -8909,7 +8916,7 @@
8916
"ru": "Скопировать группу пользователей",
8917
"zh-chs": "重複的用戶組",
8918
"xloc": [
8912
- "default.handlebars->29->1465"
8919
+ "default.handlebars->29->1467"
8920
]
8921
},
8922
{
@@ -8957,7 +8964,7 @@
8964
"ru": "Во время активации агент будет иметь доступ к паролю администратора.",
8965
"zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。",
8966
"xloc": [
8960
- "default.handlebars->29->1183"
8967
+ "default.handlebars->29->1185"
8968
]
8969
},
8970
{
@@ -8974,7 +8981,7 @@
8981
"ru": "Голландский (Бельгийский)",
8982
"zh-chs": "荷蘭語(比利時)",
8983
"xloc": [
8977
- "default.handlebars->29->888"
8984
+ "default.handlebars->29->890"
8985
]
8986
},
8987
{
@@ -8991,7 +8998,7 @@
8998
"ru": "Голландский (Стандартный)",
8999
"zh-chs": "荷蘭語(標準)",
9000
"xloc": [
8994
- "default.handlebars->29->887"
9001
+ "default.handlebars->29->889"
9002
]
9003
},
9004
{
@@ -9078,7 +9085,7 @@
9085
"zh-chs": "編輯裝置",
9086
"xloc": [
9087
"default-mobile.handlebars->9->230",
9081
- "default.handlebars->29->668"
9088
+ "default.handlebars->29->670"
9089
]
9090
},
9091
{
@@ -9098,10 +9105,10 @@
9105
"default-mobile.handlebars->9->292",
9106
"default-mobile.handlebars->9->294",
9107
"default-mobile.handlebars->9->312",
9101
- "default.handlebars->29->1189",
9102
- "default.handlebars->29->1219",
9103
- "default.handlebars->29->1241",
9104
- "default.handlebars->29->1253"
9108
+ "default.handlebars->29->1191",
9109
+ "default.handlebars->29->1221",
9110
+ "default.handlebars->29->1243",
9111
+ "default.handlebars->29->1255"
9112
]
9113
},
9114
{
@@ -9118,7 +9125,7 @@
9125
"ru": "Редактировать функции группы устройств",
9126
"zh-chs": "編輯設備組功能",
9127
"xloc": [
9121
- "default.handlebars->29->1205"
9128
+ "default.handlebars->29->1207"
9129
]
9130
},
9131
{
@@ -9135,8 +9142,8 @@
9142
"ru": "Редактировать права группы устройств",
9143
"zh-chs": "編輯設備組權限",
9144
"xloc": [
9138
- "default.handlebars->29->1238",
9139
- "default.handlebars->29->1250"
9145
+ "default.handlebars->29->1240",
9146
+ "default.handlebars->29->1252"
9147
]
9148
},
9149
{
@@ -9153,7 +9160,7 @@
9160
"ru": "Редактировать согласие пользователя группы устройств",
9161
"zh-chs": "編輯設備組用戶同意",
9162
"xloc": [
9156
- "default.handlebars->29->1190"
9163
+ "default.handlebars->29->1192"
9164
]
9165
},
9166
{
@@ -9171,7 +9178,7 @@
9178
"zh-chs": "編輯設備說明",
9179
"xloc": [
9180
"default-mobile.handlebars->9->306",
9174
- "default.handlebars->29->1232"
9181
+ "default.handlebars->29->1234"
9182
]
9183
},
9184
{
@@ -9185,8 +9192,8 @@
9192
"ru": "Изменить разрешения устройства",
9193
"zh-chs": "编辑设备权限",
9194
"xloc": [
9188
- "default.handlebars->29->1243",
9189
- "default.handlebars->29->1245"
9195
+ "default.handlebars->29->1245",
9196
+ "default.handlebars->29->1247"
9197
]
9198
},
9199
{
@@ -9194,7 +9201,7 @@
9201
"en": "Edit Device User Consent",
9202
"nl": "Gebruikerstoestemming apparaat bewerken",
9203
"xloc": [
9197
- "default.handlebars->29->1192"
9204
+ "default.handlebars->29->1194"
9205
]
9206
},
9207
{
@@ -9208,7 +9215,7 @@
9215
"ru": "Редактировать группу",
9216
"zh-chs": "编辑组",
9217
"xloc": [
9211
- "default.handlebars->29->575"
9218
+ "default.handlebars->29->577"
9219
]
9220
},
9221
{
@@ -9226,9 +9233,9 @@
9233
"zh-chs": "編輯英特爾®AMT憑據",
9234
"xloc": [
9235
"default-mobile.handlebars->9->220",
9229
- "default.handlebars->29->474",
9230
- "default.handlebars->29->477",
9231
- "default.handlebars->29->616"
9236
+ "default.handlebars->29->476",
9237
+ "default.handlebars->29->479",
9238
+ "default.handlebars->29->618"
9239
]
9240
},
9241
{
@@ -9246,7 +9253,7 @@
9253
"zh-chs": "編輯筆記",
9254
"xloc": [
9255
"default-mobile.handlebars->9->319",
9249
- "default.handlebars->29->1260"
9256
+ "default.handlebars->29->1262"
9257
]
9258
},
9259
{
@@ -9254,7 +9261,7 @@
9261
"en": "Edit User Consent",
9262
"nl": "Gebruikerstoestemming bewerken",
9263
"xloc": [
9257
- "default.handlebars->29->1191"
9264
+ "default.handlebars->29->1193"
9265
]
9266
},
9267
{
@@ -9271,7 +9278,7 @@
9278
"ru": "Редактировать права пользователя для группы устройств",
9279
"zh-chs": "編輯用戶設備組權限",
9280
"xloc": [
9274
- "default.handlebars->29->1251"
9281
+ "default.handlebars->29->1253"
9282
]
9283
},
9284
{
@@ -9285,7 +9292,7 @@
9292
"ru": "Изменить разрешения для пользовательских устройств",
9293
"zh-chs": "编辑用户设备权限",
9294
"xloc": [
9288
- "default.handlebars->29->1246"
9295
+ "default.handlebars->29->1248"
9296
]
9297
},
9298
{
@@ -9302,7 +9309,7 @@
9309
"ru": "Редактировать группу пользователей",
9310
"zh-chs": "編輯用戶組",
9311
"xloc": [
9305
- "default.handlebars->29->1500"
9312
+ "default.handlebars->29->1502"
9313
]
9314
},
9315
{
@@ -9310,7 +9317,7 @@
9317
"en": "Edit User Group Device Permissions",
9318
"nl": "Gebruikersmachtigingen voor apparaatgroep bewerken",
9319
"xloc": [
9313
- "default.handlebars->29->1248"
9320
+ "default.handlebars->29->1250"
9321
]
9322
},
9323
{
@@ -9345,12 +9352,13 @@
9352
"zh-chs": "電子郵件",
9353
"xloc": [
9354
"default-mobile.handlebars->9->40",
9348
- "default.handlebars->29->1421",
9349
- "default.handlebars->29->1521",
9350
- "default.handlebars->29->1522",
9351
- "default.handlebars->29->1564",
9352
- "default.handlebars->29->274",
9355
+ "default.handlebars->29->1423",
9356
+ "default.handlebars->29->1523",
9357
+ "default.handlebars->29->1524",
9358
+ "default.handlebars->29->1566",
9359
+ "default.handlebars->29->276",
9360
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
9361
+ "login.handlebars->5->39",
9362
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
9363
]
9364
},
@@ -9369,7 +9377,7 @@
9377
"zh-chs": "電郵地址變更",
9378
"xloc": [
9379
"default-mobile.handlebars->9->41",
9372
- "default.handlebars->29->1056"
9380
+ "default.handlebars->29->1058"
9381
]
9382
},
9383
{
@@ -9387,7 +9395,13 @@
9395
"zh-chs": "郵件認證",
9396
"xloc": [
9397
"default-mobile.handlebars->9->30",
9390
- "default.handlebars->29->825"
9398
+ "default.handlebars->29->827"
9399
+ ]
9400
+ },
9401
+ {
9402
+ "en": "Email Confirmation",
9403
+ "xloc": [
9404
+ "login.handlebars->5->40"
9405
]
9406
},
9407
{
@@ -9401,7 +9415,7 @@
9415
"ru": "Почтовый трафик",
9416
"zh-chs": "电子邮件流量",
9417
"xloc": [
9404
- "default.handlebars->29->1673"
9418
+ "default.handlebars->29->1675"
9419
]
9420
},
9421
{
@@ -9419,7 +9433,7 @@
9433
"zh-chs": "電子郵件驗證",
9434
"xloc": [
9435
"default-mobile.handlebars->9->39",
9422
- "default.handlebars->29->1054"
9436
+ "default.handlebars->29->1056"
9437
]
9438
},
9439
{
@@ -9428,7 +9442,7 @@
9442
"es": "Email de invitación",
9443
"nl": "E-mail uitnodiging",
9444
"xloc": [
9431
- "default.handlebars->29->271"
9445
+ "default.handlebars->29->273"
9446
]
9447
},
9448
{
@@ -9442,7 +9456,7 @@
9456
"ru": "Электронная почта не подтверждена",
9457
"zh-chs": "邮件未验证",
9458
"xloc": [
9445
- "default.handlebars->29->1383"
9459
+ "default.handlebars->29->1385"
9460
]
9461
},
9462
{
@@ -9459,8 +9473,8 @@
9473
"ru": "Email подтвержден",
9474
"zh-chs": "電子郵件已驗證",
9475
"xloc": [
9462
- "default.handlebars->29->1384",
9463
- "default.handlebars->29->1518"
9476
+ "default.handlebars->29->1386",
9477
+ "default.handlebars->29->1520"
9478
]
9479
},
9480
{
@@ -9477,7 +9491,7 @@
9491
"ru": "Email подтвержден.",
9492
"zh-chs": "電子郵件已驗證。",
9493
"xloc": [
9480
- "default.handlebars->29->1427"
9494
+ "default.handlebars->29->1429"
9495
]
9496
},
9497
{
@@ -9494,7 +9508,7 @@
9508
"ru": "Email не подтвержден",
9509
"zh-chs": "電子郵件未驗證",
9510
"xloc": [
9497
- "default.handlebars->29->1519"
9511
+ "default.handlebars->29->1521"
9512
]
9513
},
9514
{
@@ -9515,6 +9529,12 @@
9529
"login.handlebars->5->2"
9530
]
9531
},
9532
+ {
9533
+ "en": "Email verification required, check your mailbox and click the confirmation link.",
9534
+ "xloc": [
9535
+ "login.handlebars->5->3"
9536
+ ]
9537
+ },
9538
{
9539
"cs": "E-mail:",
9540
"de": "E-Mail:",
@@ -9532,7 +9552,7 @@
9552
"login-mobile.handlebars->5->18",
9553
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->2->1",
9554
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpanel->1->7->1->0->1",
9535
- "login.handlebars->5->18",
9555
+ "login.handlebars->5->19",
9556
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->2->nuEmail",
9557
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpanel->1->7->1->0->1"
9558
]
@@ -9551,7 +9571,7 @@
9571
"ru": "Включить коды приглашения",
9572
"zh-chs": "啟用邀請代碼",
9573
"xloc": [
9554
- "default.handlebars->29->1281"
9574
+ "default.handlebars->29->1283"
9575
]
9576
},
9577
{
@@ -9586,7 +9606,7 @@
9606
"zh-chs": "啟用電子郵件兩因素驗證。",
9607
"xloc": [
9608
"default-mobile.handlebars->9->32",
9589
- "default.handlebars->29->827"
9609
+ "default.handlebars->29->829"
9610
]
9611
},
9612
{
@@ -9637,7 +9657,7 @@
9657
"ru": "Английский",
9658
"zh-chs": "英語",
9659
"xloc": [
9640
- "default.handlebars->29->889"
9660
+ "default.handlebars->29->891"
9661
]
9662
},
9663
{
@@ -9654,7 +9674,7 @@
9674
"ru": "Английский (Австралия)",
9675
"zh-chs": "英文(澳洲)",
9676
"xloc": [
9657
- "default.handlebars->29->890"
9677
+ "default.handlebars->29->892"
9678
]
9679
},
9680
{
@@ -9671,7 +9691,7 @@
9691
"ru": "Английский (Белиз)",
9692
"zh-chs": "英語(伯利茲)",
9693
"xloc": [
9674
- "default.handlebars->29->891"
9694
+ "default.handlebars->29->893"
9695
]
9696
},
9697
{
@@ -9688,7 +9708,7 @@
9708
"ru": "Английский (Канада)",
9709
"zh-chs": "英文(加拿大)",
9710
"xloc": [
9691
- "default.handlebars->29->892"
9711
+ "default.handlebars->29->894"
9712
]
9713
},
9714
{
@@ -9705,7 +9725,7 @@
9725
"ru": "Английский (Ирландия)",
9726
"zh-chs": "英文(愛爾蘭)",
9727
"xloc": [
9708
- "default.handlebars->29->893"
9728
+ "default.handlebars->29->895"
9729
]
9730
},
9731
{
@@ -9722,7 +9742,7 @@
9742
"ru": "Английский (Ямайка)",
9743
"zh-chs": "英文(牙買加)",
9744
"xloc": [
9725
- "default.handlebars->29->894"
9745
+ "default.handlebars->29->896"
9746
]
9747
},
9748
{
@@ -9739,7 +9759,7 @@
9759
"ru": "Английский (Новая Зеландия)",
9760
"zh-chs": "英文(紐西蘭)",
9761
"xloc": [
9742
- "default.handlebars->29->895"
9762
+ "default.handlebars->29->897"
9763
]
9764
},
9765
{
@@ -9756,7 +9776,7 @@
9776
"ru": "Английский (Филиппины)",
9777
"zh-chs": "英文(菲律賓)",
9778
"xloc": [
9759
- "default.handlebars->29->896"
9779
+ "default.handlebars->29->898"
9780
]
9781
},
9782
{
@@ -9773,7 +9793,7 @@
9793
"ru": "Английский (Южная Африка)",
9794
"zh-chs": "英語(南非)",
9795
"xloc": [
9776
- "default.handlebars->29->897"
9796
+ "default.handlebars->29->899"
9797
]
9798
},
9799
{
@@ -9790,7 +9810,7 @@
9810
"ru": "Английский (Тринидад и Тобаго)",
9811
"zh-chs": "英文(特立尼達和多巴哥)",
9812
"xloc": [
9793
- "default.handlebars->29->898"
9813
+ "default.handlebars->29->900"
9814
]
9815
},
9816
{
@@ -9807,7 +9827,7 @@
9827
"ru": "Английский (Великобритания)",
9828
"zh-chs": "英文(英國)",
9829
"xloc": [
9810
- "default.handlebars->29->899"
9830
+ "default.handlebars->29->901"
9831
]
9832
},
9833
{
@@ -9824,7 +9844,7 @@
9844
"ru": "Английский (Соединенные Штаты)",
9845
"zh-chs": "美國英語)",
9846
"xloc": [
9827
- "default.handlebars->29->900"
9847
+ "default.handlebars->29->902"
9848
]
9849
},
9850
{
@@ -9841,7 +9861,7 @@
9861
"ru": "Английский (Зимбабве)",
9862
"zh-chs": "英文(津巴布韋)",
9863
"xloc": [
9844
- "default.handlebars->29->901"
9864
+ "default.handlebars->29->903"
9865
]
9866
},
9867
{
@@ -9858,8 +9878,8 @@
9878
"ru": "Ввод",
9879
"zh-chs": "輸入",
9880
"xloc": [
9861
- "default.handlebars->29->1082",
9862
- "default.handlebars->29->1083"
9881
+ "default.handlebars->29->1084",
9882
+ "default.handlebars->29->1085"
9883
]
9884
},
9885
{
@@ -9876,7 +9896,7 @@
9896
"ru": "Введите разделенный запятыми список имен административных областей.",
9897
"zh-chs": "輸入管理領域名稱的逗號分隔列表。",
9898
"xloc": [
9879
- "default.handlebars->29->1431"
9899
+ "default.handlebars->29->1433"
9900
]
9901
},
9902
{
@@ -9893,7 +9913,7 @@
9913
"ru": "Введите диапазон IP-адресов для сканирования Intel AMT устройств.",
9914
"zh-chs": "輸入IP地址範圍以掃描Intel AMT設備。",
9915
"xloc": [
9896
- "default.handlebars->29->241"
9916
+ "default.handlebars->29->243"
9917
]
9918
},
9919
{
@@ -9910,7 +9930,7 @@
9930
"ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.",
9931
"zh-chs": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
9932
"xloc": [
9913
- "default.handlebars->29->678"
9933
+ "default.handlebars->29->680"
9934
]
9935
},
9936
{
@@ -9996,7 +10016,7 @@
10016
"ru": "Эсперанто",
10017
"zh-chs": "世界語",
10018
"xloc": [
9999
- "default.handlebars->29->902"
10019
+ "default.handlebars->29->904"
10020
]
10021
},
10022
{
@@ -10013,7 +10033,7 @@
10033
"ru": "Эстонский",
10034
"zh-chs": "愛沙尼亞語",
10035
"xloc": [
10016
- "default.handlebars->29->903"
10036
+ "default.handlebars->29->905"
10037
]
10038
},
10039
{
@@ -10030,7 +10050,7 @@
10050
"ru": "Детали события",
10051
"zh-chs": "活動詳情",
10052
"xloc": [
10033
- "default.handlebars->29->755"
10053
+ "default.handlebars->29->757"
10054
]
10055
},
10056
{
@@ -10047,7 +10067,7 @@
10067
"ru": "Экспорт списка событий",
10068
"zh-chs": "活動列表導出",
10069
"xloc": [
10050
- "default.handlebars->29->1359"
10070
+ "default.handlebars->29->1361"
10071
]
10072
},
10073
{
@@ -10102,7 +10122,7 @@
10122
"zh-chs": "使用此電子郵件地址的現有帳戶。",
10123
"xloc": [
10124
"login-mobile.handlebars->5->5",
10105
- "login.handlebars->5->5"
10125
+ "login.handlebars->5->6"
10126
]
10127
},
10128
{
@@ -10119,7 +10139,7 @@
10139
"ru": "Экспорт информации об устройстве",
10140
"zh-chs": "導出設備信息",
10141
"xloc": [
10122
- "default.handlebars->29->385"
10142
+ "default.handlebars->29->387"
10143
]
10144
},
10145
{
@@ -10136,7 +10156,7 @@
10156
"ru": "Расширенный ASCII",
10157
"zh-chs": "擴展ASCII",
10158
"xloc": [
10139
- "default.handlebars->29->704"
10159
+ "default.handlebars->29->706"
10160
]
10161
},
10162
{
@@ -10170,7 +10190,7 @@
10190
"ru": "Внешний",
10191
"zh-chs": "外部",
10192
"xloc": [
10173
- "default.handlebars->29->1658"
10193
+ "default.handlebars->29->1660"
10194
]
10195
},
10196
{
@@ -10187,7 +10207,7 @@
10207
"ru": "Mакедонский (БЮР)",
10208
"zh-chs": "FYRO馬其頓語",
10209
"xloc": [
10190
- "default.handlebars->29->953"
10210
+ "default.handlebars->29->955"
10211
]
10212
},
10213
{
@@ -10204,7 +10224,7 @@
10224
"ru": "Фарерский",
10225
"zh-chs": "法羅語",
10226
"xloc": [
10207
- "default.handlebars->29->904"
10227
+ "default.handlebars->29->906"
10228
]
10229
},
10230
{
@@ -10238,7 +10258,7 @@
10258
"ru": "Фарси (Персидский)",
10259
"zh-chs": "波斯語(波斯語)",
10260
"xloc": [
10241
- "default.handlebars->29->905"
10261
+ "default.handlebars->29->907"
10262
]
10263
},
10264
{
@@ -10273,7 +10293,7 @@
10293
"ru": "Функции",
10294
"zh-chs": "特徵",
10295
"xloc": [
10276
- "default.handlebars->29->1111"
10296
+ "default.handlebars->29->1113"
10297
]
10298
},
10299
{
@@ -10290,7 +10310,7 @@
10310
"ru": "Фиджи",
10311
"zh-chs": "斐濟",
10312
"xloc": [
10293
- "default.handlebars->29->906"
10313
+ "default.handlebars->29->908"
10314
]
10315
},
10316
{
@@ -10308,8 +10328,8 @@
10328
"zh-chs": "文件編輯器",
10329
"xloc": [
10330
"default-mobile.handlebars->9->255",
10311
- "default.handlebars->29->419",
10312
- "default.handlebars->29->727"
10331
+ "default.handlebars->29->421",
10332
+ "default.handlebars->29->729"
10333
]
10334
},
10335
{
@@ -10343,7 +10363,7 @@
10363
"ru": "Драйвер файловой системы",
10364
"zh-chs": "FileSystemDriver",
10365
"xloc": [
10346
- "default.handlebars->29->687"
10366
+ "default.handlebars->29->689"
10367
]
10368
},
10369
{
@@ -10360,7 +10380,7 @@
10380
"ru": "Файлы",
10381
"zh-chs": "檔案",
10382
"xloc": [
10363
- "default.handlebars->29->1200",
10383
+ "default.handlebars->29->1202",
10384
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
10385
"default.handlebars->contextMenu->cxfiles"
10386
]
@@ -10396,9 +10416,9 @@
10416
"ru": "Уведомление файлов",
10417
"zh-chs": "文件通知",
10418
"xloc": [
10399
- "default.handlebars->29->1119",
10400
- "default.handlebars->29->1544",
10401
- "default.handlebars->29->498"
10419
+ "default.handlebars->29->1121",
10420
+ "default.handlebars->29->1546",
10421
+ "default.handlebars->29->500"
10422
]
10423
},
10424
{
@@ -10415,9 +10435,9 @@
10435
"ru": "Запрос файлов",
10436
"zh-chs": "文件提示",
10437
"xloc": [
10418
- "default.handlebars->29->1118",
10419
- "default.handlebars->29->1543",
10420
- "default.handlebars->29->497"
10438
+ "default.handlebars->29->1120",
10439
+ "default.handlebars->29->1545",
10440
+ "default.handlebars->29->499"
10441
]
10442
},
10443
{
@@ -10452,7 +10472,7 @@
10472
"ru": "Финский",
10473
"zh-chs": "芬蘭",
10474
"xloc": [
10455
- "default.handlebars->29->907"
10475
+ "default.handlebars->29->909"
10476
]
10477
},
10478
{
@@ -10569,8 +10589,8 @@
10589
"ru": "Принудительно сбросить пароль при следующем входе в систему.",
10590
"zh-chs": "下次登錄時強制重置密碼。",
10591
"xloc": [
10572
- "default.handlebars->29->1425",
10573
- "default.handlebars->29->1573"
10592
+ "default.handlebars->29->1427",
10593
+ "default.handlebars->29->1575"
10594
]
10595
},
10596
{
@@ -10588,7 +10608,7 @@
10608
"zh-chs": "忘記密碼?",
10609
"xloc": [
10610
"login-mobile.handlebars->5->19",
10591
- "login.handlebars->5->19"
10611
+ "login.handlebars->5->20"
10612
]
10613
},
10614
{
@@ -10656,8 +10676,8 @@
10676
"ru": "Свободно",
10677
"zh-chs": "自由",
10678
"xloc": [
10659
- "default.handlebars->29->1619",
10660
- "default.handlebars->29->1621"
10679
+ "default.handlebars->29->1621",
10680
+ "default.handlebars->29->1623"
10681
]
10682
},
10683
{
@@ -10692,7 +10712,7 @@
10712
"ru": "Французский (Бельгия)",
10713
"zh-chs": "法語(比利時)",
10714
"xloc": [
10695
- "default.handlebars->29->909"
10715
+ "default.handlebars->29->911"
10716
]
10717
},
10718
{
@@ -10709,7 +10729,7 @@
10729
"ru": "Французский (Канада)",
10730
"zh-chs": "法語(加拿大)",
10731
"xloc": [
10712
- "default.handlebars->29->910"
10732
+ "default.handlebars->29->912"
10733
]
10734
},
10735
{
@@ -10726,7 +10746,7 @@
10746
"ru": "Французский (Франция)",
10747
"zh-chs": "法語(法國)",
10748
"xloc": [
10729
- "default.handlebars->29->911"
10749
+ "default.handlebars->29->913"
10750
]
10751
},
10752
{
@@ -10743,7 +10763,7 @@
10763
"ru": "Французский (Люксембург)",
10764
"zh-chs": "法語(盧森堡)",
10765
"xloc": [
10746
- "default.handlebars->29->912"
10766
+ "default.handlebars->29->914"
10767
]
10768
},
10769
{
@@ -10760,7 +10780,7 @@
10780
"ru": "Французский (Монако)",
10781
"zh-chs": "法語(摩納哥)",
10782
"xloc": [
10763
- "default.handlebars->29->913"
10783
+ "default.handlebars->29->915"
10784
]
10785
},
10786
{
@@ -10777,7 +10797,7 @@
10797
"ru": "Французский (Стандартный)",
10798
"zh-chs": "法語(標準)",
10799
"xloc": [
10780
- "default.handlebars->29->908"
10800
+ "default.handlebars->29->910"
10801
]
10802
},
10803
{
@@ -10794,7 +10814,7 @@
10814
"ru": "Французский (Швейцария)",
10815
"zh-chs": "法語(瑞士)",
10816
"xloc": [
10797
- "default.handlebars->29->914"
10817
+ "default.handlebars->29->916"
10818
]
10819
},
10820
{
@@ -10811,7 +10831,7 @@
10831
"ru": "Фризский",
10832
"zh-chs": "弗里斯蘭語",
10833
"xloc": [
10814
- "default.handlebars->29->915"
10834
+ "default.handlebars->29->917"
10835
]
10836
},
10837
{
@@ -10828,7 +10848,7 @@
10848
"ru": "Фриульский",
10849
"zh-chs": "弗留利",
10850
"xloc": [
10831
- "default.handlebars->29->916"
10851
+ "default.handlebars->29->918"
10852
]
10853
},
10854
{
@@ -10849,9 +10869,9 @@
10869
"default-mobile.handlebars->9->293",
10870
"default-mobile.handlebars->9->311",
10871
"default-mobile.handlebars->9->67",
10852
- "default.handlebars->29->1089",
10853
- "default.handlebars->29->1218",
10854
- "default.handlebars->29->1437"
10872
+ "default.handlebars->29->1091",
10873
+ "default.handlebars->29->1220",
10874
+ "default.handlebars->29->1439"
10875
]
10876
},
10877
{
@@ -10868,7 +10888,7 @@
10888
"ru": "Администратор с полным доступом (все права)",
10889
"zh-chs": "正式管理員(保留所有權利)",
10890
"xloc": [
10871
- "default.handlebars->29->1252"
10891
+ "default.handlebars->29->1254"
10892
]
10893
},
10894
{
@@ -10899,7 +10919,7 @@
10919
"ru": "Полные права на устройство",
10920
"zh-chs": "完整的設備權限",
10921
"xloc": [
10902
- "default.handlebars->29->558"
10922
+ "default.handlebars->29->560"
10923
]
10924
},
10925
{
@@ -10913,7 +10933,7 @@
10933
"ru": "Полные права",
10934
"zh-chs": "完全权利",
10935
"xloc": [
10916
- "default.handlebars->29->574"
10936
+ "default.handlebars->29->576"
10937
]
10938
},
10939
{
@@ -10949,7 +10969,7 @@
10969
"ru": "Администратор с полным доступом",
10970
"zh-chs": "正式管理員",
10971
"xloc": [
10952
- "default.handlebars->29->1514"
10972
+ "default.handlebars->29->1516"
10973
]
10974
},
10975
{
@@ -10966,7 +10986,7 @@
10986
"ru": "Гэльский (Ирландский)",
10987
"zh-chs": "蓋爾語(愛爾蘭)",
10988
"xloc": [
10969
- "default.handlebars->29->918"
10989
+ "default.handlebars->29->920"
10990
]
10991
},
10992
{
@@ -10983,7 +11003,7 @@
11003
"ru": "Гэльский (Шотландия)",
11004
"zh-chs": "蓋爾語(蘇格蘭語)",
11005
"xloc": [
10986
- "default.handlebars->29->917"
11006
+ "default.handlebars->29->919"
11007
]
11008
},
11009
{
@@ -11000,7 +11020,7 @@
11020
"ru": "Галицкий",
11021
"zh-chs": "加拉契人",
11022
"xloc": [
11003
- "default.handlebars->29->919"
11023
+ "default.handlebars->29->921"
11024
]
11025
},
11026
{
@@ -11073,7 +11093,7 @@
11093
"ru": "Общая информация",
11094
"zh-chs": "一般信息",
11095
"xloc": [
11076
- "default.handlebars->29->426"
11096
+ "default.handlebars->29->428"
11097
]
11098
},
11099
{
@@ -11107,7 +11127,7 @@
11127
"ru": "Грузинский",
11128
"zh-chs": "格魯吉亞人",
11129
"xloc": [
11110
- "default.handlebars->29->920"
11130
+ "default.handlebars->29->922"
11131
]
11132
},
11133
{
@@ -11124,7 +11144,7 @@
11144
"ru": "Немецкий (Австрия)",
11145
"zh-chs": "德語(奧地利)",
11146
"xloc": [
11127
- "default.handlebars->29->922"
11147
+ "default.handlebars->29->924"
11148
]
11149
},
11150
{
@@ -11141,7 +11161,7 @@
11161
"ru": "Немецкий (Германия)",
11162
"zh-chs": "德文(德國)",
11163
"xloc": [
11144
- "default.handlebars->29->923"
11164
+ "default.handlebars->29->925"
11165
]
11166
},
11167
{
@@ -11158,7 +11178,7 @@
11178
"ru": "Немецкий (Лихтенштейн)",
11179
"zh-chs": "德文(列支敦士登)",
11180
"xloc": [
11161
- "default.handlebars->29->924"
11181
+ "default.handlebars->29->926"
11182
]
11183
},
11184
{
@@ -11175,7 +11195,7 @@
11195
"ru": "Немецкий (Люксембург)",
11196
"zh-chs": "德語(盧森堡)",
11197
"xloc": [
11178
- "default.handlebars->29->925"
11198
+ "default.handlebars->29->927"
11199
]
11200
},
11201
{
@@ -11192,7 +11212,7 @@
11212
"ru": "Немецкий (Стандартный)",
11213
"zh-chs": "德語(標準)",
11214
"xloc": [
11195
- "default.handlebars->29->921"
11215
+ "default.handlebars->29->923"
11216
]
11217
},
11218
{
@@ -11209,7 +11229,7 @@
11229
"ru": "Немецкий (Швейцария)",
11230
"zh-chs": "德語(瑞士)",
11231
"xloc": [
11212
- "default.handlebars->29->926"
11232
+ "default.handlebars->29->928"
11233
]
11234
},
11235
{
@@ -11226,7 +11246,7 @@
11246
"ru": "Получить учетные данные MQTT для этого устройства.",
11247
"zh-chs": "獲取此設備的MQTT登錄憑據。",
11248
"xloc": [
11229
- "default.handlebars->29->539"
11249
+ "default.handlebars->29->541"
11250
]
11251
},
11252
{
@@ -11279,7 +11299,7 @@
11299
"ru": "Хорошо",
11300
"zh-chs": "好",
11301
"xloc": [
11282
- "default.handlebars->29->1085"
11302
+ "default.handlebars->29->1087"
11303
]
11304
},
11305
{
@@ -11298,8 +11318,8 @@
11318
"xloc": [
11319
"login-mobile.handlebars->5->24",
11320
"login-mobile.handlebars->5->28",
11301
- "login.handlebars->5->24",
11302
- "login.handlebars->5->28"
11321
+ "login.handlebars->5->25",
11322
+ "login.handlebars->5->29"
11323
]
11324
},
11325
{
@@ -11316,7 +11336,7 @@
11336
"ru": "Греческий",
11337
"zh-chs": "希臘語",
11338
"xloc": [
11319
- "default.handlebars->29->927"
11339
+ "default.handlebars->29->929"
11340
]
11341
},
11342
{
@@ -11334,7 +11354,7 @@
11354
"zh-chs": "組",
11355
"xloc": [
11356
"default-mobile.handlebars->9->137",
11337
- "default.handlebars->29->451",
11357
+ "default.handlebars->29->453",
11358
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
11359
]
11360
},
@@ -11352,9 +11372,9 @@
11372
"ru": "Групповое действие",
11373
"zh-chs": "集體行動",
11374
"xloc": [
11355
- "default.handlebars->29->1395",
11356
- "default.handlebars->29->1457",
11357
- "default.handlebars->29->388",
11375
+ "default.handlebars->29->1397",
11376
+ "default.handlebars->29->1459",
11377
+ "default.handlebars->29->390",
11378
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
11379
"default.handlebars->container->column_l->p4->3->1->0->3->3",
11380
"default.handlebars->container->column_l->p50->3->1->0->3->3"
@@ -11374,7 +11394,7 @@
11394
"ru": "Члены группы",
11395
"zh-chs": "小組成員",
11396
"xloc": [
11377
- "default.handlebars->29->1477"
11397
+ "default.handlebars->29->1479"
11398
]
11399
},
11400
{
@@ -11391,7 +11411,7 @@
11411
"ru": "Права на группу для пользователя {0}.",
11412
"zh-chs": "用戶{0}的組權限。",
11413
"xloc": [
11394
- "default.handlebars->29->1217"
11414
+ "default.handlebars->29->1219"
11415
]
11416
},
11417
{
@@ -11408,7 +11428,7 @@
11428
"ru": "Права на группу для {0}.",
11429
"zh-chs": "{0}的組權限。",
11430
"xloc": [
11411
- "default.handlebars->29->1216"
11431
+ "default.handlebars->29->1218"
11432
]
11433
},
11434
{
@@ -11459,7 +11479,7 @@
11479
"ru": "Гуджарати",
11480
"zh-chs": "古久拉提",
11481
"xloc": [
11462
- "default.handlebars->29->928"
11482
+ "default.handlebars->29->930"
11483
]
11484
},
11485
{
@@ -11495,7 +11515,7 @@
11515
"ru": "Гаитянский",
11516
"zh-chs": "海地",
11517
"xloc": [
11498
- "default.handlebars->29->929"
11518
+ "default.handlebars->29->931"
11519
]
11520
},
11521
{
@@ -11529,7 +11549,7 @@
11549
"ru": "Жесткое отключение агента",
11550
"zh-chs": "硬斷開劑",
11551
"xloc": [
11532
- "default.handlebars->29->823"
11552
+ "default.handlebars->29->825"
11553
]
11554
},
11555
{
@@ -11546,7 +11566,7 @@
11566
"ru": "Всего кучи",
11567
"zh-chs": "堆總數",
11568
"xloc": [
11549
- "default.handlebars->29->1660"
11569
+ "default.handlebars->29->1662"
11570
]
11571
},
11572
{
@@ -11563,7 +11583,7 @@
11583
"ru": "Куча используется",
11584
"zh-chs": "堆使用",
11585
"xloc": [
11566
- "default.handlebars->29->1659"
11586
+ "default.handlebars->29->1661"
11587
]
11588
},
11589
{
@@ -11580,7 +11600,7 @@
11600
"ru": "Иврит",
11601
"zh-chs": "希伯來語",
11602
"xloc": [
11583
- "default.handlebars->29->930"
11603
+ "default.handlebars->29->932"
11604
]
11605
},
11606
{
@@ -11612,7 +11632,7 @@
11632
"ru": "Помочь перевести MeshCentral",
11633
"zh-chs": "幫助翻譯MeshCentral",
11634
"xloc": [
11615
- "default.handlebars->29->1044"
11635
+ "default.handlebars->29->1046"
11636
]
11637
},
11638
{
@@ -11674,7 +11694,7 @@
11694
"xloc": [
11695
"default-mobile.handlebars->9->107",
11696
"default-mobile.handlebars->9->114",
11677
- "default.handlebars->29->352",
11697
+ "default.handlebars->29->354",
11698
"default.handlebars->29->5"
11699
]
11700
},
@@ -11692,7 +11712,7 @@
11712
"ru": "Хинди",
11713
"zh-chs": "印地語",
11714
"xloc": [
11695
- "default.handlebars->29->931"
11715
+ "default.handlebars->29->933"
11716
]
11717
},
11718
{
@@ -11728,7 +11748,7 @@
11748
"zh-chs": "持有1份副本",
11749
"xloc": [
11750
"default-mobile.handlebars->9->264",
11731
- "default.handlebars->29->736"
11751
+ "default.handlebars->29->738"
11752
]
11753
},
11754
{
@@ -11746,7 +11766,7 @@
11766
"zh-chs": "持有1個搬家公司",
11767
"xloc": [
11768
"default-mobile.handlebars->9->268",
11749
- "default.handlebars->29->740"
11769
+ "default.handlebars->29->742"
11770
]
11771
},
11772
{
@@ -11764,7 +11784,7 @@
11784
"zh-chs": "保留{0}個條目進行複制",
11785
"xloc": [
11786
"default-mobile.handlebars->9->262",
11767
- "default.handlebars->29->734"
11787
+ "default.handlebars->29->736"
11788
]
11789
},
11790
{
@@ -11782,7 +11802,7 @@
11802
"zh-chs": "保留{0}個條目以進行移動",
11803
"xloc": [
11804
"default-mobile.handlebars->9->266",
11785
- "default.handlebars->29->738"
11805
+ "default.handlebars->29->740"
11806
]
11807
},
11808
{
@@ -11800,7 +11820,7 @@
11820
"zh-chs": "保持{2}的{0}入口{1}",
11821
"xloc": [
11822
"default-mobile.handlebars->9->91",
11803
- "default.handlebars->29->1346"
11823
+ "default.handlebars->29->1348"
11824
]
11825
},
11826
{
@@ -11821,9 +11841,9 @@
11841
"default-mobile.handlebars->9->140",
11842
"default-mobile.handlebars->9->142",
11843
"default-mobile.handlebars->9->226",
11824
- "default.handlebars->29->227",
11825
- "default.handlebars->29->456",
11826
- "default.handlebars->29->664"
11844
+ "default.handlebars->29->229",
11845
+ "default.handlebars->29->458",
11846
+ "default.handlebars->29->666"
11847
]
11848
},
11849
{
@@ -11840,7 +11860,7 @@
11860
"ru": "Синхронизация имени хоста",
11861
"zh-chs": "主機名同步",
11862
"xloc": [
11843
- "default.handlebars->29->1109"
11863
+ "default.handlebars->29->1111"
11864
]
11865
},
11866
{
@@ -11857,7 +11877,7 @@
11877
"ru": "Венгерский",
11878
"zh-chs": "匈牙利",
11879
"xloc": [
11860
- "default.handlebars->29->932"
11880
+ "default.handlebars->29->934"
11881
]
11882
},
11883
{
@@ -11874,7 +11894,7 @@
11894
"ru": "Диапазон IP",
11895
"zh-chs": "IP範圍",
11896
"xloc": [
11877
- "default.handlebars->29->242"
11897
+ "default.handlebars->29->244"
11898
]
11899
},
11900
{
@@ -11892,7 +11912,7 @@
11912
"zh-chs": "IP位址已封鎖,請稍後再試。",
11913
"xloc": [
11914
"login-mobile.handlebars->5->17",
11895
- "login.handlebars->5->17"
11915
+ "login.handlebars->5->18"
11916
]
11917
},
11918
{
@@ -11909,7 +11929,7 @@
11929
"ru": "IP: {0}",
11930
"zh-chs": "IP:{0}",
11931
"xloc": [
11912
- "default.handlebars->29->776"
11932
+ "default.handlebars->29->778"
11933
]
11934
},
11935
{
@@ -11926,7 +11946,7 @@
11946
"ru": "IP: {0}, маска: {1}, шлюз: {2}",
11947
"zh-chs": "IP:{0},掩碼:{1},網關:{2}",
11948
"xloc": [
11929
- "default.handlebars->29->774"
11949
+ "default.handlebars->29->776"
11950
]
11951
},
11952
{
@@ -11943,8 +11963,8 @@
11963
"ru": "Уровень IPv4",
11964
"zh-chs": "IPv4層",
11965
"xloc": [
11946
- "default.handlebars->29->773",
11947
- "default.handlebars->29->775"
11966
+ "default.handlebars->29->775",
11967
+ "default.handlebars->29->777"
11968
]
11969
},
11970
{
@@ -12012,7 +12032,7 @@
12032
"ru": "Исландский",
12033
"zh-chs": "冰島的",
12034
"xloc": [
12015
- "default.handlebars->29->933"
12035
+ "default.handlebars->29->935"
12036
]
12037
},
12038
{
@@ -12030,7 +12050,7 @@
12050
"zh-chs": "圖標選擇",
12051
"xloc": [
12052
"default-mobile.handlebars->9->224",
12033
- "default.handlebars->29->662"
12053
+ "default.handlebars->29->664"
12054
]
12055
},
12056
{
@@ -12047,7 +12067,7 @@
12067
"ru": "Идентификатор",
12068
"zh-chs": "識別碼",
12069
"xloc": [
12050
- "default.handlebars->29->801"
12070
+ "default.handlebars->29->803"
12071
]
12072
},
12073
{
@@ -12129,7 +12149,7 @@
12149
"zh-chs": "个别装置",
12150
"xloc": [
12151
"default-mobile.handlebars->9->96",
12132
- "default.handlebars->29->168"
12152
+ "default.handlebars->29->170"
12153
]
12154
},
12155
{
@@ -12146,7 +12166,7 @@
12166
"ru": "Индонезийский",
12167
"zh-chs": "印度尼西亞",
12168
"xloc": [
12149
- "default.handlebars->29->934"
12169
+ "default.handlebars->29->936"
12170
]
12171
},
12172
{
@@ -12261,7 +12281,7 @@
12281
"ru": "Установка CIRA",
12282
"zh-chs": "安裝CIRA",
12283
"xloc": [
12264
- "default.handlebars->29->1142"
12284
+ "default.handlebars->29->1144"
12285
]
12286
},
12287
{
@@ -12278,7 +12298,7 @@
12298
"ru": "Локальная установка",
12299
"zh-chs": "安裝本地",
12300
"xloc": [
12281
- "default.handlebars->29->1144"
12301
+ "default.handlebars->29->1146"
12302
]
12303
},
12304
{
@@ -12295,10 +12315,10 @@
12315
"ru": "Тип установки",
12316
"zh-chs": "安裝類型",
12317
"xloc": [
12298
- "default.handlebars->29->1283",
12299
- "default.handlebars->29->1290",
12300
- "default.handlebars->29->289",
12301
- "default.handlebars->29->311"
12318
+ "default.handlebars->29->1285",
12319
+ "default.handlebars->29->1292",
12320
+ "default.handlebars->29->291",
12321
+ "default.handlebars->29->313"
12322
]
12323
},
12324
{
@@ -12315,7 +12335,7 @@
12335
"ru": "Intel (F10 = ESC+[OM)",
12336
"zh-chs": "英特爾(F10 = ESC + [OM)",
12337
"xloc": [
12318
- "default.handlebars->29->706",
12338
+ "default.handlebars->29->708",
12339
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
12340
]
12341
},
@@ -12333,10 +12353,10 @@
12353
"ru": "Intel AMT",
12354
"zh-chs": "英特爾AMT",
12355
"xloc": [
12336
- "default.handlebars->29->1302",
12337
- "default.handlebars->29->1310",
12338
- "default.handlebars->29->1656",
12339
- "default.handlebars->29->1678"
12356
+ "default.handlebars->29->1304",
12357
+ "default.handlebars->29->1312",
12358
+ "default.handlebars->29->1658",
12359
+ "default.handlebars->29->1680"
12360
]
12361
},
12362
{
@@ -12404,7 +12424,7 @@
12424
"ru": "Intel AMT активирован в режиме администратора",
12425
"zh-chs": "在管理控制模式下激活了Intel AMT",
12426
"xloc": [
12407
- "default.handlebars->29->470"
12427
+ "default.handlebars->29->472"
12428
]
12429
},
12430
{
@@ -12421,7 +12441,7 @@
12441
"ru": "Intel AMT активирован в режиме клиента",
12442
"zh-chs": "英特爾AMT在客戶端控制模式下被激活",
12443
"xloc": [
12424
- "default.handlebars->29->468"
12444
+ "default.handlebars->29->470"
12445
]
12446
},
12447
{
@@ -12438,7 +12458,7 @@
12458
"ru": "Intel AMT настроен с TLS безопасностью сети",
12459
"zh-chs": "英特爾AMT已設置TLS網絡安全性",
12460
"xloc": [
12441
- "default.handlebars->29->472"
12461
+ "default.handlebars->29->474"
12462
]
12463
},
12464
{
@@ -12472,7 +12492,7 @@
12492
"ru": "Intel AMT необходимо установить с доверенным FQDN в MEBx или иметь кабельное подключение к локальной сети:",
12493
"zh-chs": "英特爾AMT將需要在MEBx中設置為受信任的FQDN,或者在網絡上具有有線局域網:",
12494
"xloc": [
12475
- "default.handlebars->29->239"
12495
+ "default.handlebars->29->241"
12496
]
12497
},
12498
{
@@ -12489,7 +12509,7 @@
12509
"ru": "Intel ASCII",
12510
"zh-chs": "英特爾ASCII",
12511
"xloc": [
12492
- "default.handlebars->29->705"
12512
+ "default.handlebars->29->707"
12513
]
12514
},
12515
{
@@ -12509,11 +12529,11 @@
12529
"default-mobile.handlebars->9->126",
12530
"default-mobile.handlebars->9->190",
12531
"default-mobile.handlebars->9->195",
12512
- "default.handlebars->29->1126",
12513
- "default.handlebars->29->1136",
12514
- "default.handlebars->29->429",
12515
- "default.handlebars->29->480",
12516
- "default.handlebars->29->508"
12532
+ "default.handlebars->29->1128",
12533
+ "default.handlebars->29->1138",
12534
+ "default.handlebars->29->431",
12535
+ "default.handlebars->29->482",
12536
+ "default.handlebars->29->510"
12537
]
12538
},
12539
{
@@ -12531,7 +12551,7 @@
12551
"zh-chs": "英特爾®AMT CIRA",
12552
"xloc": [
12553
"default-mobile.handlebars->9->194",
12534
- "default.handlebars->29->506"
12554
+ "default.handlebars->29->508"
12555
]
12556
},
12557
{
@@ -12548,9 +12568,9 @@
12568
"ru": "Intel® AMT CIRA подключен и готов к использованию.",
12569
"zh-chs": "英特爾®AMT CIRA已連接並可以使用。",
12570
"xloc": [
12551
- "default.handlebars->29->173",
12552
- "default.handlebars->29->366",
12553
- "default.handlebars->29->505"
12571
+ "default.handlebars->29->175",
12572
+ "default.handlebars->29->368",
12573
+ "default.handlebars->29->507"
12574
]
12575
},
12576
{
@@ -12586,7 +12606,7 @@
12606
"ru": "Политика Intel® AMT",
12607
"zh-chs": "英特爾®AMT政策",
12608
"xloc": [
12589
- "default.handlebars->29->1165"
12609
+ "default.handlebars->29->1167"
12610
]
12611
},
12612
{
@@ -12620,7 +12640,7 @@
12640
"ru": "Intel® AMT Тег",
12641
"zh-chs": "英特爾®AMT標籤",
12642
"xloc": [
12623
- "default.handlebars->29->484"
12643
+ "default.handlebars->29->486"
12644
]
12645
},
12646
{
@@ -12654,8 +12674,8 @@
12674
"ru": "Активация Intel® AMT",
12675
"zh-chs": "英特爾®AMT激活",
12676
"xloc": [
12657
- "default.handlebars->29->237",
12658
- "default.handlebars->29->240"
12677
+ "default.handlebars->29->239",
12678
+ "default.handlebars->29->242"
12679
]
12680
},
12681
{
@@ -12673,8 +12693,8 @@
12693
"zh-chs": "英特爾®AMT已連接",
12694
"xloc": [
12695
"default-mobile.handlebars->9->204",
12676
- "default.handlebars->29->543",
12677
- "default.handlebars->29->544"
12696
+ "default.handlebars->29->545",
12697
+ "default.handlebars->29->546"
12698
]
12699
},
12700
{
@@ -12691,8 +12711,8 @@
12711
"ru": "События Intel® AMT desktop или serial.",
12712
"zh-chs": "英特爾®AMT桌面和串行事件。",
12713
"xloc": [
12694
- "default.handlebars->29->1050",
12695
- "default.handlebars->29->1298"
12714
+ "default.handlebars->29->1052",
12715
+ "default.handlebars->29->1300"
12716
]
12717
},
12718
{
@@ -12710,8 +12730,8 @@
12730
"zh-chs": "檢測到英特爾®AMT",
12731
"xloc": [
12732
"default-mobile.handlebars->9->205",
12713
- "default.handlebars->29->545",
12714
- "default.handlebars->29->546"
12733
+ "default.handlebars->29->547",
12734
+ "default.handlebars->29->548"
12735
]
12736
},
12737
{
@@ -12728,7 +12748,7 @@
12748
"ru": "Intel® AMT маршрутизируется и готов к использованию.",
12749
"zh-chs": "英特爾®AMT可路由並可以使用。",
12750
"xloc": [
12731
- "default.handlebars->29->507"
12751
+ "default.handlebars->29->509"
12752
]
12753
},
12754
{
@@ -12745,8 +12765,8 @@
12765
"ru": "Intel® AMT маршрутизируется.",
12766
"zh-chs": "英特爾®AMT是可路由的。",
12767
"xloc": [
12748
- "default.handlebars->29->175",
12749
- "default.handlebars->29->368"
12768
+ "default.handlebars->29->177",
12769
+ "default.handlebars->29->370"
12770
]
12771
},
12772
{
@@ -12781,8 +12801,8 @@
12801
"zh-chs": "僅限英特爾®AMT,無代理",
12802
"xloc": [
12803
"default-mobile.handlebars->9->275",
12784
- "default.handlebars->29->1079",
12785
- "default.handlebars->29->1103"
12804
+ "default.handlebars->29->1081",
12805
+ "default.handlebars->29->1105"
12806
]
12807
},
12808
{
@@ -12799,7 +12819,7 @@
12819
"ru": "Технология Intel® Active Management",
12820
"zh-chs": "英特爾®主動管理技術",
12821
"xloc": [
12802
- "default.handlebars->29->479"
12822
+ "default.handlebars->29->481"
12823
]
12824
},
12825
{
@@ -12816,7 +12836,7 @@
12836
"ru": "Intel® Active Management Technology (Intel® AMT)",
12837
"zh-chs": "英特爾®主動管理技術(英特爾®AMT)",
12838
"xloc": [
12819
- "default.handlebars->29->793"
12839
+ "default.handlebars->29->795"
12840
]
12841
},
12842
{
@@ -12834,7 +12854,7 @@
12854
"zh-chs": "英特爾®ME",
12855
"xloc": [
12856
"default-mobile.handlebars->9->189",
12837
- "default.handlebars->29->478"
12857
+ "default.handlebars->29->480"
12858
]
12859
},
12860
{
@@ -12852,7 +12872,7 @@
12872
"zh-chs": "英特爾®SM",
12873
"xloc": [
12874
"default-mobile.handlebars->9->191",
12855
- "default.handlebars->29->482"
12875
+ "default.handlebars->29->484"
12876
]
12877
},
12878
{
@@ -12869,7 +12889,7 @@
12889
"ru": "Intel® Standard Manageability",
12890
"zh-chs": "英特爾®標準可管理性",
12891
"xloc": [
12872
- "default.handlebars->29->481"
12892
+ "default.handlebars->29->483"
12893
]
12894
},
12895
{
@@ -12970,7 +12990,7 @@
12990
"ru": "Интерактивный",
12991
"zh-chs": "互動",
12992
"xloc": [
12973
- "default.handlebars->29->688"
12993
+ "default.handlebars->29->690"
12994
]
12995
},
12996
{
@@ -12987,10 +13007,10 @@
13007
"ru": "Только интерактивный режим",
13008
"zh-chs": "僅限互動",
13009
"xloc": [
12990
- "default.handlebars->29->1286",
12991
- "default.handlebars->29->1293",
12992
- "default.handlebars->29->292",
12993
- "default.handlebars->29->314"
13010
+ "default.handlebars->29->1288",
13011
+ "default.handlebars->29->1295",
13012
+ "default.handlebars->29->294",
13013
+ "default.handlebars->29->316"
13014
]
13015
},
13016
{
@@ -13007,7 +13027,7 @@
13027
"ru": "Интерфейсы",
13028
"zh-chs": "介面",
13029
"xloc": [
13010
- "default.handlebars->29->526"
13030
+ "default.handlebars->29->528"
13031
]
13032
},
13033
{
@@ -13024,7 +13044,7 @@
13044
"ru": "Инуктитут",
13045
"zh-chs": "因紐特人",
13046
"xloc": [
13027
- "default.handlebars->29->935"
13047
+ "default.handlebars->29->937"
13048
]
13049
},
13050
{
@@ -13041,7 +13061,7 @@
13061
"ru": "Некорректный тип группы устройств",
13062
"zh-chs": "無效的設備組類型",
13063
"xloc": [
13044
- "default.handlebars->29->1633"
13064
+ "default.handlebars->29->1635"
13065
]
13066
},
13067
{
@@ -13058,7 +13078,7 @@
13078
"ru": "Некорректный JSON",
13079
"zh-chs": "無效的JSON",
13080
"xloc": [
13061
- "default.handlebars->29->1627"
13081
+ "default.handlebars->29->1629"
13082
]
13083
},
13084
{
@@ -13075,8 +13095,8 @@
13095
"ru": "Некорректный формат файла JSON.",
13096
"zh-chs": "無效的JSON文件格式。",
13097
"xloc": [
13078
- "default.handlebars->29->1406",
13079
- "default.handlebars->29->1408"
13098
+ "default.handlebars->29->1408",
13099
+ "default.handlebars->29->1410"
13100
]
13101
},
13102
{
@@ -13093,7 +13113,7 @@
13113
"ru": "Некорректный файл JSON: {0}.",
13114
"zh-chs": "無效的JSON文件:{0}。",
13115
"xloc": [
13096
- "default.handlebars->29->1404"
13116
+ "default.handlebars->29->1406"
13117
]
13118
},
13119
{
@@ -13110,7 +13130,7 @@
13130
"ru": "Некорректная сигнатура PKCS",
13131
"zh-chs": "無效的PKCS簽名",
13132
"xloc": [
13113
- "default.handlebars->29->1625"
13133
+ "default.handlebars->29->1627"
13134
]
13135
},
13136
{
@@ -13127,7 +13147,7 @@
13147
"ru": "Некорректная сигнатура RSA",
13148
"zh-chs": "無效的RSA密碼",
13149
"xloc": [
13130
- "default.handlebars->29->1626"
13150
+ "default.handlebars->29->1628"
13151
]
13152
},
13153
{
@@ -13145,7 +13165,7 @@
13165
"zh-chs": "無效的帳戶創建令牌。",
13166
"xloc": [
13167
"login-mobile.handlebars->5->6",
13148
- "login.handlebars->5->6"
13168
+ "login.handlebars->5->7"
13169
]
13170
},
13171
{
@@ -13163,7 +13183,7 @@
13183
"zh-chs": "不合規電郵。",
13184
"xloc": [
13185
"login-mobile.handlebars->5->9",
13166
- "login.handlebars->5->9"
13186
+ "login.handlebars->5->10"
13187
]
13188
},
13189
{
@@ -13198,7 +13218,7 @@
13218
"zh-chs": "令牌無效,請重試。",
13219
"xloc": [
13220
"login-mobile.handlebars->5->11",
13201
- "login.handlebars->5->11"
13221
+ "login.handlebars->5->12"
13222
]
13223
},
13224
{
@@ -13229,7 +13249,7 @@
13249
"ru": "Ссылка для приглашения ({0})",
13250
"zh-chs": "邀請鏈接({0})",
13251
"xloc": [
13232
- "default.handlebars->29->161"
13252
+ "default.handlebars->29->163"
13253
]
13254
},
13255
{
@@ -13246,7 +13266,7 @@
13266
"ru": "Тип приглашения",
13267
"zh-chs": "邀請類型",
13268
"xloc": [
13249
- "default.handlebars->29->269"
13269
+ "default.handlebars->29->271"
13270
]
13271
},
13272
{
@@ -13263,7 +13283,7 @@
13283
"ru": "Коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:",
13284
"zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:",
13285
"xloc": [
13266
- "default.handlebars->29->1288"
13286
+ "default.handlebars->29->1290"
13287
]
13288
},
13289
{
@@ -13294,9 +13314,9 @@
13314
"ru": "Пригласить",
13315
"zh-chs": "邀請",
13316
"xloc": [
13297
- "default.handlebars->29->1152",
13298
- "default.handlebars->29->224",
13299
- "default.handlebars->29->304"
13317
+ "default.handlebars->29->1154",
13318
+ "default.handlebars->29->226",
13319
+ "default.handlebars->29->306"
13320
]
13321
},
13322
{
@@ -13313,11 +13333,11 @@
13333
"ru": "Пригласительные коды",
13334
"zh-chs": "邀請碼",
13335
"xloc": [
13316
- "default.handlebars->29->1130",
13317
- "default.handlebars->29->1282",
13318
- "default.handlebars->29->1287",
13336
+ "default.handlebars->29->1132",
13337
+ "default.handlebars->29->1284",
13338
"default.handlebars->29->1289",
13320
- "default.handlebars->29->1294"
13339
+ "default.handlebars->29->1291",
13340
+ "default.handlebars->29->1296"
13341
]
13342
},
13343
{
@@ -13334,7 +13354,7 @@
13354
"ru": "Пригласите установить Mesh Agent поделившись ссылкой. Эта ссылка ведет на инструкции для установки для группы устройств \\\"{0}\\\". Ссылка общедоступна и не требует наличия учетной записи на сервере.",
13355
"zh-chs": "通過共享邀請鏈接來邀請某人安裝網格代理。該鏈接為用戶提供 “{0}” 設備組的安裝說明。該鏈接是公共的,不需要該服務器的帳戶。",
13356
"xloc": [
13337
- "default.handlebars->29->295"
13357
+ "default.handlebars->29->297"
13358
]
13359
},
13360
{
@@ -13342,8 +13362,8 @@
13362
"en": "Invite someone to install the mesh agent on this device group.",
13363
"nl": "Nodig iemand uit om de mesh-agent in deze apparaatgroep te installeren.",
13364
"xloc": [
13345
- "default.handlebars->29->1151",
13346
- "default.handlebars->29->223"
13365
+ "default.handlebars->29->1153",
13366
+ "default.handlebars->29->225"
13367
]
13368
},
13369
{
@@ -13360,7 +13380,7 @@
13380
"ru": "Пригласите установить Mesh Agent. Ссылка на установку для группы \\\"{0}\\\" будет отправлена по электронной почте.",
13381
"zh-chs": "邀請某人安裝網狀代理。將發送一封電子郵件,其中包含指向 “{0}” 設備組的網狀代理安裝的鏈接。",
13382
"xloc": [
13363
- "default.handlebars->29->272"
13383
+ "default.handlebars->29->274"
13384
]
13385
},
13386
{
@@ -13377,7 +13397,7 @@
13397
"ru": "Ирландский",
13398
"zh-chs": "愛爾蘭人",
This file is too large to show in full.
views/default.handlebars
+7
-3
@@ -2584,19 +2584,20 @@
2584
var x = '';
2585
if (message.event.results == null) {
2586
// The scan could not occur because of an error. Likely the user range was invalid.
2587
- x = '<div style=width:100%;text-align:center;margin-top:12px>' + "Unable to scan this address range." + '</div><div style=width:100%;text-align:center;margin-top:12px;color:gray;line-height:1.5>' + "Sample IP range values<br />192.168.0.100<br />192.168.1.0/24<br />192.167.0.1-192.168.0.100" + '</div>';
2587
+ x = '<div style=width:100%;text-align:center;margin-top:12px>' + "Unable to scan this address range." + '</div><div style=width:100%;text-align:center;margin-top:12px;color:gray;line-height:1.5>' + "Sample IP range values" + '<br />192.168.0.100<br />192.168.1.0/24<br />192.167.0.1-192.168.0.100</div>';
2588
} else {
2589
// Go thru all the results and populate the dialog box
2590
amtScanResults = message.event.results;
2591
for (var i in message.event.results) {
2592
var r = message.event.results[i], shortname = r.hostname;
2593
+ if (r.hosttype == 'host') { shortname = capitalizeFirstLetter(shortname.split('.')[0]); }
2594
if (shortname.length > 20) { shortname = shortname.substring(0, 20) + '...'; }
2595
var str = '<b title="' + EscapeHtml(r.hostname) + '">' + EscapeHtml(shortname) + '</b> - v' + r.ver;
2596
if (r.state == 2) { if (r.tls == 1) { str += " with TLS."; } else { str += " without TLS."; } } else { str += ' not activated.'; }
2597
x += '<div style=width:100%;margin-bottom:2px;background-color:lightgray><div style=padding:4px><div style=display:inline-block;margin-right:5px><input class=DevScanCheckbox name=dp1checkbox tag="' + EscapeHtml(i) + '" type=checkbox onclick=addAmtScanToMeshCheckbox() /></div><div class=j1 style=display:inline-block></div><div style=display:inline-block;margin-left:5px;overflow-x:auto;white-space:nowrap>' + str + '</div></div></div>';
2598
}
2599
// If no results where found, display a nice message
2599
- if (x == '') { x = '<div style=width:100%;text-align:center;margin-top:12px>Scan returned no results.</div><div style=width:100%;text-align:center;margin-top:12px;color:gray;line-height:1.5>Sample IP range values<br />192.168.0.100<br />192.168.1.0/24<br />192.167.0.1-192.168.0.100</div>'; }
2600
+ if (x == '') { x = '<div style=width:100%;text-align:center;margin-top:12px>' + "Scan returned no results." + '</div><div style=width:100%;text-align:center;margin-top:12px;color:gray;line-height:1.5>' + "Sample IP range values" + '<br />192.168.0.100<br />192.168.1.0/24<br />192.167.0.1-192.168.0.100</div>'; }
2601
}
2602
// Set the html in the dialog box and re-enable the scan button
2603
QH('dp1results', x);
@@ -3535,7 +3536,9 @@
3536
if (elements[i].checked) {
3537
var ipaddr = elements[i].getAttribute('tag');
3538
var amtinfo = amtScanResults[ipaddr];
3538
- meshserver.send({ action: 'addamtdevice', meshid: meshid, devicename: amtinfo.hostname, hostname: amtinfo.hostname, amtusername: '', amtpassword: '', amttls: amtinfo.tls });
3539
+ var name = amtinfo.hostname;
3540
+ if (amtinfo.hosttype == 'host') { name = capitalizeFirstLetter(name.split('.')[0]); }
3541
+ meshserver.send({ action: 'addamtdevice', meshid: meshid, devicename: name, hostname: amtinfo.hostname, amtusername: '', amtpassword: '', amttls: amtinfo.tls });
3542
}
3543
}
3544
}
@@ -12019,6 +12022,7 @@
12022
function format(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function (match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); };
12023
function addTextLink(subtext, text, link) { var i = text.toLowerCase().indexOf(subtext.toLowerCase()); if (i == -1) { return text; } return text.substring(0, i) + '<a href=\"' + link + '\">' + subtext + '</a>' + text.substring(i + subtext.length); }
12024
function getOrderedList(objList, oname) { var r = []; for (var i in objList) { r.push(objList[i]); } r.sort(function(a, b) { var aa = a[oname].toLowerCase(), bb = b[oname].toLowerCase(); if (aa > bb) return 1; if (aa < bb) return -1; return 0; }); return r; }
12025
+ function capitalizeFirstLetter(string) { return string.charAt(0).toUpperCase() + string.slice(1); }
12026
function nobreak(x) { return x.split(' ').join(' '); }
12027
12028
</script>
views/login.handlebars
+58
-2
@@ -222,6 +222,31 @@
222
<input id=resetpasswordformargs name="urlargs" type="hidden" value="" />
223
</form>
224
</div>
225
+ <div id=checkemailpanel style="display:none;position:relative">
226
+ <form method=post>
227
+ <input type=hidden name=action value=checkemail />
228
+ <div id=message7></div>
229
+ <table id="checkCheckOperations" style="width:100%;display:none">
230
+ <tr>
231
+ <td>
232
+ <div id="unconfirmedEmail"></div><br />
233
+ </td>
234
+ </tr>
235
+ <tr>
236
+ <td>
237
+ <div>
238
+ <input id=changeEmailButton type=button value="Change Email Address" onclick="changeEmailAddress()" />
239
+ <input id=checkEmailButton2 type=button value="Resend Confirmation Email" onclick="resentEmailConfirmation()" />
240
+ <input id=checkEmailButton type=submit style="display:none" />
241
+ <input id=checkEmailVal name=email type="hidden" value="" />
242
+ </div>
243
+ </td>
244
+ </tr>
245
+ </table>
246
+ <hr /><a onclick="return xgo(1,event);" href="#" style=cursor:pointer>Back to login</a>
247
+ <input id=checkemailformargs name="urlargs" type="hidden" value="" />
248
+ </form>
249
+ </div>
250
</td>
251
</tr>
252
</table>
@@ -277,7 +302,7 @@
302
303
// Display the right server message
304
var messageid = parseInt('{{{messageid}}}');
280
- var okmessages = ['', "Hold on, reset mail sent.", "Email sent."];
305
+ var okmessages = ['', "Hold on, reset mail sent.", "Email sent.", "Email verification required, check your mailbox and click the confirmation link."];
306
var failmessages = ["Unable to create account.", "Account limit reached.", "Existing account with this email address.", "Invalid account creation token.", "Username already exists.", "Password rejected, use a different one.", "Invalid email.", "Account not found.", "Invalid token, try again.", "Unable to sent email.", "Account locked.", "Access denied.", "Login failed, check username and password.", "Password change requested.", "IP address blocked, try again later."];
307
if (messageid > 0) {
308
var msg = '';
@@ -285,7 +310,7 @@
310
else if ((messageid >= 100) && ((messageid - 100) < failmessages.length)) { msg = failmessages[messageid - 100]; }
311
if (msg != '') {
312
if (messageid >= 100) { msg = ('<span class="msg error"><b style=color:#8C001A>' + msg + '<b></span><br /><br />'); } else { msg = ('<span class="msg success"><b>' + msg + '</b></span><br /><br />'); }
288
- for (var i = 1; i < 7; i++) { QH('message' + i, msg); }
313
+ for (var i = 1; i < 8; i++) { QH('message' + i, msg); }
314
}
315
}
316
@@ -304,6 +329,7 @@
329
Q('tokenformargs').value = xurlargs;
330
Q('resettokenformargs').value = xurlargs;
331
Q('resetpasswordformargs').value = xurlargs;
332
+ Q('checkemailformargs').value = xurlargs;
333
}
334
335
//var webPageFullScreen = getstore('webPageFullScreen', true);
@@ -446,6 +472,7 @@
472
QV('message4', false);
473
QV('message5', false);
474
QV('message6', false);
475
+ QV('message7', false);
476
go(x);
477
haltEvent(e);
478
return false;
@@ -461,12 +488,18 @@
488
QV('tokenpanel', x == 4);
489
QV('resettokenpanel', x == 5);
490
QV('resetpasswordpanel', x == 6);
491
+ QV('checkemailpanel', x == 7);
492
if (x == 1) { Q('username').focus(); }
493
if (x == 2) { if (features & 0x200000) { Q('aemail').focus(); } else { Q('ausername').focus(); } } // Email is username
494
if (x == 3) { Q('remail').focus(); }
495
if (x == 4) { Q('tokenInput').focus(); }
496
if (x == 5) { Q('resetTokenInput').focus(); }
497
if (x == 6) { Q('rapassword1').focus(); }
498
+ if (x == 7) {
499
+ QH('unconfirmedEmail', passhint);
500
+ QV('checkCheckOperations', Q('unconfirmedEmail').innerHTML != '');
501
+ QH('checkEmailVal', passhint);
502
+ }
503
}
504
505
function validateLogin(box, e) {
@@ -654,6 +687,28 @@
687
QE('resetTokenOkButton', (Q('resetTokenInput').value.length == 6) || (Q('resetTokenInput').value.length == 8) || (Q('resetTokenInput').value.length == 44));
688
}
689
690
+ function changeEmailAddress() {
691
+ var email = Q('unconfirmedEmail').innerHTML;
692
+ var x = addHtmlValue("Email", '<input id=dp1email style=width:230px maxlength=256 value="' + email + '" autocomplete=off onchange=validateEmailAddress() onkeyup=validateEmailAddress() />');
693
+ setDialogMode(1, "Email Confirmation", 3, changeEmailAddressEx, x);
694
+ validateEmailAddress();
695
+ }
696
+
697
+ function validateEmailAddress() {
698
+ QE('idx_dlgOkButton', (validateEmail(Q('dp1email').value) == true));
699
+ }
700
+
701
+ function changeEmailAddressEx() {
702
+ Q('checkEmailVal').value = Q('dp1email').value;
703
+ QH('unconfirmedEmail', Q('dp1email').value);
704
+ Q('checkEmailButton').click();
705
+ }
706
+
707
+ function resentEmailConfirmation() {
708
+ Q('checkEmailVal').value = Q('unconfirmedEmail').innerHTML;
709
+ Q('checkEmailButton').click();
710
+ }
711
+
712
//
713
// POPUP DIALOG
714
//
@@ -750,6 +805,7 @@
805
function format(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function (match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); };
806
function addTextLink(subtext, text, link) { var i = text.toLowerCase().indexOf(subtext.toLowerCase()); if (i == -1) { return text; } return text.substring(0, i) + '<a href=\"' + link + '\">' + subtext + '</a>' + text.substring(i + subtext.length); }
807
function parseUriArgs() { var href = window.document.location.href; if (href.endsWith('#')) { href = href.substring(0, href.length - 1); } var name, r = {}, parsedUri = href.split(/[\?&|\=]/); parsedUri.splice(0, 1); for (x in parsedUri) { switch (x % 2) { case 0: { name = decodeURIComponent(parsedUri[x]); break; } case 1: { r[name] = decodeURIComponent(parsedUri[x]); var x = parseInt(r[name]); if (x == r[name]) { r[name] = x; } break; } default: { break; } } } return r; }
808
+ function addHtmlValue(t, v) { return '<table><td style=width:120px;text-align:left>' + t + '<td><b>' + v + '</b></table>'; }
809
810
</script>
811
</body>
webserver.js
+131
-7
@@ -820,6 +820,18 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
820
res.cookie('twofactor', twoFactorCookie, { maxAge: (30 * 24 * 60 * 60 * 1000), httpOnly: true, sameSite: 'strict', secure: true });
821
}
822
823
+ // Check if email address needs to be confirmed
824
+ var emailcheck = ((obj.parent.mailserver != null) && (obj.parent.certificates.CommonName != null) && (obj.parent.certificates.CommonName.indexOf('.') != -1) && (obj.args.lanonly != true) && (domain.auth != 'sspi') && (domain.auth != 'ldap'))
825
+ if (emailcheck && (user.emailVerified !== true)) {
826
+ parent.debug('web', 'Redirecting using ' + user.name + ' to email check login page');
827
+ req.session.messageid = 3; // "Email verification required" message
828
+ req.session.loginmode = '7';
829
+ req.session.passhint = user.email;
830
+ req.session.cuserid = userid;
831
+ if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
832
+ return;
833
+ }
834
+
835
// Login successful
836
if (obj.parent.authlog) { obj.parent.authLog('https', 'Accepted password for ' + xusername + ' from ' + cleanRemoteAddr(req.ip) + ' port ' + req.connection.remotePort); }
837
parent.debug('web', 'handleLoginRequest: successful 2FA login');
@@ -829,6 +841,18 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
841
return;
842
}
843
844
+ // Check if email address needs to be confirmed
845
+ var emailcheck = ((obj.parent.mailserver != null) && (obj.parent.certificates.CommonName != null) && (obj.parent.certificates.CommonName.indexOf('.') != -1) && (obj.args.lanonly != true) && (domain.auth != 'sspi') && (domain.auth != 'ldap'))
846
+ if (emailcheck && (user.emailVerified !== true)) {
847
+ parent.debug('web', 'Redirecting using ' + user.name + ' to email check login page');
848
+ req.session.messageid = 3; // "Email verification required" message
849
+ req.session.loginmode = '7';
850
+ req.session.passhint = user.email;
851
+ req.session.cuserid = userid;
852
+ if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
853
+ return;
854
+ }
855
+
856
// Login successful
857
if (obj.parent.authlog) { obj.parent.authLog('https', 'Accepted password for ' + xusername + ' from ' + cleanRemoteAddr(req.ip) + ' port ' + req.connection.remotePort); }
858
parent.debug('web', 'handleLoginRequest: successful login');
@@ -902,6 +926,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
926
delete req.session.tokenemail;
927
delete req.session.messageid;
928
delete req.session.passhint;
929
+ delete req.session.cuserid;
930
req.session.userid = userid;
931
req.session.domainid = domain.id;
932
req.session.currentNode = '';
@@ -1060,6 +1085,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1085
delete req.session.tokenemail;
1086
delete req.session.messageid;
1087
delete req.session.passhint;
1088
+ delete req.session.cuserid;
1089
if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
1090
return;
1091
}
@@ -1122,6 +1148,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1148
delete req.session.tokenemail;
1149
delete req.session.messageid;
1150
delete req.session.passhint;
1151
+ delete req.session.cuserid;
1152
if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
1153
return;
1154
}
@@ -1222,6 +1249,80 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1249
}
1250
}
1251
1252
+ // Handle account email change and email verification request
1253
+ function handleCheckAccountEmailRequest(req, res, direct) {
1254
+ const domain = checkUserIpAddress(req, res);
1255
+ if (domain == null) { return; }
1256
+ if ((obj.parent.mailserver == null) || (domain.auth == 'sspi') || (domain.auth == 'ldap') || (typeof req.session.cuserid != 'string') || (obj.users[req.session.cuserid] == null) || (!obj.common.validateEmail(req.body.email, 1, 256))) { parent.debug('web', 'handleCheckAccountEmailRequest: failed checks.'); res.sendStatus(404); return; }
1257
+ if ((domain.loginkey != null) && (domain.loginkey.indexOf(req.query.key) == -1)) { res.sendStatus(404); return; } // Check 3FA URL key
1258
+
1259
+ // Always lowercase the email address
1260
+ if (req.body.email) { req.body.email = req.body.email.toLowerCase(); }
1261
+
1262
+ // Get the email from the body or session.
1263
+ var email = req.body.email;
1264
+ if ((email == null) || (email == '')) { email = req.session.tokenemail; }
1265
+
1266
+ // Check if this request is for an allows email domain
1267
+ if ((domain.newaccountemaildomains != null) && Array.isArray(domain.newaccountemaildomains)) {
1268
+ var i = -1;
1269
+ if (typeof req.body.email == 'string') { i = req.body.email.indexOf('@'); }
1270
+ if (i == -1) {
1271
+ parent.debug('web', 'handleCreateAccountRequest: unable to create account (1)');
1272
+ req.session.loginmode = '7';
1273
+ req.session.messageid = 106; // Invalid email.
1274
+ if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
1275
+ return;
1276
+ }
1277
+ var emailok = false, emaildomain = req.body.email.substring(i + 1).toLowerCase();
1278
+ for (var i in domain.newaccountemaildomains) { if (emaildomain == domain.newaccountemaildomains[i].toLowerCase()) { emailok = true; } }
1279
+ if (emailok == false) {
1280
+ parent.debug('web', 'handleCreateAccountRequest: unable to create account (2)');
1281
+ req.session.loginmode = '7';
1282
+ req.session.messageid = 106; // Invalid email.
1283
+ if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
1284
+ return;
1285
+ }
1286
+ }
1287
+
1288
+ // Check the email string format
1289
+ if (!email || checkEmail(email) == false) {
1290
+ parent.debug('web', 'handleCheckAccountEmailRequest: Invalid email');
1291
+ req.session.loginmode = '7';
1292
+ req.session.messageid = 106; // Invalid email.
1293
+ if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
1294
+ } else {
1295
+ // Check is email already exists
1296
+ obj.db.GetUserWithVerifiedEmail(domain.id, email, function (err, docs) {
1297
+ if ((err != null) || (docs.length > 0)) {
1298
+ // Email already exitst
1299
+ req.session.messageid = 102; // Existing account with this email address.
1300
+ } else {
1301
+ // Update the user and notify of user email address change
1302
+ var user = obj.users[req.session.cuserid];
1303
+ if (user.email != email) {
1304
+ user.email = email;
1305
+ db.SetUser(user);
1306
+ var targets = ['*', 'server-users', user._id];
1307
+ if (user.groups) { for (var i in user.groups) { targets.push('server-users:' + i); } }
1308
+ var event = { etype: 'user', userid: user._id, username: user.name, account: obj.CloneSafeUser(user), action: 'accountchange', msg: 'Account changed: ' + user.name, domain: domain.id };
1309
+ if (db.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come.
1310
+ parent.DispatchEvent(targets, obj, event);
1311
+ }
1312
+
1313
+ // Send the verification email
1314
+ obj.parent.mailserver.sendAccountCheckMail(domain, user.name, user.email, obj.getLanguageCodes(req));
1315
+
1316
+ // Send the response
1317
+ req.session.messageid = 2; // Email sent.
1318
+ }
1319
+ req.session.loginmode = '7';
1320
+ delete req.session.cuserid;
1321
+ if (direct === true) { handleRootRequestEx(req, res, domain); } else { res.redirect(domain.url + getQueryPortion(req)); }
1322
+ });
1323
+ }
1324
+ }
1325
+
1326
// Called to process a web based email verification request
1327
function handleCheckMailRequest(req, res) {
1328
const domain = checkUserIpAddress(req, res);
@@ -1678,6 +1779,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1779
delete req.session.domainid;
1780
delete req.session.currentNode;
1781
delete req.session.passhint;
1782
+ delete req.session.cuserid;
1783
req.session.messageid = 110; // Account locked.
1784
res.redirect(domain.url + getQueryPortion(req)); // BAD***
1785
return;
@@ -1816,7 +1918,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1918
var passhint = null, msgid = 0;
1919
if (req.session != null) {
1920
msgid = req.session.messageid;
1819
- if ((domain.passwordrequirements != null) && (domain.passwordrequirements.hint === true)) { passhint = EscapeHtml(req.session.passhint); }
1921
+ if ((loginmode == '7') || ((domain.passwordrequirements != null) && (domain.passwordrequirements.hint === true))) { passhint = EscapeHtml(req.session.passhint); }
1922
delete req.session.messageid;
1923
delete req.session.passhint;
1924
}
@@ -1859,6 +1961,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1961
case 'createaccount': { handleCreateAccountRequest(req, res, true); break; }
1962
case 'resetpassword': { handleResetPasswordRequest(req, res, true); break; }
1963
case 'resetaccount': { handleResetAccountRequest(req, res, true); break; }
1964
+ case 'checkemail': { handleCheckAccountEmailRequest(req, res, true); break; }
1965
default: { handleLoginRequest(req, res, true); break; }
1966
}
1967
}
@@ -3898,6 +4001,8 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
4001
if (domain == null) { return; }
4002
}
4003
4004
+ var emailcheck = ((obj.parent.mailserver != null) && (obj.parent.certificates.CommonName != null) && (obj.parent.certificates.CommonName.indexOf('.') != -1) && (obj.args.lanonly != true) && (domain.auth != 'sspi') && (domain.auth != 'ldap'))
4005
+
4006
// A web socket session can be authenticated in many ways (Default user, session, user/pass and cookie). Check authentication here.
4007
if ((req.query.user != null) && (req.query.pass != null)) {
4008
// A user/pass is provided in URL arguments
@@ -3928,13 +4033,23 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
4033
try { ws.send(JSON.stringify({ action: 'close', cause: 'noauth', msg: 'tokenrequired', email2fa: email2fa })); ws.close(); } catch (e) { }
4034
} else {
4035
// We are authenticated with 2nd factor.
3931
- func(ws, req, domain, user);
4036
+ // Check email verification
4037
+ if (emailcheck && (user.email != null) && (user.emailVerified !== true)) {
4038
+ try { ws.send(JSON.stringify({ action: 'close', cause: 'emailvalidation', msg: 'emailvalidationrequired', email2fa: email2fa, email2fasent: true })); ws.close(); } catch (e) { }
4039
+ } else {
4040
+ func(ws, req, domain, user);
4041
+ }
4042
}
4043
});
4044
}
4045
} else {
3936
- // We are authenticated
3937
- func(ws, req, domain, user);
4046
+ // Check email verification
4047
+ if (emailcheck && (user.email != null) && (user.emailVerified !== true)) {
4048
+ try { ws.send(JSON.stringify({ action: 'close', cause: 'emailvalidation', msg: 'emailvalidationrequired', email2fa: email2fa, email2fasent: true })); ws.close(); } catch (e) { }
4049
+ } else {
4050
+ // We are authenticated
4051
+ func(ws, req, domain, user);
4052
+ }
4053
}
4054
} else {
4055
// Failed to authenticate, see if a default user is active
@@ -4000,14 +4115,23 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
4115
}
4116
} else {
4117
// We are authenticated with 2nd factor.
4003
- func(ws, req, domain, user);
4118
+ // Check email verification
4119
+ if (emailcheck && (user.email != null) && (user.emailVerified !== true)) {
4120
+ try { ws.send(JSON.stringify({ action: 'close', cause: 'emailvalidation', msg: 'emailvalidationrequired', email2fa: email2fa, email2fasent: true })); ws.close(); } catch (e) { }
4121
+ } else {
4122
+ func(ws, req, domain, user);
4123
+ }
4124
}
4125
});
4126
}
4127
} else {
4128
// We are authenticated
4009
- func(ws, req, domain, user);
4010
- }
4129
+ // Check email verification
4130
+ if (emailcheck && (user.email != null) && (user.emailVerified !== true)) {
4131
+ try { ws.send(JSON.stringify({ action: 'close', cause: 'emailvalidation', msg: 'emailvalidationrequired', email2fa: email2fa, email2fasent: true })); ws.close(); } catch (e) { }
4132
+ } else {
4133
+ func(ws, req, domain, user);
4134
+ } }
4135
} else {
4136
// Failed to authenticate, see if a default user is active
4137
if (obj.args.user && obj.users['user/' + domain.id + '/' + obj.args.user.toLowerCase()]) {