Improved AMT policy dialog.

Ylian Saint-Hilaire committed Oct 26, 2020 at 00:22 UTC add724419eb88bd3fdfaa515d8268adf7cd06159
5 files changed +836 -792
amtmanager.js
+1 -1
@@ -1130,7 +1130,7 @@ module.exports.CreateAmtManager = function (parent) {
1130 if (responses['IPS_HTTPProxyService'].status == 400) { delete responses['IPS_HTTPProxyService']; }
1131 for (var i in responses) { if (responses[i].status != 200) { status = responses[i].status; } }
1132 }
1133 - if (status != 200) { dev.consoleMsg("Failed get CIRA state (" + status + ")."); removeAmtDevice(dev); return; }
1133 + if (status != 200) { dev.consoleMsg("Failed to get CIRA state (" + status + ")."); removeAmtDevice(dev); return; }
1134 if ((responses['AMT_UserInitiatedConnectionService'] == null) || (responses['AMT_UserInitiatedConnectionService'].response == null)) { dev.consoleMsg("Invalid CIRA state."); removeAmtDevice(dev); return; }
1135
1136 dev.cira = {};
meshuser.js
+8 -5
@@ -18,7 +18,6 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
18 const fs = require('fs');
19 const path = require('path');
20 const common = parent.common;
21 -
21 // Cross domain messages, for cross-domain administrators only.
22 const allowedCrossDomainMessages = ['accountcreate', 'accountremove', 'accountchange', 'createusergroup', 'deleteusergroup', 'usergroupchange'];
23
@@ -3306,11 +3305,11 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3305 if (common.validateObject(command.amtpolicy) == false) break; // Check the amtpolicy
3306 if (common.validateInt(command.amtpolicy.type, 0, 4) == false) break; // Check the amtpolicy.type
3307 if (command.amtpolicy.type === 2) {
3309 - if (common.validateString(command.amtpolicy.password, 0, 32) == false) break; // Check the amtpolicy.password
3308 + if ((command.amtpolicy.password != null) && (common.validateString(command.amtpolicy.password, 0, 32) == false)) break; // Check the amtpolicy.password
3309 if ((command.amtpolicy.badpass != null) && common.validateInt(command.amtpolicy.badpass, 0, 1) == false) break; // Check the amtpolicy.badpass
3310 if (common.validateInt(command.amtpolicy.cirasetup, 0, 2) == false) break; // Check the amtpolicy.cirasetup
3311 } else if (command.amtpolicy.type === 3) {
3313 - if (common.validateString(command.amtpolicy.password, 0, 32) == false) break; // Check the amtpolicy.password
3312 + if ((command.amtpolicy.password != null) && (common.validateString(command.amtpolicy.password, 0, 32) == false)) break; // Check the amtpolicy.password
3313 if ((command.amtpolicy.badpass != null) && common.validateInt(command.amtpolicy.badpass, 0, 1) == false) break; // Check the amtpolicy.badpass
3314 if (common.validateInt(command.amtpolicy.cirasetup, 0, 2) == false) break; // Check the amtpolicy.cirasetup
3315 }
@@ -3326,11 +3325,15 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3325 // Perform the Intel AMT policy change
3326 change = 'Intel AMT policy change';
3327 var amtpolicy = { type: command.amtpolicy.type };
3329 - if ((command.amtpolicy.type === 2) || (command.amtpolicy.type === 3)) { amtpolicy = { type: command.amtpolicy.type, password: command.amtpolicy.password, badpass: command.amtpolicy.badpass, cirasetup: command.amtpolicy.cirasetup }; }
3328 + if ((command.amtpolicy.type === 2) || (command.amtpolicy.type === 3)) {
3329 + amtpolicy = { type: command.amtpolicy.type, badpass: command.amtpolicy.badpass, cirasetup: command.amtpolicy.cirasetup };
3330 + if ((command.amtpolicy.password == null) && (mesh.amt != null) && (typeof mesh.amt.password == 'string')) { amtpolicy.password = mesh.amt.password; } // Keep the last password
3331 + if ((typeof command.amtpolicy.password == 'string') && (command.amtpolicy.password.length >= 8)) { amtpolicy.password = command.amtpolicy.password; } // Set a new password
3332 + }
3333 mesh.amt = amtpolicy;
3334 db.Set(mesh);
3335 var amtpolicy2 = Object.assign({}, amtpolicy); // Shallow clone
3333 - delete amtpolicy2.password;
3336 + if (amtpolicy2.password != null) { amtpolicy2.password = 1; }
3337 var event = { etype: 'mesh', userid: user._id, username: user.name, meshid: mesh._id, amt: amtpolicy2, action: 'meshchange', links: mesh.links, msg: change, domain: domain.id, invite: mesh.invite };
3338 if (db.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the mesh. Another event will come.
3339 parent.parent.DispatchEvent(parent.CreateMeshDispatchTargets(mesh, [user._id]), obj, event);
translate/translate.json
+798 -764
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->29->1401",
228 - "default.handlebars->29->1861"
227 + "default.handlebars->29->1403",
228 + "default.handlebars->29->1863"
229 ]
230 },
231 {
@@ -415,6 +415,12 @@
415 "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1"
416 ]
417 },
418 + {
419 + "en": "* 8 characters, 1 upper, 1 lower, 1 numeric, 1 non-alpha numeric.",
420 + "xloc": [
421 + "default.handlebars->29->1372"
422 + ]
423 + },
424 {
425 "cs": "* Pro BSD, nejprve spusťte „pkg install wget sudo bash“.",
426 "de": "* Unter BSD, führe zunächst \\\"pkg install wget sudo bash\\\" aus.",
@@ -450,10 +456,7 @@
456 "ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
457 "tr": "* Her cihaza rastgele bir şifre atamak için boş bırakın.",
458 "zh-chs": "*保留空白可为每个设备分配一个随机密码。",
453 - "zh-cht": "*保留空白可為每個裝置分配一個隨機密碼。",
454 - "xloc": [
455 - "default.handlebars->29->1368"
456 - ]
459 + "zh-cht": "*保留空白可為每個裝置分配一個隨機密碼。"
460 },
461 {
462 "cs": ",",
@@ -490,7 +493,7 @@
493 "zh-cht": ",",
494 "xloc": [
495 "default-mobile.handlebars->9->467",
493 - "default.handlebars->29->1471"
496 + "default.handlebars->29->1473"
497 ]
498 },
499 {
@@ -762,8 +765,8 @@
765 "xloc": [
766 "default-mobile.handlebars->9->108",
767 "default-mobile.handlebars->9->307",
765 - "default.handlebars->29->1512",
766 - "default.handlebars->29->2016",
768 + "default.handlebars->29->1514",
769 + "default.handlebars->29->2018",
770 "default.handlebars->29->868"
771 ]
772 },
@@ -820,7 +823,7 @@
823 "zh-chs": "1个活跃时段",
824 "zh-cht": "1個活躍時段",
825 "xloc": [
823 - "default.handlebars->29->1930"
826 + "default.handlebars->29->1932"
827 ]
828 },
829 {
@@ -842,7 +845,7 @@
845 "xloc": [
846 "default-mobile.handlebars->9->118",
847 "default-mobile.handlebars->9->471",
845 - "default.handlebars->29->1536",
848 + "default.handlebars->29->1538",
849 "download.handlebars->3->1",
850 "download2.handlebars->5->1"
851 ]
@@ -907,7 +910,7 @@
910 "zh-chs": "1组",
911 "zh-cht": "1群",
912 "xloc": [
910 - "default.handlebars->29->1895"
913 + "default.handlebars->29->1897"
914 ]
915 },
916 {
@@ -1011,7 +1014,7 @@
1014 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1015 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1016 "xloc": [
1014 - "default.handlebars->29->1685"
1017 + "default.handlebars->29->1687"
1018 ]
1019 },
1020 {
@@ -1077,7 +1080,7 @@
1080 "default-mobile.handlebars->9->172",
1081 "default-mobile.handlebars->9->175",
1082 "default-mobile.handlebars->9->178",
1080 - "default.handlebars->29->1689",
1083 + "default.handlebars->29->1691",
1084 "default.handlebars->29->250",
1085 "default.handlebars->29->253",
1086 "default.handlebars->29->256",
@@ -1494,7 +1497,7 @@
1497 "zh-chs": "2FA备份代码已清除",
1498 "zh-cht": "2FA備份代碼已清除",
1499 "xloc": [
1497 - "default.handlebars->29->1647"
1500 + "default.handlebars->29->1649"
1501 ]
1502 },
1503 {
@@ -1514,8 +1517,8 @@
1517 "zh-chs": "启用第二因素身份验证",
1518 "zh-cht": "啟用第二因素身份驗證",
1519 "xloc": [
1517 - "default.handlebars->29->1702",
1518 - "default.handlebars->29->1917"
1520 + "default.handlebars->29->1704",
1521 + "default.handlebars->29->1919"
1522 ]
1523 },
1524 {
@@ -2497,7 +2500,7 @@
2500 "zh-chs": "访问服务器档案",
2501 "zh-cht": "存取伺服器檔案",
2502 "xloc": [
2500 - "default.handlebars->29->1867"
2503 + "default.handlebars->29->1869"
2504 ]
2505 },
2506 {
@@ -2650,7 +2653,7 @@
2653 "zh-chs": "帐户已更改:{0}",
2654 "zh-cht": "帳戶已更改:{0}",
2655 "xloc": [
2653 - "default.handlebars->29->1620"
2656 + "default.handlebars->29->1622"
2657 ]
2658 },
2659 {
@@ -2670,7 +2673,7 @@
2673 "zh-chs": "创建帐户,电子邮件为{0}",
2674 "zh-cht": "創建帳戶,電子郵件為{0}",
2675 "xloc": [
2673 - "default.handlebars->29->1619"
2676 + "default.handlebars->29->1621"
2677 ]
2678 },
2679 {
@@ -2690,7 +2693,7 @@
2693 "zh-chs": "创建帐户,用户名是{0}",
2694 "zh-cht": "帳戶已創建,用戶名是{0}",
2695 "xloc": [
2693 - "default.handlebars->29->1618"
2696 + "default.handlebars->29->1620"
2697 ]
2698 },
2699 {
@@ -2710,8 +2713,8 @@
2713 "zh-chs": "帐户已被锁定",
2714 "zh-cht": "帳戶已被鎖定",
2715 "xloc": [
2713 - "default.handlebars->29->1704",
2714 - "default.handlebars->29->1864"
2716 + "default.handlebars->29->1706",
2717 + "default.handlebars->29->1866"
2718 ]
2719 },
2720 {
@@ -2775,7 +2778,7 @@
2778 "zh-chs": "帐号登录",
2779 "zh-cht": "帳號登錄",
2780 "xloc": [
2778 - "default.handlebars->29->1555"
2781 + "default.handlebars->29->1557"
2782 ]
2783 },
2784 {
@@ -2795,7 +2798,7 @@
2798 "zh-chs": "帐户登出",
2799 "zh-cht": "帳戶登出",
2800 "xloc": [
2798 - "default.handlebars->29->1556"
2801 + "default.handlebars->29->1558"
2802 ]
2803 },
2804 {
@@ -2837,7 +2840,7 @@
2840 "zh-chs": "帐户密码已更改:{0}",
2841 "zh-cht": "帳戶密碼已更改:{0}",
2842 "xloc": [
2840 - "default.handlebars->29->1628"
2843 + "default.handlebars->29->1630"
2844 ]
2845 },
2846 {
@@ -2857,7 +2860,7 @@
2860 "zh-chs": "帐户已删除",
2861 "zh-cht": "帳戶已刪除",
2862 "xloc": [
2860 - "default.handlebars->29->1617"
2863 + "default.handlebars->29->1619"
2864 ]
2865 },
2866 {
@@ -3108,8 +3111,8 @@
3111 "zh-chs": "添加设备",
3112 "zh-cht": "新增裝置",
3113 "xloc": [
3111 - "default.handlebars->29->1841",
3112 - "default.handlebars->29->1965"
3114 + "default.handlebars->29->1843",
3115 + "default.handlebars->29->1967"
3116 ]
3117 },
3118 {
@@ -3149,9 +3152,9 @@
3152 "zh-chs": "添加设备组",
3153 "zh-cht": "新增裝置群",
3154 "xloc": [
3152 - "default.handlebars->29->1435",
3153 - "default.handlebars->29->1835",
3154 - "default.handlebars->29->1953",
3155 + "default.handlebars->29->1437",
3156 + "default.handlebars->29->1837",
3157 + "default.handlebars->29->1955",
3158 "default.handlebars->29->237"
3159 ]
3160 },
@@ -3172,7 +3175,7 @@
3175 "zh-chs": "添加设备组权限",
3176 "zh-cht": "新增裝置群權限",
3177 "xloc": [
3175 - "default.handlebars->29->1432"
3178 + "default.handlebars->29->1434"
3179 ]
3180 },
3181 {
@@ -3192,8 +3195,8 @@
3195 "zh-chs": "添加设备权限",
3196 "zh-cht": "新增裝置權限",
3197 "xloc": [
3195 - "default.handlebars->29->1437",
3196 - "default.handlebars->29->1439"
3198 + "default.handlebars->29->1439",
3199 + "default.handlebars->29->1441"
3200 ]
3201 },
3202 {
@@ -3290,7 +3293,7 @@
3293 "zh-chs": "添加成员身份",
3294 "zh-cht": "新增成員身份",
3295 "xloc": [
3293 - "default.handlebars->29->1983"
3296 + "default.handlebars->29->1985"
3297 ]
3298 },
3299 {
@@ -3376,7 +3379,7 @@
3379 "zh-chs": "添加用户设备权限",
3380 "zh-cht": "新增用戶裝置權限",
3381 "xloc": [
3379 - "default.handlebars->29->1442"
3382 + "default.handlebars->29->1444"
3383 ]
3384 },
3385 {
@@ -3397,8 +3400,8 @@
3400 "zh-cht": "新增用戶群",
3401 "xloc": [
3402 "default.handlebars->29->1340",
3400 - "default.handlebars->29->1434",
3401 - "default.handlebars->29->1959",
3403 + "default.handlebars->29->1436",
3404 + "default.handlebars->29->1961",
3405 "default.handlebars->29->647"
3406 ]
3407 },
@@ -3419,7 +3422,7 @@
3422 "zh-chs": "添加用户组设备权限",
3423 "zh-cht": "新增用戶群裝置權限",
3424 "xloc": [
3422 - "default.handlebars->29->1444"
3425 + "default.handlebars->29->1446"
3426 ]
3427 },
3428 {
@@ -3477,7 +3480,7 @@
3480 "zh-cht": "新增用戶",
3481 "xloc": [
3482 "default.handlebars->29->1339",
3480 - "default.handlebars->29->1830"
3483 + "default.handlebars->29->1832"
3484 ]
3485 },
3486 {
@@ -3497,7 +3500,7 @@
3500 "zh-chs": "将用户添加到设备组",
3501 "zh-cht": "將用戶新增到裝置群",
3502 "xloc": [
3500 - "default.handlebars->29->1431"
3503 + "default.handlebars->29->1433"
3504 ]
3505 },
3506 {
@@ -3517,7 +3520,7 @@
3520 "zh-chs": "将用户添加到用户组",
3521 "zh-cht": "將用戶新增到用戶群",
3522 "xloc": [
3520 - "default.handlebars->29->1863"
3523 + "default.handlebars->29->1865"
3524 ]
3525 },
3526 {
@@ -3681,7 +3684,7 @@
3684 "zh-chs": "添加了身份验证应用程序",
3685 "zh-cht": "添加了身份驗證應用程序",
3686 "xloc": [
3684 - "default.handlebars->29->1644"
3687 + "default.handlebars->29->1646"
3688 ]
3689 },
3690 {
@@ -3701,8 +3704,8 @@
3704 "zh-chs": "已将设备{0}添加到设备组{1}",
3705 "zh-cht": "已將設備{0}添加到設備組{1}",
3706 "xloc": [
3704 - "default.handlebars->29->1611",
3705 - "default.handlebars->29->1638"
3707 + "default.handlebars->29->1613",
3708 + "default.handlebars->29->1640"
3709 ]
3710 },
3711 {
@@ -3722,7 +3725,7 @@
3725 "zh-chs": "添加了安全密钥",
3726 "zh-cht": "添加了安全密鑰",
3727 "xloc": [
3725 - "default.handlebars->29->1649"
3728 + "default.handlebars->29->1651"
3729 ]
3730 },
3731 {
@@ -3742,7 +3745,7 @@
3745 "zh-chs": "已将用户组{0}添加到设备组{1}",
3746 "zh-cht": "已將用戶組{0}添加到設備組{1}",
3747 "xloc": [
3745 - "default.handlebars->29->1622"
3748 + "default.handlebars->29->1624"
3749 ]
3750 },
3751 {
@@ -3762,8 +3765,8 @@
3765 "zh-chs": "已将用户{0}添加到用户组{1}",
3766 "zh-cht": "已將用戶{0}添加到用戶組{1}",
3767 "xloc": [
3765 - "default.handlebars->29->1625",
3766 - "default.handlebars->29->1634"
3768 + "default.handlebars->29->1627",
3769 + "default.handlebars->29->1636"
3770 ]
3771 },
3772 {
@@ -3886,7 +3889,7 @@
3889 "zh-chs": "管理领域",
3890 "zh-cht": "管理領域",
3891 "xloc": [
3889 - "default.handlebars->29->1899"
3892 + "default.handlebars->29->1901"
3893 ]
3894 },
3895 {
@@ -3927,7 +3930,7 @@
3930 "zh-chs": "管理领域",
3931 "zh-cht": "管理領域",
3932 "xloc": [
3930 - "default.handlebars->29->1767"
3933 + "default.handlebars->29->1769"
3934 ]
3935 },
3936 {
@@ -3947,7 +3950,7 @@
3950 "zh-chs": "管理员",
3951 "zh-cht": "管理員",
3952 "xloc": [
3950 - "default.handlebars->29->1696"
3953 + "default.handlebars->29->1698"
3954 ]
3955 },
3956 {
@@ -3990,8 +3993,8 @@
3993 "default-mobile.handlebars->9->203",
3994 "default-mobile.handlebars->9->228",
3995 "default-mobile.handlebars->9->250",
3993 - "default.handlebars->29->1498",
3994 - "default.handlebars->29->1506",
3996 + "default.handlebars->29->1500",
3997 + "default.handlebars->29->1508",
3998 "default.handlebars->29->213",
3999 "default.handlebars->29->415",
4000 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
@@ -4014,8 +4017,8 @@
4017 "zh-chs": "代理+英特尔AMT",
4018 "zh-cht": "代理+Intel® AMT",
4019 "xloc": [
4017 - "default.handlebars->29->1500",
4018 - "default.handlebars->29->1508"
4020 + "default.handlebars->29->1502",
4021 + "default.handlebars->29->1510"
4022 ]
4023 },
4024 {
@@ -4056,7 +4059,7 @@
4059 "zh-cht": "代理控制台",
4060 "xloc": [
4061 "default-mobile.handlebars->9->449",
4059 - "default.handlebars->29->1452"
4062 + "default.handlebars->29->1454"
4063 ]
4064 },
4065 {
@@ -4076,7 +4079,7 @@
4079 "zh-chs": "代理错误计数器",
4080 "zh-cht": "代理錯誤計數器",
4081 "xloc": [
4079 - "default.handlebars->29->2026"
4082 + "default.handlebars->29->2028"
4083 ]
4084 },
4085 {
@@ -4179,7 +4182,7 @@
4182 "zh-chs": "代理时段",
4183 "zh-cht": "代理時段",
4184 "xloc": [
4182 - "default.handlebars->29->2042"
4185 + "default.handlebars->29->2044"
4186 ]
4187 },
4188 {
@@ -4220,7 +4223,7 @@
4223 "zh-chs": "代理类型",
4224 "zh-cht": "代理類型",
4225 "xloc": [
4223 - "default.handlebars->29->1504",
4226 + "default.handlebars->29->1506",
4227 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4228 ]
4229 },
@@ -4241,7 +4244,7 @@
4244 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4245 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4246 "xloc": [
4244 - "default.handlebars->29->1608"
4247 + "default.handlebars->29->1610"
4248 ]
4249 },
4250 {
@@ -4351,7 +4354,7 @@
4354 "zh-chs": "代理",
4355 "zh-cht": "代理",
4356 "xloc": [
4354 - "default.handlebars->29->2058"
4357 + "default.handlebars->29->2060"
4358 ]
4359 },
4360 {
@@ -4414,7 +4417,7 @@
4417 "zh-chs": "全部可用",
4418 "zh-cht": "全部可用",
4419 "xloc": [
4417 - "default.handlebars->29->1659"
4420 + "default.handlebars->29->1661"
4421 ]
4422 },
4423 {
@@ -4451,7 +4454,7 @@
4454 "zh-chs": "所有事件",
4455 "zh-cht": "所有事件",
4456 "xloc": [
4454 - "default.handlebars->29->1657"
4457 + "default.handlebars->29->1659"
4458 ]
4459 },
4460 {
@@ -4493,8 +4496,8 @@
4496 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4497 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4498 "xloc": [
4496 - "default.handlebars->29->1399",
4497 - "default.handlebars->29->1860"
4499 + "default.handlebars->29->1401",
4500 + "default.handlebars->29->1862"
4501 ]
4502 },
4503 {
@@ -4514,7 +4517,7 @@
4517 "zh-chs": "允许用户管理此设备。",
4518 "zh-cht": "允許用戶管理此裝置。",
4519 "xloc": [
4517 - "default.handlebars->29->1400"
4520 + "default.handlebars->29->1402"
4521 ]
4522 },
4523 {
@@ -4620,8 +4623,8 @@
4623 "zh-cht": "一直通知",
4624 "xloc": [
4625 "default.handlebars->29->1319",
4623 - "default.handlebars->29->1821",
4624 - "default.handlebars->29->1908",
4626 + "default.handlebars->29->1823",
4627 + "default.handlebars->29->1910",
4628 "default.handlebars->29->585"
4629 ]
4630 },
@@ -4643,8 +4646,8 @@
4646 "zh-cht": "一直提示",
4647 "xloc": [
4648 "default.handlebars->29->1320",
4646 - "default.handlebars->29->1822",
4647 - "default.handlebars->29->1909",
4649 + "default.handlebars->29->1824",
4650 + "default.handlebars->29->1911",
4651 "default.handlebars->29->586"
4652 ]
4653 },
@@ -5270,7 +5273,7 @@
5273 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5274 "xloc": [
5275 "default-mobile.handlebars->9->418",
5273 - "default.handlebars->29->1375"
5276 + "default.handlebars->29->1377"
5277 ]
5278 },
5279 {
@@ -5350,7 +5353,7 @@
5353 "zh-chs": "您确定要{0}插件吗:{1}",
5354 "zh-cht": "你確定要{0}外掛嗎:{1}",
5355 "xloc": [
5353 - "default.handlebars->29->2098"
5356 + "default.handlebars->29->2100"
5357 ]
5358 },
5359 {
@@ -5470,7 +5473,7 @@
5473 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5474 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5475 "xloc": [
5473 - "default.handlebars->29->1577"
5476 + "default.handlebars->29->1579"
5477 ]
5478 },
5479 {
@@ -5490,7 +5493,7 @@
5493 "zh-chs": "认证软件",
5494 "zh-cht": "認證軟體",
5495 "xloc": [
5493 - "default.handlebars->29->1912"
5496 + "default.handlebars->29->1914"
5497 ]
5498 },
5499 {
@@ -5661,7 +5664,7 @@
5664 "zh-chs": "可用內存",
5665 "zh-cht": "可用內存",
5666 "xloc": [
5664 - "default.handlebars->29->2051"
5667 + "default.handlebars->29->2053"
5668 ]
5669 },
5670 {
@@ -5817,8 +5820,8 @@
5820 "zh-chs": "背景与互动",
5821 "zh-cht": "背景與互動",
5822 "xloc": [
5820 - "default.handlebars->29->1481",
5821 - "default.handlebars->29->1488",
5823 + "default.handlebars->29->1483",
5824 + "default.handlebars->29->1490",
5825 "default.handlebars->29->328",
5826 "default.handlebars->29->342"
5827 ]
@@ -5840,8 +5843,8 @@
5843 "zh-chs": "仅背景",
5844 "zh-cht": "僅背景",
5845 "xloc": [
5843 - "default.handlebars->29->1482",
5844 - "default.handlebars->29->1489",
5846 + "default.handlebars->29->1484",
5847 + "default.handlebars->29->1491",
5848 "default.handlebars->29->329",
5849 "default.handlebars->29->343",
5850 "default.handlebars->29->357"
@@ -5884,7 +5887,7 @@
5887 "zh-chs": "备用码",
5888 "zh-cht": "備用碼",
5889 "xloc": [
5887 - "default.handlebars->29->1914"
5890 + "default.handlebars->29->1916"
5891 ]
5892 },
5893 {
@@ -5904,7 +5907,7 @@
5907 "zh-chs": "错误的签名",
5908 "zh-cht": "錯誤的簽名",
5909 "xloc": [
5907 - "default.handlebars->29->2033"
5910 + "default.handlebars->29->2035"
5911 ]
5912 },
5913 {
@@ -5924,7 +5927,7 @@
5927 "zh-chs": "错误的网络证书",
5928 "zh-cht": "錯誤的網絡憑證",
5929 "xloc": [
5927 - "default.handlebars->29->2032"
5930 + "default.handlebars->29->2034"
5931 ]
5932 },
5933 {
@@ -6087,7 +6090,7 @@
6090 "zh-chs": "广播",
6091 "zh-cht": "廣播",
6092 "xloc": [
6090 - "default.handlebars->29->1828",
6093 + "default.handlebars->29->1830",
6094 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6095 ]
6096 },
@@ -6108,7 +6111,7 @@
6111 "zh-chs": "广播消息",
6112 "zh-cht": "廣播消息",
6113 "xloc": [
6111 - "default.handlebars->29->1749"
6114 + "default.handlebars->29->1751"
6115 ]
6116 },
6117 {
@@ -6128,7 +6131,7 @@
6131 "zh-chs": "向所有连接的用户广播消息。",
6132 "zh-cht": "向所有連接的用戶廣播消息。",
6133 "xloc": [
6131 - "default.handlebars->29->1744"
6134 + "default.handlebars->29->1746"
6135 ]
6136 },
6137 {
@@ -6210,7 +6213,6 @@
6213 "zh-cht": "CIRA",
6214 "xloc": [
6215 "default-mobile.handlebars->9->204",
6213 - "default.handlebars->29->1364",
6216 "default.handlebars->29->215",
6217 "default.handlebars->29->417"
6218 ]
@@ -6232,7 +6234,7 @@
6234 "zh-chs": "CIRA服务器",
6235 "zh-cht": "CIRA伺服器",
6236 "xloc": [
6235 - "default.handlebars->29->2086"
6237 + "default.handlebars->29->2088"
6238 ]
6239 },
6240 {
@@ -6252,7 +6254,13 @@
6254 "zh-chs": "CIRA服务器命令",
6255 "zh-cht": "CIRA伺服器指令",
6256 "xloc": [
6255 - "default.handlebars->29->2087"
6257 + "default.handlebars->29->2089"
6258 + ]
6259 + },
6260 + {
6261 + "en": "CIRA setup",
6262 + "xloc": [
6263 + "default.handlebars->29->1368"
6264 ]
6265 },
6266 {
@@ -6293,7 +6301,7 @@
6301 "zh-chs": "CPU负载",
6302 "zh-cht": "CPU負載",
6303 "xloc": [
6296 - "default.handlebars->29->2047"
6304 + "default.handlebars->29->2049"
6305 ]
6306 },
6307 {
@@ -6313,7 +6321,7 @@
6321 "zh-chs": "最近15分钟的CPU负载",
6322 "zh-cht": "最近15分鐘的CPU負載",
6323 "xloc": [
6316 - "default.handlebars->29->2050"
6324 + "default.handlebars->29->2052"
6325 ]
6326 },
6327 {
@@ -6333,7 +6341,7 @@
6341 "zh-chs": "最近5分钟的CPU负载",
6342 "zh-cht": "最近5分鐘的CPU負載",
6343 "xloc": [
6336 - "default.handlebars->29->2049"
6344 + "default.handlebars->29->2051"
6345 ]
6346 },
6347 {
@@ -6353,7 +6361,7 @@
6361 "zh-chs": "最近一分钟的CPU负载",
6362 "zh-cht": "最近一分鐘的CPU負載",
6363 "xloc": [
6356 - "default.handlebars->29->2048"
6364 + "default.handlebars->29->2050"
6365 ]
6366 },
6367 {
@@ -6395,7 +6403,7 @@
6403 "zh-chs": "CSV",
6404 "zh-cht": "CSV",
6405 "xloc": [
6398 - "default.handlebars->29->1667"
6406 + "default.handlebars->29->1669"
6407 ]
6408 },
6409 {
@@ -6415,8 +6423,8 @@
6423 "zh-chs": "CSV格式",
6424 "zh-cht": "CSV格式",
6425 "xloc": [
6418 - "default.handlebars->29->1671",
6419 - "default.handlebars->29->1736",
6426 + "default.handlebars->29->1673",
6427 + "default.handlebars->29->1738",
6428 "default.handlebars->29->467"
6429 ]
6430 },
@@ -6437,7 +6445,7 @@
6445 "zh-chs": "呼叫错误",
6446 "zh-cht": "呼叫錯誤",
6447 "xloc": [
6440 - "default.handlebars->29->2099"
6448 + "default.handlebars->29->2101"
6449 ]
6450 },
6451 {
@@ -6614,7 +6622,7 @@
6622 "zh-chs": "更改{0}的电邮",
6623 "zh-cht": "更改{0}的電郵",
6624 "xloc": [
6617 - "default.handlebars->29->1942"
6625 + "default.handlebars->29->1944"
6626 ]
6627 },
6628 {
@@ -6658,7 +6666,7 @@
6666 "xloc": [
6667 "default-mobile.handlebars->9->90",
6668 "default.handlebars->29->1251",
6661 - "default.handlebars->29->1929"
6669 + "default.handlebars->29->1931"
6670 ]
6671 },
6672 {
@@ -6678,7 +6686,7 @@
6686 "zh-chs": "更改{0}的密码",
6687 "zh-cht": "更改{0}的密碼",
6688 "xloc": [
6681 - "default.handlebars->29->1949"
6689 + "default.handlebars->29->1951"
6690 ]
6691 },
6692 {
@@ -6698,7 +6706,7 @@
6706 "zh-chs": "更改{0}的真实名称",
6707 "zh-cht": "更改{0}的真實名稱",
6708 "xloc": [
6701 - "default.handlebars->29->1937"
6709 + "default.handlebars->29->1939"
6710 ]
6711 },
6712 {
@@ -6780,7 +6788,7 @@
6788 "zh-chs": "更改该用户的密码",
6789 "zh-cht": "更改該用戶的密碼",
6790 "xloc": [
6783 - "default.handlebars->29->1928"
6791 + "default.handlebars->29->1930"
6792 ]
6793 },
6794 {
@@ -6860,7 +6868,7 @@
6868 "zh-chs": "更改帐户凭据",
6869 "zh-cht": "帳戶憑證已更改",
6870 "xloc": [
6863 - "default.handlebars->29->1629"
6871 + "default.handlebars->29->1631"
6872 ]
6873 },
6874 {
@@ -6880,7 +6888,7 @@
6888 "zh-chs": "{1}组中的设备{0}已更改:{2}",
6889 "zh-cht": "{1}組中的設備{0}已更改:{2}",
6890 "xloc": [
6883 - "default.handlebars->29->1613"
6891 + "default.handlebars->29->1615"
6892 ]
6893 },
6894 {
@@ -6900,7 +6908,7 @@
6908 "zh-chs": "语言从{1}更改为{2}",
6909 "zh-cht": "語言從{1}更改為{2}",
6910 "xloc": [
6903 - "default.handlebars->29->1557"
6911 + "default.handlebars->29->1559"
6912 ]
6913 },
6914 {
@@ -6920,8 +6928,8 @@
6928 "zh-chs": "已更改{0}的用户设备权限",
6929 "zh-cht": "已更改{0}的用戶設備權限",
6930 "xloc": [
6923 - "default.handlebars->29->1615",
6924 - "default.handlebars->29->1636"
6931 + "default.handlebars->29->1617",
6932 + "default.handlebars->29->1638"
6933 ]
6934 },
6935 {
@@ -6961,7 +6969,7 @@
6969 "zh-chs": "聊天",
6970 "zh-cht": "聊天",
6971 "xloc": [
6964 - "default.handlebars->29->1688",
6972 + "default.handlebars->29->1690",
6973 "default.handlebars->29->667",
6974 "default.handlebars->29->688"
6975 ]
@@ -6985,8 +6993,8 @@
6993 "xloc": [
6994 "default-mobile.handlebars->9->439",
6995 "default-mobile.handlebars->9->459",
6988 - "default.handlebars->29->1427",
6989 - "default.handlebars->29->1463"
6996 + "default.handlebars->29->1429",
6997 + "default.handlebars->29->1465"
6998 ]
6999 },
7000 {
@@ -7127,7 +7135,7 @@
7135 "zh-cht": "檢查...",
7136 "xloc": [
7137 "default.handlebars->29->1023",
7130 - "default.handlebars->29->2093"
7138 + "default.handlebars->29->2095"
7139 ]
7140 },
7141 {
@@ -7351,7 +7359,7 @@
7359 "default-mobile.handlebars->9->330",
7360 "default-mobile.handlebars->9->332",
7361 "default-mobile.handlebars->9->59",
7354 - "default.handlebars->29->1551",
7362 + "default.handlebars->29->1553",
7363 "default.handlebars->29->888",
7364 "default.handlebars->29->890",
7365 "default.handlebars->29->892",
@@ -7398,7 +7406,7 @@
7406 "zh-chs": "全部清除",
7407 "zh-cht": "全部清除",
7408 "xloc": [
7401 - "default.handlebars->29->2020"
7409 + "default.handlebars->29->2022"
7410 ]
7411 },
7412 {
@@ -7466,7 +7474,7 @@
7474 "zh-chs": "清除此通知",
7475 "zh-cht": "清除此通知",
7476 "xloc": [
7469 - "default.handlebars->29->2019"
7477 + "default.handlebars->29->2021"
7478 ]
7479 },
7480 {
@@ -7527,7 +7535,7 @@
7535 "zh-cht": "單擊此處編輯裝置群名稱",
7536 "xloc": [
7537 "default.handlebars->29->1295",
7530 - "default.handlebars->29->1502"
7538 + "default.handlebars->29->1504"
7539 ]
7540 },
7541 {
@@ -7567,7 +7575,7 @@
7575 "zh-chs": "单击此处编辑用户组名称",
7576 "zh-cht": "單擊此處編輯用戶群名稱",
7577 "xloc": [
7570 - "default.handlebars->29->1805"
7578 + "default.handlebars->29->1807"
7579 ]
7580 },
7581 {
@@ -7709,7 +7717,7 @@
7717 "zh-chs": "客户端启动的远程访问",
7718 "zh-cht": "客戶端啟動的遠程訪問",
7719 "xloc": [
7712 - "default.handlebars->29->1363"
7720 + "default.handlebars->29->1367"
7721 ]
7722 },
7723 {
@@ -7793,7 +7801,7 @@
7801 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
7802 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
7803 "xloc": [
7796 - "default.handlebars->29->1562"
7804 + "default.handlebars->29->1564"
7805 ]
7806 },
7807 {
@@ -7877,7 +7885,7 @@
7885 "nl": "Opdrachten",
7886 "xloc": [
7887 "default-mobile.handlebars->9->461",
7880 - "default.handlebars->29->1465",
7888 + "default.handlebars->29->1467",
7889 "default.handlebars->29->669",
7890 "default.handlebars->29->690"
7891 ]
@@ -7899,8 +7907,8 @@
7907 "zh-chs": "通用设备组",
7908 "zh-cht": "通用裝置群",
7909 "xloc": [
7902 - "default.handlebars->29->1836",
7903 - "default.handlebars->29->1954"
7910 + "default.handlebars->29->1838",
7911 + "default.handlebars->29->1956"
7912 ]
7913 },
7914 {
@@ -7920,8 +7928,8 @@
7928 "zh-chs": "通用设备",
7929 "zh-cht": "通用裝置",
7930 "xloc": [
7923 - "default.handlebars->29->1842",
7924 - "default.handlebars->29->1966"
7931 + "default.handlebars->29->1844",
7932 + "default.handlebars->29->1968"
7933 ]
7934 },
7935 {
@@ -7962,7 +7970,7 @@
7970 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
7971 "xloc": [
7972 "default-mobile.handlebars->9->127",
7965 - "default.handlebars->29->1546"
7973 + "default.handlebars->29->1548"
7974 ]
7975 },
7976 {
@@ -7984,11 +7992,11 @@
7992 "xloc": [
7993 "default-mobile.handlebars->9->288",
7994 "default-mobile.handlebars->9->419",
7987 - "default.handlebars->29->1376",
7988 - "default.handlebars->29->1716",
7989 - "default.handlebars->29->1795",
7990 - "default.handlebars->29->1856",
7991 - "default.handlebars->29->1952",
7995 + "default.handlebars->29->1378",
7996 + "default.handlebars->29->1718",
7997 + "default.handlebars->29->1797",
7998 + "default.handlebars->29->1858",
7999 + "default.handlebars->29->1954",
8000 "default.handlebars->29->443",
8001 "default.handlebars->29->758",
8002 "default.handlebars->29->767"
@@ -8072,7 +8080,7 @@
8080 "zh-chs": "确认删除选定的帐户?",
8081 "zh-cht": "確認刪除所選帳戶?",
8082 "xloc": [
8075 - "default.handlebars->29->1715"
8083 + "default.handlebars->29->1717"
8084 ]
8085 },
8086 {
@@ -8112,7 +8120,7 @@
8120 "zh-chs": "确认删除选定的用户组?",
8121 "zh-cht": "確認刪除所選用戶群?",
8122 "xloc": [
8115 - "default.handlebars->29->1794"
8123 + "default.handlebars->29->1796"
8124 ]
8125 },
8126 {
@@ -8132,7 +8140,7 @@
8140 "zh-chs": "确认删除用户{0}?",
8141 "zh-cht": "確認刪除用戶{0}?",
8142 "xloc": [
8135 - "default.handlebars->29->1951"
8143 + "default.handlebars->29->1953"
8144 ]
8145 },
8146 {
@@ -8152,7 +8160,7 @@
8160 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8161 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8162 "xloc": [
8155 - "default.handlebars->29->1859"
8163 + "default.handlebars->29->1861"
8164 ]
8165 },
8166 {
@@ -8172,7 +8180,7 @@
8180 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8181 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8182 "xloc": [
8175 - "default.handlebars->29->1981"
8183 + "default.handlebars->29->1983"
8184 ]
8185 },
8186 {
@@ -8253,7 +8261,7 @@
8261 "zh-chs": "确认覆盖?",
8262 "zh-cht": "確認覆蓋?",
8263 "xloc": [
8256 - "default.handlebars->29->1545"
8264 + "default.handlebars->29->1547"
8265 ]
8266 },
8267 {
@@ -8273,8 +8281,8 @@
8281 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
8282 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8283 "xloc": [
8276 - "default.handlebars->29->1849",
8277 - "default.handlebars->29->1972"
8284 + "default.handlebars->29->1851",
8285 + "default.handlebars->29->1974"
8286 ]
8287 },
8288 {
@@ -8294,8 +8302,8 @@
8302 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8303 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8304 "xloc": [
8297 - "default.handlebars->29->1851",
8298 - "default.handlebars->29->1985"
8305 + "default.handlebars->29->1853",
8306 + "default.handlebars->29->1987"
8307 ]
8308 },
8309 {
@@ -8315,7 +8323,7 @@
8323 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
8324 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8325 "xloc": [
8318 - "default.handlebars->29->1974"
8326 + "default.handlebars->29->1976"
8327 ]
8328 },
8329 {
@@ -8335,7 +8343,7 @@
8343 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8344 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8345 "xloc": [
8338 - "default.handlebars->29->1977"
8346 + "default.handlebars->29->1979"
8347 ]
8348 },
8349 {
@@ -8355,8 +8363,8 @@
8363 "zh-chs": "确认删除访问权限?",
8364 "zh-cht": "確認刪除訪問權限?",
8365 "xloc": [
8358 - "default.handlebars->29->1975",
8359 - "default.handlebars->29->1978"
8366 + "default.handlebars->29->1977",
8367 + "default.handlebars->29->1980"
8368 ]
8369 },
8370 {
@@ -8448,7 +8456,7 @@
8456 "zh-chs": "确认删除用户“ {0} ”的权限?",
8457 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
8458 "xloc": [
8451 - "default.handlebars->29->1474"
8459 + "default.handlebars->29->1476"
8460 ]
8461 },
8462 {
@@ -8468,7 +8476,7 @@
8476 "zh-chs": "确认删除用户组“ {0} ”的权限?",
8477 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
8478 "xloc": [
8471 - "default.handlebars->29->1476"
8479 + "default.handlebars->29->1478"
8480 ]
8481 },
8482 {
@@ -8576,7 +8584,7 @@
8584 "zh-chs": "连接到服务器",
8585 "zh-cht": "連接到伺服器",
8586 "xloc": [
8579 - "default.handlebars->29->1367"
8587 + "default.handlebars->29->1371"
8588 ]
8589 },
8590 {
@@ -8697,7 +8705,7 @@
8705 "zh-chs": "已连接的英特尔®AMT",
8706 "zh-cht": "已連接的Intel® AMT",
8707 "xloc": [
8700 - "default.handlebars->29->2038"
8708 + "default.handlebars->29->2040"
8709 ]
8710 },
8711 {
@@ -8717,7 +8725,7 @@
8725 "zh-chs": "已连接的用户",
8726 "zh-cht": "已连接的用户",
8727 "xloc": [
8720 - "default.handlebars->29->2043"
8728 + "default.handlebars->29->2045"
8729 ]
8730 },
8731 {
@@ -8807,7 +8815,7 @@
8815 "zh-chs": "连接数量",
8816 "zh-cht": "連接數量",
8817 "xloc": [
8810 - "default.handlebars->29->2057"
8818 + "default.handlebars->29->2059"
8819 ]
8820 },
8821 {
@@ -8827,7 +8835,7 @@
8835 "zh-chs": "连接转发器",
8836 "zh-cht": "連接轉發器",
8837 "xloc": [
8830 - "default.handlebars->29->2085"
8838 + "default.handlebars->29->2087"
8839 ]
8840 },
8841 {
@@ -8888,7 +8896,7 @@
8896 "zh-cht": "連接性",
8897 "xloc": [
8898 "default-mobile.handlebars->9->255",
8891 - "default.handlebars->29->1509",
8899 + "default.handlebars->29->1511",
8900 "default.handlebars->29->234",
8901 "default.handlebars->29->599",
8902 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
@@ -8977,7 +8985,7 @@
8985 "zh-chs": "Cookie编码器",
8986 "zh-cht": "Cookie編碼器",
8987 "xloc": [
8980 - "default.handlebars->29->2071"
8988 + "default.handlebars->29->2073"
8989 ]
8990 },
8991 {
@@ -9134,8 +9142,8 @@
9142 "zh-chs": "复制连结到剪贴板",
9143 "zh-cht": "複製連結到剪貼板",
9144 "xloc": [
9137 - "default.handlebars->29->1514",
9138 - "default.handlebars->29->1533",
9145 + "default.handlebars->29->1516",
9146 + "default.handlebars->29->1535",
9147 "default.handlebars->29->195",
9148 "default.handlebars->29->345"
9149 ]
@@ -9238,7 +9246,7 @@
9246 "zh-chs": "复制:“{0}”到“{1}”",
9247 "zh-cht": "複製:“{0}”到“{1}”",
9248 "xloc": [
9241 - "default.handlebars->29->1605"
9249 + "default.handlebars->29->1607"
9250 ]
9251 },
9252 {
@@ -9384,7 +9392,7 @@
9392 "zh-chs": "核心服务器",
9393 "zh-cht": "核心伺服器",
9394 "xloc": [
9387 - "default.handlebars->29->2070"
9395 + "default.handlebars->29->2072"
9396 ]
9397 },
9398 {
@@ -9424,7 +9432,7 @@
9432 "zh-chs": "创建帐号",
9433 "zh-cht": "創建帳號",
9434 "xloc": [
9427 - "default.handlebars->29->1763",
9435 + "default.handlebars->29->1765",
9436 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9437 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9438 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9467,7 +9475,7 @@
9475 "zh-chs": "创建用户组",
9476 "zh-cht": "創建用戶群",
9477 "xloc": [
9470 - "default.handlebars->29->1802"
9478 + "default.handlebars->29->1804"
9479 ]
9480 },
9481 {
@@ -9547,7 +9555,7 @@
9555 "zh-chs": "创建文件夹:“{0}”",
9556 "zh-cht": "創建文件夾:“{0}”",
9557 "xloc": [
9550 - "default.handlebars->29->1598"
9558 + "default.handlebars->29->1600"
9559 ]
9560 },
9561 {
@@ -9567,7 +9575,7 @@
9575 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9576 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9577 "xloc": [
9570 - "default.handlebars->29->1727"
9578 + "default.handlebars->29->1729"
9579 ]
9580 },
9581 {
@@ -9609,7 +9617,7 @@
9617 "zh-chs": "创建的设备组:{0}",
9618 "zh-cht": "創建的設備組:{0}",
9619 "xloc": [
9612 - "default.handlebars->29->1609"
9620 + "default.handlebars->29->1611"
9621 ]
9622 },
9623 {
@@ -9649,7 +9657,7 @@
9657 "zh-chs": "创建",
9658 "zh-cht": "創建",
9659 "xloc": [
9652 - "default.handlebars->29->1888"
9660 + "default.handlebars->29->1890"
9661 ]
9662 },
9663 {
@@ -10044,6 +10052,12 @@
10052 "default.handlebars->29->742"
10053 ]
10054 },
10055 + {
10056 + "en": "Deactivate",
10057 + "xloc": [
10058 + "default.handlebars->29->1354"
10059 + ]
10060 + },
10061 {
10062 "cs": "Deaktivovat klientem řízený řetim (CCM)",
10063 "de": "Client Control Mode (CCM) deaktivieren",
@@ -10059,10 +10073,7 @@
10073 "ru": "Деактивировать режим управления клиентом (CCM)",
10074 "tr": "İstemci Kontrol Modunu (CCM) devre dışı bırakın",
10075 "zh-chs": "停用客户端控制模式(CCM)",
10062 - "zh-cht": "停用客戶端控制模式(CCM)",
10063 - "xloc": [
10064 - "default.handlebars->29->1354"
10065 - ]
10076 + "zh-cht": "停用客戶端控制模式(CCM)"
10077 },
10078 {
10079 "cs": "Hluboký spánek",
@@ -10102,10 +10113,10 @@
10113 "zh-chs": "默认",
10114 "zh-cht": "默認",
10115 "xloc": [
10105 - "default.handlebars->29->1750",
10106 - "default.handlebars->29->1798",
10107 - "default.handlebars->29->1809",
10108 - "default.handlebars->29->1877"
10116 + "default.handlebars->29->1752",
10117 + "default.handlebars->29->1800",
10118 + "default.handlebars->29->1811",
10119 + "default.handlebars->29->1879"
10120 ]
10121 },
10122 {
@@ -10129,7 +10140,7 @@
10140 "default-mobile.handlebars->9->313",
10141 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
10142 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
10132 - "default.handlebars->29->1540",
10143 + "default.handlebars->29->1542",
10144 "default.handlebars->29->500",
10145 "default.handlebars->29->874",
10146 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -10179,7 +10190,7 @@
10190 "zh-chs": "删除帐户",
10191 "zh-cht": "刪除帳戶",
10192 "xloc": [
10182 - "default.handlebars->29->1717"
10193 + "default.handlebars->29->1719"
10194 ]
10195 },
10196 {
@@ -10223,7 +10234,7 @@
10234 "default-mobile.handlebars->9->417",
10235 "default-mobile.handlebars->9->420",
10236 "default.handlebars->29->1350",
10226 - "default.handlebars->29->1377"
10237 + "default.handlebars->29->1379"
10238 ]
10239 },
10240 {
@@ -10284,7 +10295,7 @@
10295 "zh-chs": "删除用户",
10296 "zh-cht": "刪除用戶",
10297 "xloc": [
10287 - "default.handlebars->29->1927"
10298 + "default.handlebars->29->1929"
10299 ]
10300 },
10301 {
@@ -10304,8 +10315,8 @@
10315 "zh-chs": "删除用户群组",
10316 "zh-cht": "刪除用戶群組",
10317 "xloc": [
10307 - "default.handlebars->29->1847",
10308 - "default.handlebars->29->1857"
10318 + "default.handlebars->29->1849",
10319 + "default.handlebars->29->1859"
10320 ]
10321 },
10322 {
@@ -10325,7 +10336,7 @@
10336 "zh-chs": "删除用户群组",
10337 "zh-cht": "刪除用戶群組",
10338 "xloc": [
10328 - "default.handlebars->29->1796"
10339 + "default.handlebars->29->1798"
10340 ]
10341 },
10342 {
@@ -10345,7 +10356,7 @@
10356 "zh-chs": "删除用户{0}",
10357 "zh-cht": "刪除用戶{0}",
10358 "xloc": [
10348 - "default.handlebars->29->1950"
10359 + "default.handlebars->29->1952"
10360 ]
10361 },
10362 {
@@ -10366,7 +10377,7 @@
10377 "zh-cht": "刪除帳戶",
10378 "xloc": [
10379 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10369 - "default.handlebars->29->1713",
10380 + "default.handlebars->29->1715",
10381 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10382 ]
10383 },
@@ -10407,7 +10418,7 @@
10418 "zh-chs": "删除群组",
10419 "zh-cht": "刪除群組",
10420 "xloc": [
10410 - "default.handlebars->29->1792"
10421 + "default.handlebars->29->1794"
10422 ]
10423 },
10424 {
@@ -10447,7 +10458,7 @@
10458 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
10459 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
10460 "xloc": [
10450 - "default.handlebars->29->1600"
10461 + "default.handlebars->29->1602"
10462 ]
10463 },
10464 {
@@ -10469,7 +10480,7 @@
10480 "xloc": [
10481 "default-mobile.handlebars->9->124",
10482 "default-mobile.handlebars->9->315",
10472 - "default.handlebars->29->1542",
10483 + "default.handlebars->29->1544",
10484 "default.handlebars->29->876"
10485 ]
10486 },
@@ -10490,7 +10501,7 @@
10501 "zh-chs": "删除用户群组{0}?",
10502 "zh-cht": "刪除用戶群組{0}?",
10503 "xloc": [
10493 - "default.handlebars->29->1855"
10504 + "default.handlebars->29->1857"
10505 ]
10506 },
10507 {
@@ -10512,7 +10523,7 @@
10523 "xloc": [
10524 "default-mobile.handlebars->9->123",
10525 "default-mobile.handlebars->9->314",
10515 - "default.handlebars->29->1541",
10526 + "default.handlebars->29->1543",
10527 "default.handlebars->29->875"
10528 ]
10529 },
@@ -10553,7 +10564,7 @@
10564 "zh-chs": "删除:“{0}”",
10565 "zh-cht": "刪除:“{0}”",
10566 "xloc": [
10556 - "default.handlebars->29->1599"
10567 + "default.handlebars->29->1601"
10568 ]
10569 },
10570 {
@@ -10573,7 +10584,7 @@
10584 "zh-chs": "删除:“{0}”,{1}个元素已删除",
10585 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
10586 "xloc": [
10576 - "default.handlebars->29->1601"
10587 + "default.handlebars->29->1603"
10588 ]
10589 },
10590 {
@@ -10692,11 +10703,11 @@
10703 "default-mobile.handlebars->9->422",
10704 "default.handlebars->29->1263",
10705 "default.handlebars->29->1300",
10695 - "default.handlebars->29->1379",
10696 - "default.handlebars->29->1801",
10697 - "default.handlebars->29->1811",
10698 - "default.handlebars->29->1812",
10699 - "default.handlebars->29->1853",
10706 + "default.handlebars->29->1381",
10707 + "default.handlebars->29->1803",
10708 + "default.handlebars->29->1813",
10709 + "default.handlebars->29->1814",
10710 + "default.handlebars->29->1855",
10711 "default.handlebars->29->541",
10712 "default.handlebars->29->542",
10713 "default.handlebars->29->77",
@@ -10741,8 +10752,8 @@
10752 "zh-cht": "桌面",
10753 "xloc": [
10754 "default-mobile.handlebars->9->267",
10744 - "default.handlebars->29->1385",
10745 - "default.handlebars->29->1997",
10755 + "default.handlebars->29->1387",
10756 + "default.handlebars->29->1999",
10757 "default.handlebars->29->506",
10758 "default.handlebars->29->846",
10759 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -10788,8 +10799,8 @@
10799 "zh-cht": "桌面通知",
10800 "xloc": [
10801 "default.handlebars->29->1314",
10791 - "default.handlebars->29->1816",
10792 - "default.handlebars->29->1903",
10802 + "default.handlebars->29->1818",
10803 + "default.handlebars->29->1905",
10804 "default.handlebars->29->580"
10805 ]
10806 },
@@ -10811,8 +10822,8 @@
10822 "zh-cht": "桌面提示",
10823 "xloc": [
10824 "default.handlebars->29->1313",
10814 - "default.handlebars->29->1815",
10815 - "default.handlebars->29->1902",
10825 + "default.handlebars->29->1817",
10826 + "default.handlebars->29->1904",
10827 "default.handlebars->29->579"
10828 ]
10829 },
@@ -10834,8 +10845,8 @@
10845 "zh-cht": "桌面提示+工具欄",
10846 "xloc": [
10847 "default.handlebars->29->1311",
10837 - "default.handlebars->29->1813",
10838 - "default.handlebars->29->1900",
10848 + "default.handlebars->29->1815",
10849 + "default.handlebars->29->1902",
10850 "default.handlebars->29->577"
10851 ]
10852 },
@@ -10878,8 +10889,8 @@
10889 "zh-cht": "桌面工具欄",
10890 "xloc": [
10891 "default.handlebars->29->1312",
10881 - "default.handlebars->29->1814",
10882 - "default.handlebars->29->1901",
10892 + "default.handlebars->29->1816",
10893 + "default.handlebars->29->1903",
10894 "default.handlebars->29->578"
10895 ]
10896 },
@@ -10983,9 +10994,9 @@
10994 "zh-chs": "设备",
10995 "zh-cht": "裝置",
10996 "xloc": [
10986 - "default.handlebars->29->1408",
10997 + "default.handlebars->29->1410",
10998 "default.handlebars->29->186",
10988 - "default.handlebars->29->1969",
10999 + "default.handlebars->29->1971",
11000 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11001 ]
11002 },
@@ -11034,14 +11045,14 @@
11045 "zh-chs": "设备组",
11046 "zh-cht": "裝置群",
11047 "xloc": [
11037 - "default.handlebars->29->1403",
11038 - "default.handlebars->29->1406",
11039 - "default.handlebars->29->1407",
11040 - "default.handlebars->29->1664",
11041 - "default.handlebars->29->1839",
11042 - "default.handlebars->29->1845",
11043 - "default.handlebars->29->1957",
11044 - "default.handlebars->29->2006"
11048 + "default.handlebars->29->1405",
11049 + "default.handlebars->29->1408",
11050 + "default.handlebars->29->1409",
11051 + "default.handlebars->29->1666",
11052 + "default.handlebars->29->1841",
11053 + "default.handlebars->29->1847",
11054 + "default.handlebars->29->1959",
11055 + "default.handlebars->29->2008"
11056 ]
11057 },
11058 {
@@ -11062,7 +11073,7 @@
11073 "zh-cht": "裝置群用戶",
11074 "xloc": [
11075 "default-mobile.handlebars->9->468",
11065 - "default.handlebars->29->1472"
11076 + "default.handlebars->29->1474"
11077 ]
11078 },
11079 {
@@ -11083,11 +11094,11 @@
11094 "zh-cht": "裝置群",
11095 "xloc": [
11096 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11086 - "default.handlebars->29->1680",
11087 - "default.handlebars->29->1786",
11088 - "default.handlebars->29->1826",
11089 - "default.handlebars->29->1897",
11090 - "default.handlebars->29->2041",
11097 + "default.handlebars->29->1682",
11098 + "default.handlebars->29->1788",
11099 + "default.handlebars->29->1828",
11100 + "default.handlebars->29->1899",
11101 + "default.handlebars->29->2043",
11102 "default.handlebars->container->column_l->p2->p2info->7"
11103 ]
11104 },
@@ -11169,7 +11180,7 @@
11180 "zh-cht": "裝置名稱",
11181 "xloc": [
11182 "default-mobile.handlebars->9->290",
11172 - "default.handlebars->29->2005",
11183 + "default.handlebars->29->2007",
11184 "default.handlebars->29->287",
11185 "default.handlebars->29->799",
11186 "player.handlebars->3->9"
@@ -11234,7 +11245,7 @@
11245 "zh-cht": "裝置連接。",
11246 "xloc": [
11247 "default.handlebars->29->1231",
11237 - "default.handlebars->29->1493"
11248 + "default.handlebars->29->1495"
11249 ]
11250 },
11251 {
@@ -11255,7 +11266,7 @@
11266 "zh-cht": "裝置斷開連接。",
11267 "xloc": [
11268 "default.handlebars->29->1232",
11258 - "default.handlebars->29->1494"
11269 + "default.handlebars->29->1496"
11270 ]
11271 },
11272 {
@@ -11275,7 +11286,7 @@
11286 "zh-chs": "创建的设备组:{0}",
11287 "zh-cht": "設備組已創建:{0}",
11288 "xloc": [
11278 - "default.handlebars->29->1630"
11289 + "default.handlebars->29->1632"
11290 ]
11291 },
11292 {
@@ -11295,7 +11306,7 @@
11306 "zh-chs": "设备组已删除:{0}",
11307 "zh-cht": "設備組已刪除:{0}",
11308 "xloc": [
11298 - "default.handlebars->29->1631"
11309 + "default.handlebars->29->1633"
11310 ]
11311 },
11312 {
@@ -11315,7 +11326,7 @@
11326 "zh-chs": "设备组成员身份已更改:{0}",
11327 "zh-cht": "設備組成員身份已更改:{0}",
11328 "xloc": [
11318 - "default.handlebars->29->1632"
11329 + "default.handlebars->29->1634"
11330 ]
11331 },
11332 {
@@ -11355,7 +11366,7 @@
11366 "zh-chs": "设备组通知已更改",
11367 "zh-cht": "設備組通知已更改",
11368 "xloc": [
11358 - "default.handlebars->29->1627"
11369 + "default.handlebars->29->1629"
11370 ]
11371 },
11372 {
@@ -11375,7 +11386,7 @@
11386 "zh-chs": "未删除的设备组:{0}",
11387 "zh-cht": "未刪除的設備組:{0}",
11388 "xloc": [
11378 - "default.handlebars->29->1610"
11389 + "default.handlebars->29->1612"
11390 ]
11391 },
11392 {
@@ -11768,7 +11779,7 @@
11779 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
11780 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
11781 "xloc": [
11771 - "default.handlebars->29->1612"
11782 + "default.handlebars->29->1614"
11783 ]
11784 },
11785 {
@@ -11805,8 +11816,8 @@
11816 "zh-chs": "设备",
11817 "zh-cht": "裝置",
11818 "xloc": [
11808 - "default.handlebars->29->1787",
11809 - "default.handlebars->29->1827"
11819 + "default.handlebars->29->1789",
11820 + "default.handlebars->29->1829"
11821 ]
11822 },
11823 {
@@ -11846,7 +11857,7 @@
11857 "zh-chs": "禁用的电子邮件两因素身份验证",
11858 "zh-cht": "禁用的電子郵件兩因素身份驗證",
11859 "xloc": [
11849 - "default.handlebars->29->1643"
11860 + "default.handlebars->29->1645"
11861 ]
11862 },
11863 {
@@ -12046,7 +12057,7 @@
12057 "zh-chs": "显示公共连结",
12058 "zh-cht": "顯示公共鏈結",
12059 "xloc": [
12049 - "default.handlebars->29->1513"
12060 + "default.handlebars->29->1515"
12061 ]
12062 },
12063 {
@@ -12066,7 +12077,7 @@
12077 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
12078 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
12079 "xloc": [
12069 - "default.handlebars->29->1572"
12080 + "default.handlebars->29->1574"
12081 ]
12082 },
12083 {
@@ -12086,7 +12097,7 @@
12097 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
12098 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
12099 "xloc": [
12089 - "default.handlebars->29->1580"
12100 + "default.handlebars->29->1582"
12101 ]
12102 },
12103 {
@@ -12106,7 +12117,8 @@
12117 "zh-chs": "什么都不做",
12118 "zh-cht": "什麼都不做",
12119 "xloc": [
12109 - "default.handlebars->29->1361"
12120 + "default.handlebars->29->1365",
12121 + "default.handlebars->29->1369"
12122 ]
12123 },
12124 {
@@ -12126,10 +12138,10 @@
12138 "zh-chs": "域",
12139 "zh-cht": "域",
12140 "xloc": [
12129 - "default.handlebars->29->1751",
12130 - "default.handlebars->29->1799",
12131 - "default.handlebars->29->1808",
12132 - "default.handlebars->29->1876",
12141 + "default.handlebars->29->1753",
12142 + "default.handlebars->29->1801",
12143 + "default.handlebars->29->1810",
12144 + "default.handlebars->29->1878",
12145 "mstsc.handlebars->main->1->3->1->2->1->0",
12146 "mstsc.handlebars->main->1->3->1->2->3"
12147 ]
@@ -12149,10 +12161,7 @@
12161 "ru": "Не настраивать",
12162 "tr": "Yapılandırma",
12163 "zh-chs": "不要配置",
12152 - "zh-cht": "不要配置",
12153 - "xloc": [
12154 - "default.handlebars->29->1365"
12155 - ]
12164 + "zh-cht": "不要配置"
12165 },
12166 {
12167 "cs": "Nepřipojovat k serveru",
@@ -12171,7 +12180,7 @@
12180 "zh-chs": "不要连接到服务器",
12181 "zh-cht": "不要連接到伺服器",
12182 "xloc": [
12174 - "default.handlebars->29->1366"
12183 + "default.handlebars->29->1370"
12184 ]
12185 },
12186 {
@@ -12391,7 +12400,7 @@
12400 "zh-chs": "下载报告",
12401 "zh-cht": "下載報告",
12402 "xloc": [
12394 - "default.handlebars->29->1669",
12403 + "default.handlebars->29->1671",
12404 "default.handlebars->container->column_l->p3->3->1->0->3"
12405 ]
12406 },
@@ -12592,7 +12601,7 @@
12601 "zh-chs": "使用以下一种档案格式下载事件列表。",
12602 "zh-cht": "使用以下一種檔案格式下載事件列表。",
12603 "xloc": [
12595 - "default.handlebars->29->1670"
12604 + "default.handlebars->29->1672"
12605 ]
12606 },
12607 {
@@ -12612,7 +12621,7 @@
12621 "zh-chs": "使用以下一种档案格式下载用户列表。",
12622 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
12623 "xloc": [
12615 - "default.handlebars->29->1735"
12624 + "default.handlebars->29->1737"
12625 ]
12626 },
12627 {
@@ -12693,7 +12702,7 @@
12702 "zh-chs": "下载:“{0}”",
12703 "zh-cht": "下載:“{0}”",
12704 "xloc": [
12696 - "default.handlebars->29->1603"
12705 + "default.handlebars->29->1605"
12706 ]
12707 },
12708 {
@@ -12733,7 +12742,7 @@
12742 "zh-chs": "代理重复",
12743 "zh-cht": "代理重複",
12744 "xloc": [
12736 - "default.handlebars->29->2037"
12745 + "default.handlebars->29->2039"
12746 ]
12747 },
12748 {
@@ -12773,7 +12782,7 @@
12782 "zh-chs": "复制用户组",
12783 "zh-cht": "複製用戶群",
12784 "xloc": [
12776 - "default.handlebars->29->1803"
12785 + "default.handlebars->29->1805"
12786 ]
12787 },
12788 {
@@ -12810,8 +12819,8 @@
12819 "zh-chs": "持续时间",
12820 "zh-cht": "持續時間",
12821 "xloc": [
12813 - "default.handlebars->29->1991",
12814 - "default.handlebars->29->2011",
12822 + "default.handlebars->29->1993",
12823 + "default.handlebars->29->2013",
12824 "player.handlebars->3->2"
12825 ]
12826 },
@@ -12830,10 +12839,7 @@
12839 "ru": "Во время активации агент будет иметь доступ к паролю администратора.",
12840 "tr": "Etkinleştirme sırasında, aracının yönetici parolası bilgilerine erişimi olacaktır.",
12841 "zh-chs": "在激活期间,代理将有权取得管理员密码信息。",
12833 - "zh-cht": "在啟動期間,代理將有權取得管理員密碼訊息。",
12834 - "xloc": [
12835 - "default.handlebars->29->1371"
12836 - ]
12842 + "zh-cht": "在啟動期間,代理將有權取得管理員密碼訊息。"
12843 },
12844 {
12845 "cs": "nizozemština (Belgie)",
@@ -13165,10 +13171,10 @@
13171 "default-mobile.handlebars->9->423",
13172 "default-mobile.handlebars->9->425",
13173 "default-mobile.handlebars->9->445",
13168 - "default.handlebars->29->1380",
13169 - "default.handlebars->29->1412",
13170 - "default.handlebars->29->1436",
13171 - "default.handlebars->29->1448"
13174 + "default.handlebars->29->1382",
13175 + "default.handlebars->29->1414",
13176 + "default.handlebars->29->1438",
13177 + "default.handlebars->29->1450"
13178 ]
13179 },
13180 {
@@ -13188,7 +13194,7 @@
13194 "zh-chs": "编辑设备组功能",
13195 "zh-cht": "編輯裝置群功能",
13196 "xloc": [
13191 - "default.handlebars->29->1398"
13197 + "default.handlebars->29->1400"
13198 ]
13199 },
13200 {
@@ -13208,8 +13214,8 @@
13214 "zh-chs": "编辑设备组权限",
13215 "zh-cht": "編輯裝置群權限",
13216 "xloc": [
13211 - "default.handlebars->29->1433",
13212 - "default.handlebars->29->1445"
13217 + "default.handlebars->29->1435",
13218 + "default.handlebars->29->1447"
13219 ]
13220 },
13221 {
@@ -13229,7 +13235,7 @@
13235 "zh-chs": "编辑设备组用户同意",
13236 "zh-cht": "編輯裝置群用戶同意",
13237 "xloc": [
13232 - "default.handlebars->29->1381"
13238 + "default.handlebars->29->1383"
13239 ]
13240 },
13241 {
@@ -13250,7 +13256,7 @@
13256 "zh-cht": "編輯裝置筆記",
13257 "xloc": [
13258 "default-mobile.handlebars->9->437",
13253 - "default.handlebars->29->1425"
13259 + "default.handlebars->29->1427"
13260 ]
13261 },
13262 {
@@ -13270,8 +13276,8 @@
13276 "zh-chs": "编辑设备权限",
13277 "zh-cht": "編輯裝置權限",
13278 "xloc": [
13273 - "default.handlebars->29->1438",
13274 - "default.handlebars->29->1440"
13279 + "default.handlebars->29->1440",
13280 + "default.handlebars->29->1442"
13281 ]
13282 },
13283 {
@@ -13311,7 +13317,7 @@
13317 "zh-chs": "编辑设备用户同意",
13318 "zh-cht": "編輯裝置用戶同意",
13319 "xloc": [
13314 - "default.handlebars->29->1383"
13320 + "default.handlebars->29->1385"
13321 ]
13322 },
13323 {
@@ -13379,7 +13385,7 @@
13385 "zh-cht": "編輯筆記",
13386 "xloc": [
13387 "default-mobile.handlebars->9->452",
13382 - "default.handlebars->29->1455"
13388 + "default.handlebars->29->1457"
13389 ]
13390 },
13391 {
@@ -13399,7 +13405,7 @@
13405 "zh-chs": "编辑用户同意",
13406 "zh-cht": "編輯用戶同意",
13407 "xloc": [
13402 - "default.handlebars->29->1382"
13408 + "default.handlebars->29->1384"
13409 ]
13410 },
13411 {
@@ -13419,7 +13425,7 @@
13425 "zh-chs": "编辑用户设备组权限",
13426 "zh-cht": "編輯用戶裝置群權限",
13427 "xloc": [
13422 - "default.handlebars->29->1446"
13428 + "default.handlebars->29->1448"
13429 ]
13430 },
13431 {
@@ -13439,7 +13445,7 @@
13445 "zh-chs": "编辑用户设备权限",
13446 "zh-cht": "編輯用戶裝置權限",
13447 "xloc": [
13442 - "default.handlebars->29->1441"
13448 + "default.handlebars->29->1443"
13449 ]
13450 },
13451 {
@@ -13459,7 +13465,7 @@
13465 "zh-chs": "编辑用户组",
13466 "zh-cht": "編輯用戶群",
13467 "xloc": [
13462 - "default.handlebars->29->1854"
13468 + "default.handlebars->29->1856"
13469 ]
13470 },
13471 {
@@ -13479,14 +13485,14 @@
13485 "zh-chs": "编辑用户组设备权限",
13486 "zh-cht": "編輯用戶群裝置權限",
13487 "xloc": [
13482 - "default.handlebars->29->1443"
13488 + "default.handlebars->29->1445"
13489 ]
13490 },
13491 {
13492 "en": "Edit User Group User Consent",
13493 "nl": "Bewerk groepsgebruikerstoestemming",
13494 "xloc": [
13489 - "default.handlebars->29->1384"
13495 + "default.handlebars->29->1386"
13496 ]
13497 },
13498 {
@@ -13548,11 +13554,11 @@
13554 "zh-cht": "電郵",
13555 "xloc": [
13556 "default-mobile.handlebars->9->78",
13551 - "default.handlebars->29->1753",
13552 - "default.handlebars->29->1880",
13557 + "default.handlebars->29->1755",
13558 "default.handlebars->29->1882",
13554 - "default.handlebars->29->1922",
13555 - "default.handlebars->29->1938",
13559 + "default.handlebars->29->1884",
13560 + "default.handlebars->29->1924",
13561 + "default.handlebars->29->1940",
13562 "default.handlebars->29->312",
13563 "login-mobile.handlebars->5->42",
13564 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -13706,7 +13712,7 @@
13712 "zh-chs": "电邮未验证",
13713 "zh-cht": "電郵未驗證",
13714 "xloc": [
13709 - "default.handlebars->29->1699"
13715 + "default.handlebars->29->1701"
13716 ]
13717 },
13718 {
@@ -13726,8 +13732,8 @@
13732 "zh-chs": "电邮已验证",
13733 "zh-cht": "電郵已驗證",
13734 "xloc": [
13729 - "default.handlebars->29->1700",
13730 - "default.handlebars->29->1874"
13735 + "default.handlebars->29->1702",
13736 + "default.handlebars->29->1876"
13737 ]
13738 },
13739 {
@@ -13747,7 +13753,7 @@
13753 "zh-chs": "电邮已验证。",
13754 "zh-cht": "電郵已驗證。",
13755 "xloc": [
13750 - "default.handlebars->29->1759"
13756 + "default.handlebars->29->1761"
13757 ]
13758 },
13759 {
@@ -13767,7 +13773,7 @@
13773 "zh-chs": "电邮未验证",
13774 "zh-cht": "電郵未驗證",
13775 "xloc": [
13770 - "default.handlebars->29->1875"
13776 + "default.handlebars->29->1877"
13777 ]
13778 },
13779 {
@@ -13831,7 +13837,7 @@
13837 "zh-chs": "已通过电邮验证,并且需要重置密码。",
13838 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
13839 "xloc": [
13834 - "default.handlebars->29->1760"
13840 + "default.handlebars->29->1762"
13841 ]
13842 },
13843 {
@@ -13851,7 +13857,7 @@
13857 "zh-chs": "电邮/短信流量",
13858 "zh-cht": "電郵/短信流量",
13859 "xloc": [
13854 - "default.handlebars->29->2079"
13860 + "default.handlebars->29->2081"
13861 ]
13862 },
13863 {
@@ -13897,7 +13903,7 @@
13903 "zh-chs": "启用邀请代码",
13904 "zh-cht": "啟用邀請代碼",
13905 "xloc": [
13900 - "default.handlebars->29->1478"
13906 + "default.handlebars->29->1480"
13907 ]
13908 },
13909 {
@@ -13978,7 +13984,7 @@
13984 "zh-chs": "已启用",
13985 "zh-cht": "已啟用",
13986 "xloc": [
13981 - "default.handlebars->29->2013"
13987 + "default.handlebars->29->2015"
13988 ]
13989 },
13990 {
@@ -13998,7 +14004,7 @@
14004 "zh-chs": "启用电子邮件两因素身份验证",
14005 "zh-cht": "啟用電子郵件兩因素身份驗證",
14006 "xloc": [
14001 - "default.handlebars->29->1642"
14007 + "default.handlebars->29->1644"
14008 ]
14009 },
14010 {
@@ -14038,7 +14044,7 @@
14044 "zh-chs": "时间结束",
14045 "zh-cht": "時間結束",
14046 "xloc": [
14041 - "default.handlebars->29->2010"
14047 + "default.handlebars->29->2012"
14048 ]
14049 },
14050 {
@@ -14058,7 +14064,7 @@
14064 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
14065 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
14066 "xloc": [
14061 - "default.handlebars->29->1565"
14067 + "default.handlebars->29->1567"
14068 ]
14069 },
14070 {
@@ -14078,7 +14084,7 @@
14084 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
14085 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
14086 "xloc": [
14081 - "default.handlebars->29->1566"
14087 + "default.handlebars->29->1568"
14088 ]
14089 },
14090 {
@@ -14098,7 +14104,7 @@
14104 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
14105 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
14106 "xloc": [
14101 - "default.handlebars->29->1563"
14107 + "default.handlebars->29->1565"
14108 ]
14109 },
14110 {
@@ -14118,7 +14124,7 @@
14124 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
14125 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
14126 "xloc": [
14121 - "default.handlebars->29->1564"
14127 + "default.handlebars->29->1566"
14128 ]
14129 },
14130 {
@@ -14419,7 +14425,7 @@
14425 "zh-chs": "输入管理领域名称的逗号分隔列表。",
14426 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14427 "xloc": [
14422 - "default.handlebars->29->1764"
14428 + "default.handlebars->29->1766"
14429 ]
14430 },
14431 {
@@ -14642,7 +14648,7 @@
14648 "zh-chs": "事件列表输出",
14649 "zh-cht": "事件列表輸出",
14650 "xloc": [
14645 - "default.handlebars->29->1675"
14651 + "default.handlebars->29->1677"
14652 ]
14653 },
14654 {
@@ -14835,7 +14841,7 @@
14841 "zh-chs": "外部",
14842 "zh-cht": "外部",
14843 "xloc": [
14838 - "default.handlebars->29->2064"
14844 + "default.handlebars->29->2066"
14845 ]
14846 },
14847 {
@@ -14935,7 +14941,7 @@
14941 "zh-chs": "本地用户拒绝后无法启动远程桌面",
14942 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
14943 "xloc": [
14938 - "default.handlebars->29->1588"
14944 + "default.handlebars->29->1590"
14945 ]
14946 },
14947 {
@@ -14955,7 +14961,7 @@
14961 "zh-chs": "本地用户拒绝后无法启动远程文件",
14962 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
14963 "xloc": [
14958 - "default.handlebars->29->1595"
14964 + "default.handlebars->29->1597"
14965 ]
14966 },
14967 {
@@ -15183,8 +15189,8 @@
15189 "xloc": [
15190 "default-mobile.handlebars->9->171",
15191 "default-mobile.handlebars->9->268",
15186 - "default.handlebars->29->1392",
15187 - "default.handlebars->29->1998",
15192 + "default.handlebars->29->1394",
15193 + "default.handlebars->29->2000",
15194 "default.handlebars->29->258",
15195 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
15196 "default.handlebars->contextMenu->cxfiles"
@@ -15228,8 +15234,8 @@
15234 "zh-cht": "檔案通知",
15235 "xloc": [
15236 "default.handlebars->29->1318",
15231 - "default.handlebars->29->1820",
15232 - "default.handlebars->29->1907",
15237 + "default.handlebars->29->1822",
15238 + "default.handlebars->29->1909",
15239 "default.handlebars->29->584"
15240 ]
15241 },
@@ -15251,8 +15257,8 @@
15257 "zh-cht": "檔案提示",
15258 "xloc": [
15259 "default.handlebars->29->1317",
15254 - "default.handlebars->29->1819",
15255 - "default.handlebars->29->1906",
15260 + "default.handlebars->29->1821",
15261 + "default.handlebars->29->1908",
15262 "default.handlebars->29->583"
15263 ]
15264 },
@@ -15296,7 +15302,7 @@
15302 "zh-chs": "录制会话已完成,{0}秒",
15303 "zh-cht": "錄製會話已完成,{0}秒",
15304 "xloc": [
15299 - "default.handlebars->29->1561"
15305 + "default.handlebars->29->1563"
15306 ]
15307 },
15308 {
@@ -15469,8 +15475,8 @@
15475 "zh-chs": "下次登录时强制重置密码。",
15476 "zh-cht": "下次登入時強制重置密碼。",
15477 "xloc": [
15472 - "default.handlebars->29->1758",
15473 - "default.handlebars->29->1947"
15478 + "default.handlebars->29->1760",
15479 + "default.handlebars->29->1949"
15480 ]
15481 },
15482 {
@@ -15553,7 +15559,7 @@
15559 "zh-chs": "格式化",
15560 "zh-cht": "格式化",
15561 "xloc": [
15556 - "default.handlebars->29->1666"
15562 + "default.handlebars->29->1668"
15563 ]
15564 },
15565 {
@@ -15594,8 +15600,8 @@
15600 "zh-chs": "自由",
15601 "zh-cht": "自由",
15602 "xloc": [
15597 - "default.handlebars->29->2022",
15598 - "default.handlebars->29->2024"
15603 + "default.handlebars->29->2024",
15604 + "default.handlebars->29->2026"
15605 ]
15606 },
15607 {
@@ -15821,8 +15827,8 @@
15827 "default-mobile.handlebars->9->424",
15828 "default-mobile.handlebars->9->444",
15829 "default.handlebars->29->1272",
15824 - "default.handlebars->29->1411",
15825 - "default.handlebars->29->1770"
15830 + "default.handlebars->29->1413",
15831 + "default.handlebars->29->1772"
15832 ]
15833 },
15834 {
@@ -15842,7 +15848,7 @@
15848 "zh-chs": "完整管理员(保留所有权利)",
15849 "zh-cht": "完整管理員(保留所有權利)",
15850 "xloc": [
15845 - "default.handlebars->29->1447"
15851 + "default.handlebars->29->1449"
15852 ]
15853 },
15854 {
@@ -15941,7 +15947,7 @@
15947 "zh-chs": "完整管理员",
15948 "zh-cht": "完整管理員",
15949 "xloc": [
15944 - "default.handlebars->29->1868"
15950 + "default.handlebars->29->1870"
15951 ]
15952 },
15953 {
@@ -16336,7 +16342,7 @@
16342 "zh-chs": "正在获取剪贴板内容,{0}个字节",
16343 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
16344 "xloc": [
16339 - "default.handlebars->29->1575"
16345 + "default.handlebars->29->1577"
16346 ]
16347 },
16348 {
@@ -16567,8 +16573,8 @@
16573 "zh-chs": "集体指令",
16574 "zh-cht": "集體指令",
16575 "xloc": [
16570 - "default.handlebars->29->1714",
16571 - "default.handlebars->29->1793",
16576 + "default.handlebars->29->1716",
16577 + "default.handlebars->29->1795",
16578 "default.handlebars->29->441",
16579 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16580 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -16592,7 +16598,7 @@
16598 "zh-chs": "通过...分组",
16599 "zh-cht": "通過...分群",
16600 "xloc": [
16595 - "default.handlebars->29->1662"
16601 + "default.handlebars->29->1664"
16602 ]
16603 },
16604 {
@@ -16612,7 +16618,7 @@
16618 "zh-chs": "组标识符",
16619 "zh-cht": "群標識符",
16620 "xloc": [
16615 - "default.handlebars->29->1810"
16621 + "default.handlebars->29->1812"
16622 ]
16623 },
16624 {
@@ -16632,7 +16638,7 @@
16638 "zh-chs": "群组成员",
16639 "zh-cht": "群組成員",
16640 "xloc": [
16635 - "default.handlebars->29->1831"
16641 + "default.handlebars->29->1833"
16642 ]
16643 },
16644 {
@@ -16652,7 +16658,7 @@
16658 "zh-chs": "用户{0}的群组权限。",
16659 "zh-cht": "用戶{0}的群組權限。",
16660 "xloc": [
16655 - "default.handlebars->29->1410"
16661 + "default.handlebars->29->1412"
16662 ]
16663 },
16664 {
@@ -16672,7 +16678,7 @@
16678 "zh-chs": "{0}的群组权限。",
16679 "zh-cht": "{0}的群組權限。",
16680 "xloc": [
16675 - "default.handlebars->29->1409"
16681 + "default.handlebars->29->1411"
16682 ]
16683 },
16684 {
@@ -16863,7 +16869,7 @@
16869 "zh-chs": "堆总数",
16870 "zh-cht": "堆總數",
16871 "xloc": [
16866 - "default.handlebars->29->2066"
16872 + "default.handlebars->29->2068"
16873 ]
16874 },
16875 {
@@ -16883,7 +16889,7 @@
16889 "zh-chs": "堆使用",
16890 "zh-cht": "堆使用",
16891 "xloc": [
16886 - "default.handlebars->29->2065"
16892 + "default.handlebars->29->2067"
16893 ]
16894 },
16895 {
@@ -16938,7 +16944,7 @@
16944 "en": "Help Requested, user: {0}, details: {1}",
16945 "nl": "Hulp verzoek van, user: {0}, details: {1}",
16946 "xloc": [
16941 - "default.handlebars->29->1652"
16947 + "default.handlebars->29->1654"
16948 ]
16949 },
16950 {
@@ -17199,7 +17205,7 @@
17205 "zh-cht": "保存{0}項目{1}給{2}",
17206 "xloc": [
17207 "default-mobile.handlebars->9->129",
17202 - "default.handlebars->29->1548"
17208 + "default.handlebars->29->1550"
17209 ]
17210 },
17211 {
@@ -17592,6 +17598,12 @@
17598 "default.handlebars->29->968"
17599 ]
17600 },
17601 + {
17602 + "en": "If in CCM, reactivate Intel® AMT",
17603 + "xloc": [
17604 + "default.handlebars->29->1366"
17605 + ]
17606 + },
17607 {
17608 "cs": "Pokud je platný, resetujte odeslanou poštu.",
17609 "de": "Falls gültig, gesendete E-Mail zurücksetzen.",
@@ -17910,8 +17922,8 @@
17922 "zh-chs": "安装类型",
17923 "zh-cht": "安裝方式",
17924 "xloc": [
17913 - "default.handlebars->29->1480",
17914 - "default.handlebars->29->1487",
17925 + "default.handlebars->29->1482",
17926 + "default.handlebars->29->1489",
17927 "default.handlebars->29->327",
17928 "default.handlebars->29->341",
17929 "default.handlebars->29->355"
@@ -17955,7 +17967,7 @@
17967 "zh-chs": "英特尔AMT",
17968 "zh-cht": "英特爾AMT",
17969 "xloc": [
17958 - "default.handlebars->29->2062"
17970 + "default.handlebars->29->2064"
17971 ]
17972 },
17973 {
@@ -18000,9 +18012,9 @@
18012 "default-mobile.handlebars->9->252",
18013 "default.handlebars->29->1325",
18014 "default.handlebars->29->1336",
18003 - "default.handlebars->29->1499",
18004 - "default.handlebars->29->1507",
18005 - "default.handlebars->29->2084",
18015 + "default.handlebars->29->1501",
18016 + "default.handlebars->29->1509",
18017 + "default.handlebars->29->2086",
18018 "default.handlebars->29->508",
18019 "default.handlebars->29->566",
18020 "default.handlebars->29->594"
@@ -18171,7 +18183,7 @@
18183 "zh-chs": "英特尔®AMT重定向",
18184 "zh-cht": "Intel® AMT重定向",
18185 "xloc": [
18174 - "default.handlebars->29->2000",
18186 + "default.handlebars->29->2002",
18187 "player.handlebars->3->14"
18188 ]
18189 },
@@ -18212,7 +18224,7 @@
18224 "zh-chs": "英特尔®AMT WSMAN",
18225 "zh-cht": "Intle® AMT WSMAN",
18226 "xloc": [
18215 - "default.handlebars->29->1999",
18227 + "default.handlebars->29->2001",
18228 "player.handlebars->3->13"
18229 ]
18230 },
@@ -18273,7 +18285,7 @@
18285 "zh-cht": "Intel® AMT桌面和串行事件。",
18286 "xloc": [
18287 "default.handlebars->29->1233",
18276 - "default.handlebars->29->1495"
18288 + "default.handlebars->29->1497"
18289 ]
18290 },
18291 {
@@ -18749,8 +18761,8 @@
18761 "zh-chs": "仅限互动",
18762 "zh-cht": "僅限互動",
18763 "xloc": [
18752 - "default.handlebars->29->1483",
18753 - "default.handlebars->29->1490",
18764 + "default.handlebars->29->1485",
18765 + "default.handlebars->29->1492",
18766 "default.handlebars->29->330",
18767 "default.handlebars->29->344",
18768 "default.handlebars->29->358"
@@ -18822,7 +18834,7 @@
18834 "zh-chs": "无效的设备组类型",
18835 "zh-cht": "無效的裝置群類型",
18836 "xloc": [
18825 - "default.handlebars->29->2036"
18837 + "default.handlebars->29->2038"
18838 ]
18839 },
18840 {
@@ -18842,7 +18854,7 @@
18854 "zh-chs": "无效的JSON",
18855 "zh-cht": "無效的JSON",
18856 "xloc": [
18845 - "default.handlebars->29->2030"
18857 + "default.handlebars->29->2032"
18858 ]
18859 },
18860 {
@@ -18862,8 +18874,8 @@
18874 "zh-chs": "无效的JSON档案格式。",
18875 "zh-cht": "無效的JSON檔案格式。",
18876 "xloc": [
18865 - "default.handlebars->29->1732",
18866 - "default.handlebars->29->1734"
18877 + "default.handlebars->29->1734",
18878 + "default.handlebars->29->1736"
18879 ]
18880 },
18881 {
@@ -18883,7 +18895,7 @@
18895 "zh-chs": "无效的JSON档案:{0}。",
18896 "zh-cht": "無效的JSON檔案:{0}。",
18897 "xloc": [
18886 - "default.handlebars->29->1730"
18898 + "default.handlebars->29->1732"
18899 ]
18900 },
18901 {
@@ -18903,7 +18915,7 @@
18915 "zh-chs": "无效的PKCS签名",
18916 "zh-cht": "無效的PKCS簽名",
18917 "xloc": [
18906 - "default.handlebars->29->2028"
18918 + "default.handlebars->29->2030"
18919 ]
18920 },
18921 {
@@ -18923,7 +18935,7 @@
18935 "zh-chs": "無效的RSA密碼",
18936 "zh-cht": "無效的RSA密碼",
18937 "xloc": [
18926 - "default.handlebars->29->2029"
18938 + "default.handlebars->29->2031"
18939 ]
18940 },
18941 {
@@ -19050,7 +19062,7 @@
19062 "zh-chs": "使电邮无效",
19063 "zh-cht": "使電郵無效",
19064 "xloc": [
19053 - "default.handlebars->29->1708"
19065 + "default.handlebars->29->1710"
19066 ]
19067 },
19068 {
@@ -19127,7 +19139,7 @@
19139 "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
19140 "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
19141 "xloc": [
19130 - "default.handlebars->29->1485"
19142 + "default.handlebars->29->1487"
19143 ]
19144 },
19145 {
@@ -19190,10 +19202,10 @@
19202 "zh-cht": "邀請碼",
19203 "xloc": [
19204 "default.handlebars->29->1329",
19193 - "default.handlebars->29->1479",
19194 - "default.handlebars->29->1484",
19205 + "default.handlebars->29->1481",
19206 "default.handlebars->29->1486",
19196 - "default.handlebars->29->1491"
19207 + "default.handlebars->29->1488",
19208 + "default.handlebars->29->1493"
19209 ]
19210 },
19211 {
@@ -19334,7 +19346,7 @@
19346 "zh-chs": "JSON",
19347 "zh-cht": "JSON",
19348 "xloc": [
19337 - "default.handlebars->29->1668"
19349 + "default.handlebars->29->1670"
19350 ]
19351 },
19352 {
@@ -19354,8 +19366,8 @@
19366 "zh-chs": "JSON格式",
19367 "zh-cht": "JSON格式",
19368 "xloc": [
19357 - "default.handlebars->29->1673",
19358 - "default.handlebars->29->1738",
19369 + "default.handlebars->29->1675",
19370 + "default.handlebars->29->1740",
19371 "default.handlebars->29->469"
19372 ]
19373 },
@@ -19396,7 +19408,7 @@
19408 "zh-chs": "已加入桌面Multiplex会话",
19409 "zh-cht": "已加入桌面Multiplex會話",
19410 "xloc": [
19399 - "default.handlebars->29->1558"
19411 + "default.handlebars->29->1560"
19412 ]
19413 },
19414 {
@@ -19459,6 +19471,12 @@
19471 "default.handlebars->29->1124"
19472 ]
19473 },
19474 + {
19475 + "en": "Keep existing password",
19476 + "xloc": [
19477 + "default.handlebars->29->1358"
19478 + ]
19479 + },
19480 {
19481 "cs": "Ovladač jádra",
19482 "de": "Kernel-Treiber",
@@ -19577,7 +19595,7 @@
19595 "zh-chs": "杀死进程{0}",
19596 "zh-cht": "殺死進程{0}",
19597 "xloc": [
19580 - "default.handlebars->29->1573"
19598 + "default.handlebars->29->1575"
19599 ]
19600 },
19601 {
@@ -19992,7 +20010,7 @@
20010 "zh-chs": "最后访问",
20011 "zh-cht": "最後訪問",
20012 "xloc": [
19995 - "default.handlebars->29->1681"
20013 + "default.handlebars->29->1683"
20014 ]
20015 },
20016 {
@@ -20012,7 +20030,7 @@
20030 "zh-chs": "上次登录",
20031 "zh-cht": "上次登入",
20032 "xloc": [
20015 - "default.handlebars->29->1889"
20033 + "default.handlebars->29->1891"
20034 ]
20035 },
20036 {
@@ -20084,7 +20102,7 @@
20102 "zh-chs": "上次更改:{0}",
20103 "zh-cht": "上次更改:{0}",
20104 "xloc": [
20087 - "default.handlebars->29->1893"
20105 + "default.handlebars->29->1895"
20106 ]
20107 },
20108 {
@@ -20144,7 +20162,7 @@
20162 "zh-chs": "上次登录:{0}",
20163 "zh-cht": "上次登入:{0}",
20164 "xloc": [
20147 - "default.handlebars->29->1691"
20165 + "default.handlebars->29->1693"
20166 ]
20167 },
20168 {
@@ -20345,7 +20363,7 @@
20363 "zh-chs": "如没有请留空。",
20364 "zh-cht": "如沒有請留空。",
20365 "xloc": [
20348 - "default.handlebars->29->1933"
20366 + "default.handlebars->29->1935"
20367 ]
20368 },
20369 {
@@ -20390,7 +20408,7 @@
20408 "zh-chs": "离开桌面多路复用会话",
20409 "zh-cht": "離開桌面多路復用會話",
20410 "xloc": [
20393 - "default.handlebars->29->1559"
20411 + "default.handlebars->29->1561"
20412 ]
20413 },
20414 {
@@ -20410,7 +20428,7 @@
20428 "zh-chs": "减",
20429 "zh-cht": "減",
20430 "xloc": [
20413 - "default.handlebars->29->2101"
20431 + "default.handlebars->29->2103"
20432 ]
20433 },
20434 {
@@ -20473,7 +20491,7 @@
20491 "zh-cht": "有限輸入",
20492 "xloc": [
20493 "default-mobile.handlebars->9->457",
20476 - "default.handlebars->29->1461",
20494 + "default.handlebars->29->1463",
20495 "default.handlebars->29->659",
20496 "default.handlebars->29->680"
20497 ]
@@ -20496,7 +20514,7 @@
20514 "zh-cht": "僅有限輸入",
20515 "xloc": [
20516 "default-mobile.handlebars->9->430",
20499 - "default.handlebars->29->1417"
20517 + "default.handlebars->29->1419"
20518 ]
20519 },
20520 {
@@ -20969,7 +20987,7 @@
20987 "default.handlebars->29->1011",
20988 "default.handlebars->29->1288",
20989 "default.handlebars->29->1292",
20972 - "default.handlebars->29->1987",
20990 + "default.handlebars->29->1989",
20991 "default.handlebars->29->771"
20992 ]
20993 },
@@ -21052,7 +21070,7 @@
21070 "zh-chs": "本地用户接受的远程终端请求",
21071 "zh-cht": "本地用戶接受的遠程終端請求",
21072 "xloc": [
21055 - "default.handlebars->29->1581"
21073 + "default.handlebars->29->1583"
21074 ]
21075 },
21076 {
@@ -21072,7 +21090,7 @@
21090 "zh-chs": "本地用户拒绝了远程终端请求",
21091 "zh-cht": "本地用戶拒絕了遠程終端請求",
21092 "xloc": [
21075 - "default.handlebars->29->1582"
21093 + "default.handlebars->29->1584"
21094 ]
21095 },
21096 {
@@ -21153,7 +21171,7 @@
21171 "zh-chs": "锁定账户",
21172 "zh-cht": "鎖定賬戶",
21173 "xloc": [
21156 - "default.handlebars->29->1778"
21174 + "default.handlebars->29->1780"
21175 ]
21176 },
21177 {
@@ -21173,7 +21191,7 @@
21191 "zh-chs": "锁定帐户设置",
21192 "zh-cht": "鎖定帳戶設置",
21193 "xloc": [
21176 - "default.handlebars->29->1781"
21194 + "default.handlebars->29->1783"
21195 ]
21196 },
21197 {
@@ -21193,7 +21211,7 @@
21211 "zh-chs": "锁定账户",
21212 "zh-cht": "鎖定賬戶",
21213 "xloc": [
21196 - "default.handlebars->29->1711"
21214 + "default.handlebars->29->1713"
21215 ]
21216 },
21217 {
@@ -21213,7 +21231,7 @@
21231 "zh-chs": "已锁定",
21232 "zh-cht": "已鎖定",
21233 "xloc": [
21216 - "default.handlebars->29->1692"
21234 + "default.handlebars->29->1694"
21235 ]
21236 },
21237 {
@@ -21233,7 +21251,7 @@
21251 "zh-chs": "被锁定账户",
21252 "zh-cht": "被鎖定賬戶",
21253 "xloc": [
21236 - "default.handlebars->29->1865"
21254 + "default.handlebars->29->1867"
21255 ]
21256 },
21257 {
@@ -21253,7 +21271,7 @@
21271 "zh-chs": "将远程用户锁定在桌面之外",
21272 "zh-cht": "將遠程用戶鎖定在桌面之外",
21273 "xloc": [
21256 - "default.handlebars->29->1607"
21274 + "default.handlebars->29->1609"
21275 ]
21276 },
21277 {
@@ -21873,7 +21891,7 @@
21891 "zh-chs": "主服务器信息",
21892 "zh-cht": "主伺服器訊息",
21893 "xloc": [
21876 - "default.handlebars->29->2073"
21894 + "default.handlebars->29->2075"
21895 ]
21896 },
21897 {
@@ -21976,8 +21994,8 @@
21994 "xloc": [
21995 "default-mobile.handlebars->9->427",
21996 "default-mobile.handlebars->9->447",
21979 - "default.handlebars->29->1414",
21980 - "default.handlebars->29->1450"
21997 + "default.handlebars->29->1416",
21998 + "default.handlebars->29->1452"
21999 ]
22000 },
22001 {
@@ -21999,8 +22017,8 @@
22017 "xloc": [
22018 "default-mobile.handlebars->9->426",
22019 "default-mobile.handlebars->9->446",
22002 - "default.handlebars->29->1413",
22003 - "default.handlebars->29->1449"
22020 + "default.handlebars->29->1415",
22021 + "default.handlebars->29->1451"
22022 ]
22023 },
22024 {
@@ -22040,7 +22058,7 @@
22058 "zh-chs": "管理录音",
22059 "zh-cht": "管理錄音",
22060 "xloc": [
22043 - "default.handlebars->29->1776"
22061 + "default.handlebars->29->1778"
22062 ]
22063 },
22064 {
@@ -22080,7 +22098,7 @@
22098 "zh-chs": "管理用户组",
22099 "zh-cht": "管理用戶群",
22100 "xloc": [
22083 - "default.handlebars->29->1775"
22101 + "default.handlebars->29->1777"
22102 ]
22103 },
22104 {
@@ -22100,7 +22118,7 @@
22118 "zh-chs": "管理用户",
22119 "zh-cht": "管理用戶",
22120 "xloc": [
22103 - "default.handlebars->29->1774",
22121 + "default.handlebars->29->1776",
22122 "default.handlebars->29->674"
22123 ]
22124 },
@@ -22268,7 +22286,7 @@
22286 "zh-chs": "经理",
22287 "zh-cht": "經理",
22288 "xloc": [
22271 - "default.handlebars->29->1697"
22289 + "default.handlebars->29->1699"
22290 ]
22291 },
22292 {
@@ -22383,7 +22401,7 @@
22401 "zh-chs": "达到连接数量上限",
22402 "zh-cht": "達到連接數量上限",
22403 "xloc": [
22386 - "default.handlebars->29->2034"
22404 + "default.handlebars->29->2036"
22405 ]
22406 },
22407 {
@@ -22448,7 +22466,7 @@
22466 "zh-chs": "Megabyte",
22467 "zh-cht": "Megabyte",
22468 "xloc": [
22451 - "default.handlebars->29->2063"
22469 + "default.handlebars->29->2065"
22470 ]
22471 },
22472 {
@@ -22469,7 +22487,7 @@
22487 "zh-cht": "記憶體",
22488 "xloc": [
22489 "default-mobile.handlebars->9->398",
22472 - "default.handlebars->29->2054",
22490 + "default.handlebars->29->2056",
22491 "default.handlebars->29->977",
22492 "default.handlebars->container->column_l->p40->3->1->p40type->3"
22493 ]
@@ -22524,7 +22542,7 @@
22542 "zh-cht": "網格代理控制台",
22543 "xloc": [
22544 "default-mobile.handlebars->9->434",
22527 - "default.handlebars->29->1422"
22545 + "default.handlebars->29->1424"
22546 ]
22547 },
22548 {
@@ -22629,7 +22647,7 @@
22647 "zh-chs": "MeshAgent流量",
22648 "zh-cht": "MeshAgent流量",
22649 "xloc": [
22632 - "default.handlebars->29->2075"
22650 + "default.handlebars->29->2077"
22651 ]
22652 },
22653 {
@@ -22649,7 +22667,7 @@
22667 "zh-chs": "MeshAgent更新",
22668 "zh-cht": "MeshAgent更新",
22669 "xloc": [
22652 - "default.handlebars->29->2076"
22670 + "default.handlebars->29->2078"
22671 ]
22672 },
22673 {
@@ -22770,7 +22788,7 @@
22788 "zh-chs": "MeshCentral服务器同级化",
22789 "zh-cht": "MeshCentral伺服器同級化",
22790 "xloc": [
22773 - "default.handlebars->29->2074"
22791 + "default.handlebars->29->2076"
22792 ]
22793 },
22794 {
@@ -23092,7 +23110,7 @@
23110 "zh-chs": "消息调度器",
23111 "zh-cht": "電郵調度器",
23112 "xloc": [
23095 - "default.handlebars->29->2072"
23113 + "default.handlebars->29->2074"
23114 ]
23115 },
23116 {
@@ -23275,7 +23293,7 @@
23293 "zh-chs": "更多",
23294 "zh-cht": "更多",
23295 "xloc": [
23278 - "default.handlebars->29->2100"
23296 + "default.handlebars->29->2102"
23297 ]
23298 },
23299 {
@@ -23356,7 +23374,7 @@
23374 "zh-chs": "移动:“{0}”到“{1}”",
23375 "zh-cht": "移動:“{0}”到“{1}”",
23376 "xloc": [
23359 - "default.handlebars->29->1606"
23377 + "default.handlebars->29->1608"
23378 ]
23379 },
23380 {
@@ -23376,7 +23394,7 @@
23394 "zh-chs": "将设备{0}移动到组{1}",
23395 "zh-cht": "將設備{0}移動到組{1}",
23396 "xloc": [
23379 - "default.handlebars->29->1639"
23397 + "default.handlebars->29->1641"
23398 ]
23399 },
23400 {
@@ -23416,7 +23434,7 @@
23434 "zh-chs": "多路复用器",
23435 "zh-cht": "多工器",
23436 "xloc": [
23419 - "default.handlebars->29->2012"
23437 + "default.handlebars->29->2014"
23438 ]
23439 },
23440 {
@@ -23769,13 +23787,13 @@
23787 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
23788 "default.handlebars->29->1259",
23789 "default.handlebars->29->1299",
23772 - "default.handlebars->29->1378",
23773 - "default.handlebars->29->1679",
23774 - "default.handlebars->29->1784",
23775 - "default.handlebars->29->1800",
23776 - "default.handlebars->29->1807",
23777 - "default.handlebars->29->1852",
23778 - "default.handlebars->29->1871",
23790 + "default.handlebars->29->1380",
23791 + "default.handlebars->29->1681",
23792 + "default.handlebars->29->1786",
23793 + "default.handlebars->29->1802",
23794 + "default.handlebars->29->1809",
23795 + "default.handlebars->29->1854",
23796 + "default.handlebars->29->1873",
23797 "default.handlebars->29->531",
23798 "default.handlebars->29->76",
23799 "default.handlebars->29->830",
@@ -23824,7 +23842,7 @@
23842 "zh-chs": "名称1,名称2,名称3",
23843 "zh-cht": "名稱1,名稱2,名稱3",
23844 "xloc": [
23827 - "default.handlebars->29->1766"
23845 + "default.handlebars->29->1768"
23846 ]
23847 },
23848 {
@@ -23984,7 +24002,7 @@
24002 "zh-chs": "生成新的2FA备份代码",
24003 "zh-cht": "生成新的2FA備份代碼",
24004 "xloc": [
23987 - "default.handlebars->29->1646"
24005 + "default.handlebars->29->1648"
24006 ]
24007 },
24008 {
@@ -24049,7 +24067,7 @@
24067 "xloc": [
24068 "default-mobile.handlebars->9->120",
24069 "default-mobile.handlebars->9->311",
24052 - "default.handlebars->29->1538",
24070 + "default.handlebars->29->1540",
24071 "default.handlebars->29->872",
24072 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
24073 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -24095,6 +24113,13 @@
24113 "default-mobile.handlebars->9->58"
24114 ]
24115 },
24116 + {
24117 + "en": "New password*",
24118 + "xloc": [
24119 + "default.handlebars->29->1362",
24120 + "default.handlebars->29->1363"
24121 + ]
24122 + },
24123 {
24124 "cs": "Nové heslo:",
24125 "de": "Neues Passwort:",
@@ -24217,7 +24242,7 @@
24242 "zh-chs": "没有桌面",
24243 "zh-cht": "沒有桌面",
24244 "xloc": [
24220 - "default.handlebars->29->1457",
24245 + "default.handlebars->29->1459",
24246 "default.handlebars->29->660",
24247 "default.handlebars->29->681"
24248 ]
@@ -24239,7 +24264,7 @@
24264 "zh-chs": "不能访问桌面",
24265 "zh-cht": "不能訪問桌面",
24266 "xloc": [
24242 - "default.handlebars->29->1418"
24267 + "default.handlebars->29->1420"
24268 ]
24269 },
24270 {
@@ -24259,8 +24284,8 @@
24284 "zh-chs": "找不到事件",
24285 "zh-cht": "找不到事件",
24286 "xloc": [
24262 - "default.handlebars->29->1655",
24263 - "default.handlebars->29->1986",
24287 + "default.handlebars->29->1657",
24288 + "default.handlebars->29->1988",
24289 "default.handlebars->29->907"
24290 ]
24291 },
@@ -24282,7 +24307,7 @@
24307 "zh-cht": "不能存取檔案",
24308 "xloc": [
24309 "default-mobile.handlebars->9->432",
24285 - "default.handlebars->29->1420"
24310 + "default.handlebars->29->1422"
24311 ]
24312 },
24313 {
@@ -24303,7 +24328,7 @@
24328 "zh-cht": "沒有檔案",
24329 "xloc": [
24330 "default-mobile.handlebars->9->455",
24306 - "default.handlebars->29->1459",
24331 + "default.handlebars->29->1461",
24332 "default.handlebars->29->657",
24333 "default.handlebars->29->678"
24334 ]
@@ -24348,8 +24373,8 @@
24373 "xloc": [
24374 "default-mobile.handlebars->9->433",
24375 "default-mobile.handlebars->9->456",
24351 - "default.handlebars->29->1421",
24352 - "default.handlebars->29->1460"
24376 + "default.handlebars->29->1423",
24377 + "default.handlebars->29->1462"
24378 ]
24379 },
24380 {
@@ -24429,7 +24454,7 @@
24454 "zh-chs": "没有成员",
24455 "zh-cht": "沒有成員",
24456 "xloc": [
24432 - "default.handlebars->29->1834"
24457 + "default.handlebars->29->1836"
24458 ]
24459 },
24460 {
@@ -24449,7 +24474,7 @@
24474 "zh-chs": "没有新的设备组",
24475 "zh-cht": "沒有新的裝置群",
24476 "xloc": [
24452 - "default.handlebars->29->1779"
24477 + "default.handlebars->29->1781"
24478 ]
24479 },
24480 {
@@ -24494,7 +24519,7 @@
24519 "default-mobile.handlebars->9->416",
24520 "default-mobile.handlebars->9->463",
24521 "default.handlebars->29->1273",
24497 - "default.handlebars->29->1467",
24522 + "default.handlebars->29->1469",
24523 "default.handlebars->29->671",
24524 "default.handlebars->29->692"
24525 ]
@@ -24539,7 +24564,7 @@
24564 "zh-cht": "沒有終端",
24565 "xloc": [
24566 "default-mobile.handlebars->9->454",
24542 - "default.handlebars->29->1458",
24567 + "default.handlebars->29->1460",
24568 "default.handlebars->29->656",
24569 "default.handlebars->29->677"
24570 ]
@@ -24562,7 +24587,7 @@
24587 "zh-cht": "不能訪問終端",
24588 "xloc": [
24589 "default-mobile.handlebars->9->431",
24565 - "default.handlebars->29->1419"
24590 + "default.handlebars->29->1421"
24591 ]
24592 },
24593 {
@@ -24582,7 +24607,7 @@
24607 "zh-chs": "没有工具(MeshCmd /路由器)",
24608 "zh-cht": "沒有工具(MeshCmd /路由器)",
24609 "xloc": [
24585 - "default.handlebars->29->1780"
24610 + "default.handlebars->29->1782"
24611 ]
24612 },
24613 {
@@ -24610,8 +24635,8 @@
24635 "zh-chs": "没有共同的设备组",
24636 "zh-cht": "沒有共同的裝置群",
24637 "xloc": [
24613 - "default.handlebars->29->1840",
24614 - "default.handlebars->29->1958"
24638 + "default.handlebars->29->1842",
24639 + "default.handlebars->29->1960"
24640 ]
24641 },
24642 {
@@ -24731,8 +24756,8 @@
24756 "zh-chs": "没有共同的设备",
24757 "zh-cht": "沒有共同的裝置",
24758 "xloc": [
24734 - "default.handlebars->29->1846",
24735 - "default.handlebars->29->1970"
24759 + "default.handlebars->29->1848",
24760 + "default.handlebars->29->1972"
24761 ]
24762 },
24763 {
@@ -24752,7 +24777,7 @@
24777 "zh-chs": "该设备组中没有设备。",
24778 "zh-cht": "該裝置群中沒有裝置。",
24779 "xloc": [
24755 - "default.handlebars->29->1510"
24780 + "default.handlebars->29->1512"
24781 ]
24782 },
24783 {
@@ -24835,7 +24860,7 @@
24860 "zh-chs": "找不到群组。",
24861 "zh-cht": "找不到群組。",
24862 "xloc": [
24838 - "default.handlebars->29->1783"
24863 + "default.handlebars->29->1785"
24864 ]
24865 },
24866 {
@@ -24956,7 +24981,7 @@
24981 "zh-chs": "没有录音。",
24982 "zh-cht": "沒有錄音。",
24983 "xloc": [
24959 - "default.handlebars->29->1988"
24984 + "default.handlebars->29->1990"
24985 ]
24986 },
24987 {
@@ -24976,7 +25001,7 @@
25001 "zh-chs": "没有服务器权限",
25002 "zh-cht": "沒有伺服器權限",
25003 "xloc": [
24979 - "default.handlebars->29->1866"
25004 + "default.handlebars->29->1868"
25005 ]
25006 },
25007 {
@@ -24996,7 +25021,7 @@
25021 "zh-chs": "没有用户组成员身份",
25022 "zh-cht": "沒有用戶群成員身份",
25023 "xloc": [
24999 - "default.handlebars->29->1964"
25024 + "default.handlebars->29->1966"
25025 ]
25026 },
25027 {
@@ -25016,7 +25041,7 @@
25041 "zh-chs": "未找到相应的用户。",
25042 "zh-cht": "未找到相應的用戶。",
25043 "xloc": [
25019 - "default.handlebars->29->1687"
25044 + "default.handlebars->29->1689"
25045 ]
25046 },
25047 {
@@ -25112,18 +25137,18 @@
25137 "default.handlebars->29->1321",
25138 "default.handlebars->29->1326",
25139 "default.handlebars->29->1328",
25115 - "default.handlebars->29->1501",
25116 - "default.handlebars->29->1520",
25117 - "default.handlebars->29->1525",
25118 - "default.handlebars->29->1663",
25140 + "default.handlebars->29->1503",
25141 + "default.handlebars->29->1522",
25142 + "default.handlebars->29->1527",
25143 + "default.handlebars->29->1665",
25144 "default.handlebars->29->177",
25120 - "default.handlebars->29->1804",
25145 "default.handlebars->29->1806",
25122 - "default.handlebars->29->1823",
25123 - "default.handlebars->29->1885",
25124 - "default.handlebars->29->1894",
25125 - "default.handlebars->29->1898",
25126 - "default.handlebars->29->1910",
25146 + "default.handlebars->29->1808",
25147 + "default.handlebars->29->1825",
25148 + "default.handlebars->29->1887",
25149 + "default.handlebars->29->1896",
25150 + "default.handlebars->29->1900",
25151 + "default.handlebars->29->1912",
25152 "default.handlebars->29->192",
25153 "default.handlebars->29->208",
25154 "default.handlebars->29->209",
@@ -25279,8 +25304,8 @@
25304 "zh-chs": "未连接",
25305 "zh-cht": "未連接",
25306 "xloc": [
25282 - "default.handlebars->29->1497",
25283 - "default.handlebars->29->1505"
25307 + "default.handlebars->29->1499",
25308 + "default.handlebars->29->1507"
25309 ]
25310 },
25311 {
@@ -25321,7 +25346,7 @@
25346 "zh-chs": "不在服务器上",
25347 "zh-cht": "不在伺服器上",
25348 "xloc": [
25324 - "default.handlebars->29->2004"
25349 + "default.handlebars->29->2006"
25350 ]
25351 },
25352 {
@@ -25341,8 +25366,8 @@
25366 "zh-chs": "没有设置",
25367 "zh-cht": "沒有設置",
25368 "xloc": [
25344 - "default.handlebars->29->1872",
25345 - "default.handlebars->29->1873"
25369 + "default.handlebars->29->1874",
25370 + "default.handlebars->29->1875"
25371 ]
25372 },
25373 {
@@ -25362,7 +25387,7 @@
25387 "zh-chs": "未经审核的",
25388 "zh-cht": "未經審核的",
25389 "xloc": [
25365 - "default.handlebars->29->1940"
25390 + "default.handlebars->29->1942"
25391 ]
25392 },
25393 {
@@ -25383,7 +25408,7 @@
25408 "zh-cht": "筆記",
25409 "xloc": [
25410 "default.handlebars->29->1337",
25386 - "default.handlebars->29->1918",
25411 + "default.handlebars->29->1920",
25412 "default.handlebars->29->603",
25413 "default.handlebars->29->665",
25414 "default.handlebars->29->686",
@@ -25428,7 +25453,7 @@
25453 "zh-cht": "通知設定",
25454 "xloc": [
25455 "default.handlebars->29->1234",
25431 - "default.handlebars->29->1496",
25456 + "default.handlebars->29->1498",
25457 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
25458 ]
25459 },
@@ -25449,7 +25474,7 @@
25474 "zh-chs": "通知设置还必须在帐户设置中启用。",
25475 "zh-cht": "通知設定還必須在帳戶設定中啟用。",
25476 "xloc": [
25452 - "default.handlebars->29->1492"
25477 + "default.handlebars->29->1494"
25478 ]
25479 },
25480 {
@@ -25510,7 +25535,7 @@
25535 "zh-cht": "通知",
25536 "xloc": [
25537 "default.handlebars->29->189",
25513 - "default.handlebars->29->1924"
25538 + "default.handlebars->29->1926"
25539 ]
25540 },
25541 {
@@ -25550,9 +25575,9 @@
25575 "zh-chs": "通知使用者",
25576 "zh-cht": "通知使用者",
25577 "xloc": [
25553 - "default.handlebars->29->1386",
25554 - "default.handlebars->29->1390",
25555 - "default.handlebars->29->1393"
25578 + "default.handlebars->29->1388",
25579 + "default.handlebars->29->1392",
25580 + "default.handlebars->29->1395"
25581 ]
25582 },
25583 {
@@ -25572,7 +25597,7 @@
25597 "zh-chs": "通知{0}",
25598 "zh-cht": "通知{0}",
25599 "xloc": [
25575 - "default.handlebars->29->1726"
25600 + "default.handlebars->29->1728"
25601 ]
25602 },
25603 {
@@ -25664,7 +25689,7 @@
25689 "zh-chs": "发生在{0}",
25690 "zh-cht": "發生在{0}",
25691 "xloc": [
25667 - "default.handlebars->29->2018"
25692 + "default.handlebars->29->2020"
25693 ]
25694 },
25695 {
@@ -25691,7 +25716,7 @@
25716 "zh-chs": "离线用户",
25717 "zh-cht": "離線用戶",
25718 "xloc": [
25694 - "default.handlebars->29->1684"
25719 + "default.handlebars->29->1686"
25720 ]
25721 },
25722 {
@@ -25732,7 +25757,7 @@
25757 "zh-chs": "一天",
25758 "zh-cht": "一天",
25759 "xloc": [
25735 - "default.handlebars->29->1660"
25760 + "default.handlebars->29->1662"
25761 ]
25762 },
25763 {
@@ -25795,7 +25820,7 @@
25820 "zh-chs": "在线用户",
25821 "zh-cht": "在線用戶",
25822 "xloc": [
25798 - "default.handlebars->29->1683"
25823 + "default.handlebars->29->1685"
25824 ]
25825 },
25826 {
@@ -25979,7 +26004,7 @@
26004 "zh-chs": "开头:{0}",
26005 "zh-cht": "開場:{0}",
26006 "xloc": [
25982 - "default.handlebars->29->1574"
26007 + "default.handlebars->29->1576"
26008 ]
26009 },
26010 {
@@ -26025,8 +26050,8 @@
26050 "zh-cht": "操作",
26051 "xloc": [
26052 "default-mobile.handlebars->9->275",
26028 - "default.handlebars->29->1710",
26029 - "default.handlebars->29->1791",
26053 + "default.handlebars->29->1712",
26054 + "default.handlebars->29->1793",
26055 "default.handlebars->29->439",
26056 "default.handlebars->29->454",
26057 "default.handlebars->29->731"
@@ -26231,7 +26256,7 @@
26256 "zh-chs": "部分的",
26257 "zh-cht": "部分的",
26258 "xloc": [
26234 - "default.handlebars->29->1698"
26259 + "default.handlebars->29->1700"
26260 ]
26261 },
26262 {
@@ -26307,7 +26332,7 @@
26332 "zh-chs": "部分权限",
26333 "zh-cht": "部分權限",
26334 "xloc": [
26310 - "default.handlebars->29->1869"
26335 + "default.handlebars->29->1871"
26336 ]
26337 },
26338 {
@@ -26348,12 +26373,13 @@
26373 "zh-cht": "密碼",
26374 "xloc": [
26375 "default-mobile.handlebars->9->281",
26351 - "default.handlebars->29->1754",
26352 - "default.handlebars->29->1755",
26353 - "default.handlebars->29->1890",
26376 + "default.handlebars->29->1359",
26377 + "default.handlebars->29->1756",
26378 + "default.handlebars->29->1757",
26379 "default.handlebars->29->1892",
26355 - "default.handlebars->29->1943",
26356 - "default.handlebars->29->1944",
26380 + "default.handlebars->29->1894",
26381 + "default.handlebars->29->1945",
26382 + "default.handlebars->29->1946",
26383 "default.handlebars->29->292",
26384 "default.handlebars->29->746",
26385 "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->2->1",
@@ -26496,7 +26522,7 @@
26522 "zh-chs": "密码提示",
26523 "zh-cht": "密碼提示",
26524 "xloc": [
26499 - "default.handlebars->29->1945"
26525 + "default.handlebars->29->1947"
26526 ]
26527 },
26528 {
@@ -26535,10 +26561,7 @@
26561 "ru": "Пароль не совпадает",
26562 "tr": "Şifre eşleşmiyor",
26563 "zh-chs": "密码不符",
26538 - "zh-cht": "密碼不符",
26539 - "xloc": [
26540 - "default.handlebars->29->1360"
26541 - ]
26564 + "zh-cht": "密碼不符"
26565 },
26566 {
26567 "cs": "Heslo odmítnuto, zkuste jiné.",
@@ -26577,11 +26600,7 @@
26600 "ru": "Пароль*",
26601 "tr": "Parola*",
26602 "zh-chs": "密码*",
26580 - "zh-cht": "密碼*",
26581 - "xloc": [
26582 - "default.handlebars->29->1358",
26583 - "default.handlebars->29->1359"
26584 - ]
26603 + "zh-cht": "密碼*"
26604 },
26605 {
26606 "cs": "Heslo:",
@@ -26642,7 +26661,7 @@
26661 "default-mobile.handlebars->9->324",
26662 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
26663 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
26645 - "default.handlebars->29->1547",
26664 + "default.handlebars->29->1549",
26665 "default.handlebars->29->860",
26666 "default.handlebars->29->886",
26667 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3",
@@ -26899,7 +26918,7 @@
26918 "zh-chs": "执行电源操作= {0},强制执行= {1}",
26919 "zh-cht": "執行電源操作= {0},強制執行= {1}",
26920 "xloc": [
26902 - "default.handlebars->29->1579"
26921 + "default.handlebars->29->1581"
26922 ]
26923 },
26924 {
@@ -26920,8 +26939,8 @@
26939 "zh-cht": "權限",
26940 "xloc": [
26941 "default-mobile.handlebars->9->466",
26923 - "default.handlebars->29->1470",
26924 - "default.handlebars->29->1682"
26942 + "default.handlebars->29->1472",
26943 + "default.handlebars->29->1684"
26944 ]
26945 },
26946 {
@@ -26967,7 +26986,7 @@
26986 "default.handlebars->29->1003",
26987 "default.handlebars->29->1006",
26988 "default.handlebars->29->159",
26970 - "default.handlebars->29->1935"
26989 + "default.handlebars->29->1937"
26990 ]
26991 },
26992 {
@@ -26987,7 +27006,7 @@
27006 "zh-chs": "电话号码",
27007 "zh-cht": "電話號碼",
27008 "xloc": [
26990 - "default.handlebars->29->1884"
27009 + "default.handlebars->29->1886"
27010 ]
27011 },
27012 {
@@ -27009,7 +27028,7 @@
27028 "xloc": [
27029 "default-mobile.handlebars->9->66",
27030 "default.handlebars->29->1005",
27012 - "default.handlebars->29->1934"
27031 + "default.handlebars->29->1936"
27032 ]
27033 },
27034 {
@@ -27169,7 +27188,7 @@
27188 "zh-cht": "外掛指令",
27189 "xloc": [
27190 "default.handlebars->29->199",
27172 - "default.handlebars->29->2097"
27191 + "default.handlebars->29->2099"
27192 ]
27193 },
27194 {
@@ -27454,7 +27473,7 @@
27473 "zh-chs": "电源状态",
27474 "zh-cht": "電源狀態",
27475 "xloc": [
27457 - "default.handlebars->29->1503",
27476 + "default.handlebars->29->1505",
27477 "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1"
27478 ]
27479 },
@@ -27564,7 +27583,7 @@
27583 "zh-chs": "存在于服务器上",
27584 "zh-cht": "存在於伺服器上",
27585 "xloc": [
27567 - "default.handlebars->29->2003"
27586 + "default.handlebars->29->2005"
27587 ]
27588 },
27589 {
@@ -27710,7 +27729,7 @@
27729 "zh-chs": "处理控制台命令:“{0}”",
27730 "zh-cht": "處理控制台命令:“{0}”",
27731 "xloc": [
27713 - "default.handlebars->29->1571"
27732 + "default.handlebars->29->1573"
27733 ]
27734 },
27735 {
@@ -27770,9 +27789,9 @@
27789 "zh-chs": "用户同意提示",
27790 "zh-cht": "用戶同意提示",
27791 "xloc": [
27773 - "default.handlebars->29->1387",
27774 - "default.handlebars->29->1391",
27775 - "default.handlebars->29->1394"
27792 + "default.handlebars->29->1389",
27793 + "default.handlebars->29->1393",
27794 + "default.handlebars->29->1396"
27795 ]
27796 },
27797 {
@@ -27792,7 +27811,7 @@
27811 "zh-chs": "协议",
27812 "zh-cht": "協議",
27813 "xloc": [
27795 - "default.handlebars->29->2001",
27814 + "default.handlebars->29->2003",
27815 "player.handlebars->3->16"
27816 ]
27817 },
@@ -27852,7 +27871,7 @@
27871 "zh-cht": "公開鏈結",
27872 "xloc": [
27873 "default-mobile.handlebars->9->115",
27855 - "default.handlebars->29->1532"
27874 + "default.handlebars->29->1534"
27875 ]
27876 },
27877 {
@@ -28159,7 +28178,13 @@
28178 "zh-chs": "RSS",
28179 "zh-cht": "RSS",
28180 "xloc": [
28162 - "default.handlebars->29->2067"
28181 + "default.handlebars->29->2069"
28182 + ]
28183 + },
28184 + {
28185 + "en": "Randomize password",
28186 + "xloc": [
28187 + "default.handlebars->29->1360"
28188 ]
28189 },
28190 {
@@ -28179,7 +28204,7 @@
28204 "zh-chs": "随机密码。",
28205 "zh-cht": "隨機密碼。",
28206 "xloc": [
28182 - "default.handlebars->29->1756"
28207 + "default.handlebars->29->1758"
28208 ]
28209 },
28210 {
@@ -28217,10 +28242,7 @@
28242 "ru": "Реактивировать Intel® AMT",
28243 "tr": "Intel® AMT'yi yeniden etkinleştirin",
28244 "zh-chs": "重新激活英特尔®AMT",
28220 - "zh-cht": "重新啟動Intel® AMT",
28221 - "xloc": [
28222 - "default.handlebars->29->1362"
28223 - ]
28245 + "zh-cht": "重新啟動Intel® AMT"
28246 },
28247 {
28248 "cs": "Skutečné jméno",
@@ -28239,9 +28261,9 @@
28261 "zh-chs": "真正的名字",
28262 "zh-cht": "真正的名字",
28263 "xloc": [
28242 - "default.handlebars->29->1881",
28264 "default.handlebars->29->1883",
28244 - "default.handlebars->29->1936"
28265 + "default.handlebars->29->1885",
28266 + "default.handlebars->29->1938"
28267 ]
28268 },
28269 {
@@ -28261,7 +28283,7 @@
28283 "zh-chs": "境界",
28284 "zh-cht": "境界",
28285 "xloc": [
28264 - "default.handlebars->29->1765"
28286 + "default.handlebars->29->1767"
28287 ]
28288 },
28289 {
@@ -28316,7 +28338,7 @@
28338 "en": "Record sessions",
28339 "nl": "Sessies opnemen",
28340 "xloc": [
28319 - "default.handlebars->29->1397"
28341 + "default.handlebars->29->1399"
28342 ]
28343 },
28344 {
@@ -28336,7 +28358,7 @@
28358 "zh-chs": "记录细节",
28359 "zh-cht": "記錄細節",
28360 "xloc": [
28339 - "default.handlebars->29->2015"
28361 + "default.handlebars->29->2017"
28362 ]
28363 },
28364 {
@@ -28378,7 +28400,7 @@
28400 "xloc": [
28401 "default-mobile.handlebars->9->121",
28402 "default-mobile.handlebars->9->312",
28381 - "default.handlebars->29->1539",
28403 + "default.handlebars->29->1541",
28404 "default.handlebars->29->873"
28405 ]
28406 },
@@ -28498,7 +28520,7 @@
28520 "zh-chs": "中继数量",
28521 "zh-cht": "中繼數量",
28522 "xloc": [
28501 - "default.handlebars->29->2046"
28523 + "default.handlebars->29->2048"
28524 ]
28525 },
28526 {
@@ -28518,7 +28540,7 @@
28540 "zh-chs": "中继错误",
28541 "zh-cht": "中繼錯誤",
28542 "xloc": [
28521 - "default.handlebars->29->2039"
28543 + "default.handlebars->29->2041"
28544 ]
28545 },
28546 {
@@ -28538,8 +28560,8 @@
28560 "zh-chs": "中继连接",
28561 "zh-cht": "中繼連接",
28562 "xloc": [
28541 - "default.handlebars->29->2045",
28542 - "default.handlebars->29->2061"
28563 + "default.handlebars->29->2047",
28564 + "default.handlebars->29->2063"
28565 ]
28566 },
28567 {
@@ -28684,7 +28706,7 @@
28706 "nl": "Externe opdrachten",
28707 "xloc": [
28708 "default-mobile.handlebars->9->441",
28687 - "default.handlebars->29->1429"
28709 + "default.handlebars->29->1431"
28710 ]
28711 },
28712 {
@@ -28706,8 +28728,8 @@
28728 "xloc": [
28729 "default-mobile.handlebars->9->428",
28730 "default-mobile.handlebars->9->448",
28709 - "default.handlebars->29->1415",
28710 - "default.handlebars->29->1451"
28731 + "default.handlebars->29->1417",
28732 + "default.handlebars->29->1453"
28733 ]
28734 },
28735 {
@@ -28750,8 +28772,8 @@
28772 "zh-chs": "远程桌面连接栏已激活/更新",
28773 "zh-cht": "遠程桌面連接欄已激活/更新",
28774 "xloc": [
28753 - "default.handlebars->29->1585",
28754 - "default.handlebars->29->1591"
28775 + "default.handlebars->29->1587",
28776 + "default.handlebars->29->1593"
28777 ]
28778 },
28779 {
@@ -28771,7 +28793,7 @@
28793 "zh-chs": "远程桌面连接栏失败或不受支持",
28794 "zh-cht": "遠程桌面連接欄失敗或不受支持",
28795 "xloc": [
28774 - "default.handlebars->29->1586"
28796 + "default.handlebars->29->1588"
28797 ]
28798 },
28799 {
@@ -28791,7 +28813,7 @@
28813 "zh-chs": "远程桌面连接栏失败或不受支持",
28814 "zh-cht": "遠程桌面連接欄失敗或不受支持",
28815 "xloc": [
28794 - "default.handlebars->29->1592"
28816 + "default.handlebars->29->1594"
28817 ]
28818 },
28819 {
@@ -28811,9 +28833,9 @@
28833 "zh-chs": "本地用户强行关闭了远程桌面连接",
28834 "zh-cht": "本地用戶強行關閉了遠程桌面連接",
28835 "xloc": [
28814 - "default.handlebars->29->1583",
28815 - "default.handlebars->29->1587",
28816 - "default.handlebars->29->1593"
28836 + "default.handlebars->29->1585",
28837 + "default.handlebars->29->1589",
28838 + "default.handlebars->29->1595"
28839 ]
28840 },
28841 {
@@ -28936,8 +28958,8 @@
28958 "xloc": [
28959 "default-mobile.handlebars->9->429",
28960 "default-mobile.handlebars->9->453",
28939 - "default.handlebars->29->1416",
28940 - "default.handlebars->29->1456"
28961 + "default.handlebars->29->1418",
28962 + "default.handlebars->29->1458"
28963 ]
28964 },
28965 {
@@ -29072,8 +29094,8 @@
29094 "zh-chs": "删除设备组权限",
29095 "zh-cht": "刪除裝置群權限",
29096 "xloc": [
29075 - "default.handlebars->29->1850",
29076 - "default.handlebars->29->1984"
29097 + "default.handlebars->29->1852",
29098 + "default.handlebars->29->1986"
29099 ]
29100 },
29101 {
@@ -29093,8 +29115,8 @@
29115 "zh-chs": "删除设备权限",
29116 "zh-cht": "刪除裝置權限",
29117 "xloc": [
29096 - "default.handlebars->29->1848",
29097 - "default.handlebars->29->1971"
29118 + "default.handlebars->29->1850",
29119 + "default.handlebars->29->1973"
29120 ]
29121 },
29122 {
@@ -29131,7 +29153,7 @@
29153 "zh-chs": "删除用户组成员身份",
29154 "zh-cht": "刪除用戶群成員身份",
29155 "xloc": [
29134 - "default.handlebars->29->1980"
29156 + "default.handlebars->29->1982"
29157 ]
29158 },
29159 {
@@ -29151,8 +29173,8 @@
29173 "zh-chs": "删除用户组权限",
29174 "zh-cht": "刪除用戶群權限",
29175 "xloc": [
29154 - "default.handlebars->29->1475",
29155 - "default.handlebars->29->1976"
29176 + "default.handlebars->29->1477",
29177 + "default.handlebars->29->1978"
29178 ]
29179 },
29180 {
@@ -29172,7 +29194,7 @@
29194 "zh-chs": "删除用户成员资格",
29195 "zh-cht": "刪除用戶成員資格",
29196 "xloc": [
29175 - "default.handlebars->29->1858"
29197 + "default.handlebars->29->1860"
29198 ]
29199 },
29200 {
@@ -29192,8 +29214,8 @@
29214 "zh-chs": "删除用户权限",
29215 "zh-cht": "刪除用戶權限",
29216 "xloc": [
29195 - "default.handlebars->29->1473",
29196 - "default.handlebars->29->1973"
29217 + "default.handlebars->29->1475",
29218 + "default.handlebars->29->1975"
29219 ]
29220 },
29221 {
@@ -29213,7 +29235,7 @@
29235 "zh-chs": "删除所有两因素认证。",
29236 "zh-cht": "刪除所有二因子鑑別。",
29237 "xloc": [
29216 - "default.handlebars->29->1948"
29238 + "default.handlebars->29->1950"
29239 ]
29240 },
29241 {
@@ -29233,7 +29255,7 @@
29255 "zh-chs": "删除此用户标识的所有先前事件。",
29256 "zh-cht": "刪除此用戶標識的所有先前事件。",
29257 "xloc": [
29236 - "default.handlebars->29->1757"
29258 + "default.handlebars->29->1759"
29259 ]
29260 },
29261 {
@@ -29253,7 +29275,7 @@
29275 "zh-chs": "断开连接后移除设备",
29276 "zh-cht": "斷開連接後删除裝置",
29277 "xloc": [
29256 - "default.handlebars->29->1395"
29278 + "default.handlebars->29->1397"
29279 ]
29280 },
29281 {
@@ -29354,7 +29376,7 @@
29376 "zh-chs": "删除此用户",
29377 "zh-cht": "刪除此用戶",
29378 "xloc": [
29357 - "default.handlebars->29->1926"
29379 + "default.handlebars->29->1928"
29380 ]
29381 },
29382 {
@@ -29374,7 +29396,7 @@
29396 "zh-chs": "删除用户组成员身份",
29397 "zh-cht": "刪除用戶群成員身份",
29398 "xloc": [
29377 - "default.handlebars->29->1962"
29399 + "default.handlebars->29->1964"
29400 ]
29401 },
29402 {
@@ -29394,7 +29416,7 @@
29416 "zh-chs": "删除此设备的用户组权限",
29417 "zh-cht": "刪除此裝置的用戶群權限",
29418 "xloc": [
29397 - "default.handlebars->29->1844"
29419 + "default.handlebars->29->1846"
29420 ]
29421 },
29422 {
@@ -29414,7 +29436,7 @@
29436 "zh-chs": "删除此设备组的用户组权限",
29437 "zh-cht": "刪除此裝置群的用戶群權限",
29438 "xloc": [
29417 - "default.handlebars->29->1838",
29439 + "default.handlebars->29->1840",
29440 "default.handlebars->29->649"
29441 ]
29442 },
@@ -29436,9 +29458,9 @@
29458 "zh-cht": "刪除此裝置群的用戶權限",
29459 "xloc": [
29460 "default.handlebars->29->1348",
29439 - "default.handlebars->29->1832",
29440 - "default.handlebars->29->1956",
29441 - "default.handlebars->29->1968",
29461 + "default.handlebars->29->1834",
29462 + "default.handlebars->29->1958",
29463 + "default.handlebars->29->1970",
29464 "default.handlebars->29->650"
29465 ]
29466 },
@@ -29459,7 +29481,7 @@
29481 "zh-chs": "删除身份验证应用程序",
29482 "zh-cht": "刪除身份驗證應用程序",
29483 "xloc": [
29462 - "default.handlebars->29->1645"
29484 + "default.handlebars->29->1647"
29485 ]
29486 },
29487 {
@@ -29479,7 +29501,7 @@
29501 "zh-chs": "从设备组{1}中删除了设备{0}",
29502 "zh-cht": "從設備組{1}中刪除了設備{0}",
29503 "xloc": [
29482 - "default.handlebars->29->1641"
29504 + "default.handlebars->29->1643"
29505 ]
29506 },
29507 {
@@ -29499,7 +29521,7 @@
29521 "zh-chs": "已删除用户{0}的电话号码",
29522 "zh-cht": "已刪除用戶{0}的電話號碼",
29523 "xloc": [
29502 - "default.handlebars->29->1651"
29524 + "default.handlebars->29->1653"
29525 ]
29526 },
29527 {
@@ -29519,7 +29541,7 @@
29541 "zh-chs": "移除安全密钥",
29542 "zh-cht": "移除安全密鑰",
29543 "xloc": [
29522 - "default.handlebars->29->1648"
29544 + "default.handlebars->29->1650"
29545 ]
29546 },
29547 {
@@ -29539,9 +29561,9 @@
29561 "zh-chs": "删除了{0}的用户设备权限",
29562 "zh-cht": "刪除了{0}的用戶設備權限",
29563 "xloc": [
29542 - "default.handlebars->29->1614",
29543 - "default.handlebars->29->1635",
29544 - "default.handlebars->29->1640"
29564 + "default.handlebars->29->1616",
29565 + "default.handlebars->29->1637",
29566 + "default.handlebars->29->1642"
29567 ]
29568 },
29569 {
@@ -29561,7 +29583,7 @@
29583 "zh-chs": "从设备组{1}中删除了用户组{0}",
29584 "zh-cht": "從設備組{1}中刪除了用戶組{0}",
29585 "xloc": [
29564 - "default.handlebars->29->1624"
29586 + "default.handlebars->29->1626"
29587 ]
29588 },
29589 {
@@ -29581,7 +29603,7 @@
29603 "zh-chs": "从设备组{1}中删除了用户{0}",
29604 "zh-cht": "已從設備組{1}中刪除用戶{0}",
29605 "xloc": [
29584 - "default.handlebars->29->1637"
29606 + "default.handlebars->29->1639"
29607 ]
29608 },
29609 {
@@ -29601,8 +29623,8 @@
29623 "zh-chs": "从用户组{1}中删除了用户{0}",
29624 "zh-cht": "從用戶組{1}中刪除了用戶{0}",
29625 "xloc": [
29604 - "default.handlebars->29->1616",
29605 - "default.handlebars->29->1626"
29626 + "default.handlebars->29->1618",
29627 + "default.handlebars->29->1628"
29628 ]
29629 },
29630 {
@@ -29626,7 +29648,7 @@
29648 "default-mobile.handlebars->9->316",
29649 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
29650 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
29629 - "default.handlebars->29->1543",
29651 + "default.handlebars->29->1545",
29652 "default.handlebars->29->497",
29653 "default.handlebars->29->877",
29654 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -29651,7 +29673,7 @@
29673 "zh-chs": "重命名:“{0}”为“{1}”",
29674 "zh-cht": "重命名:“{0}”為“{1}”",
29675 "xloc": [
29654 - "default.handlebars->29->1602"
29676 + "default.handlebars->29->1604"
29677 ]
29678 },
29679 {
@@ -29671,7 +29693,7 @@
29693 "zh-chs": "报告日",
29694 "zh-cht": "報告日",
29695 "xloc": [
29674 - "default.handlebars->29->1661"
29696 + "default.handlebars->29->1663"
29697 ]
29698 },
29699 {
@@ -29691,7 +29713,7 @@
29713 "zh-chs": "报告类型",
29714 "zh-cht": "報告類型",
29715 "xloc": [
29694 - "default.handlebars->29->1656"
29716 + "default.handlebars->29->1658"
29717 ]
29718 },
29719 {
@@ -29732,8 +29754,8 @@
29754 "zh-cht": "要求:{0}。",
29755 "xloc": [
29756 "default-mobile.handlebars->9->89",
29735 - "default.handlebars->29->1762",
29736 - "default.handlebars->29->1946"
29757 + "default.handlebars->29->1764",
29758 + "default.handlebars->29->1948"
29759 ]
29760 },
29761 {
@@ -29826,7 +29848,7 @@
29848 "nl": "Reset / uitschakelen",
29849 "xloc": [
29850 "default-mobile.handlebars->9->442",
29829 - "default.handlebars->29->1430"
29851 + "default.handlebars->29->1432"
29852 ]
29853 },
29854 {
@@ -29940,7 +29962,7 @@
29962 "nl": "Reset/Uit",
29963 "xloc": [
29964 "default-mobile.handlebars->9->462",
29943 - "default.handlebars->29->1466",
29965 + "default.handlebars->29->1468",
29966 "default.handlebars->29->670",
29967 "default.handlebars->29->691"
29968 ]
@@ -30052,7 +30074,7 @@
30074 "zh-chs": "限制条件",
30075 "zh-cht": "限制條件",
30076 "xloc": [
30055 - "default.handlebars->29->1870"
30077 + "default.handlebars->29->1872"
30078 ]
30079 },
30080 {
@@ -30134,7 +30156,7 @@
30156 "xloc": [
30157 "default-mobile.handlebars->9->107",
30158 "default-mobile.handlebars->9->306",
30137 - "default.handlebars->29->1511",
30159 + "default.handlebars->29->1513",
30160 "default.handlebars->29->867"
30161 ]
30162 },
@@ -30388,21 +30410,21 @@
30410 "zh-chs": "运行命令",
30411 "zh-cht": "運行命令",
30412 "xloc": [
30391 - "default.handlebars->29->1578"
30413 + "default.handlebars->29->1580"
30414 ]
30415 },
30416 {
30417 "en": "Running commands as user",
30418 "nl": "Commando's uitvoeren als gebruiker",
30419 "xloc": [
30398 - "default.handlebars->29->1653"
30420 + "default.handlebars->29->1655"
30421 ]
30422 },
30423 {
30424 "en": "Running commands as user if possible",
30425 "nl": "Indien mogelijk commando's uitvoeren als gebruiker",
30426 "xloc": [
30405 - "default.handlebars->29->1654"
30427 + "default.handlebars->29->1656"
30428 ]
30429 },
30430 {
@@ -30462,8 +30484,8 @@
30484 "zh-chs": "短信",
30485 "zh-cht": "短信",
30486 "xloc": [
30465 - "default.handlebars->29->1915",
30466 - "default.handlebars->29->1920",
30487 + "default.handlebars->29->1917",
30488 + "default.handlebars->29->1922",
30489 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
30490 "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
30491 "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -30488,7 +30510,7 @@
30510 "zh-chs": "此用户的短信功能电话号码。",
30511 "zh-cht": "此用戶的短信功能電話號碼。",
30512 "xloc": [
30491 - "default.handlebars->29->1932"
30513 + "default.handlebars->29->1934"
30514 ]
30515 },
30516 {
@@ -31038,7 +31060,7 @@
31060 "xloc": [
31061 "default-mobile.handlebars->9->282",
31062 "default-mobile.handlebars->9->375",
31041 - "default.handlebars->29->1916",
31063 + "default.handlebars->29->1918",
31064 "default.handlebars->29->293",
31065 "default.handlebars->29->747",
31066 "default.handlebars->29->954"
@@ -31061,7 +31083,7 @@
31083 "zh-chs": "安全密钥",
31084 "zh-cht": "安全密鑰",
31085 "xloc": [
31064 - "default.handlebars->29->1913"
31086 + "default.handlebars->29->1915"
31087 ]
31088 },
31089 {
@@ -31101,9 +31123,9 @@
31123 "zh-chs": "全选",
31124 "zh-cht": "全選",
31125 "xloc": [
31104 - "default.handlebars->29->1535",
31105 - "default.handlebars->29->1706",
31106 - "default.handlebars->29->1789",
31126 + "default.handlebars->29->1537",
31127 + "default.handlebars->29->1708",
31128 + "default.handlebars->29->1791",
31129 "default.handlebars->29->426",
31130 "default.handlebars->29->869",
31131 "default.handlebars->29->871",
@@ -31132,9 +31154,9 @@
31154 "zh-chs": "选择无",
31155 "zh-cht": "選擇無",
31156 "xloc": [
31135 - "default.handlebars->29->1534",
31136 - "default.handlebars->29->1705",
31137 - "default.handlebars->29->1788",
31157 + "default.handlebars->29->1536",
31158 + "default.handlebars->29->1707",
31159 + "default.handlebars->29->1790",
31160 "default.handlebars->29->425",
31161 "default.handlebars->29->870",
31162 "default.handlebars->meshContextMenu->cxselectnone"
@@ -31237,8 +31259,8 @@
31259 "zh-chs": "选择要对所有选定用户执行的操作。",
31260 "zh-cht": "選擇要對所有選定用戶執行的操作。",
31261 "xloc": [
31240 - "default.handlebars->29->1709",
31241 - "default.handlebars->29->1790"
31262 + "default.handlebars->29->1711",
31263 + "default.handlebars->29->1792"
31264 ]
31265 },
31266 {
@@ -31262,6 +31284,12 @@
31284 "default.handlebars->29->723"
31285 ]
31286 },
31287 + {
31288 + "en": "Select new password",
31289 + "xloc": [
31290 + "default.handlebars->29->1361"
31291 + ]
31292 + },
31293 {
31294 "cs": "Vybrat vše",
31295 "de": "Alle auswählen",
@@ -31301,7 +31329,7 @@
31329 "zh-cht": "僅自我事件",
31330 "xloc": [
31331 "default-mobile.handlebars->9->458",
31304 - "default.handlebars->29->1462"
31332 + "default.handlebars->29->1464"
31333 ]
31334 },
31335 {
@@ -31344,7 +31372,7 @@
31372 "zh-chs": "发电邮",
31373 "zh-cht": "發電郵",
31374 "xloc": [
31347 - "default.handlebars->29->1720"
31375 + "default.handlebars->29->1722"
31376 ]
31377 },
31378 {
@@ -31405,7 +31433,7 @@
31433 "zh-chs": "发送短信",
31434 "zh-cht": "發送簡訊",
31435 "xloc": [
31408 - "default.handlebars->29->1718"
31436 + "default.handlebars->29->1720"
31437 ]
31438 },
31439 {
@@ -31425,7 +31453,7 @@
31453 "zh-chs": "发送短信给该用户",
31454 "zh-cht": "發送短信給該用戶",
31455 "xloc": [
31428 - "default.handlebars->29->1921"
31456 + "default.handlebars->29->1923"
31457 ]
31458 },
31459 {
@@ -31445,7 +31473,7 @@
31473 "zh-chs": "发送电邮给该用户",
31474 "zh-cht": "發送電郵給該用戶",
31475 "xloc": [
31448 - "default.handlebars->29->1923"
31476 + "default.handlebars->29->1925"
31477 ]
31478 },
31479 {
@@ -31465,7 +31493,7 @@
31493 "zh-chs": "向该组中的所有用户发送通知。",
31494 "zh-cht": "向該群中的所有用戶發送通知。",
31495 "xloc": [
31468 - "default.handlebars->29->1829"
31496 + "default.handlebars->29->1831"
31497 ]
31498 },
31499 {
@@ -31485,7 +31513,7 @@
31513 "zh-chs": "向该用户发送文本通知。",
31514 "zh-cht": "向該用戶發送文本通知。",
31515 "xloc": [
31488 - "default.handlebars->29->1721"
31516 + "default.handlebars->29->1723"
31517 ]
31518 },
31519 {
@@ -31505,7 +31533,7 @@
31533 "zh-chs": "发送电邮给用户",
31534 "zh-cht": "發送電郵給用戶",
31535 "xloc": [
31508 - "default.handlebars->29->1701"
31536 + "default.handlebars->29->1703"
31537 ]
31538 },
31539 {
@@ -31545,7 +31573,7 @@
31573 "zh-chs": "发送邀请电邮。",
31574 "zh-cht": "發送邀請電郵。",
31575 "xloc": [
31548 - "default.handlebars->29->1761"
31576 + "default.handlebars->29->1763"
31577 ]
31578 },
31579 {
@@ -31667,7 +31695,7 @@
31695 "zh-chs": "发送用户通知",
31696 "zh-cht": "發送用戶通知",
31697 "xloc": [
31670 - "default.handlebars->29->1925"
31698 + "default.handlebars->29->1927"
31699 ]
31700 },
31701 {
@@ -31728,7 +31756,7 @@
31756 "zh-chs": "服务器备份",
31757 "zh-cht": "伺服器備份",
31758 "xloc": [
31731 - "default.handlebars->29->1771"
31759 + "default.handlebars->29->1773"
31760 ]
31761 },
31762 {
@@ -31748,7 +31776,7 @@
31776 "zh-chs": "服务器证书",
31777 "zh-cht": "伺服器憑證",
31778 "xloc": [
31751 - "default.handlebars->29->2077"
31779 + "default.handlebars->29->2079"
31780 ]
31781 },
31782 {
@@ -31768,7 +31796,7 @@
31796 "zh-chs": "服务器数据库",
31797 "zh-cht": "伺服器數據庫",
31798 "xloc": [
31771 - "default.handlebars->29->2078"
31799 + "default.handlebars->29->2080"
31800 ]
31801 },
31802 {
@@ -31790,9 +31818,9 @@
31818 "xloc": [
31819 "default-mobile.handlebars->9->435",
31820 "default-mobile.handlebars->9->450",
31793 - "default.handlebars->29->1423",
31794 - "default.handlebars->29->1453",
31795 - "default.handlebars->29->1768",
31821 + "default.handlebars->29->1425",
31822 + "default.handlebars->29->1455",
31823 + "default.handlebars->29->1770",
31824 "default.handlebars->29->663",
31825 "default.handlebars->29->684"
31826 ]
@@ -31814,8 +31842,8 @@
31842 "zh-chs": "服务器权限",
31843 "zh-cht": "伺服器權限",
31844 "xloc": [
31817 - "default.handlebars->29->1693",
31818 - "default.handlebars->29->1782"
31845 + "default.handlebars->29->1695",
31846 + "default.handlebars->29->1784"
31847 ]
31848 },
31849 {
@@ -31835,7 +31863,7 @@
31863 "zh-chs": "服务器配额",
31864 "zh-cht": "伺服器配額",
31865 "xloc": [
31838 - "default.handlebars->29->1887"
31866 + "default.handlebars->29->1889"
31867 ]
31868 },
31869 {
@@ -31855,7 +31883,7 @@
31883 "zh-chs": "服务器还原",
31884 "zh-cht": "伺服器還原",
31885 "xloc": [
31858 - "default.handlebars->29->1772"
31886 + "default.handlebars->29->1774"
31887 ]
31888 },
31889 {
@@ -31875,7 +31903,7 @@
31903 "zh-chs": "服务器权限",
31904 "zh-cht": "伺服器權限",
31905 "xloc": [
31878 - "default.handlebars->29->1886"
31906 + "default.handlebars->29->1888"
31907 ]
31908 },
31909 {
@@ -31895,7 +31923,7 @@
31923 "zh-chs": "服务器状态",
31924 "zh-cht": "伺服器狀態",
31925 "xloc": [
31898 - "default.handlebars->29->2025"
31926 + "default.handlebars->29->2027"
31927 ]
31928 },
31929 {
@@ -31935,7 +31963,7 @@
31963 "zh-chs": "服务器跟踪",
31964 "zh-cht": "伺服器追蹤",
31965 "xloc": [
31938 - "default.handlebars->29->2088"
31966 + "default.handlebars->29->2090"
31967 ]
31968 },
31969 {
@@ -31955,7 +31983,7 @@
31983 "zh-chs": "服务器更新",
31984 "zh-cht": "伺服器更新",
31985 "xloc": [
31958 - "default.handlebars->29->1773"
31986 + "default.handlebars->29->1775"
31987 ]
31988 },
31989 {
@@ -32098,7 +32126,7 @@
32126 "zh-chs": "ServerStats.csv",
32127 "zh-cht": "ServerStats.csv",
32128 "xloc": [
32101 - "default.handlebars->29->2069"
32129 + "default.handlebars->29->2071"
32130 ]
32131 },
32132 {
@@ -32158,7 +32186,7 @@
32186 "zh-chs": "会话",
32187 "zh-cht": "節",
32188 "xloc": [
32161 - "default.handlebars->29->1989"
32189 + "default.handlebars->29->1991"
32190 ]
32191 },
32192 {
@@ -32283,7 +32311,7 @@
32311 "zh-chs": "设置剪贴板内容,{0}个字节",
32312 "zh-cht": "設置剪貼板內容,{0}個字節",
32313 "xloc": [
32286 - "default.handlebars->29->1576"
32314 + "default.handlebars->29->1578"
32315 ]
32316 },
32317 {
@@ -32665,7 +32693,7 @@
32693 "zh-cht": "只顯示自己的事件",
32694 "xloc": [
32695 "default-mobile.handlebars->9->438",
32668 - "default.handlebars->29->1426"
32696 + "default.handlebars->29->1428"
32697 ]
32698 },
32699 {
@@ -32685,7 +32713,7 @@
32713 "zh-chs": "显示连接工具栏",
32714 "zh-cht": "顯示連接工具欄",
32715 "xloc": [
32688 - "default.handlebars->29->1388"
32716 + "default.handlebars->29->1390"
32717 ]
32718 },
32719 {
@@ -32765,8 +32793,8 @@
32793 "zh-chs": "显示1分钟",
32794 "zh-cht": "顯示1分鐘",
32795 "xloc": [
32768 - "default.handlebars->29->1724",
32769 - "default.handlebars->29->1747"
32796 + "default.handlebars->29->1726",
32797 + "default.handlebars->29->1749"
32798 ]
32799 },
32800 {
@@ -32786,8 +32814,8 @@
32814 "zh-chs": "显示10秒",
32815 "zh-cht": "顯示10秒",
32816 "xloc": [
32789 - "default.handlebars->29->1723",
32790 - "default.handlebars->29->1746"
32817 + "default.handlebars->29->1725",
32818 + "default.handlebars->29->1748"
32819 ]
32820 },
32821 {
@@ -32807,8 +32835,8 @@
32835 "zh-chs": "显示5分钟",
32836 "zh-cht": "顯示5分鐘",
32837 "xloc": [
32810 - "default.handlebars->29->1725",
32811 - "default.handlebars->29->1748"
32838 + "default.handlebars->29->1727",
32839 + "default.handlebars->29->1750"
32840 ]
32841 },
32842 {
@@ -32828,8 +32856,8 @@
32856 "zh-chs": "显示消息,直到被用户拒绝",
32857 "zh-cht": "顯示消息,直到被用戶拒絕",
32858 "xloc": [
32831 - "default.handlebars->29->1722",
32832 - "default.handlebars->29->1745"
32859 + "default.handlebars->29->1724",
32860 + "default.handlebars->29->1747"
32861 ]
32862 },
32863 {
@@ -33127,8 +33155,8 @@
33155 "zh-chs": "尺寸",
33156 "zh-cht": "尺寸",
33157 "xloc": [
33130 - "default.handlebars->29->1992",
33131 - "default.handlebars->29->2007",
33158 + "default.handlebars->29->1994",
33159 + "default.handlebars->29->2009",
33160 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
33161 ]
33162 },
@@ -34118,8 +34146,8 @@
34146 "zh-chs": "开始时间",
34147 "zh-cht": "開始時間",
34148 "xloc": [
34121 - "default.handlebars->29->1990",
34122 - "default.handlebars->29->2009",
34149 + "default.handlebars->29->1992",
34150 + "default.handlebars->29->2011",
34151 "default.handlebars->29->813",
34152 "desktop.handlebars->3->15"
34153 ]
@@ -34141,7 +34169,7 @@
34169 "zh-chs": "开始桌面多重会话",
34170 "zh-cht": "啟動桌面多路復用會話",
34171 "xloc": [
34144 - "default.handlebars->29->1560"
34172 + "default.handlebars->29->1562"
34173 ]
34174 },
34175 {
@@ -34161,7 +34189,7 @@
34189 "zh-chs": "从{1}到{2}开始了桌面会话“{0}”",
34190 "zh-cht": "從{1}到{2}開始了桌面會話“{0}”",
34191 "xloc": [
34164 - "default.handlebars->29->1569"
34192 + "default.handlebars->29->1571"
34193 ]
34194 },
34195 {
@@ -34181,7 +34209,7 @@
34209 "zh-chs": "从{1}到{2}开始文件管理会话“{0}”",
34210 "zh-cht": "從{1}到{2}開始文件管理會話“{0}”",
34211 "xloc": [
34184 - "default.handlebars->29->1570"
34212 + "default.handlebars->29->1572"
34213 ]
34214 },
34215 {
@@ -34201,7 +34229,7 @@
34229 "zh-chs": "从{1}到{2}开始中继会话“{0}”",
34230 "zh-cht": "從{1}到{2}開始中繼會話“{0}”",
34231 "xloc": [
34204 - "default.handlebars->29->1567"
34232 + "default.handlebars->29->1569"
34233 ]
34234 },
34235 {
@@ -34221,7 +34249,7 @@
34249 "zh-chs": "使用Toast通知启动远程桌面",
34250 "zh-cht": "使用Toast通知啟動遠程桌面",
34251 "xloc": [
34224 - "default.handlebars->29->1589"
34252 + "default.handlebars->29->1591"
34253 ]
34254 },
34255 {
@@ -34241,7 +34269,7 @@
34269 "zh-chs": "启动远程桌面,而无需通知",
34270 "zh-cht": "啟動遠程桌面,而無需通知",
34271 "xloc": [
34244 - "default.handlebars->29->1590"
34272 + "default.handlebars->29->1592"
34273 ]
34274 },
34275 {
@@ -34261,7 +34289,7 @@
34289 "zh-chs": "启动带有Toast通知的远程文件",
34290 "zh-cht": "啟動帶有Toast通知的遠程文件",
34291 "xloc": [
34264 - "default.handlebars->29->1596"
34292 + "default.handlebars->29->1598"
34293 ]
34294 },
34295 {
@@ -34281,7 +34309,7 @@
34309 "zh-chs": "已启动的远程文件,恕不另行通知",
34310 "zh-cht": "已啟動的遠程文件,恕不另行通知",
34311 "xloc": [
34284 - "default.handlebars->29->1597"
34312 + "default.handlebars->29->1599"
34313 ]
34314 },
34315 {
@@ -34301,7 +34329,7 @@
34329 "zh-chs": "从{1}到{2}开始了终端会话“{0}”",
34330 "zh-cht": "從{1}到{2}開始了終端會話“{0}”",
34331 "xloc": [
34304 - "default.handlebars->29->1568"
34332 + "default.handlebars->29->1570"
34333 ]
34334 },
34335 {
@@ -34321,7 +34349,7 @@
34349 "zh-chs": "接受本地用户后启动远程桌面",
34350 "zh-cht": "接受本地用戶後啟動遠程桌面",
34351 "xloc": [
34324 - "default.handlebars->29->1584"
34352 + "default.handlebars->29->1586"
34353 ]
34354 },
34355 {
@@ -34341,7 +34369,7 @@
34369 "zh-chs": "本地用户接受后启动远程文件",
34370 "zh-cht": "本地用戶接受後啟動遠程文件",
34371 "xloc": [
34344 - "default.handlebars->29->1594"
34372 + "default.handlebars->29->1596"
34373 ]
34374 },
34375 {
@@ -34402,8 +34430,8 @@
34430 "zh-chs": "状况",
34431 "zh-cht": "狀態",
34432 "xloc": [
34405 - "default.handlebars->29->1939",
34406 - "default.handlebars->29->2002",
34433 + "default.handlebars->29->1941",
34434 + "default.handlebars->29->2004",
34435 "default.handlebars->container->column_l->p42->p42tbl->1->0->7"
34436 ]
34437 },
@@ -34531,7 +34559,7 @@
34559 "zh-chs": "超出储存空间",
34560 "zh-cht": "超出儲存空間",
34561 "xloc": [
34534 - "default.handlebars->29->1515"
34562 + "default.handlebars->29->1517"
34563 ]
34564 },
34565 {
@@ -34596,7 +34624,7 @@
34624 "zh-chs": "主题",
34625 "zh-cht": "主題",
34626 "xloc": [
34599 - "default.handlebars->29->1719"
34627 + "default.handlebars->29->1721"
34628 ]
34629 },
34630 {
@@ -34803,7 +34831,7 @@
34831 "zh-chs": "将服务器设备名称同步到主机名称",
34832 "zh-cht": "將伺服器裝置名稱同步到主機名稱",
34833 "xloc": [
34806 - "default.handlebars->29->1396"
34834 + "default.handlebars->29->1398"
34835 ]
34836 },
34837 {
@@ -35122,8 +35150,8 @@
35150 "zh-cht": "終端機",
35151 "xloc": [
35152 "default-mobile.handlebars->9->168",
35125 - "default.handlebars->29->1389",
35126 - "default.handlebars->29->1996",
35153 + "default.handlebars->29->1391",
35154 + "default.handlebars->29->1998",
35155 "default.handlebars->29->255",
35156 "default.handlebars->29->507",
35157 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -35168,8 +35196,8 @@
35196 "zh-cht": "終端機通知",
35197 "xloc": [
35198 "default.handlebars->29->1316",
35171 - "default.handlebars->29->1818",
35172 - "default.handlebars->29->1905",
35199 + "default.handlebars->29->1820",
35200 + "default.handlebars->29->1907",
35201 "default.handlebars->29->582"
35202 ]
35203 },
@@ -35191,8 +35219,8 @@
35219 "zh-cht": "終端機提示",
35220 "xloc": [
35221 "default.handlebars->29->1315",
35194 - "default.handlebars->29->1817",
35195 - "default.handlebars->29->1904",
35222 + "default.handlebars->29->1819",
35223 + "default.handlebars->29->1906",
35224 "default.handlebars->29->581"
35225 ]
35226 },
@@ -35363,7 +35391,7 @@
35391 "zh-chs": "目前没有任何通知",
35392 "zh-cht": "目前沒有任何通知",
35393 "xloc": [
35366 - "default.handlebars->29->2017"
35394 + "default.handlebars->29->2019"
35395 ]
35396 },
35397 {
@@ -35499,15 +35527,12 @@
35527 "ru": "Это не безопасная политика, так как агенты будут выполнять активацию.",
35528 "tr": "Aracılar etkinleştirme gerçekleştireceğinden bu güvenli bir politika değildir.",
35529 "zh-chs": "这是不安全政策,因为将用代理执行激活。",
35502 - "zh-cht": "這是不安全政策,因為將用代理執行啟動。",
35503 - "xloc": [
35504 - "default.handlebars->29->1370"
35505 - ]
35530 + "zh-cht": "這是不安全政策,因為將用代理執行啟動。"
35531 },
35532 {
35533 "en": "This is the recommanded policy. Intel® AMT activation and management is completely automated and the server will attempt to make best possible use of hardware management.",
35534 "xloc": [
35510 - "default.handlebars->29->1374"
35535 + "default.handlebars->29->1376"
35536 ]
35537 },
35538 {
@@ -35548,7 +35573,7 @@
35573 "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。",
35574 "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。",
35575 "xloc": [
35551 - "default.handlebars->29->1369"
35576 + "default.handlebars->29->1373"
35577 ]
35578 },
35579 {
@@ -35748,7 +35773,7 @@
35773 "zh-chs": "时间跨度",
35774 "zh-cht": "時間跨度",
35775 "xloc": [
35751 - "default.handlebars->29->1658"
35776 + "default.handlebars->29->1660"
35777 ]
35778 },
35779 {
@@ -36915,7 +36940,7 @@
36940 "zh-cht": "卸載",
36941 "xloc": [
36942 "default-mobile.handlebars->9->460",
36918 - "default.handlebars->29->1464",
36943 + "default.handlebars->29->1466",
36944 "default.handlebars->29->668",
36945 "default.handlebars->29->689"
36946 ]
@@ -36959,7 +36984,7 @@
36984 "zh-chs": "卸载代理/删除设备",
36985 "zh-cht": "卸載代理/刪除設備",
36986 "xloc": [
36962 - "default.handlebars->29->1428"
36987 + "default.handlebars->29->1430"
36988 ]
36989 },
36990 {
@@ -37012,9 +37037,9 @@
37037 "default.handlebars->29->1289",
37038 "default.handlebars->29->1290",
37039 "default.handlebars->29->13",
37015 - "default.handlebars->29->1979",
37016 - "default.handlebars->29->1994",
37017 - "default.handlebars->29->1995",
37040 + "default.handlebars->29->1981",
37041 + "default.handlebars->29->1996",
37042 + "default.handlebars->29->1997",
37043 "default.handlebars->29->42",
37044 "default.handlebars->29->424",
37045 "default.handlebars->29->946",
@@ -37059,7 +37084,7 @@
37084 "zh-chs": "未知动作",
37085 "zh-cht": "未知動作",
37086 "xloc": [
37062 - "default.handlebars->29->2031"
37087 + "default.handlebars->29->2033"
37088 ]
37089 },
37090 {
@@ -37079,8 +37104,8 @@
37104 "zh-chs": "未知设备",
37105 "zh-cht": "未知裝置",
37106 "xloc": [
37082 - "default.handlebars->29->1843",
37083 - "default.handlebars->29->1967"
37107 + "default.handlebars->29->1845",
37108 + "default.handlebars->29->1969"
37109 ]
37110 },
37111 {
@@ -37100,9 +37125,9 @@
37125 "zh-chs": "未知设备组",
37126 "zh-cht": "未知裝置群",
37127 "xloc": [
37103 - "default.handlebars->29->1837",
37104 - "default.handlebars->29->1955",
37105 - "default.handlebars->29->2035"
37128 + "default.handlebars->29->1839",
37129 + "default.handlebars->29->1957",
37130 + "default.handlebars->29->2037"
37131 ]
37132 },
37133 {
@@ -37122,7 +37147,7 @@
37147 "zh-chs": "未知群组",
37148 "zh-cht": "未知群組",
37149 "xloc": [
37125 - "default.handlebars->29->2027"
37150 + "default.handlebars->29->2029"
37151 ]
37152 },
37153 {
@@ -37163,7 +37188,7 @@
37188 "zh-chs": "未知用户组",
37189 "zh-cht": "未知用戶群",
37190 "xloc": [
37166 - "default.handlebars->29->1961"
37191 + "default.handlebars->29->1963"
37192 ]
37193 },
37194 {
@@ -37187,6 +37212,12 @@
37212 "default.handlebars->29->549"
37213 ]
37214 },
37215 + {
37216 + "en": "Unknown password",
37217 + "xloc": [
37218 + "default.handlebars->29->1364"
37219 + ]
37220 + },
37221 {
37222 "cs": "Neomezeno",
37223 "de": "Unbegrenzt",
@@ -37226,7 +37257,7 @@
37257 "zh-chs": "解锁帐户",
37258 "zh-cht": "解鎖帳戶",
37259 "xloc": [
37229 - "default.handlebars->29->1712"
37260 + "default.handlebars->29->1714"
37261 ]
37262 },
37263 {
@@ -37270,7 +37301,7 @@
37301 "zh-chs": "最新",
37302 "zh-cht": "最新",
37303 "xloc": [
37273 - "default.handlebars->29->2095"
37304 + "default.handlebars->29->2097"
37305 ]
37306 },
37307 {
@@ -37318,8 +37349,8 @@
37349 "default-mobile.handlebars->9->317",
37350 "default-mobile.handlebars->9->335",
37351 "default-mobile.handlebars->9->338",
37321 - "default.handlebars->29->1544",
37322 - "default.handlebars->29->1552",
37352 + "default.handlebars->29->1546",
37353 + "default.handlebars->29->1554",
37354 "default.handlebars->29->878",
37355 "default.handlebars->29->902",
37356 "default.handlebars->29->905",
@@ -37444,7 +37475,7 @@
37475 "zh-cht": "上傳將覆蓋1個檔案。繼續?",
37476 "xloc": [
37477 "default-mobile.handlebars->9->336",
37447 - "default.handlebars->29->1553",
37478 + "default.handlebars->29->1555",
37479 "default.handlebars->29->903"
37480 ]
37481 },
@@ -37466,7 +37497,7 @@
37497 "zh-cht": "上傳將覆蓋{0}個檔案。繼續?",
37498 "xloc": [
37499 "default-mobile.handlebars->9->337",
37469 - "default.handlebars->29->1554",
37500 + "default.handlebars->29->1556",
37501 "default.handlebars->29->904"
37502 ]
37503 },
@@ -37504,7 +37535,7 @@
37535 "zh-chs": "上传:“{0}”",
37536 "zh-cht": "上傳:“{0}”",
37537 "xloc": [
37507 - "default.handlebars->29->1604"
37538 + "default.handlebars->29->1606"
37539 ]
37540 },
37541 {
@@ -37608,8 +37639,8 @@
37639 "zh-chs": "用过的",
37640 "zh-cht": "用過的",
37641 "xloc": [
37611 - "default.handlebars->29->2021",
37612 - "default.handlebars->29->2023"
37642 + "default.handlebars->29->2023",
37643 + "default.handlebars->29->2025"
37644 ]
37645 },
37646 {
@@ -37630,10 +37661,10 @@
37661 "zh-cht": "用戶",
37662 "xloc": [
37663 "default.handlebars->29->1349",
37633 - "default.handlebars->29->1665",
37634 - "default.handlebars->29->1694",
37635 - "default.handlebars->29->1833",
37636 - "default.handlebars->29->2014",
37664 + "default.handlebars->29->1667",
37665 + "default.handlebars->29->1696",
37666 + "default.handlebars->29->1835",
37667 + "default.handlebars->29->2016",
37668 "default.handlebars->29->232",
37669 "default.handlebars->29->652"
37670 ]
@@ -37655,7 +37686,7 @@
37686 "zh-chs": "用户+档案",
37687 "zh-cht": "用戶+檔案",
37688 "xloc": [
37658 - "default.handlebars->29->1695"
37689 + "default.handlebars->29->1697"
37690 ]
37691 },
37692 {
@@ -37675,10 +37706,10 @@
37706 "zh-chs": "用户帐户导入",
37707 "zh-cht": "用戶帳戶導入",
37708 "xloc": [
37678 - "default.handlebars->29->1728",
37679 - "default.handlebars->29->1729",
37709 + "default.handlebars->29->1730",
37710 "default.handlebars->29->1731",
37681 - "default.handlebars->29->1733"
37711 + "default.handlebars->29->1733",
37712 + "default.handlebars->29->1735"
37713 ]
37714 },
37715 {
@@ -37698,7 +37729,7 @@
37729 "zh-chs": "用户帐户",
37730 "zh-cht": "用戶帳戶",
37731 "xloc": [
37701 - "default.handlebars->29->2040"
37732 + "default.handlebars->29->2042"
37733 ]
37734 },
37735 {
@@ -37741,8 +37772,8 @@
37772 "zh-cht": "用戶同意",
37773 "xloc": [
37774 "default.handlebars->29->1322",
37744 - "default.handlebars->29->1824",
37745 - "default.handlebars->29->1911",
37775 + "default.handlebars->29->1826",
37776 + "default.handlebars->29->1913",
37777 "default.handlebars->29->193",
37778 "default.handlebars->29->588",
37779 "default.handlebars->29->719"
@@ -37765,11 +37796,11 @@
37796 "zh-chs": "用户组",
37797 "zh-cht": "用戶群",
37798 "xloc": [
37768 - "default.handlebars->29->1404",
37769 - "default.handlebars->29->1405",
37770 - "default.handlebars->29->1797",
37771 - "default.handlebars->29->1963",
37772 - "default.handlebars->29->1982",
37799 + "default.handlebars->29->1406",
37800 + "default.handlebars->29->1407",
37801 + "default.handlebars->29->1799",
37802 + "default.handlebars->29->1965",
37803 + "default.handlebars->29->1984",
37804 "default.handlebars->29->651"
37805 ]
37806 },
@@ -37810,7 +37841,7 @@
37841 "zh-chs": "用户组成员",
37842 "zh-cht": "用戶群成員",
37843 "xloc": [
37813 - "default.handlebars->29->1960"
37844 + "default.handlebars->29->1962"
37845 ]
37846 },
37847 {
@@ -37850,9 +37881,9 @@
37881 "zh-chs": "用户识别码",
37882 "zh-cht": "用戶識別碼",
37883 "xloc": [
37853 - "default.handlebars->29->1469",
37854 - "default.handlebars->29->1878",
37855 - "default.handlebars->29->1879"
37884 + "default.handlebars->29->1471",
37885 + "default.handlebars->29->1880",
37886 + "default.handlebars->29->1881"
37887 ]
37888 },
37889 {
@@ -37872,8 +37903,8 @@
37903 "zh-chs": "用户标识符",
37904 "zh-cht": "用戶標識符",
37905 "xloc": [
37875 - "default.handlebars->29->1402",
37876 - "default.handlebars->29->1862"
37906 + "default.handlebars->29->1404",
37907 + "default.handlebars->29->1864"
37908 ]
37909 },
37910 {
@@ -37893,7 +37924,7 @@
37924 "zh-chs": "用户列表输出",
37925 "zh-cht": "用戶列表輸出",
37926 "xloc": [
37896 - "default.handlebars->29->1740"
37927 + "default.handlebars->29->1742"
37928 ]
37929 },
37930 {
@@ -37914,7 +37945,7 @@
37945 "zh-cht": "用戶名",
37946 "xloc": [
37947 "default-mobile.handlebars->9->464",
37917 - "default.handlebars->29->1468"
37948 + "default.handlebars->29->1470"
37949 ]
37950 },
37951 {
@@ -37989,7 +38020,7 @@
38020 "zh-chs": "用户节",
38021 "zh-cht": "用戶節",
38022 "xloc": [
37992 - "default.handlebars->29->2060"
38023 + "default.handlebars->29->2062"
38024 ]
38025 },
38026 {
@@ -38114,7 +38145,7 @@
38145 "zh-chs": "用户组已更改:{0}",
38146 "zh-cht": "用戶組已更改:{0}",
38147 "xloc": [
38117 - "default.handlebars->29->1633"
38148 + "default.handlebars->29->1635"
38149 ]
38150 },
38151 {
@@ -38134,7 +38165,7 @@
38165 "zh-chs": "已创建用户组:{0}",
38166 "zh-cht": "已創建用戶組:{0}",
38167 "xloc": [
38137 - "default.handlebars->29->1623"
38168 + "default.handlebars->29->1625"
38169 ]
38170 },
38171 {
@@ -38154,7 +38185,7 @@
38185 "zh-chs": "用户组成员身份已更改:{0}",
38186 "zh-cht": "用戶組成員身份已更改:{0}",
38187 "xloc": [
38157 - "default.handlebars->29->1621"
38188 + "default.handlebars->29->1623"
38189 ]
38190 },
38191 {
@@ -38220,7 +38251,7 @@
38251 "zh-cht": "用戶名",
38252 "xloc": [
38253 "default-mobile.handlebars->9->280",
38223 - "default.handlebars->29->1752",
38254 + "default.handlebars->29->1754",
38255 "default.handlebars->29->290",
38256 "default.handlebars->29->745",
38257 "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->0->1",
@@ -38294,9 +38325,9 @@
38325 "zh-chs": "用户",
38326 "zh-cht": "用戶",
38327 "xloc": [
38297 - "default.handlebars->29->1785",
38298 - "default.handlebars->29->1825",
38299 - "default.handlebars->29->2059",
38328 + "default.handlebars->29->1787",
38329 + "default.handlebars->29->1827",
38330 + "default.handlebars->29->2061",
38331 "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
38332 ]
38333 },
@@ -38317,7 +38348,7 @@
38348 "zh-chs": "用户会话",
38349 "zh-cht": "用戶節",
38350 "xloc": [
38320 - "default.handlebars->29->2044"
38351 + "default.handlebars->29->2046"
38352 ]
38353 },
38354 {
@@ -38357,7 +38388,7 @@
38388 "zh-chs": "验证电邮",
38389 "zh-cht": "驗證電郵",
38390 "xloc": [
38360 - "default.handlebars->29->1707"
38391 + "default.handlebars->29->1709"
38392 ]

This file is too large to show in full.

views/default.handlebars
+27 -20
@@ -9528,7 +9528,9 @@
9528 // Set the current Intel AMT policy
9529 if (currentMesh.amt && (currentMesh.amt.type == 2) || (currentMesh.amt.type == 3)) {
9530 Q('dp20amtpolicypass').value = currentMesh.amt.password;
9531 - if ((currentMesh.amt.type == 2) && (currentMesh.amt.badpass != null)) { Q('dp20amtbadpass').value = currentMesh.amt.badpass; }
9531 + if ((currentMesh.amt.type == 2) || (currentMesh.amt.type == 3)) {
9532 + if (currentMesh.amt.badpass != null) { Q('dp20amtbadpass').value = currentMesh.amt.badpass; }
9533 + }
9534 if ((features & 0x400) == 0) { Q('dp20amtcira').value = currentMesh.amt.cirasetup; }
9535 }
9536
@@ -9537,44 +9539,49 @@
9539
9540 function p20editMeshAmtChange() {
9541 var ptype = Q('dp20amtpolicy').value, x = '';
9540 - if ((ptype >= 2) && (ptype < 4)) {
9541 - x = addHtmlValue("Password*", '<input id=dp20amtpolicypass type=password style=width:230px maxlength=32 onchange=dp20amtValidatePolicy() onkeyup=dp20amtValidatePolicy() autocomplete=off />')
9542 - x += addHtmlValue("Password*", '<input id=dp20amtpolicypass2 type=password style=width:230px maxlength=32 onchange=dp20amtValidatePolicy() onkeyup=dp20amtValidatePolicy() autocomplete=off />')
9543 - x += addHtmlValue("Password mismatch", '<select id=dp20amtbadpass style=width:230px><option value=0>' + "Do nothing" + '</option><option value=1>' + "Reactivate Intel&reg; AMT" + '</option></select>');
9544 - if ((features & 0x400) == 0) { x += addHtmlValue('<span title="' + "Client Initiated Remote Access" + '">' + "CIRA" + '</span>', '<select id=dp20amtcira style=width:230px><option value=0>' + "Don't configure" + '</option><option value=1>' + "Don't connect to server" + '</option><option value=2>' + "Connect to server" + '</option></select>'); }
9545 - x += '<br/><span style="font-size:10px">' + "* Leave blank to assign a random password to each device." + '</span><br/>';
9546 - if (currentMesh.mtype == 2) {
9547 - if (ptype == 2) {
9548 - x += '<span style="font-size:10px">' + "This policy will not impact devices with Intel&reg; AMT in ACM mode." + '</span><br/>';
9549 - x += '<span style="font-size:10px">' + "This is not a secure policy as agents will be performing activation." + '</span>';
9550 - } else {
9551 - x += '<span style="font-size:10px">' + "During activation, the agent will have access to admin password infomation." + '</span>';
9552 - }
9553 - }
9542 + if ((ptype == 2) || (ptype == 3)) {
9543 + var keeppass = ((currentMesh.amt != null) && (currentMesh.amt.password == 1))?'<option value=1 selected>' + "Keep existing password" + '</option>':'';
9544 + x += addHtmlValue("Password", '<select id=dp20amtpass style=width:230px onchange=dp20amtValidatePolicy() onkeyup=dp20amtValidatePolicy()><option value=0>' + "Randomize password" + '</option>' + keeppass+ '<option value=2>' + "Select new password" + '</option></select>');
9545 + x += '<div id=dp20amtpassdiv style=display:none>';
9546 + x += addHtmlValue("New password*", '<input id=dp20amtpolicypass type=password style=width:230px maxlength=32 onchange=dp20amtValidatePolicy() onkeyup=dp20amtValidatePolicy() autocomplete=off />')
9547 + x += addHtmlValue("New password*", '<input id=dp20amtpolicypass2 type=password style=width:230px maxlength=32 onchange=dp20amtValidatePolicy() onkeyup=dp20amtValidatePolicy() autocomplete=off />')
9548 + x += '</div>';
9549 + x += addHtmlValue("Unknown password", '<select id=dp20amtbadpass style=width:230px><option value=0>' + "Do nothing" + '</option><option value=1>' + "If in CCM, reactivate Intel&reg; AMT" + '</option></select>');
9550 + if ((features & 0x400) == 0) { x += addHtmlValue('<span title="' + "Client Initiated Remote Access" + '">' + "CIRA setup" + '</span>', '<select id=dp20amtcira style=width:230px><option value=0>' + "Do nothing" + '</option><option value=1>' + "Don't connect to server" + '</option><option value=2>' + "Connect to server" + '</option></select>'); }
9551 + x += '<span id=dp10passNotify style="font-size:10px"> ' + "* 8 characters, 1 upper, 1 lower, 1 numeric, 1 non-alpha numeric." + '</span>';
9552 + if ((currentMesh.mtype == 2) && (ptype == 2)) { x += '<span style="font-size:10px"> ' + "This policy will not impact devices with Intel&reg; AMT in ACM mode." + '</span>'; }
9553 }
9554 if (ptype == 0) { x = '<table style=padding-top:4px><tr><td><img style=padding-right:8px src=images/rcheckbox60.png width=60 height=60><td>' + "When this policy is selected, Intel&reg; AMT is not managed by this server. Intel AMT can still be used by manually activating and configuring it." + '</table>'; }
9555 if (ptype == 1) { x = '<table style=padding-top:4px><tr><td><img style=padding-right:8px src=images/rcheckbox60.png width=60 height=60><td>' + "When this policy is selected, any Intel&reg; AMT in Client Control Mode (CCM) will be deactivated. Other devices will have CIRA cleared and can still be managed manually." + '</table>'; }
9556 if (ptype == 4) { x = '<table style=padding-top:4px><tr><td><img style=padding-right:8px src=images/checkbox60.png width=60 height=60><td>' + "This is the recommanded policy. Intel&reg; AMT activation and management is completely automated and the server will attempt to make best possible use of hardware management." + '</table>'; }
9557 QH('dp20amtpolicydiv', x);
9559 - setTimeout(dp20amtValidatePolicy, 1);
9558 + setTimeout(dp20amtValidatePolicy, 500);
9559 }
9560
9561 function dp20amtValidatePolicy() {
9562 var ok = true, ptype = Q('dp20amtpolicy').value;
9564 - if ((ptype == 2) || (ptype == 3)) {
9563 + if (((ptype == 2) || (ptype == 3)) && (Q('dp20amtpass').value == 2)) {
9564 var pass = Q('dp20amtpolicypass').value, pass2 = Q('dp20amtpolicypass2').value;
9566 - ok = ((pass === pass2) && ((pass === '') ? true : passwordcheck(pass)));
9565 + ok = ((pass === pass2) && passwordcheck(pass));
9566 }
9567 QE('idx_dlgOkButton', ok);
9568 + if ((ptype == 2) || (ptype == 3)) { QV('dp20amtpassdiv', Q('dp20amtpass').value == 2); }
9569 + QV('dp10passNotify', ((ptype == 2) || (ptype == 3)) && (Q('dp20amtpass').value == 2));
9570 }
9571
9572 function p20editMeshAmtEx() {
9573 var ptype = parseInt(Q('dp20amtpolicy').value), amtpolicy = { type: ptype };
9574 + var password = null;
9575 + if ((ptype == 2) || (ptype == 3)) {
9576 + if (Q('dp20amtpass').value == 0) { password = ''; } // Randomize
9577 + if (Q('dp20amtpass').value == 1) { password = null; } // Keep same
9578 + if (Q('dp20amtpass').value == 2) { password = Q('dp20amtpolicypass').value; } // Set new password
9579 + }
9580 if (ptype == 2) { // CCM policy
9574 - amtpolicy = { type: ptype, password: Q('dp20amtpolicypass').value, badpass: parseInt(Q('dp20amtbadpass').value) };
9581 + amtpolicy = { type: ptype, password: password, badpass: parseInt(Q('dp20amtbadpass').value) };
9582 if ((features & 0x400) == 0) { amtpolicy.cirasetup = parseInt(Q('dp20amtcira').value); } else { amtpolicy.cirasetup = 1; }
9583 } else if (ptype == 3) { // ACM policy
9577 - amtpolicy = { type: ptype, password: Q('dp20amtpolicypass').value, badpass: parseInt(Q('dp20amtbadpass').value) };
9584 + amtpolicy = { type: ptype, password: password, badpass: parseInt(Q('dp20amtbadpass').value) };
9585 if ((features & 0x400) == 0) { amtpolicy.cirasetup = parseInt(Q('dp20amtcira').value); } else { amtpolicy.cirasetup = 1; }
9586 } else if (ptype == 4) { // Fully automatic policy
9587 amtpolicy = { type: ptype };
webserver.js
+2 -2
@@ -2296,7 +2296,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
2296 if (obj.args.webrtc == true) { features += 0x00000080; } // Enable WebRTC (Default false for now)
2297 if (obj.args.clickonce !== false) { features += 0x00000100; } // Enable ClickOnce (Default true)
2298 if (obj.args.allowhighqualitydesktop !== false) { features += 0x00000200; } // Enable AllowHighQualityDesktop (Default true)
2299 - if (obj.args.lanonly == true || obj.args.mpsport == 0) { features += 0x00000400; } // No CIRA
2299 + if ((obj.args.lanonly == true) || (obj.args.mpsport == 0)) { features += 0x00000400; } // No CIRA
2300 if ((obj.parent.serverSelfWriteAllowed == true) && (user != null) && (user.siteadmin == 0xFFFFFFFF)) { features += 0x00000800; } // Server can self-write (Allows self-update)
2301 if ((parent.config.settings.no2factorauth !== true) && (domain.auth != 'sspi') && (obj.parent.certificates.CommonName.indexOf('.') != -1) && (obj.args.nousers !== true) && (user._id.split('/')[2][0] != '~')) { features += 0x00001000; } // 2FA login supported
2302 if (domain.agentnoproxy === true) { features += 0x00002000; } // Indicates that agents should be installed without using a HTTP proxy
@@ -5915,7 +5915,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
5915 if ((r.amt != null) && (r.amt.password != null)) {
5916 r = Object.assign({}, r); // Shallow clone
5917 r.amt = Object.assign({}, r.amt); // Shallow clone
5918 - if (r.amt.password != null) { r.amt.password = 1; } // Remove the Intel AMT password from the policy
5918 + if ((r.amt.password != null) && (r.amt.password != '')) { r.amt.password = 1; } // Remove the Intel AMT password from the policy
5919 }
5920 return r;
5921 }