Added new commands and reset/off rights.

Ylian Saint-Hilaire committed Oct 5, 2020 at 11:03 UTC 1513a4a7757fa9200c18159dae1dbe07f69c8875
6 files changed +1698 -1640
MeshCentralServer.njsproj
+2
@@ -556,8 +556,10 @@
556 <Content Include="views\default.handlebars" />
557 <Content Include="views\desktop.handlebars" />
558 <Content Include="views\download.handlebars" />
559 + <Content Include="views\download2.handlebars" />
560 <Content Include="views\error404-mobile.handlebars" />
561 <Content Include="views\error404.handlebars" />
562 + <Content Include="views\error4042.handlebars" />
563 <Content Include="views\invite.handlebars" />
564 <Content Include="views\login-mobile.handlebars" />
565 <Content Include="views\login.handlebars" />
meshuser.js
+2 -2
@@ -3592,7 +3592,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3592 }
3593
3594 // Check we have the rights to run commands on this device
3595 - if ((rights & MESHRIGHT_REMOTECONTROL) == 0) {
3595 + if ((rights & MESHRIGHT_REMOTECOMMAND) == 0) {
3596 if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'runcommands', responseid: command.responseid, result: 'Access denied' })); } catch (ex) { } }
3597 return;
3598 }
@@ -3653,7 +3653,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3653 // Get the node and the rights for this node
3654 parent.GetNodeWithRights(domain, user, command.nodeids[i], function (node, rights, visible) {
3655 // Check we have the rights to delete this device
3656 - if ((rights & MESHRIGHT_REMOTECONTROL) == 0) return;
3656 + if ((rights & MESHRIGHT_RESETOFF) == 0) return;
3657
3658 // If this device is connected on MQTT, send a power action.
3659 if (parent.parent.mqttbroker != null) { parent.parent.mqttbroker.publish(node._id, 'powerAction', ['', '', 'poweroff', 'reset', 'sleep'][command.actiontype]); }
translate/translate.js
+2
@@ -57,7 +57,9 @@ var minifyMeshCentralSourceFiles = [
57 "../views/default.handlebars",
58 "../views/default-mobile.handlebars",
59 "../views/download.handlebars",
60 + "../views/download2.handlebars",
61 "../views/error404.handlebars",
62 + "../views/error4042.handlebars",
63 "../views/error404-mobile.handlebars",
64 "../views/login.handlebars",
65 "../views/login-mobile.handlebars",
translate/translate.json
+1651 -1617
@@ -17,8 +17,8 @@
17 "zh-chs": " + CIRA",
18 "zh-cht": " + CIRA",
19 "xloc": [
20 - "default.handlebars->27->1342",
21 - "default.handlebars->27->1344"
20 + "default.handlebars->27->1347",
21 + "default.handlebars->27->1349"
22 ]
23 },
24 {
@@ -204,7 +204,7 @@
204 "zh-chs": " 可以使用密码提示,但不建议使用。",
205 "zh-cht": " 可以使用密碼提示,但不建議使用。",
206 "xloc": [
207 - "default.handlebars->27->1255"
207 + "default.handlebars->27->1260"
208 ]
209 },
210 {
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->27->1419",
228 - "default.handlebars->27->1874"
227 + "default.handlebars->27->1424",
228 + "default.handlebars->27->1882"
229 ]
230 },
231 {
@@ -458,7 +458,7 @@
458 "zh-chs": "*保留空白可为每个设备分配一个随机密码。",
459 "zh-cht": "*保留空白可為每個裝置分配一個隨機密碼。",
460 "xloc": [
461 - "default.handlebars->27->1389"
461 + "default.handlebars->27->1394"
462 ]
463 },
464 {
@@ -495,8 +495,8 @@
495 "zh-chs": ",",
496 "zh-cht": ",",
497 "xloc": [
498 - "default-mobile.handlebars->9->450",
499 - "default.handlebars->27->1486"
498 + "default-mobile.handlebars->9->451",
499 + "default.handlebars->27->1494"
500 ]
501 },
502 {
@@ -537,7 +537,7 @@
537 "zh-chs": ",MQTT在线",
538 "zh-cht": ",MQTT在線",
539 "xloc": [
540 - "default.handlebars->27->997"
540 + "default.handlebars->27->1002"
541 ]
542 },
543 {
@@ -557,7 +557,7 @@
557 "zh-chs": ",软体KVM",
558 "zh-cht": ",軟體KVM",
559 "xloc": [
560 - "default.handlebars->27->823",
560 + "default.handlebars->27->828",
561 "desktop.handlebars->3->13"
562 ]
563 },
@@ -578,11 +578,11 @@
578 "zh-chs": ",WebRTC",
579 "zh-cht": ",WebRTC",
580 "xloc": [
581 - "default-mobile.handlebars->9->285",
582 - "default-mobile.handlebars->9->294",
583 - "default.handlebars->27->830",
584 - "default.handlebars->27->863",
585 - "default.handlebars->27->875",
581 + "default-mobile.handlebars->9->286",
582 + "default-mobile.handlebars->9->295",
583 + "default.handlebars->27->835",
584 + "default.handlebars->27->868",
585 + "default.handlebars->27->880",
586 "desktop.handlebars->3->20",
587 "xterm.handlebars->9->6"
588 ]
@@ -703,7 +703,7 @@
703 "zh-chs": ",{0}观看",
704 "zh-cht": ",{0}觀看",
705 "xloc": [
706 - "default.handlebars->27->824",
706 + "default.handlebars->27->829",
707 "desktop.handlebars->3->14"
708 ]
709 },
@@ -767,10 +767,10 @@
767 "zh-cht": "...",
768 "xloc": [
769 "default-mobile.handlebars->9->108",
770 - "default-mobile.handlebars->9->296",
771 - "default.handlebars->27->1527",
772 - "default.handlebars->27->2029",
773 - "default.handlebars->27->880"
770 + "default-mobile.handlebars->9->297",
771 + "default.handlebars->27->1535",
772 + "default.handlebars->27->2037",
773 + "default.handlebars->27->885"
774 ]
775 },
776 {
@@ -826,7 +826,7 @@
826 "zh-chs": "1个活跃时段",
827 "zh-cht": "1個活躍時段",
828 "xloc": [
829 - "default.handlebars->27->1943"
829 + "default.handlebars->27->1951"
830 ]
831 },
832 {
@@ -847,8 +847,8 @@
847 "zh-cht": "1個位元組",
848 "xloc": [
849 "default-mobile.handlebars->9->118",
850 - "default-mobile.handlebars->9->454",
851 - "default.handlebars->27->1551",
850 + "default-mobile.handlebars->9->455",
851 + "default.handlebars->27->1559",
852 "download.handlebars->3->1",
853 "download2.handlebars->5->1"
854 ]
@@ -870,7 +870,7 @@
870 "zh-chs": "1条连接",
871 "zh-cht": "1位聯絡文",
872 "xloc": [
873 - "default.handlebars->27->826",
873 + "default.handlebars->27->831",
874 "desktop.handlebars->3->16"
875 ]
876 },
@@ -913,7 +913,7 @@
913 "zh-chs": "1组",
914 "zh-cht": "1群",
915 "xloc": [
916 - "default.handlebars->27->1908"
916 + "default.handlebars->27->1916"
917 ]
918 },
919 {
@@ -955,7 +955,7 @@
955 "zh-chs": "1分钟",
956 "zh-cht": "1分鐘",
957 "xloc": [
958 - "default.handlebars->27->720"
958 + "default.handlebars->27->724"
959 ]
960 },
961 {
@@ -1017,7 +1017,7 @@
1017 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1018 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1019 "xloc": [
1020 - "default.handlebars->27->1698"
1020 + "default.handlebars->27->1706"
1021 ]
1022 },
1023 {
@@ -1083,7 +1083,7 @@
1083 "default-mobile.handlebars->9->169",
1084 "default-mobile.handlebars->9->172",
1085 "default-mobile.handlebars->9->175",
1086 - "default.handlebars->27->1702",
1086 + "default.handlebars->27->1710",
1087 "default.handlebars->27->247",
1088 "default.handlebars->27->250",
1089 "default.handlebars->27->253",
@@ -1215,7 +1215,7 @@
1215 "zh-chs": "10分钟",
1216 "zh-cht": "10分鐘",
1217 "xloc": [
1218 - "default.handlebars->27->722"
1218 + "default.handlebars->27->726"
1219 ]
1220 },
1221 {
@@ -1284,7 +1284,7 @@
1284 "en": "12 hours",
1285 "nl": "12 uur",
1286 "xloc": [
1287 - "default.handlebars->27->730"
1287 + "default.handlebars->27->734"
1288 ]
1289 },
1290 {
@@ -1326,28 +1326,28 @@
1326 "zh-chs": "15分钟",
1327 "zh-cht": "15分鐘",
1328 "xloc": [
1329 - "default.handlebars->27->723"
1329 + "default.handlebars->27->727"
1330 ]
1331 },
1332 {
1333 "en": "16 hours",
1334 "nl": "16 uur",
1335 "xloc": [
1336 - "default.handlebars->27->731"
1336 + "default.handlebars->27->735"
1337 ]
1338 },
1339 {
1340 "en": "2 days",
1341 "nl": "2 dagen",
1342 "xloc": [
1343 - "default.handlebars->27->733"
1343 + "default.handlebars->27->737"
1344 ]
1345 },
1346 {
1347 "en": "2 hours",
1348 "nl": "2 uur",
1349 "xloc": [
1350 - "default.handlebars->27->727"
1350 + "default.handlebars->27->731"
1351 ]
1352 },
1353 {
@@ -1438,7 +1438,7 @@
1438 "en": "24 hours",
1439 "nl": "24 uur",
1440 "xloc": [
1441 - "default.handlebars->27->732"
1441 + "default.handlebars->27->736"
1442 ]
1443 },
1444 {
@@ -1500,7 +1500,7 @@
1500 "zh-chs": "2FA备份代码已清除",
1501 "zh-cht": "2FA備份代碼已清除",
1502 "xloc": [
1503 - "default.handlebars->27->1662"
1503 + "default.handlebars->27->1670"
1504 ]
1505 },
1506 {
@@ -1520,8 +1520,8 @@
1520 "zh-chs": "启用第二因素身份验证",
1521 "zh-cht": "啟用第二因素身份驗證",
1522 "xloc": [
1523 - "default.handlebars->27->1715",
1524 - "default.handlebars->27->1930"
1523 + "default.handlebars->27->1723",
1524 + "default.handlebars->27->1938"
1525 ]
1526 },
1527 {
@@ -1557,7 +1557,7 @@
1557 "pt": "3",
1558 "ru": "3",
1559 "xloc": [
1560 - "default-mobile.handlebars->9->322"
1560 + "default-mobile.handlebars->9->323"
1561 ]
1562 },
1563 {
@@ -1640,7 +1640,7 @@
1640 "zh-chs": "30分钟",
1641 "zh-cht": "30分鐘",
1642 "xloc": [
1643 - "default.handlebars->27->724"
1643 + "default.handlebars->27->728"
1644 ]
1645 },
1646 {
@@ -1690,14 +1690,14 @@
1690 "en": "4 days",
1691 "nl": "4 dagen",
1692 "xloc": [
1693 - "default.handlebars->27->734"
1693 + "default.handlebars->27->738"
1694 ]
1695 },
1696 {
1697 "en": "4 hours",
1698 "nl": "4 uur",
1699 "xloc": [
1700 - "default.handlebars->27->728"
1700 + "default.handlebars->27->732"
1701 ]
1702 },
1703 {
@@ -1780,7 +1780,7 @@
1780 "zh-chs": "45分钟",
1781 "zh-cht": "45分鐘",
1782 "xloc": [
1783 - "default.handlebars->27->725"
1783 + "default.handlebars->27->729"
1784 ]
1785 },
1786 {
@@ -1820,7 +1820,7 @@
1820 "zh-chs": "5分钟",
1821 "zh-cht": "5分鐘",
1822 "xloc": [
1823 - "default.handlebars->27->721"
1823 + "default.handlebars->27->725"
1824 ]
1825 },
1826 {
@@ -1933,7 +1933,7 @@
1933 "en": "60 minutes",
1934 "nl": "60 minuten",
1935 "xloc": [
1936 - "default.handlebars->27->726"
1936 + "default.handlebars->27->730"
1937 ]
1938 },
1939 {
@@ -2053,7 +2053,7 @@
2053 "zh-chs": "7天电源状态",
2054 "zh-cht": "7天電源狀態",
2055 "xloc": [
2056 - "default.handlebars->27->756"
2056 + "default.handlebars->27->761"
2057 ]
2058 },
2059 {
@@ -2118,7 +2118,7 @@
2118 "xloc": [
2119 "default.handlebars->27->348",
2120 "default.handlebars->27->362",
2121 - "default.handlebars->27->729"
2121 + "default.handlebars->27->733"
2122 ]
2123 },
2124 {
@@ -2461,7 +2461,7 @@
2461 "zh-chs": "拒绝访问",
2462 "zh-cht": "拒絕存取",
2463 "xloc": [
2464 - "default.handlebars->27->998"
2464 + "default.handlebars->27->1003"
2465 ]
2466 },
2467 {
@@ -2503,7 +2503,7 @@
2503 "zh-chs": "访问服务器档案",
2504 "zh-cht": "存取伺服器檔案",
2505 "xloc": [
2506 - "default.handlebars->27->1880"
2506 + "default.handlebars->27->1888"
2507 ]
2508 },
2509 {
@@ -2592,8 +2592,8 @@
2592 "default-mobile.handlebars->9->93",
2593 "default-mobile.handlebars->9->95",
2594 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2595 - "default.handlebars->27->1264",
2596 - "default.handlebars->27->1266",
2595 + "default.handlebars->27->1269",
2596 + "default.handlebars->27->1271",
2597 "default.handlebars->27->548",
2598 "default.handlebars->27->550"
2599 ]
@@ -2656,7 +2656,7 @@
2656 "zh-chs": "帐户已更改:{0}",
2657 "zh-cht": "帳戶已更改:{0}",
2658 "xloc": [
2659 - "default.handlebars->27->1635"
2659 + "default.handlebars->27->1643"
2660 ]
2661 },
2662 {
@@ -2676,7 +2676,7 @@
2676 "zh-chs": "创建帐户,电子邮件为{0}",
2677 "zh-cht": "創建帳戶,電子郵件為{0}",
2678 "xloc": [
2679 - "default.handlebars->27->1634"
2679 + "default.handlebars->27->1642"
2680 ]
2681 },
2682 {
@@ -2696,7 +2696,7 @@
2696 "zh-chs": "创建帐户,用户名是{0}",
2697 "zh-cht": "帳戶已創建,用戶名是{0}",
2698 "xloc": [
2699 - "default.handlebars->27->1633"
2699 + "default.handlebars->27->1641"
2700 ]
2701 },
2702 {
@@ -2716,8 +2716,8 @@
2716 "zh-chs": "帐户已被锁定",
2717 "zh-cht": "帳戶已被鎖定",
2718 "xloc": [
2719 - "default.handlebars->27->1717",
2720 - "default.handlebars->27->1877"
2719 + "default.handlebars->27->1725",
2720 + "default.handlebars->27->1885"
2721 ]
2722 },
2723 {
@@ -2781,7 +2781,7 @@
2781 "zh-chs": "帐号登录",
2782 "zh-cht": "帳號登錄",
2783 "xloc": [
2784 - "default.handlebars->27->1570"
2784 + "default.handlebars->27->1578"
2785 ]
2786 },
2787 {
@@ -2801,7 +2801,7 @@
2801 "zh-chs": "帐户登出",
2802 "zh-cht": "帳戶登出",
2803 "xloc": [
2804 - "default.handlebars->27->1571"
2804 + "default.handlebars->27->1579"
2805 ]
2806 },
2807 {
@@ -2843,7 +2843,7 @@
2843 "zh-chs": "帐户密码已更改:{0}",
2844 "zh-cht": "帳戶密碼已更改:{0}",
2845 "xloc": [
2846 - "default.handlebars->27->1643"
2846 + "default.handlebars->27->1651"
2847 ]
2848 },
2849 {
@@ -2863,7 +2863,7 @@
2863 "zh-chs": "帐户已删除",
2864 "zh-cht": "帳戶已刪除",
2865 "xloc": [
2866 - "default.handlebars->27->1632"
2866 + "default.handlebars->27->1640"
2867 ]
2868 },
2869 {
@@ -2903,7 +2903,7 @@
2903 "zh-chs": "指令",
2904 "zh-cht": "指令",
2905 "xloc": [
2906 - "default.handlebars->27->1003",
2906 + "default.handlebars->27->1008",
2907 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
2908 ]
2909 },
@@ -2924,8 +2924,8 @@
2924 "zh-chs": "动作档案",
2925 "zh-cht": "動作檔案",
2926 "xloc": [
2927 - "default.handlebars->27->799",
2928 - "default.handlebars->27->801"
2927 + "default.handlebars->27->804",
2928 + "default.handlebars->27->806"
2929 ]
2930 },
2931 {
@@ -3013,10 +3013,10 @@
3013 "xloc": [
3014 "default-mobile.handlebars->9->227",
3015 "default-mobile.handlebars->9->229",
3016 - "default-mobile.handlebars->9->359",
3016 + "default-mobile.handlebars->9->360",
3017 "default.handlebars->27->572",
3018 "default.handlebars->27->574",
3019 - "default.handlebars->27->961"
3019 + "default.handlebars->27->966"
3020 ]
3021 },
3022 {
@@ -3036,8 +3036,8 @@
3036 "zh-chs": "激活",
3037 "zh-cht": "啟動",
3038 "xloc": [
3039 - "default.handlebars->27->1355",
3040 - "default.handlebars->27->1357",
3039 + "default.handlebars->27->1360",
3040 + "default.handlebars->27->1362",
3041 "default.handlebars->27->200",
3042 "default.handlebars->27->280",
3043 "default.handlebars->27->282"
@@ -3080,7 +3080,7 @@
3080 "zh-chs": "添加代理",
3081 "zh-cht": "新增代理",
3082 "xloc": [
3083 - "default.handlebars->27->1359",
3083 + "default.handlebars->27->1364",
3084 "default.handlebars->27->284"
3085 ]
3086 },
@@ -3121,8 +3121,8 @@
3121 "zh-chs": "添加设备",
3122 "zh-cht": "新增裝置",
3123 "xloc": [
3124 - "default.handlebars->27->1854",
3125 - "default.handlebars->27->1978"
3124 + "default.handlebars->27->1862",
3125 + "default.handlebars->27->1986"
3126 ]
3127 },
3128 {
@@ -3142,7 +3142,7 @@
3142 "zh-chs": "添加设备日志",
3143 "zh-cht": "新增裝置日誌",
3144 "xloc": [
3145 - "default.handlebars->27->710"
3145 + "default.handlebars->27->714"
3146 ]
3147 },
3148 {
@@ -3162,9 +3162,9 @@
3162 "zh-chs": "添加设备组",
3163 "zh-cht": "新增裝置群",
3164 "xloc": [
3165 - "default.handlebars->27->1452",
3166 - "default.handlebars->27->1848",
3167 - "default.handlebars->27->1966",
3165 + "default.handlebars->27->1458",
3166 + "default.handlebars->27->1856",
3167 + "default.handlebars->27->1974",
3168 "default.handlebars->27->234"
3169 ]
3170 },
@@ -3185,7 +3185,7 @@
3185 "zh-chs": "添加设备组权限",
3186 "zh-cht": "新增裝置群權限",
3187 "xloc": [
3188 - "default.handlebars->27->1449"
3188 + "default.handlebars->27->1455"
3189 ]
3190 },
3191 {
@@ -3205,8 +3205,8 @@
3205 "zh-chs": "添加设备权限",
3206 "zh-cht": "新增裝置權限",
3207 "xloc": [
3208 - "default.handlebars->27->1454",
3209 - "default.handlebars->27->1456"
3208 + "default.handlebars->27->1460",
3209 + "default.handlebars->27->1462"
3210 ]
3211 },
3212 {
@@ -3306,7 +3306,7 @@
3306 "zh-chs": "添加成员身份",
3307 "zh-cht": "新增成員身份",
3308 "xloc": [
3309 - "default.handlebars->27->1996"
3309 + "default.handlebars->27->2004"
3310 ]
3311 },
3312 {
@@ -3346,8 +3346,8 @@
3346 "zh-chs": "添加安全密钥",
3347 "zh-cht": "新增安全密鑰",
3348 "xloc": [
3349 - "default.handlebars->27->1031",
3350 - "default.handlebars->27->1032",
3349 + "default.handlebars->27->1036",
3350 + "default.handlebars->27->1037",
3351 "default.handlebars->27->149",
3352 "default.handlebars->27->151",
3353 "default.handlebars->27->154",
@@ -3371,7 +3371,7 @@
3371 "zh-chs": "添加用户",
3372 "zh-cht": "新增用戶",
3373 "xloc": [
3374 - "default-mobile.handlebars->9->399",
3374 + "default-mobile.handlebars->9->400",
3375 "default.handlebars->27->667"
3376 ]
3377 },
@@ -3392,7 +3392,7 @@
3392 "zh-chs": "添加用户设备权限",
3393 "zh-cht": "新增用戶裝置權限",
3394 "xloc": [
3395 - "default.handlebars->27->1459"
3395 + "default.handlebars->27->1465"
3396 ]
3397 },
3398 {
@@ -3412,9 +3412,9 @@
3412 "zh-chs": "添加用户组",
3413 "zh-cht": "新增用戶群",
3414 "xloc": [
3415 - "default.handlebars->27->1349",
3416 - "default.handlebars->27->1451",
3417 - "default.handlebars->27->1972",
3415 + "default.handlebars->27->1354",
3416 + "default.handlebars->27->1457",
3417 + "default.handlebars->27->1980",
3418 "default.handlebars->27->668"
3419 ]
3420 },
@@ -3435,7 +3435,7 @@
3435 "zh-chs": "添加用户组设备权限",
3436 "zh-cht": "新增用戶群裝置權限",
3437 "xloc": [
3438 - "default.handlebars->27->1461"
3438 + "default.handlebars->27->1467"
3439 ]
3440 },
3441 {
@@ -3455,7 +3455,7 @@
3455 "zh-chs": "将用户添加到设备组",
3456 "zh-cht": "將用戶新增到裝置群",
3457 "xloc": [
3458 - "default-mobile.handlebars->9->428"
3458 + "default-mobile.handlebars->9->429"
3459 ]
3460 },
3461 {
@@ -3492,8 +3492,8 @@
3492 "zh-chs": "添加用户",
3493 "zh-cht": "新增用戶",
3494 "xloc": [
3495 - "default.handlebars->27->1348",
3496 - "default.handlebars->27->1843"
3495 + "default.handlebars->27->1353",
3496 + "default.handlebars->27->1851"
3497 ]
3498 },
3499 {
@@ -3513,7 +3513,7 @@
3513 "zh-chs": "将用户添加到设备组",
3514 "zh-cht": "將用戶新增到裝置群",
3515 "xloc": [
3516 - "default.handlebars->27->1448"
3516 + "default.handlebars->27->1454"
3517 ]
3518 },
3519 {
@@ -3533,7 +3533,7 @@
3533 "zh-chs": "将用户添加到用户组",
3534 "zh-cht": "將用戶新增到用戶群",
3535 "xloc": [
3536 - "default.handlebars->27->1876"
3536 + "default.handlebars->27->1884"
3537 ]
3538 },
3539 {
@@ -3593,7 +3593,7 @@
3593 "zh-chs": "添加位于互联网上的新英特尔&reg;AMT计算机。",
3594 "zh-cht": "新增位於互聯網上的新Intel&reg; AMT電腦。",
3595 "xloc": [
3596 - "default.handlebars->27->1350",
3596 + "default.handlebars->27->1355",
3597 "default.handlebars->27->273"
3598 ]
3599 },
@@ -3614,7 +3614,7 @@
3614 "zh-chs": "添加位于本地网络上的新英特尔&reg;AMT计算机。",
3615 "zh-cht": "新增位於本地網絡上的新Intel&reg; AMT電腦。",
3616 "xloc": [
3617 - "default.handlebars->27->1352",
3617 + "default.handlebars->27->1357",
3618 "default.handlebars->27->275"
3619 ]
3620 },
@@ -3655,7 +3655,7 @@
3655 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3656 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3657 "xloc": [
3658 - "default.handlebars->27->1358",
3658 + "default.handlebars->27->1363",
3659 "default.handlebars->27->283"
3660 ]
3661 },
@@ -3696,7 +3696,7 @@
3696 "zh-chs": "添加了身份验证应用程序",
3697 "zh-cht": "添加了身份驗證應用程序",
3698 "xloc": [
3699 - "default.handlebars->27->1659"
3699 + "default.handlebars->27->1667"
3700 ]
3701 },
3702 {
@@ -3716,8 +3716,8 @@
3716 "zh-chs": "已将设备{0}添加到设备组{1}",
3717 "zh-cht": "已將設備{0}添加到設備組{1}",
3718 "xloc": [
3719 - "default.handlebars->27->1626",
3720 - "default.handlebars->27->1653"
3719 + "default.handlebars->27->1634",
3720 + "default.handlebars->27->1661"
3721 ]
3722 },
3723 {
@@ -3737,7 +3737,7 @@
3737 "zh-chs": "添加了安全密钥",
3738 "zh-cht": "添加了安全密鑰",
3739 "xloc": [
3740 - "default.handlebars->27->1664"
3740 + "default.handlebars->27->1672"
3741 ]
3742 },
3743 {
@@ -3757,7 +3757,7 @@
3757 "zh-chs": "已将用户组{0}添加到设备组{1}",
3758 "zh-cht": "已將用戶組{0}添加到設備組{1}",
3759 "xloc": [
3760 - "default.handlebars->27->1637"
3760 + "default.handlebars->27->1645"
3761 ]
3762 },
3763 {
@@ -3777,8 +3777,8 @@
3777 "zh-chs": "已将用户{0}添加到用户组{1}",
3778 "zh-cht": "已將用戶{0}添加到用戶組{1}",
3779 "xloc": [
3780 - "default.handlebars->27->1640",
3781 - "default.handlebars->27->1649"
3780 + "default.handlebars->27->1648",
3781 + "default.handlebars->27->1657"
3782 ]
3783 },
3784 {
@@ -3838,8 +3838,8 @@
3838 "zh-chs": "管理员控制模式(ACM)",
3839 "zh-cht": "管理員控制模式(ACM)",
3840 "xloc": [
3841 - "default-mobile.handlebars->9->361",
3842 - "default.handlebars->27->963"
3841 + "default-mobile.handlebars->9->362",
3842 + "default.handlebars->27->968"
3843 ]
3844 },
3845 {
@@ -3859,8 +3859,8 @@
3859 "zh-chs": "管理员凭证",
3860 "zh-cht": "管理員憑證",
3861 "xloc": [
3862 - "default-mobile.handlebars->9->367",
3863 - "default.handlebars->27->969"
3862 + "default-mobile.handlebars->9->368",
3863 + "default.handlebars->27->974"
3864 ]
3865 },
3866 {
@@ -3901,7 +3901,7 @@
3901 "zh-chs": "管理领域",
3902 "zh-cht": "管理領域",
3903 "xloc": [
3904 - "default.handlebars->27->1912"
3904 + "default.handlebars->27->1920"
3905 ]
3906 },
3907 {
@@ -3942,7 +3942,7 @@
3942 "zh-chs": "管理领域",
3943 "zh-cht": "管理領域",
3944 "xloc": [
3945 - "default.handlebars->27->1780"
3945 + "default.handlebars->27->1788"
3946 ]
3947 },
3948 {
@@ -3962,7 +3962,7 @@
3962 "zh-chs": "管理员",
3963 "zh-cht": "管理員",
3964 "xloc": [
3965 - "default.handlebars->27->1709"
3965 + "default.handlebars->27->1717"
3966 ]
3967 },
3968 {
@@ -3982,7 +3982,7 @@
3982 "zh-chs": "南非文",
3983 "zh-cht": "南非文",
3984 "xloc": [
3985 - "default.handlebars->27->1034"
3985 + "default.handlebars->27->1039"
3986 ]
3987 },
3988 {
@@ -4005,8 +4005,8 @@
4005 "default-mobile.handlebars->9->200",
4006 "default-mobile.handlebars->9->224",
4007 "default-mobile.handlebars->9->240",
4008 - "default.handlebars->27->1513",
4008 "default.handlebars->27->1521",
4009 + "default.handlebars->27->1529",
4010 "default.handlebars->27->211",
4011 "default.handlebars->27->441",
4012 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
@@ -4029,8 +4029,8 @@
4029 "zh-chs": "代理+英特尔AMT",
4030 "zh-cht": "代理+Intel&reg; AMT",
4031 "xloc": [
4032 - "default.handlebars->27->1515",
4033 - "default.handlebars->27->1523"
4032 + "default.handlebars->27->1523",
4033 + "default.handlebars->27->1531"
4034 ]
4035 },
4036 {
@@ -4070,8 +4070,8 @@
4070 "zh-chs": "代理控制台",
4071 "zh-cht": "代理控制台",
4072 "xloc": [
4073 - "default-mobile.handlebars->9->434",
4074 - "default.handlebars->27->1469"
4073 + "default-mobile.handlebars->9->435",
4074 + "default.handlebars->27->1475"
4075 ]
4076 },
4077 {
@@ -4091,7 +4091,7 @@
4091 "zh-chs": "代理错误计数器",
4092 "zh-cht": "代理錯誤計數器",
4093 "xloc": [
4094 - "default.handlebars->27->2039"
4094 + "default.handlebars->27->2047"
4095 ]
4096 },
4097 {
@@ -4194,7 +4194,7 @@
4194 "zh-chs": "代理时段",
4195 "zh-cht": "代理時段",
4196 "xloc": [
4197 - "default.handlebars->27->2055"
4197 + "default.handlebars->27->2063"
4198 ]
4199 },
4200 {
@@ -4235,7 +4235,7 @@
4235 "zh-chs": "代理类型",
4236 "zh-cht": "代理類型",
4237 "xloc": [
4238 - "default.handlebars->27->1519",
4238 + "default.handlebars->27->1527",
4239 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4240 ]
4241 },
@@ -4256,7 +4256,7 @@
4256 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4257 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4258 "xloc": [
4259 - "default.handlebars->27->1623"
4259 + "default.handlebars->27->1631"
4260 ]
4261 },
4262 {
@@ -4318,7 +4318,7 @@
4318 "zh-chs": "代理离线",
4319 "zh-cht": "代理離線",
4320 "xloc": [
4321 - "default.handlebars->27->996"
4321 + "default.handlebars->27->1001"
4322 ]
4323 },
4324 {
@@ -4338,7 +4338,7 @@
4338 "zh-chs": "代理在线",
4339 "zh-cht": "代理在線",
4340 "xloc": [
4341 - "default.handlebars->27->995"
4341 + "default.handlebars->27->1000"
4342 ]
4343 },
4344 {
@@ -4358,7 +4358,7 @@
4358 "zh-chs": "代理",
4359 "zh-cht": "代理",
4360 "xloc": [
4361 - "default.handlebars->27->2071"
4361 + "default.handlebars->27->2079"
4362 ]
4363 },
4364 {
@@ -4378,7 +4378,7 @@
4378 "zh-chs": "阿尔巴尼亚文",
4379 "zh-cht": "阿爾巴尼亞文",
4380 "xloc": [
4381 - "default.handlebars->27->1035"
4381 + "default.handlebars->27->1040"
4382 ]
4383 },
4384 {
@@ -4399,8 +4399,8 @@
4399 "zh-cht": "所有",
4400 "xloc": [
4401 "default-mobile.handlebars->9->117",
4402 - "default-mobile.handlebars->9->297",
4403 - "default-mobile.handlebars->9->299",
4402 + "default-mobile.handlebars->9->298",
4403 + "default-mobile.handlebars->9->300",
4404 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
4405 ]
4406 },
@@ -4421,7 +4421,7 @@
4421 "zh-chs": "全部可用",
4422 "zh-cht": "全部可用",
4423 "xloc": [
4424 - "default.handlebars->27->1672"
4424 + "default.handlebars->27->1680"
4425 ]
4426 },
4427 {
@@ -4458,7 +4458,7 @@
4458 "zh-chs": "所有事件",
4459 "zh-cht": "所有事件",
4460 "xloc": [
4461 - "default.handlebars->27->1670"
4461 + "default.handlebars->27->1678"
4462 ]
4463 },
4464 {
@@ -4478,9 +4478,9 @@
4478 "zh-chs": "全部聚焦",
4479 "zh-cht": "全部聚焦",
4480 "xloc": [
4481 - "default.handlebars->27->831",
4482 - "default.handlebars->27->833",
4483 - "default.handlebars->27->834"
4481 + "default.handlebars->27->836",
4482 + "default.handlebars->27->838",
4483 + "default.handlebars->27->839"
4484 ]
4485 },
4486 {
@@ -4500,8 +4500,8 @@
4500 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4501 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4502 "xloc": [
4503 - "default.handlebars->27->1417",
4504 - "default.handlebars->27->1873"
4503 + "default.handlebars->27->1422",
4504 + "default.handlebars->27->1881"
4505 ]
4506 },
4507 {
@@ -4521,7 +4521,7 @@
4521 "zh-chs": "允许用户管理此设备。",
4522 "zh-cht": "允許用戶管理此裝置。",
4523 "xloc": [
4524 - "default.handlebars->27->1418"
4524 + "default.handlebars->27->1423"
4525 ]
4526 },
4527 {
@@ -4585,7 +4585,7 @@
4585 "zh-chs": "备用(F10 = ESC + 0)",
4586 "zh-cht": "備用(F10 = ESC + 0)",
4587 "xloc": [
4588 - "default.handlebars->27->868"
4588 + "default.handlebars->27->873"
4589 ]
4590 },
4591 {
@@ -4626,9 +4626,9 @@
4626 "zh-chs": "一直通知",
4627 "zh-cht": "一直通知",
4628 "xloc": [
4629 - "default.handlebars->27->1329",
4630 - "default.handlebars->27->1834",
4631 - "default.handlebars->27->1921",
4629 + "default.handlebars->27->1334",
4630 + "default.handlebars->27->1842",
4631 + "default.handlebars->27->1929",
4632 "default.handlebars->27->608"
4633 ]
4634 },
@@ -4649,9 +4649,9 @@
4649 "zh-chs": "一直提示",
4650 "zh-cht": "一直提示",
4651 "xloc": [
4652 - "default.handlebars->27->1330",
4653 - "default.handlebars->27->1835",
4654 - "default.handlebars->27->1922",
4652 + "default.handlebars->27->1335",
4653 + "default.handlebars->27->1843",
4654 + "default.handlebars->27->1930",
4655 "default.handlebars->27->609"
4656 ]
4657 },
@@ -4894,7 +4894,7 @@
4894 "zh-chs": "阿拉伯文(阿尔及利亚)",
4895 "zh-cht": "阿拉伯文(阿爾及利亞)",
4896 "xloc": [
4897 - "default.handlebars->27->1037"
4897 + "default.handlebars->27->1042"
4898 ]
4899 },
4900 {
@@ -4914,7 +4914,7 @@
4914 "zh-chs": "阿拉伯文(巴林)",
4915 "zh-cht": "阿拉伯文(巴林)",
4916 "xloc": [
4917 - "default.handlebars->27->1038"
4917 + "default.handlebars->27->1043"
4918 ]
4919 },
4920 {
@@ -4934,7 +4934,7 @@
4934 "zh-chs": "阿拉伯文(埃及)",
4935 "zh-cht": "阿拉伯文(埃及)",
4936 "xloc": [
4937 - "default.handlebars->27->1039"
4937 + "default.handlebars->27->1044"
4938 ]
4939 },
4940 {
@@ -4954,7 +4954,7 @@
4954 "zh-chs": "阿拉伯文(伊拉克)",
4955 "zh-cht": "阿拉伯文(伊拉克)",
4956 "xloc": [
4957 - "default.handlebars->27->1040"
4957 + "default.handlebars->27->1045"
4958 ]
4959 },
4960 {
@@ -4974,7 +4974,7 @@
4974 "zh-chs": "阿拉伯文(约旦)",
4975 "zh-cht": "阿拉伯文(約旦)",
4976 "xloc": [
4977 - "default.handlebars->27->1041"
4977 + "default.handlebars->27->1046"
4978 ]
4979 },
4980 {
@@ -4994,7 +4994,7 @@
4994 "zh-chs": "阿拉伯文(科威特)",
4995 "zh-cht": "阿拉伯文(科威特)",
4996 "xloc": [
4997 - "default.handlebars->27->1042"
4997 + "default.handlebars->27->1047"
4998 ]
4999 },
5000 {
@@ -5014,7 +5014,7 @@
5014 "zh-chs": "阿拉伯文(黎巴嫩)",
5015 "zh-cht": "阿拉伯文(黎巴嫩)",
5016 "xloc": [
5017 - "default.handlebars->27->1043"
5017 + "default.handlebars->27->1048"
5018 ]
5019 },
5020 {
@@ -5034,7 +5034,7 @@
5034 "zh-chs": "阿拉伯文(利比亚)",
5035 "zh-cht": "阿拉伯文(利比亞)",
5036 "xloc": [
5037 - "default.handlebars->27->1044"
5037 + "default.handlebars->27->1049"
5038 ]
5039 },
5040 {
@@ -5054,7 +5054,7 @@
5054 "zh-chs": "阿拉伯文(摩洛哥)",
5055 "zh-cht": "阿拉伯文(摩洛哥)",
5056 "xloc": [
5057 - "default.handlebars->27->1045"
5057 + "default.handlebars->27->1050"
5058 ]
5059 },
5060 {
@@ -5074,7 +5074,7 @@
5074 "zh-chs": "阿拉伯文(阿曼)",
5075 "zh-cht": "阿拉伯文(阿曼)",
5076 "xloc": [
5077 - "default.handlebars->27->1046"
5077 + "default.handlebars->27->1051"
5078 ]
5079 },
5080 {
@@ -5094,7 +5094,7 @@
5094 "zh-chs": "阿拉伯文(卡塔尔)",
5095 "zh-cht": "阿拉伯文(卡塔爾)",
5096 "xloc": [
5097 - "default.handlebars->27->1047"
5097 + "default.handlebars->27->1052"
5098 ]
5099 },
5100 {
@@ -5114,7 +5114,7 @@
5114 "zh-chs": "阿拉伯文(沙特阿拉伯)",
5115 "zh-cht": "阿拉伯文(沙特阿拉伯)",
5116 "xloc": [
5117 - "default.handlebars->27->1048"
5117 + "default.handlebars->27->1053"
5118 ]
5119 },
5120 {
@@ -5134,7 +5134,7 @@
5134 "zh-chs": "阿拉伯文(标准)",
5135 "zh-cht": "阿拉伯文(標準)",
5136 "xloc": [
5137 - "default.handlebars->27->1036"
5137 + "default.handlebars->27->1041"
5138 ]
5139 },
5140 {
@@ -5154,7 +5154,7 @@
5154 "zh-chs": "阿拉伯文(叙利亚)",
5155 "zh-cht": "阿拉伯文(敘利亞)",
5156 "xloc": [
5157 - "default.handlebars->27->1049"
5157 + "default.handlebars->27->1054"
5158 ]
5159 },
5160 {
@@ -5174,7 +5174,7 @@
5174 "zh-chs": "阿拉伯文(突尼斯)",
5175 "zh-cht": "阿拉伯文(突尼斯)",
5176 "xloc": [
5177 - "default.handlebars->27->1050"
5177 + "default.handlebars->27->1055"
5178 ]
5179 },
5180 {
@@ -5194,7 +5194,7 @@
5194 "zh-chs": "阿拉伯文(阿联酋)",
5195 "zh-cht": "阿拉伯文(阿聯酋)",
5196 "xloc": [
5197 - "default.handlebars->27->1051"
5197 + "default.handlebars->27->1056"
5198 ]
5199 },
5200 {
@@ -5214,7 +5214,7 @@
5214 "zh-chs": "阿拉伯文(也门)",
5215 "zh-cht": "阿拉伯文(也門)",
5216 "xloc": [
5217 - "default.handlebars->27->1052"
5217 + "default.handlebars->27->1057"
5218 ]
5219 },
5220 {
@@ -5234,7 +5234,7 @@
5234 "zh-chs": "阿拉贡文",
5235 "zh-cht": "阿拉貢文",
5236 "xloc": [
5237 - "default.handlebars->27->1053"
5237 + "default.handlebars->27->1058"
5238 ]
5239 },
5240 {
@@ -5254,8 +5254,8 @@
5254 "zh-chs": "架构",
5255 "zh-cht": "結構",
5256 "xloc": [
5257 - "default-mobile.handlebars->9->331",
5258 - "default.handlebars->27->923"
5257 + "default-mobile.handlebars->9->332",
5258 + "default.handlebars->27->928"
5259 ]
5260 },
5261 {
@@ -5295,8 +5295,8 @@
5295 "zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
5296 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5297 "xloc": [
5298 - "default-mobile.handlebars->9->405",
5299 - "default.handlebars->27->1393"
5298 + "default-mobile.handlebars->9->406",
5299 + "default.handlebars->27->1398"
5300 ]
5301 },
5302 {
@@ -5316,7 +5316,7 @@
5316 "zh-chs": "您确定要删除节点{0}吗?",
5317 "zh-cht": "你確定要刪除節點{0}嗎?",
5318 "xloc": [
5319 - "default.handlebars->27->778"
5319 + "default.handlebars->27->783"
5320 ]
5321 },
5322 {
@@ -5336,7 +5336,7 @@
5336 "zh-chs": "您确定要卸载所选代理吗?",
5337 "zh-cht": "你確定要卸載所選代理嗎?",
5338 "xloc": [
5339 - "default.handlebars->27->767"
5339 + "default.handlebars->27->772"
5340 ]
5341 },
5342 {
@@ -5356,7 +5356,7 @@
5356 "zh-chs": "您确定要卸载所选的{0}代理吗?",
5357 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
5358 "xloc": [
5359 - "default.handlebars->27->766"
5359 + "default.handlebars->27->771"
5360 ]
5361 },
5362 {
@@ -5376,7 +5376,7 @@
5376 "zh-chs": "您确定要{0}插件吗:{1}",
5377 "zh-cht": "你確定要{0}外掛嗎:{1}",
5378 "xloc": [
5379 - "default.handlebars->27->2111"
5379 + "default.handlebars->27->2119"
5380 ]
5381 },
5382 {
@@ -5396,7 +5396,7 @@
5396 "zh-chs": "亚美尼亚文",
5397 "zh-cht": "亞美尼亞文",
5398 "xloc": [
5399 - "default.handlebars->27->1054"
5399 + "default.handlebars->27->1059"
5400 ]
5401 },
5402 {
@@ -5456,7 +5456,7 @@
5456 "zh-chs": "阿萨姆文",
5457 "zh-cht": "阿薩姆文",
5458 "xloc": [
5459 - "default.handlebars->27->1055"
5459 + "default.handlebars->27->1060"
5460 ]
5461 },
5462 {
@@ -5476,7 +5476,7 @@
5476 "zh-chs": "阿斯图里亚斯文",
5477 "zh-cht": "阿斯圖里亞斯文",
5478 "xloc": [
5479 - "default.handlebars->27->1056"
5479 + "default.handlebars->27->1061"
5480 ]
5481 },
5482 {
@@ -5496,7 +5496,7 @@
5496 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5497 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5498 "xloc": [
5499 - "default.handlebars->27->1592"
5499 + "default.handlebars->27->1600"
5500 ]
5501 },
5502 {
@@ -5516,7 +5516,7 @@
5516 "zh-chs": "认证软件",
5517 "zh-cht": "認證軟體",
5518 "xloc": [
5519 - "default.handlebars->27->1925"
5519 + "default.handlebars->27->1933"
5520 ]
5521 },
5522 {
@@ -5540,8 +5540,8 @@
5540 "default-mobile.handlebars->9->52",
5541 "default-mobile.handlebars->9->71",
5542 "default-mobile.handlebars->9->73",
5543 - "default.handlebars->27->1020",
5544 - "default.handlebars->27->1022",
5543 + "default.handlebars->27->1025",
5544 + "default.handlebars->27->1027",
5545 "default.handlebars->27->125",
5546 "default.handlebars->27->130"
5547 ]
@@ -5623,7 +5623,7 @@
5623 "zh-chs": "自动删除",
5624 "zh-cht": "自動刪除",
5625 "xloc": [
5626 - "default.handlebars->27->1316"
5626 + "default.handlebars->27->1321"
5627 ]
5628 },
5629 {
@@ -5687,7 +5687,7 @@
5687 "zh-chs": "可用內存",
5688 "zh-cht": "可用內存",
5689 "xloc": [
5690 - "default.handlebars->27->2064"
5690 + "default.handlebars->27->2072"
5691 ]
5692 },
5693 {
@@ -5707,7 +5707,7 @@
5707 "zh-chs": "阿塞拜疆文",
5708 "zh-cht": "阿塞拜疆文",
5709 "xloc": [
5710 - "default.handlebars->27->1057"
5710 + "default.handlebars->27->1062"
5711 ]
5712 },
5713 {
@@ -5727,8 +5727,8 @@
5727 "zh-chs": "的BIOS",
5728 "zh-cht": "的BIOS",
5729 "xloc": [
5730 - "default-mobile.handlebars->9->373",
5731 - "default.handlebars->27->975"
5730 + "default-mobile.handlebars->9->374",
5731 + "default.handlebars->27->980"
5732 ]
5733 },
5734 {
@@ -5843,8 +5843,8 @@
5843 "zh-chs": "背景与互动",
5844 "zh-cht": "背景與互動",
5845 "xloc": [
5846 - "default.handlebars->27->1496",
5847 - "default.handlebars->27->1503",
5846 + "default.handlebars->27->1504",
5847 + "default.handlebars->27->1511",
5848 "default.handlebars->27->354",
5849 "default.handlebars->27->368"
5850 ]
@@ -5866,8 +5866,8 @@
5866 "zh-chs": "仅背景",
5867 "zh-cht": "僅背景",
5868 "xloc": [
5869 - "default.handlebars->27->1497",
5870 - "default.handlebars->27->1504",
5869 + "default.handlebars->27->1505",
5870 + "default.handlebars->27->1512",
5871 "default.handlebars->27->355",
5872 "default.handlebars->27->369",
5873 "default.handlebars->27->383"
@@ -5910,7 +5910,7 @@
5910 "zh-chs": "备用码",
5911 "zh-cht": "備用碼",
5912 "xloc": [
5913 - "default.handlebars->27->1927"
5913 + "default.handlebars->27->1935"
5914 ]
5915 },
5916 {
@@ -5930,7 +5930,7 @@
5930 "zh-chs": "错误的签名",
5931 "zh-cht": "錯誤的簽名",
5932 "xloc": [
5933 - "default.handlebars->27->2046"
5933 + "default.handlebars->27->2054"
5934 ]
5935 },
5936 {
@@ -5950,7 +5950,7 @@
5950 "zh-chs": "错误的网络证书",
5951 "zh-cht": "錯誤的網絡憑證",
5952 "xloc": [
5953 - "default.handlebars->27->2045"
5953 + "default.handlebars->27->2053"
5954 ]
5955 },
5956 {
@@ -5970,7 +5970,7 @@
5970 "zh-chs": "巴斯克",
5971 "zh-cht": "巴斯克",
5972 "xloc": [
5973 - "default.handlebars->27->1058"
5973 + "default.handlebars->27->1063"
5974 ]
5975 },
5976 {
@@ -6010,7 +6010,7 @@
6010 "zh-chs": "白俄罗斯文",
6011 "zh-cht": "白俄羅斯文",
6012 "xloc": [
6013 - "default.handlebars->27->1060"
6013 + "default.handlebars->27->1065"
6014 ]
6015 },
6016 {
@@ -6030,7 +6030,7 @@
6030 "zh-chs": "孟加拉",
6031 "zh-cht": "孟加拉",
6032 "xloc": [
6033 - "default.handlebars->27->1061"
6033 + "default.handlebars->27->1066"
6034 ]
6035 },
6036 {
@@ -6073,7 +6073,7 @@
6073 "zh-chs": "波斯尼亚文",
6074 "zh-cht": "波斯尼亞文",
6075 "xloc": [
6076 - "default.handlebars->27->1062"
6076 + "default.handlebars->27->1067"
6077 ]
6078 },
6079 {
@@ -6093,7 +6093,7 @@
6093 "zh-chs": "布列塔尼",
6094 "zh-cht": "布列塔尼",
6095 "xloc": [
6096 - "default.handlebars->27->1063"
6096 + "default.handlebars->27->1068"
6097 ]
6098 },
6099 {
@@ -6113,7 +6113,7 @@
6113 "zh-chs": "广播",
6114 "zh-cht": "廣播",
6115 "xloc": [
6116 - "default.handlebars->27->1841",
6116 + "default.handlebars->27->1849",
6117 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6118 ]
6119 },
@@ -6134,7 +6134,7 @@
6134 "zh-chs": "广播消息",
6135 "zh-cht": "廣播消息",
6136 "xloc": [
6137 - "default.handlebars->27->1762"
6137 + "default.handlebars->27->1770"
6138 ]
6139 },
6140 {
@@ -6154,7 +6154,7 @@
6154 "zh-chs": "向所有连接的用户广播消息。",
6155 "zh-cht": "向所有連接的用戶廣播消息。",
6156 "xloc": [
6157 - "default.handlebars->27->1757"
6157 + "default.handlebars->27->1765"
6158 ]
6159 },
6160 {
@@ -6174,7 +6174,7 @@
6174 "zh-chs": "保加利亚文",
6175 "zh-cht": "保加利亞文",
6176 "xloc": [
6177 - "default.handlebars->27->1059"
6177 + "default.handlebars->27->1064"
6178 ]
6179 },
6180 {
@@ -6194,7 +6194,7 @@
6194 "zh-chs": "缅甸文",
6195 "zh-cht": "緬甸文",
6196 "xloc": [
6197 - "default.handlebars->27->1064"
6197 + "default.handlebars->27->1069"
6198 ]
6199 },
6200 {
@@ -6236,8 +6236,8 @@
6236 "zh-cht": "CIRA",
6237 "xloc": [
6238 "default-mobile.handlebars->9->201",
6239 - "default.handlebars->27->1381",
6239 "default.handlebars->27->1386",
6240 + "default.handlebars->27->1391",
6241 "default.handlebars->27->213",
6242 "default.handlebars->27->443"
6243 ]
@@ -6259,7 +6259,7 @@
6259 "zh-chs": "CIRA服务器",
6260 "zh-cht": "CIRA伺服器",
6261 "xloc": [
6262 - "default.handlebars->27->2099"
6262 + "default.handlebars->27->2107"
6263 ]
6264 },
6265 {
@@ -6279,7 +6279,7 @@
6279 "zh-chs": "CIRA服务器命令",
6280 "zh-cht": "CIRA伺服器指令",
6281 "xloc": [
6282 - "default.handlebars->27->2100"
6282 + "default.handlebars->27->2108"
6283 ]
6284 },
6285 {
@@ -6299,8 +6299,8 @@
6299 "zh-chs": "CPU",
6300 "zh-cht": "CPU",
6301 "xloc": [
6302 - "default-mobile.handlebars->9->379",
6303 - "default.handlebars->27->981"
6302 + "default-mobile.handlebars->9->380",
6303 + "default.handlebars->27->986"
6304 ]
6305 },
6306 {
@@ -6320,7 +6320,7 @@
6320 "zh-chs": "CPU负载",
6321 "zh-cht": "CPU負載",
6322 "xloc": [
6323 - "default.handlebars->27->2060"
6323 + "default.handlebars->27->2068"
6324 ]
6325 },
6326 {
@@ -6340,7 +6340,7 @@
6340 "zh-chs": "最近15分钟的CPU负载",
6341 "zh-cht": "最近15分鐘的CPU負載",
6342 "xloc": [
6343 - "default.handlebars->27->2063"
6343 + "default.handlebars->27->2071"
6344 ]
6345 },
6346 {
@@ -6360,7 +6360,7 @@
6360 "zh-chs": "最近5分钟的CPU负载",
6361 "zh-cht": "最近5分鐘的CPU負載",
6362 "xloc": [
6363 - "default.handlebars->27->2062"
6363 + "default.handlebars->27->2070"
6364 ]
6365 },
6366 {
@@ -6380,7 +6380,7 @@
6380 "zh-chs": "最近一分钟的CPU负载",
6381 "zh-cht": "最近一分鐘的CPU負載",
6382 "xloc": [
6383 - "default.handlebars->27->2061"
6383 + "default.handlebars->27->2069"
6384 ]
6385 },
6386 {
@@ -6400,8 +6400,8 @@
6400 "zh-chs": "CR+LF",
6401 "zh-cht": "CR+LF",
6402 "xloc": [
6403 - "default.handlebars->27->861",
6404 - "default.handlebars->27->870",
6403 + "default.handlebars->27->866",
6404 + "default.handlebars->27->875",
6405 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
6406 ]
6407 },
@@ -6422,7 +6422,7 @@
6422 "zh-chs": "CSV",
6423 "zh-cht": "CSV",
6424 "xloc": [
6425 - "default.handlebars->27->1680"
6425 + "default.handlebars->27->1688"
6426 ]
6427 },
6428 {
@@ -6442,8 +6442,8 @@
6442 "zh-chs": "CSV格式",
6443 "zh-cht": "CSV格式",
6444 "xloc": [
6445 - "default.handlebars->27->1684",
6446 - "default.handlebars->27->1749",
6445 + "default.handlebars->27->1692",
6446 + "default.handlebars->27->1757",
6447 "default.handlebars->27->493"
6448 ]
6449 },
@@ -6464,7 +6464,7 @@
6464 "zh-chs": "呼叫错误",
6465 "zh-cht": "呼叫錯誤",
6466 "xloc": [
6467 - "default.handlebars->27->2112"
6467 + "default.handlebars->27->2120"
6468 ]
6469 },
6470 {
@@ -6486,7 +6486,7 @@
6486 "xloc": [
6487 "default-mobile.handlebars->9->82",
6488 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
6489 - "default.handlebars->27->1294",
6489 + "default.handlebars->27->1299",
6490 "default.handlebars->container->dialog->idx_dlgButtonBar",
6491 "desktop.handlebars->p11->dialog->idx_dlgButtonBar",
6492 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -6513,10 +6513,10 @@
6513 "zh-chs": "容量",
6514 "zh-cht": "容量",
6515 "xloc": [
6516 - "default-mobile.handlebars->9->387",
6517 - "default-mobile.handlebars->9->389",
6518 - "default.handlebars->27->989",
6519 - "default.handlebars->27->991"
6516 + "default-mobile.handlebars->9->388",
6517 + "default-mobile.handlebars->9->390",
6518 + "default.handlebars->27->994",
6519 + "default.handlebars->27->996"
6520 ]
6521 },
6522 {
@@ -6536,8 +6536,8 @@
6536 "zh-chs": "容量/速度",
6537 "zh-cht": "容量/速度",
6538 "xloc": [
6539 - "default-mobile.handlebars->9->382",
6540 - "default.handlebars->27->984"
6539 + "default-mobile.handlebars->9->383",
6540 + "default.handlebars->27->989"
6541 ]
6542 },
6543 {
@@ -6557,7 +6557,7 @@
6557 "zh-chs": "加泰罗尼亚文",
6558 "zh-cht": "加泰羅尼亞文",
6559 "xloc": [
6560 - "default.handlebars->27->1065"
6560 + "default.handlebars->27->1070"
6561 ]
6562 },
6563 {
@@ -6597,7 +6597,7 @@
6597 "zh-chs": "查莫罗",
6598 "zh-cht": "查莫羅",
6599 "xloc": [
6600 - "default.handlebars->27->1066"
6600 + "default.handlebars->27->1071"
6601 ]
6602 },
6603 {
@@ -6639,7 +6639,7 @@
6639 "zh-chs": "更改{0}的电邮",
6640 "zh-cht": "更改{0}的電郵",
6641 "xloc": [
6642 - "default.handlebars->27->1955"
6642 + "default.handlebars->27->1963"
6643 ]
6644 },
6645 {
@@ -6660,8 +6660,8 @@
6660 "zh-cht": "更改群",
6661 "xloc": [
6662 "default.handlebars->27->635",
6663 - "default.handlebars->27->775",
6664 - "default.handlebars->27->776"
6663 + "default.handlebars->27->780",
6664 + "default.handlebars->27->781"
6665 ]
6666 },
6667 {
@@ -6682,8 +6682,8 @@
6682 "zh-cht": "更改密碼",
6683 "xloc": [
6684 "default-mobile.handlebars->9->90",
6685 - "default.handlebars->27->1261",
6686 - "default.handlebars->27->1942"
6685 + "default.handlebars->27->1266",
6686 + "default.handlebars->27->1950"
6687 ]
6688 },
6689 {
@@ -6703,7 +6703,7 @@
6703 "zh-chs": "更改{0}的密码",
6704 "zh-cht": "更改{0}的密碼",
6705 "xloc": [
6706 - "default.handlebars->27->1962"
6706 + "default.handlebars->27->1970"
6707 ]
6708 },
6709 {
@@ -6723,7 +6723,7 @@
6723 "zh-chs": "更改{0}的真实名称",
6724 "zh-cht": "更改{0}的真實名稱",
6725 "xloc": [
6726 - "default.handlebars->27->1950"
6726 + "default.handlebars->27->1958"
6727 ]
6728 },
6729 {
@@ -6805,7 +6805,7 @@
6805 "zh-chs": "更改该用户的密码",
6806 "zh-cht": "更改該用戶的密碼",
6807 "xloc": [
6808 - "default.handlebars->27->1941"
6808 + "default.handlebars->27->1949"
6809 ]
6810 },
6811 {
@@ -6845,7 +6845,7 @@
6845 "zh-chs": "在此处更改您的帐户电邮地址。",
6846 "zh-cht": "在此處更改你的帳戶電郵地址。",
6847 "xloc": [
6848 - "default.handlebars->27->1248"
6848 + "default.handlebars->27->1253"
6849 ]
6850 },
6851 {
@@ -6865,7 +6865,7 @@
6865 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
6866 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
6867 "xloc": [
6868 - "default.handlebars->27->1254"
6868 + "default.handlebars->27->1259"
6869 ]
6870 },
6871 {
@@ -6885,7 +6885,7 @@
6885 "zh-chs": "更改帐户凭据",
6886 "zh-cht": "帳戶憑證已更改",
6887 "xloc": [
6888 - "default.handlebars->27->1644"
6888 + "default.handlebars->27->1652"
6889 ]
6890 },
6891 {
@@ -6905,7 +6905,7 @@
6905 "zh-chs": "{1}组中的设备{0}已更改:{2}",
6906 "zh-cht": "{1}組中的設備{0}已更改:{2}",
6907 "xloc": [
6908 - "default.handlebars->27->1628"
6908 + "default.handlebars->27->1636"
6909 ]
6910 },
6911 {
@@ -6925,7 +6925,7 @@
6925 "zh-chs": "语言从{1}更改为{2}",
6926 "zh-cht": "語言從{1}更改為{2}",
6927 "xloc": [
6928 - "default.handlebars->27->1572"
6928 + "default.handlebars->27->1580"
6929 ]
6930 },
6931 {
@@ -6945,8 +6945,8 @@
6945 "zh-chs": "已更改{0}的用户设备权限",
6946 "zh-cht": "已更改{0}的用戶設備權限",
6947 "xloc": [
6948 - "default.handlebars->27->1630",
6949 - "default.handlebars->27->1651"
6948 + "default.handlebars->27->1638",
6949 + "default.handlebars->27->1659"
6950 ]
6951 },
6952 {
@@ -6966,7 +6966,7 @@
6966 "zh-chs": "更改语言将需要刷新页面。",
6967 "zh-cht": "更改語言將需要刷新頁面。",
6968 "xloc": [
6969 - "default.handlebars->27->1233"
6969 + "default.handlebars->27->1238"
6970 ]
6971 },
6972 {
@@ -6986,9 +6986,9 @@
6986 "zh-chs": "聊天",
6987 "zh-cht": "聊天",
6988 "xloc": [
6989 - "default.handlebars->27->1701",
6989 + "default.handlebars->27->1709",
6990 "default.handlebars->27->688",
6991 - "default.handlebars->27->707"
6991 + "default.handlebars->27->709"
6992 ]
6993 },
6994 {
@@ -7008,10 +7008,10 @@
7008 "zh-chs": "聊天并通知",
7009 "zh-cht": "聊天並通知",
7010 "xloc": [
7011 - "default-mobile.handlebars->9->426",
7012 - "default-mobile.handlebars->9->444",
7013 - "default.handlebars->27->1445",
7014 - "default.handlebars->27->1480"
7011 + "default-mobile.handlebars->9->427",
7012 + "default-mobile.handlebars->9->445",
7013 + "default.handlebars->27->1450",
7014 + "default.handlebars->27->1486"
7015 ]
7016 },
7017 {
@@ -7051,7 +7051,7 @@
7051 "zh-chs": "车臣",
7052 "zh-cht": "車臣",
7053 "xloc": [
7054 - "default.handlebars->27->1067"
7054 + "default.handlebars->27->1072"
7055 ]
7056 },
7057 {
@@ -7151,8 +7151,8 @@
7151 "zh-chs": "检查...",
7152 "zh-cht": "檢查...",
7153 "xloc": [
7154 - "default.handlebars->27->1033",
7155 - "default.handlebars->27->2106"
7154 + "default.handlebars->27->1038",
7155 + "default.handlebars->27->2114"
7156 ]
7157 },
7158 {
@@ -7172,7 +7172,7 @@
7172 "zh-chs": "中文",
7173 "zh-cht": "中文",
7174 "xloc": [
7175 - "default.handlebars->27->1068"
7175 + "default.handlebars->27->1073"
7176 ]
7177 },
7178 {
@@ -7192,7 +7192,7 @@
7192 "zh-chs": "中文(香港)",
7193 "zh-cht": "中文(香港)",
7194 "xloc": [
7195 - "default.handlebars->27->1069"
7195 + "default.handlebars->27->1074"
7196 ]
7197 },
7198 {
@@ -7212,7 +7212,7 @@
7212 "zh-chs": "中文(中国)",
7213 "zh-cht": "中文(中國)",
7214 "xloc": [
7215 - "default.handlebars->27->1070"
7215 + "default.handlebars->27->1075"
7216 ]
7217 },
7218 {
@@ -7232,7 +7232,7 @@
7232 "zh-chs": "简体中文",
7233 "zh-cht": "簡體中文",
7234 "xloc": [
7235 - "default.handlebars->27->1230"
7235 + "default.handlebars->27->1235"
7236 ]
7237 },
7238 {
@@ -7252,7 +7252,7 @@
7252 "zh-chs": "中文(新加坡)",
7253 "zh-cht": "中文(新加坡)",
7254 "xloc": [
7255 - "default.handlebars->27->1071"
7255 + "default.handlebars->27->1076"
7256 ]
7257 },
7258 {
@@ -7272,7 +7272,7 @@
7272 "zh-chs": "中文(台湾)",
7273 "zh-cht": "中文(台灣)",
7274 "xloc": [
7275 - "default.handlebars->27->1072"
7275 + "default.handlebars->27->1077"
7276 ]
7277 },
7278 {
@@ -7292,7 +7292,7 @@
7292 "zh-chs": "繁体中文",
7293 "zh-cht": "繁體中文",
7294 "xloc": [
7295 - "default.handlebars->27->1231"
7295 + "default.handlebars->27->1236"
7296 ]
7297 },
7298 {
@@ -7333,7 +7333,7 @@
7333 "zh-chs": "楚瓦什",
7334 "zh-cht": "楚瓦什",
7335 "xloc": [
7336 - "default.handlebars->27->1073"
7336 + "default.handlebars->27->1078"
7337 ]
7338 },
7339 {
@@ -7374,16 +7374,16 @@
7374 "zh-cht": "清除",
7375 "xloc": [
7376 "default-mobile.handlebars->9->132",
7377 - "default-mobile.handlebars->9->315",
7378 - "default-mobile.handlebars->9->317",
7379 - "default-mobile.handlebars->9->319",
7380 - "default-mobile.handlebars->9->321",
7377 + "default-mobile.handlebars->9->316",
7378 + "default-mobile.handlebars->9->318",
7379 + "default-mobile.handlebars->9->320",
7380 + "default-mobile.handlebars->9->322",
7381 "default-mobile.handlebars->9->59",
7382 - "default.handlebars->27->1566",
7383 - "default.handlebars->27->900",
7384 - "default.handlebars->27->902",
7385 - "default.handlebars->27->904",
7386 - "default.handlebars->27->906",
7382 + "default.handlebars->27->1574",
7383 + "default.handlebars->27->905",
7384 + "default.handlebars->27->907",
7385 + "default.handlebars->27->909",
7386 + "default.handlebars->27->911",
7387 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
7388 "default.handlebars->container->column_l->p41->3->1",
7389 "messenger.handlebars->xbottom"
@@ -7426,7 +7426,7 @@
7426 "zh-chs": "全部清除",
7427 "zh-cht": "全部清除",
7428 "xloc": [
7429 - "default.handlebars->27->2033"
7429 + "default.handlebars->27->2041"
7430 ]
7431 },
7432 {
@@ -7446,7 +7446,7 @@
7446 "zh-chs": "清除核心",
7447 "zh-cht": "清除核心",
7448 "xloc": [
7449 - "default.handlebars->27->1005"
7449 + "default.handlebars->27->1010"
7450 ]
7451 },
7452 {
@@ -7486,7 +7486,7 @@
7486 "zh-chs": "清除此通知",
7487 "zh-cht": "清除此通知",
7488 "xloc": [
7489 - "default.handlebars->27->2032"
7489 + "default.handlebars->27->2040"
7490 ]
7491 },
7492 {
@@ -7546,8 +7546,8 @@
7546 "zh-chs": "单击此处编辑设备组名称",
7547 "zh-cht": "單擊此處編輯裝置群名稱",
7548 "xloc": [
7549 - "default.handlebars->27->1305",
7550 - "default.handlebars->27->1517"
7549 + "default.handlebars->27->1310",
7550 + "default.handlebars->27->1525"
7551 ]
7552 },
7553 {
@@ -7587,7 +7587,7 @@
7587 "zh-chs": "单击此处编辑用户组名称",
7588 "zh-cht": "單擊此處編輯用戶群名稱",
7589 "xloc": [
7590 - "default.handlebars->27->1818"
7590 + "default.handlebars->27->1826"
7591 ]
7592 },
7593 {
@@ -7648,7 +7648,7 @@
7648 "zh-cht": "單擊確定將驗證電郵發送到:",
7649 "xloc": [
7650 "default-mobile.handlebars->9->75",
7651 - "default.handlebars->27->1245"
7651 + "default.handlebars->27->1250"
7652 ]
7653 },
7654 {
@@ -7688,8 +7688,8 @@
7688 "zh-chs": "客户端控制模式(CCM)",
7689 "zh-cht": "客戶端控制模式(CCM)",
7690 "xloc": [
7691 - "default-mobile.handlebars->9->360",
7692 - "default.handlebars->27->962"
7691 + "default-mobile.handlebars->9->361",
7692 + "default.handlebars->27->967"
7693 ]
7694 },
7695 {
@@ -7709,7 +7709,7 @@
7709 "zh-chs": "客户编号",
7710 "zh-cht": "客戶編號",
7711 "xloc": [
7712 - "default.handlebars->27->1287"
7712 + "default.handlebars->27->1292"
7713 ]
7714 },
7715 {
@@ -7729,8 +7729,8 @@
7729 "zh-chs": "客户端启动的远程访问",
7730 "zh-cht": "客戶端啟動的遠程訪問",
7731 "xloc": [
7732 - "default.handlebars->27->1380",
7733 - "default.handlebars->27->1385"
7732 + "default.handlebars->27->1385",
7733 + "default.handlebars->27->1390"
7734 ]
7735 },
7736 {
@@ -7750,7 +7750,7 @@
7750 "zh-chs": "客户机密",
7751 "zh-cht": "客戶機密",
7752 "xloc": [
7753 - "default.handlebars->27->1288"
7753 + "default.handlebars->27->1293"
7754 ]
7755 },
7756 {
@@ -7794,7 +7794,7 @@
7794 "default-mobile.handlebars->9->57",
7795 "default.handlebars->27->137",
7796 "default.handlebars->27->145",
7797 - "default.handlebars->27->852"
7797 + "default.handlebars->27->857"
7798 ]
7799 },
7800 {
@@ -7814,7 +7814,7 @@
7814 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
7815 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
7816 "xloc": [
7817 - "default.handlebars->27->1577"
7817 + "default.handlebars->27->1585"
7818 ]
7819 },
7820 {
@@ -7886,6 +7886,14 @@
7886 "default.handlebars->27->414"
7887 ]
7888 },
7889 + {
7890 + "en": "Commands",
7891 + "xloc": [
7892 + "default.handlebars->27->1488",
7893 + "default.handlebars->27->690",
7894 + "default.handlebars->27->711"
7895 + ]
7896 + },
7897 {
7898 "cs": "Společné skupiny zařízení",
7899 "de": "Gemeinsame Gerätegruppen",
@@ -7903,8 +7911,8 @@
7911 "zh-chs": "通用设备组",
7912 "zh-cht": "通用裝置群",
7913 "xloc": [
7906 - "default.handlebars->27->1849",
7907 - "default.handlebars->27->1967"
7914 + "default.handlebars->27->1857",
7915 + "default.handlebars->27->1975"
7916 ]
7917 },
7918 {
@@ -7924,8 +7932,8 @@
7932 "zh-chs": "通用设备",
7933 "zh-cht": "通用裝置",
7934 "xloc": [
7927 - "default.handlebars->27->1855",
7928 - "default.handlebars->27->1979"
7935 + "default.handlebars->27->1863",
7936 + "default.handlebars->27->1987"
7937 ]
7938 },
7939 {
@@ -7945,7 +7953,7 @@
7953 "zh-chs": "压缩档案...",
7954 "zh-cht": "壓縮檔案...",
7955 "xloc": [
7948 - "default.handlebars->27->877"
7956 + "default.handlebars->27->882"
7957 ]
7958 },
7959 {
@@ -7966,7 +7974,7 @@
7974 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
7975 "xloc": [
7976 "default-mobile.handlebars->9->127",
7969 - "default.handlebars->27->1561"
7977 + "default.handlebars->27->1569"
7978 ]
7979 },
7980 {
@@ -7986,16 +7994,16 @@
7994 "zh-chs": "确认",
7995 "zh-cht": "確認",
7996 "xloc": [
7989 - "default-mobile.handlebars->9->277",
7990 - "default-mobile.handlebars->9->406",
7991 - "default.handlebars->27->1394",
7992 - "default.handlebars->27->1729",
7993 - "default.handlebars->27->1808",
7994 - "default.handlebars->27->1869",
7995 - "default.handlebars->27->1965",
7997 + "default-mobile.handlebars->9->278",
7998 + "default-mobile.handlebars->9->407",
7999 + "default.handlebars->27->1399",
8000 + "default.handlebars->27->1737",
8001 + "default.handlebars->27->1816",
8002 + "default.handlebars->27->1877",
8003 + "default.handlebars->27->1973",
8004 "default.handlebars->27->469",
7997 - "default.handlebars->27->770",
7998 - "default.handlebars->27->779"
8005 + "default.handlebars->27->775",
8006 + "default.handlebars->27->784"
8007 ]
8008 },
8009 {
@@ -8015,8 +8023,8 @@
8023 "zh-chs": "确认将1个副本复制到此位置?",
8024 "zh-cht": "確認將1個副本複製到此位置?",
8025 "xloc": [
8018 - "default-mobile.handlebars->9->310",
8019 - "default.handlebars->27->895"
8026 + "default-mobile.handlebars->9->311",
8027 + "default.handlebars->27->900"
8028 ]
8029 },
8030 {
@@ -8036,7 +8044,7 @@
8044 "zh-chs": "确认{0}个条目的复制到此位置?",
8045 "zh-cht": "確認{0}個條目的複製到此位置?",
8046 "xloc": [
8039 - "default.handlebars->27->894"
8047 + "default.handlebars->27->899"
8048 ]
8049 },
8050 {
@@ -8056,7 +8064,7 @@
8064 "zh-chs": "确认{0}个条目的副本到此位置?",
8065 "zh-cht": "確認{0}個條目的副本到此位置?",
8066 "xloc": [
8059 - "default-mobile.handlebars->9->309"
8067 + "default-mobile.handlebars->9->310"
8068 ]
8069 },
8070 {
@@ -8076,7 +8084,7 @@
8084 "zh-chs": "确认删除选定的帐户?",
8085 "zh-cht": "確認刪除所選帳戶?",
8086 "xloc": [
8079 - "default.handlebars->27->1728"
8087 + "default.handlebars->27->1736"
8088 ]
8089 },
8090 {
@@ -8116,7 +8124,7 @@
8124 "zh-chs": "确认删除选定的用户组?",
8125 "zh-cht": "確認刪除所選用戶群?",
8126 "xloc": [
8119 - "default.handlebars->27->1807"
8127 + "default.handlebars->27->1815"
8128 ]
8129 },
8130 {
@@ -8136,7 +8144,7 @@
8144 "zh-chs": "确认删除用户{0}?",
8145 "zh-cht": "確認刪除用戶{0}?",
8146 "xloc": [
8139 - "default.handlebars->27->1964"
8147 + "default.handlebars->27->1972"
8148 ]
8149 },
8150 {
@@ -8156,7 +8164,7 @@
8164 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8165 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8166 "xloc": [
8159 - "default.handlebars->27->1872"
8167 + "default.handlebars->27->1880"
8168 ]
8169 },
8170 {
@@ -8176,7 +8184,7 @@
8184 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8185 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8186 "xloc": [
8179 - "default.handlebars->27->1994"
8187 + "default.handlebars->27->2002"
8188 ]
8189 },
8190 {
@@ -8196,8 +8204,8 @@
8204 "zh-chs": "确认将1个条目移动到此位置?",
8205 "zh-cht": "確認將1個條目移動到此位置?",
8206 "xloc": [
8199 - "default-mobile.handlebars->9->312",
8200 - "default.handlebars->27->897"
8207 + "default-mobile.handlebars->9->313",
8208 + "default.handlebars->27->902"
8209 ]
8210 },
8211 {
@@ -8217,7 +8225,7 @@
8225 "zh-chs": "确认将{0}个条目移到此位置?",
8226 "zh-cht": "確認將{0}個條目移到該位置?",
8227 "xloc": [
8220 - "default.handlebars->27->896"
8228 + "default.handlebars->27->901"
8229 ]
8230 },
8231 {
@@ -8237,7 +8245,7 @@
8245 "zh-chs": "确认将{0}个条目移到该位置?",
8246 "zh-cht": "確認將{0}個條目移到該位置?",
8247 "xloc": [
8240 - "default-mobile.handlebars->9->311"
8248 + "default-mobile.handlebars->9->312"
8249 ]
8250 },
8251 {
@@ -8257,7 +8265,7 @@
8265 "zh-chs": "确认覆盖?",
8266 "zh-cht": "確認覆蓋?",
8267 "xloc": [
8260 - "default.handlebars->27->1560"
8268 + "default.handlebars->27->1568"
8269 ]
8270 },
8271 {
@@ -8277,8 +8285,8 @@
8285 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
8286 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8287 "xloc": [
8280 - "default.handlebars->27->1862",
8281 - "default.handlebars->27->1985"
8288 + "default.handlebars->27->1870",
8289 + "default.handlebars->27->1993"
8290 ]
8291 },
8292 {
@@ -8298,8 +8306,8 @@
8306 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8307 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8308 "xloc": [
8301 - "default.handlebars->27->1864",
8302 - "default.handlebars->27->1998"
8309 + "default.handlebars->27->1872",
8310 + "default.handlebars->27->2006"
8311 ]
8312 },
8313 {
@@ -8319,7 +8327,7 @@
8327 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
8328 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8329 "xloc": [
8322 - "default.handlebars->27->1987"
8330 + "default.handlebars->27->1995"
8331 ]
8332 },
8333 {
@@ -8339,7 +8347,7 @@
8347 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8348 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8349 "xloc": [
8342 - "default.handlebars->27->1990"
8350 + "default.handlebars->27->1998"
8351 ]
8352 },
8353 {
@@ -8359,8 +8367,8 @@
8367 "zh-chs": "确认删除访问权限?",
8368 "zh-cht": "確認刪除訪問權限?",
8369 "xloc": [
8362 - "default.handlebars->27->1988",
8363 - "default.handlebars->27->1991"
8370 + "default.handlebars->27->1996",
8371 + "default.handlebars->27->1999"
8372 ]
8373 },
8374 {
@@ -8381,7 +8389,7 @@
8389 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
8390 "xloc": [
8391 "default-mobile.handlebars->9->74",
8384 - "default.handlebars->27->1023"
8392 + "default.handlebars->27->1028"
8393 ]
8394 },
8395 {
@@ -8452,7 +8460,7 @@
8460 "zh-chs": "确认删除用户“ {0} ”的权限?",
8461 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
8462 "xloc": [
8455 - "default.handlebars->27->1489"
8463 + "default.handlebars->27->1497"
8464 ]
8465 },
8466 {
@@ -8472,7 +8480,7 @@
8480 "zh-chs": "确认删除用户组“ {0} ”的权限?",
8481 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
8482 "xloc": [
8475 - "default.handlebars->27->1491"
8483 + "default.handlebars->27->1499"
8484 ]
8485 },
8486 {
@@ -8509,7 +8517,7 @@
8517 "zh-chs": "确认删除用户{0}?",
8518 "zh-cht": "確認刪除用戶{0}?",
8519 "xloc": [
8512 - "default-mobile.handlebars->9->453"
8520 + "default-mobile.handlebars->9->454"
8521 ]
8522 },
8523 {
@@ -8529,11 +8537,11 @@
8537 "zh-chs": "连接",
8538 "zh-cht": "連接",
8539 "xloc": [
8532 - "default-mobile.handlebars->9->292",
8540 + "default-mobile.handlebars->9->293",
8541 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
8542 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
8535 - "default.handlebars->27->1333",
8536 - "default.handlebars->27->873",
8543 + "default.handlebars->27->1338",
8544 + "default.handlebars->27->878",
8545 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
8546 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
8547 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -8580,8 +8588,8 @@
8588 "zh-chs": "连接到服务器",
8589 "zh-cht": "連接到伺服器",
8590 "xloc": [
8583 - "default.handlebars->27->1384",
8584 - "default.handlebars->27->1388"
8591 + "default.handlebars->27->1389",
8592 + "default.handlebars->27->1393"
8593 ]
8594 },
8595 {
@@ -8702,7 +8710,7 @@
8710 "zh-chs": "已连接的英特尔&reg;AMT",
8711 "zh-cht": "已連接的Intel&reg; AMT",
8712 "xloc": [
8705 - "default.handlebars->27->2051"
8713 + "default.handlebars->27->2059"
8714 ]
8715 },
8716 {
@@ -8722,7 +8730,7 @@
8730 "zh-chs": "已连接的用户",
8731 "zh-cht": "已连接的用户",
8732 "xloc": [
8725 - "default.handlebars->27->2056"
8733 + "default.handlebars->27->2064"
8734 ]
8735 },
8736 {
@@ -8742,8 +8750,8 @@
8750 "zh-chs": "现在已连接",
8751 "zh-cht": "現在已連接",
8752 "xloc": [
8745 - "default-mobile.handlebars->9->335",
8746 - "default.handlebars->27->927"
8753 + "default-mobile.handlebars->9->336",
8754 + "default.handlebars->27->932"
8755 ]
8756 },
8757 {
@@ -8784,13 +8792,13 @@
8792 "zh-cht": "正在連線...",
8793 "xloc": [
8794 "default-mobile.handlebars->9->2",
8787 - "default-mobile.handlebars->9->328",
8795 + "default-mobile.handlebars->9->329",
8796 "default-mobile.handlebars->9->37",
8797 "default.handlebars->27->240",
8798 "default.handlebars->27->243",
8799 "default.handlebars->27->270",
8800 "default.handlebars->27->9",
8793 - "default.handlebars->27->918",
8801 + "default.handlebars->27->923",
8802 "desktop.handlebars->3->2",
8803 "xterm.handlebars->9->2"
8804 ]
@@ -8812,7 +8820,7 @@
8820 "zh-chs": "连接数量",
8821 "zh-cht": "連接數量",
8822 "xloc": [
8815 - "default.handlebars->27->2070"
8823 + "default.handlebars->27->2078"
8824 ]
8825 },
8826 {
@@ -8832,7 +8840,7 @@
8840 "zh-chs": "连接转发器",
8841 "zh-cht": "連接轉發器",
8842 "xloc": [
8835 - "default.handlebars->27->2098"
8843 + "default.handlebars->27->2106"
8844 ]
8845 },
8846 {
@@ -8893,7 +8901,7 @@
8901 "zh-cht": "連接性",
8902 "xloc": [
8903 "default-mobile.handlebars->9->245",
8896 - "default.handlebars->27->1524",
8904 + "default.handlebars->27->1532",
8905 "default.handlebars->27->231",
8906 "default.handlebars->27->622",
8907 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
@@ -8917,7 +8925,7 @@
8925 "zh-cht": "控制台",
8926 "xloc": [
8927 "default.handlebars->27->683",
8920 - "default.handlebars->27->702",
8928 + "default.handlebars->27->704",
8929 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
8930 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
8931 "default.handlebars->contextMenu->cxconsole"
@@ -8961,7 +8969,7 @@
8969 "zh-cht": "控制",
8970 "xloc": [
8971 "default.handlebars->27->682",
8964 - "default.handlebars->27->701",
8972 + "default.handlebars->27->703",
8973 "messenger.handlebars->13->1"
8974 ]
8975 },
@@ -8982,7 +8990,7 @@
8990 "zh-chs": "Cookie编码器",
8991 "zh-cht": "Cookie編碼器",
8992 "xloc": [
8985 - "default.handlebars->27->2084"
8993 + "default.handlebars->27->2092"
8994 ]
8995 },
8996 {
@@ -9139,8 +9147,8 @@
9147 "zh-chs": "复制连结到剪贴板",
9148 "zh-cht": "複製連結到剪貼板",
9149 "xloc": [
9142 - "default.handlebars->27->1529",
9143 - "default.handlebars->27->1548",
9150 + "default.handlebars->27->1537",
9151 + "default.handlebars->27->1556",
9152 "default.handlebars->27->193",
9153 "default.handlebars->27->371"
9154 ]
@@ -9243,7 +9251,7 @@
9251 "zh-chs": "复制:“{0}”到“{1}”",
9252 "zh-cht": "複製:“{0}”到“{1}”",
9253 "xloc": [
9246 - "default.handlebars->27->1620"
9254 + "default.handlebars->27->1628"
9255 ]
9256 },
9257 {
@@ -9389,7 +9397,7 @@
9397 "zh-chs": "核心服务器",
9398 "zh-cht": "核心伺服器",
9399 "xloc": [
9392 - "default.handlebars->27->2083"
9400 + "default.handlebars->27->2091"
9401 ]
9402 },
9403 {
@@ -9409,7 +9417,7 @@
9417 "zh-chs": "科西嘉文",
9418 "zh-cht": "科西嘉文",
9419 "xloc": [
9412 - "default.handlebars->27->1074"
9420 + "default.handlebars->27->1079"
9421 ]
9422 },
9423 {
@@ -9429,7 +9437,7 @@
9437 "zh-chs": "创建帐号",
9438 "zh-cht": "創建帳號",
9439 "xloc": [
9432 - "default.handlebars->27->1776",
9440 + "default.handlebars->27->1784",
9441 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9442 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9443 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9472,7 +9480,7 @@
9480 "zh-chs": "创建用户组",
9481 "zh-cht": "創建用戶群",
9482 "xloc": [
9475 - "default.handlebars->27->1815"
9483 + "default.handlebars->27->1823"
9484 ]
9485 },
9486 {
@@ -9512,7 +9520,7 @@
9520 "zh-chs": "使用以下选项创建一个新的设备组。",
9521 "zh-cht": "使用以下選項創建一個新的裝置群。",
9522 "xloc": [
9515 - "default.handlebars->27->1268"
9523 + "default.handlebars->27->1273"
9524 ]
9525 },
9526 {
@@ -9552,7 +9560,7 @@
9560 "zh-chs": "创建文件夹:“{0}”",
9561 "zh-cht": "創建文件夾:“{0}”",
9562 "xloc": [
9555 - "default.handlebars->27->1613"
9563 + "default.handlebars->27->1621"
9564 ]
9565 },
9566 {
@@ -9572,7 +9580,7 @@
9580 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9581 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9582 "xloc": [
9575 - "default.handlebars->27->1740"
9583 + "default.handlebars->27->1748"
9584 ]
9585 },
9586 {
@@ -9614,7 +9622,7 @@
9622 "zh-chs": "创建的设备组:{0}",
9623 "zh-cht": "創建的設備組:{0}",
9624 "xloc": [
9617 - "default.handlebars->27->1624"
9625 + "default.handlebars->27->1632"
9626 ]
9627 },
9628 {
@@ -9634,7 +9642,7 @@
9642 "zh-chs": "创建一个连结,该连结允许没有帐户的访客将远程桌面访问此设备最多1小时。",
9643 "zh-cht": "創建一個鏈結,該鏈結允許沒有帳戶的訪客將遠程桌面訪問此裝置最多1小時。",
9644 "xloc": [
9637 - "default.handlebars->27->718"
9645 + "default.handlebars->27->722"
9646 ]
9647 },
9648 {
@@ -9654,7 +9662,7 @@
9662 "zh-chs": "创建",
9663 "zh-cht": "創建",
9664 "xloc": [
9657 - "default.handlebars->27->1901"
9665 + "default.handlebars->27->1909"
9666 ]
9667 },
9668 {
@@ -9674,7 +9682,7 @@
9682 "zh-chs": "创建时间",
9683 "zh-cht": "創作時間",
9684 "xloc": [
9677 - "default.handlebars->27->1315"
9685 + "default.handlebars->27->1320"
9686 ]
9687 },
9688 {
@@ -9716,8 +9724,8 @@
9724 "zh-chs": "创建者",
9725 "zh-cht": "創作者",
9726 "xloc": [
9719 - "default.handlebars->27->1313",
9720 - "default.handlebars->27->1314"
9727 + "default.handlebars->27->1318",
9728 + "default.handlebars->27->1319"
9729 ]
9730 },
9731 {
@@ -9737,7 +9745,7 @@
9745 "zh-chs": "证书",
9746 "zh-cht": "證書",
9747 "xloc": [
9740 - "default.handlebars->27->1285"
9748 + "default.handlebars->27->1290"
9749 ]
9750 },
9751 {
@@ -9757,7 +9765,7 @@
9765 "zh-chs": "克里语",
9766 "zh-cht": "克里語",
9767 "xloc": [
9760 - "default.handlebars->27->1075"
9768 + "default.handlebars->27->1080"
9769 ]
9770 },
9771 {
@@ -9777,7 +9785,7 @@
9785 "zh-chs": "克罗地亚文",
9786 "zh-cht": "克羅地亞文",
9787 "xloc": [
9780 - "default.handlebars->27->1076"
9788 + "default.handlebars->27->1081"
9789 ]
9790 },
9791 {
@@ -9944,7 +9952,7 @@
9952 "zh-chs": "捷克文",
9953 "zh-cht": "捷克文",
9954 "xloc": [
9947 - "default.handlebars->27->1077"
9955 + "default.handlebars->27->1082"
9956 ]
9957 },
9958 {
@@ -9984,7 +9992,7 @@
9992 "zh-chs": "丹麦文",
9993 "zh-cht": "丹麥文",
9994 "xloc": [
9987 - "default.handlebars->27->1078"
9995 + "default.handlebars->27->1083"
9996 ]
9997 },
9998 {
@@ -10004,7 +10012,7 @@
10012 "zh-chs": "数据通道",
10013 "zh-cht": "數據通道",
10014 "xloc": [
10007 - "default.handlebars->27->822",
10015 + "default.handlebars->27->827",
10016 "desktop.handlebars->3->12"
10017 ]
10018 },
@@ -10025,7 +10033,7 @@
10033 "zh-chs": "日期和时间",
10034 "zh-cht": "日期和時間",
10035 "xloc": [
10028 - "default.handlebars->27->1236"
10036 + "default.handlebars->27->1241"
10037 ]
10038 },
10039 {
@@ -10045,8 +10053,8 @@
10053 "zh-chs": "天",
10054 "zh-cht": "天",
10055 "xloc": [
10048 - "default-mobile.handlebars->9->267",
10049 - "default.handlebars->27->754"
10056 + "default-mobile.handlebars->9->268",
10057 + "default.handlebars->27->759"
10058 ]
10059 },
10060 {
@@ -10066,7 +10074,7 @@
10074 "zh-chs": "停用客户端控制模式(CCM)",
10075 "zh-cht": "停用客戶端控制模式(CCM)",
10076 "xloc": [
10069 - "default.handlebars->27->1372"
10077 + "default.handlebars->27->1377"
10078 ]
10079 },
10080 {
@@ -10107,10 +10115,10 @@
10115 "zh-chs": "默认",
10116 "zh-cht": "默認",
10117 "xloc": [
10110 - "default.handlebars->27->1763",
10111 - "default.handlebars->27->1811",
10112 - "default.handlebars->27->1822",
10113 - "default.handlebars->27->1890"
10118 + "default.handlebars->27->1771",
10119 + "default.handlebars->27->1819",
10120 + "default.handlebars->27->1830",
10121 + "default.handlebars->27->1898"
10122 ]
10123 },
10124 {
@@ -10131,12 +10139,12 @@
10139 "zh-cht": "刪除",
10140 "xloc": [
10141 "default-mobile.handlebars->9->122",
10134 - "default-mobile.handlebars->9->302",
10142 + "default-mobile.handlebars->9->303",
10143 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
10144 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
10137 - "default.handlebars->27->1555",
10145 + "default.handlebars->27->1563",
10146 "default.handlebars->27->526",
10139 - "default.handlebars->27->886",
10147 + "default.handlebars->27->891",
10148 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
10149 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
10150 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -10164,7 +10172,7 @@
10172 "zh-cht": "刪除帳戶",
10173 "xloc": [
10174 "default-mobile.handlebars->9->84",
10167 - "default.handlebars->27->1253"
10175 + "default.handlebars->27->1258"
10176 ]
10177 },
10178 {
@@ -10184,7 +10192,7 @@
10192 "zh-chs": "删除帐户",
10193 "zh-cht": "刪除帳戶",
10194 "xloc": [
10187 - "default.handlebars->27->1730"
10195 + "default.handlebars->27->1738"
10196 ]
10197 },
10198 {
@@ -10225,10 +10233,10 @@
10233 "zh-chs": "删除群组",
10234 "zh-cht": "刪除群組",
10235 "xloc": [
10228 - "default-mobile.handlebars->9->404",
10229 - "default-mobile.handlebars->9->407",
10230 - "default.handlebars->27->1365",
10231 - "default.handlebars->27->1395"
10236 + "default-mobile.handlebars->9->405",
10237 + "default-mobile.handlebars->9->408",
10238 + "default.handlebars->27->1370",
10239 + "default.handlebars->27->1400"
10240 ]
10241 },
10242 {
@@ -10248,8 +10256,8 @@
10256 "zh-chs": "删除节点",
10257 "zh-cht": "刪除節點",
10258 "xloc": [
10251 - "default-mobile.handlebars->9->275",
10252 - "default.handlebars->27->780"
10259 + "default-mobile.handlebars->9->276",
10260 + "default.handlebars->27->785"
10261 ]
10262 },
10263 {
@@ -10289,7 +10297,7 @@
10297 "zh-chs": "删除用户",
10298 "zh-cht": "刪除用戶",
10299 "xloc": [
10292 - "default.handlebars->27->1940"
10300 + "default.handlebars->27->1948"
10301 ]
10302 },
10303 {
@@ -10309,8 +10317,8 @@
10317 "zh-chs": "删除用户群组",
10318 "zh-cht": "刪除用戶群組",
10319 "xloc": [
10312 - "default.handlebars->27->1860",
10313 - "default.handlebars->27->1870"
10320 + "default.handlebars->27->1868",
10321 + "default.handlebars->27->1878"
10322 ]
10323 },
10324 {
@@ -10330,7 +10338,7 @@
10338 "zh-chs": "删除用户群组",
10339 "zh-cht": "刪除用戶群組",
10340 "xloc": [
10333 - "default.handlebars->27->1809"
10341 + "default.handlebars->27->1817"
10342 ]
10343 },
10344 {
@@ -10350,7 +10358,7 @@
10358 "zh-chs": "删除用户{0}",
10359 "zh-cht": "刪除用戶{0}",
10360 "xloc": [
10353 - "default.handlebars->27->1963"
10361 + "default.handlebars->27->1971"
10362 ]
10363 },
10364 {
@@ -10371,7 +10379,7 @@
10379 "zh-cht": "刪除帳戶",
10380 "xloc": [
10381 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10374 - "default.handlebars->27->1726",
10382 + "default.handlebars->27->1734",
10383 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10384 ]
10385 },
@@ -10392,7 +10400,7 @@
10400 "zh-chs": "删除设备",
10401 "zh-cht": "刪除裝置",
10402 "xloc": [
10395 - "default.handlebars->27->466"
10403 + "default.handlebars->27->463"
10404 ]
10405 },
10406 {
@@ -10412,7 +10420,7 @@
10420 "zh-chs": "删除群组",
10421 "zh-cht": "刪除群組",
10422 "xloc": [
10415 - "default.handlebars->27->1805"
10423 + "default.handlebars->27->1813"
10424 ]
10425 },
10426 {
@@ -10452,7 +10460,7 @@
10460 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
10461 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
10462 "xloc": [
10455 - "default.handlebars->27->1615"
10463 + "default.handlebars->27->1623"
10464 ]
10465 },
10466 {
@@ -10473,9 +10481,9 @@
10481 "zh-cht": "刪除所選項目?",
10482 "xloc": [
10483 "default-mobile.handlebars->9->124",
10476 - "default-mobile.handlebars->9->304",
10477 - "default.handlebars->27->1557",
10478 - "default.handlebars->27->888"
10484 + "default-mobile.handlebars->9->305",
10485 + "default.handlebars->27->1565",
10486 + "default.handlebars->27->893"
10487 ]
10488 },
10489 {
@@ -10495,7 +10503,7 @@
10503 "zh-chs": "删除用户群组{0}?",
10504 "zh-cht": "刪除用戶群組{0}?",
10505 "xloc": [
10498 - "default.handlebars->27->1868"
10506 + "default.handlebars->27->1876"
10507 ]
10508 },
10509 {
@@ -10516,9 +10524,9 @@
10524 "zh-cht": "刪除{0}個所選項目?",
10525 "xloc": [
10526 "default-mobile.handlebars->9->123",
10519 - "default-mobile.handlebars->9->303",
10520 - "default.handlebars->27->1556",
10521 - "default.handlebars->27->887"
10527 + "default-mobile.handlebars->9->304",
10528 + "default.handlebars->27->1564",
10529 + "default.handlebars->27->892"
10530 ]
10531 },
10532 {
@@ -10538,7 +10546,7 @@
10546 "zh-chs": "删除{0}?",
10547 "zh-cht": "刪除{0}?",
10548 "xloc": [
10541 - "default-mobile.handlebars->9->276"
10549 + "default-mobile.handlebars->9->277"
10550 ]
10551 },
10552 {
@@ -10558,7 +10566,7 @@
10566 "zh-chs": "删除:“{0}”",
10567 "zh-cht": "刪除:“{0}”",
10568 "xloc": [
10561 - "default.handlebars->27->1614"
10569 + "default.handlebars->27->1622"
10570 ]
10571 },
10572 {
@@ -10578,7 +10586,7 @@
10586 "zh-chs": "删除:“{0}”,{1}个元素已删除",
10587 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
10588 "xloc": [
10581 - "default.handlebars->27->1616"
10589 + "default.handlebars->27->1624"
10590 ]
10591 },
10592 {
@@ -10598,7 +10606,7 @@
10606 "zh-chs": "被拒绝",
10607 "zh-cht": "被拒絕",
10608 "xloc": [
10601 - "default.handlebars->27->818",
10609 + "default.handlebars->27->823",
10610 "desktop.handlebars->3->8"
10611 ]
10612 },
@@ -10691,23 +10699,23 @@
10699 "default-mobile.handlebars->9->101",
10700 "default-mobile.handlebars->9->222",
10701 "default-mobile.handlebars->9->223",
10694 - "default-mobile.handlebars->9->281",
10695 - "default-mobile.handlebars->9->341",
10696 - "default-mobile.handlebars->9->396",
10697 - "default-mobile.handlebars->9->409",
10698 - "default.handlebars->27->1273",
10699 - "default.handlebars->27->1310",
10700 - "default.handlebars->27->1397",
10701 - "default.handlebars->27->1814",
10702 - "default.handlebars->27->1824",
10703 - "default.handlebars->27->1825",
10704 - "default.handlebars->27->1866",
10702 + "default-mobile.handlebars->9->282",
10703 + "default-mobile.handlebars->9->342",
10704 + "default-mobile.handlebars->9->397",
10705 + "default-mobile.handlebars->9->410",
10706 + "default.handlebars->27->1278",
10707 + "default.handlebars->27->1315",
10708 + "default.handlebars->27->1402",
10709 + "default.handlebars->27->1822",
10710 + "default.handlebars->27->1832",
10711 + "default.handlebars->27->1833",
10712 + "default.handlebars->27->1874",
10713 "default.handlebars->27->567",
10714 "default.handlebars->27->568",
10715 "default.handlebars->27->77",
10708 - "default.handlebars->27->813",
10709 - "default.handlebars->27->933",
10710 - "default.handlebars->27->943",
10716 + "default.handlebars->27->818",
10717 + "default.handlebars->27->938",
10718 + "default.handlebars->27->948",
10719 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
10720 ]
10721 },
@@ -10746,10 +10754,10 @@
10754 "zh-cht": "桌面",
10755 "xloc": [
10756 "default-mobile.handlebars->9->257",
10749 - "default.handlebars->27->1403",
10750 - "default.handlebars->27->2010",
10757 + "default.handlebars->27->1408",
10758 + "default.handlebars->27->2018",
10759 "default.handlebars->27->532",
10752 - "default.handlebars->27->858",
10760 + "default.handlebars->27->863",
10761 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
10762 "default.handlebars->contextMenu->cxdesktop",
10763 "desktop.handlebars->3->24"
@@ -10792,9 +10800,9 @@
10800 "zh-chs": "桌面通知",
10801 "zh-cht": "桌面通知",
10802 "xloc": [
10795 - "default.handlebars->27->1324",
10796 - "default.handlebars->27->1829",
10797 - "default.handlebars->27->1916",
10803 + "default.handlebars->27->1329",
10804 + "default.handlebars->27->1837",
10805 + "default.handlebars->27->1924",
10806 "default.handlebars->27->603"
10807 ]
10808 },
@@ -10815,9 +10823,9 @@
10823 "zh-chs": "桌面提示",
10824 "zh-cht": "桌面提示",
10825 "xloc": [
10818 - "default.handlebars->27->1323",
10819 - "default.handlebars->27->1828",
10820 - "default.handlebars->27->1915",
10826 + "default.handlebars->27->1328",
10827 + "default.handlebars->27->1836",
10828 + "default.handlebars->27->1923",
10829 "default.handlebars->27->602"
10830 ]
10831 },
@@ -10838,9 +10846,9 @@
10846 "zh-chs": "桌面提示+工具栏",
10847 "zh-cht": "桌面提示+工具欄",
10848 "xloc": [
10841 - "default.handlebars->27->1321",
10842 - "default.handlebars->27->1826",
10843 - "default.handlebars->27->1913",
10849 + "default.handlebars->27->1326",
10850 + "default.handlebars->27->1834",
10851 + "default.handlebars->27->1921",
10852 "default.handlebars->27->600"
10853 ]
10854 },
@@ -10882,9 +10890,9 @@
10890 "zh-chs": "桌面工具栏",
10891 "zh-cht": "桌面工具欄",
10892 "xloc": [
10885 - "default.handlebars->27->1322",
10886 - "default.handlebars->27->1827",
10887 - "default.handlebars->27->1914",
10893 + "default.handlebars->27->1327",
10894 + "default.handlebars->27->1835",
10895 + "default.handlebars->27->1922",
10896 "default.handlebars->27->601"
10897 ]
10898 },
@@ -10905,7 +10913,7 @@
10913 "zh-chs": "桌面时段",
10914 "zh-cht": "桌面時段",
10915 "xloc": [
10908 - "default.handlebars->27->857"
10916 + "default.handlebars->27->862"
10917 ]
10918 },
10919 {
@@ -10988,9 +10996,9 @@
10996 "zh-chs": "设备",
10997 "zh-cht": "裝置",
10998 "xloc": [
10991 - "default.handlebars->27->1426",
10999 + "default.handlebars->27->1431",
11000 "default.handlebars->27->184",
10993 - "default.handlebars->27->1982",
11001 + "default.handlebars->27->1990",
11002 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11003 ]
11004 },
@@ -11011,8 +11019,8 @@
11019 "zh-chs": "设备指令",
11020 "zh-cht": "裝置指令",
11021 "xloc": [
11014 - "default-mobile.handlebars->9->266",
11015 - "default.handlebars->27->749"
11022 + "default-mobile.handlebars->9->267",
11023 + "default.handlebars->27->754"
11024 ]
11025 },
11026 {
@@ -11039,14 +11047,14 @@
11047 "zh-chs": "设备组",
11048 "zh-cht": "裝置群",
11049 "xloc": [
11042 - "default.handlebars->27->1421",
11043 - "default.handlebars->27->1424",
11044 - "default.handlebars->27->1425",
11045 - "default.handlebars->27->1677",
11046 - "default.handlebars->27->1852",
11047 - "default.handlebars->27->1858",
11048 - "default.handlebars->27->1970",
11049 - "default.handlebars->27->2019"
11050 + "default.handlebars->27->1426",
11051 + "default.handlebars->27->1429",
11052 + "default.handlebars->27->1430",
11053 + "default.handlebars->27->1685",
11054 + "default.handlebars->27->1860",
11055 + "default.handlebars->27->1866",
11056 + "default.handlebars->27->1978",
11057 + "default.handlebars->27->2027"
11058 ]
11059 },
11060 {
@@ -11066,8 +11074,8 @@
11074 "zh-chs": "设备组用户",
11075 "zh-cht": "裝置群用戶",
11076 "xloc": [
11069 - "default-mobile.handlebars->9->451",
11070 - "default.handlebars->27->1487"
11077 + "default-mobile.handlebars->9->452",
11078 + "default.handlebars->27->1495"
11079 ]
11080 },
11081 {
@@ -11088,11 +11096,11 @@
11096 "zh-cht": "裝置群",
11097 "xloc": [
11098 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11091 - "default.handlebars->27->1693",
11092 - "default.handlebars->27->1799",
11093 - "default.handlebars->27->1839",
11094 - "default.handlebars->27->1910",
11095 - "default.handlebars->27->2054",
11099 + "default.handlebars->27->1701",
11100 + "default.handlebars->27->1807",
11101 + "default.handlebars->27->1847",
11102 + "default.handlebars->27->1918",
11103 + "default.handlebars->27->2062",
11104 "default.handlebars->container->column_l->p2->p2info->7"
11105 ]
11106 },
@@ -11133,7 +11141,7 @@
11141 "zh-chs": "设备位置",
11142 "zh-cht": "裝置位置",
11143 "xloc": [
11136 - "default.handlebars->27->781"
11144 + "default.handlebars->27->786"
11145 ]
11146 },
11147 {
@@ -11153,7 +11161,7 @@
11161 "zh-chs": "设备消息",
11162 "zh-cht": "裝置訊息",
11163 "xloc": [
11156 - "default.handlebars->27->715"
11164 + "default.handlebars->27->719"
11165 ]
11166 },
11167 {
@@ -11173,10 +11181,10 @@
11181 "zh-chs": "设备名称",
11182 "zh-cht": "裝置名稱",
11183 "xloc": [
11176 - "default-mobile.handlebars->9->279",
11177 - "default.handlebars->27->2018",
11184 + "default-mobile.handlebars->9->280",
11185 + "default.handlebars->27->2026",
11186 "default.handlebars->27->288",
11179 - "default.handlebars->27->811",
11187 + "default.handlebars->27->816",
11188 "player.handlebars->3->9"
11189 ]
11190 },
@@ -11198,7 +11206,7 @@
11206 "zh-cht": "裝置通知",
11207 "xloc": [
11208 "default.handlebars->27->491",
11201 - "default.handlebars->27->717"
11209 + "default.handlebars->27->721"
11210 ]
11211 },
11212 {
@@ -11238,8 +11246,8 @@
11246 "zh-chs": "设备连接。",
11247 "zh-cht": "裝置連接。",
11248 "xloc": [
11241 - "default.handlebars->27->1241",
11242 - "default.handlebars->27->1508"
11249 + "default.handlebars->27->1246",
11250 + "default.handlebars->27->1516"
11251 ]
11252 },
11253 {
@@ -11259,8 +11267,8 @@
11267 "zh-chs": "设备断开连接。",
11268 "zh-cht": "裝置斷開連接。",
11269 "xloc": [
11262 - "default.handlebars->27->1242",
11263 - "default.handlebars->27->1509"
11270 + "default.handlebars->27->1247",
11271 + "default.handlebars->27->1517"
11272 ]
11273 },
11274 {
@@ -11280,7 +11288,7 @@
11288 "zh-chs": "创建的设备组:{0}",
11289 "zh-cht": "設備組已創建:{0}",
11290 "xloc": [
11283 - "default.handlebars->27->1645"
11291 + "default.handlebars->27->1653"
11292 ]
11293 },
11294 {
@@ -11300,7 +11308,7 @@
11308 "zh-chs": "设备组已删除:{0}",
11309 "zh-cht": "設備組已刪除:{0}",
11310 "xloc": [
11303 - "default.handlebars->27->1646"
11311 + "default.handlebars->27->1654"
11312 ]
11313 },
11314 {
@@ -11320,7 +11328,7 @@
11328 "zh-chs": "设备组成员身份已更改:{0}",
11329 "zh-cht": "設備組成員身份已更改:{0}",
11330 "xloc": [
11323 - "default.handlebars->27->1647"
11331 + "default.handlebars->27->1655"
11332 ]
11333 },
11334 {
@@ -11340,7 +11348,7 @@
11348 "zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
11349 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
11350 "xloc": [
11343 - "default.handlebars->27->712"
11351 + "default.handlebars->27->716"
11352 ]
11353 },
11354 {
@@ -11360,7 +11368,7 @@
11368 "zh-chs": "设备组通知已更改",
11369 "zh-cht": "設備組通知已更改",
11370 "xloc": [
11363 - "default.handlebars->27->1642"
11371 + "default.handlebars->27->1650"
11372 ]
11373 },
11374 {
@@ -11380,7 +11388,7 @@
11388 "zh-chs": "未删除的设备组:{0}",
11389 "zh-cht": "未刪除的設備組:{0}",
11390 "xloc": [
11383 - "default.handlebars->27->1625"
11391 + "default.handlebars->27->1633"
11392 ]
11393 },
11394 {
@@ -11753,7 +11761,7 @@
11761 "zh-chs": "设备通知",
11762 "zh-cht": "設備通知",
11763 "xloc": [
11756 - "default.handlebars->27->465"
11764 + "default.handlebars->27->461"
11765 ]
11766 },
11767 {
@@ -11773,7 +11781,7 @@
11781 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
11782 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
11783 "xloc": [
11776 - "default.handlebars->27->1627"
11784 + "default.handlebars->27->1635"
11785 ]
11786 },
11787 {
@@ -11810,8 +11818,8 @@
11818 "zh-chs": "设备",
11819 "zh-cht": "裝置",
11820 "xloc": [
11813 - "default.handlebars->27->1800",
11814 - "default.handlebars->27->1840"
11821 + "default.handlebars->27->1808",
11822 + "default.handlebars->27->1848"
11823 ]
11824 },
11825 {
@@ -11851,7 +11859,7 @@
11859 "zh-chs": "禁用的电子邮件两因素身份验证",
11860 "zh-cht": "禁用的電子郵件兩因素身份驗證",
11861 "xloc": [
11854 - "default.handlebars->27->1658"
11862 + "default.handlebars->27->1666"
11863 ]
11864 },
11865 {
@@ -11871,10 +11879,10 @@
11879 "zh-chs": "断线",
11880 "zh-cht": "斷線",
11881 "xloc": [
11874 - "default-mobile.handlebars->9->293",
11882 + "default-mobile.handlebars->9->294",
11883 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
11876 - "default.handlebars->27->1334",
11877 - "default.handlebars->27->874",
11884 + "default.handlebars->27->1339",
11885 + "default.handlebars->27->879",
11886 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
11887 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
11888 "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -11951,7 +11959,7 @@
11959 "zh-chs": "在远程设备上显示一个消息框。",
11960 "zh-cht": "在遠程裝置上顯示一個訊息框。",
11961 "xloc": [
11954 - "default.handlebars->27->716"
11962 + "default.handlebars->27->720"
11963 ]
11964 },
11965 {
@@ -12011,7 +12019,7 @@
12019 "zh-chs": "显示设备组名称",
12020 "zh-cht": "顯示裝置群名稱",
12021 "xloc": [
12014 - "default.handlebars->27->1240"
12022 + "default.handlebars->27->1245"
12023 ]
12024 },
12025 {
@@ -12031,7 +12039,7 @@
12039 "zh-chs": "显示名称",
12040 "zh-cht": "顯示名稱",
12041 "xloc": [
12034 - "default.handlebars->27->843"
12042 + "default.handlebars->27->848"
12043 ]
12044 },
12045 {
@@ -12051,7 +12059,7 @@
12059 "zh-chs": "显示公共连结",
12060 "zh-cht": "顯示公共鏈結",
12061 "xloc": [
12054 - "default.handlebars->27->1528"
12062 + "default.handlebars->27->1536"
12063 ]
12064 },
12065 {
@@ -12071,7 +12079,7 @@
12079 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
12080 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
12081 "xloc": [
12074 - "default.handlebars->27->1587"
12082 + "default.handlebars->27->1595"
12083 ]
12084 },
12085 {
@@ -12091,7 +12099,7 @@
12099 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
12100 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
12101 "xloc": [
12094 - "default.handlebars->27->1595"
12102 + "default.handlebars->27->1603"
12103 ]
12104 },
12105 {
@@ -12111,7 +12119,7 @@
12119 "zh-chs": "什么都不做",
12120 "zh-cht": "什麼都不做",
12121 "xloc": [
12114 - "default.handlebars->27->1378"
12122 + "default.handlebars->27->1383"
12123 ]
12124 },
12125 {
@@ -12131,10 +12139,10 @@
12139 "zh-chs": "域",
12140 "zh-cht": "域",
12141 "xloc": [
12134 - "default.handlebars->27->1764",
12135 - "default.handlebars->27->1812",
12136 - "default.handlebars->27->1821",
12137 - "default.handlebars->27->1889",
12142 + "default.handlebars->27->1772",
12143 + "default.handlebars->27->1820",
12144 + "default.handlebars->27->1829",
12145 + "default.handlebars->27->1897",
12146 "mstsc.handlebars->main->1->3->1->2->1->0",
12147 "mstsc.handlebars->main->1->3->1->2->3"
12148 ]
@@ -12156,8 +12164,8 @@
12164 "zh-chs": "不要配置",
12165 "zh-cht": "不要配置",
12166 "xloc": [
12159 - "default.handlebars->27->1382",
12160 - "default.handlebars->27->1387"
12167 + "default.handlebars->27->1387",
12168 + "default.handlebars->27->1392"
12169 ]
12170 },
12171 {
@@ -12177,7 +12185,7 @@
12185 "zh-chs": "不要连接到服务器",
12186 "zh-cht": "不要連接到伺服器",
12187 "xloc": [
12180 - "default.handlebars->27->1383"
12188 + "default.handlebars->27->1388"
12189 ]
12190 },
12191 {
@@ -12296,8 +12304,8 @@
12304 "zh-chs": "下载档案",
12305 "zh-cht": "下載檔案",
12306 "xloc": [
12299 - "default-mobile.handlebars->9->323",
12300 - "default.handlebars->27->907"
12307 + "default-mobile.handlebars->9->324",
12308 + "default.handlebars->27->912"
12309 ]
12310 },
12311 {
@@ -12337,7 +12345,7 @@
12345 "zh-chs": "下载MeshCmd",
12346 "zh-cht": "下載MeshCmd",
12347 "xloc": [
12340 - "default.handlebars->27->803"
12348 + "default.handlebars->27->808"
12349 ]
12350 },
12351 {
@@ -12397,7 +12405,7 @@
12405 "zh-chs": "下载报告",
12406 "zh-cht": "下載報告",
12407 "xloc": [
12400 - "default.handlebars->27->1682",
12408 + "default.handlebars->27->1690",
12409 "default.handlebars->container->column_l->p3->3->1->0->3"
12410 ]
12411 },
@@ -12418,7 +12426,7 @@
12426 "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
12427 "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
12428 "xloc": [
12421 - "default.handlebars->27->796"
12429 + "default.handlebars->27->801"
12430 ]
12431 },
12432 {
@@ -12498,7 +12506,7 @@
12506 "zh-chs": "下载电源事件",
12507 "zh-cht": "下載電源事件",
12508 "xloc": [
12501 - "default.handlebars->27->755"
12509 + "default.handlebars->27->760"
12510 ]
12511 },
12512 {
@@ -12598,7 +12606,7 @@
12606 "zh-chs": "使用以下一种档案格式下载事件列表。",
12607 "zh-cht": "使用以下一種檔案格式下載事件列表。",
12608 "xloc": [
12601 - "default.handlebars->27->1683"
12609 + "default.handlebars->27->1691"
12610 ]
12611 },
12612 {
@@ -12618,7 +12626,7 @@
12626 "zh-chs": "使用以下一种档案格式下载用户列表。",
12627 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
12628 "xloc": [
12621 - "default.handlebars->27->1748"
12629 + "default.handlebars->27->1756"
12630 ]
12631 },
12632 {
@@ -12699,7 +12707,7 @@
12707 "zh-chs": "下载:“{0}”",
12708 "zh-cht": "下載:“{0}”",
12709 "xloc": [
12702 - "default.handlebars->27->1618"
12710 + "default.handlebars->27->1626"
12711 ]
12712 },
12713 {
@@ -12739,7 +12747,7 @@
12747 "zh-chs": "代理重复",
12748 "zh-cht": "代理重複",
12749 "xloc": [
12742 - "default.handlebars->27->2050"
12750 + "default.handlebars->27->2058"
12751 ]
12752 },
12753 {
@@ -12779,7 +12787,7 @@
12787 "zh-chs": "复制用户组",
12788 "zh-cht": "複製用戶群",
12789 "xloc": [
12782 - "default.handlebars->27->1816"
12790 + "default.handlebars->27->1824"
12791 ]
12792 },
12793 {
@@ -12816,8 +12824,8 @@
12824 "zh-chs": "持续时间",
12825 "zh-cht": "持續時間",
12826 "xloc": [
12819 - "default.handlebars->27->2004",
12820 - "default.handlebars->27->2024",
12827 + "default.handlebars->27->2012",
12828 + "default.handlebars->27->2032",
12829 "player.handlebars->3->2"
12830 ]
12831 },
@@ -12838,7 +12846,7 @@
12846 "zh-chs": "在激活期间,代理将有权取得管理员密码信息。",
12847 "zh-cht": "在啟動期間,代理將有權取得管理員密碼訊息。",
12848 "xloc": [
12841 - "default.handlebars->27->1392"
12849 + "default.handlebars->27->1397"
12850 ]
12851 },
12852 {
@@ -12858,7 +12866,7 @@
12866 "zh-chs": "荷兰文(比利时)",
12867 "zh-cht": "荷蘭文(比利時)",
12868 "xloc": [
12861 - "default.handlebars->27->1080"
12869 + "default.handlebars->27->1085"
12870 ]
12871 },
12872 {
@@ -12878,7 +12886,7 @@
12886 "zh-chs": "荷兰文(标准)",
12887 "zh-cht": "荷蘭文(標準)",
12888 "xloc": [
12881 - "default.handlebars->27->1079"
12889 + "default.handlebars->27->1084"
12890 ]
12891 },
12892 {
@@ -13147,8 +13155,8 @@
13155 "zh-chs": "编辑设备",
13156 "zh-cht": "編輯裝置",
13157 "xloc": [
13150 - "default-mobile.handlebars->9->284",
13151 - "default.handlebars->27->816"
13158 + "default-mobile.handlebars->9->285",
13159 + "default.handlebars->27->821"
13160 ]
13161 },
13162 {
@@ -13168,13 +13176,13 @@
13176 "zh-chs": "编辑设备组",
13177 "zh-cht": "編輯裝置群",
13178 "xloc": [
13171 - "default-mobile.handlebars->9->410",
13172 - "default-mobile.handlebars->9->412",
13173 - "default-mobile.handlebars->9->430",
13174 - "default.handlebars->27->1398",
13175 - "default.handlebars->27->1430",
13176 - "default.handlebars->27->1453",
13177 - "default.handlebars->27->1465"
13179 + "default-mobile.handlebars->9->411",
13180 + "default-mobile.handlebars->9->413",
13181 + "default-mobile.handlebars->9->431",
13182 + "default.handlebars->27->1403",
13183 + "default.handlebars->27->1435",
13184 + "default.handlebars->27->1459",
13185 + "default.handlebars->27->1471"
13186 ]
13187 },
13188 {
@@ -13194,7 +13202,7 @@
13202 "zh-chs": "编辑设备组功能",
13203 "zh-cht": "編輯裝置群功能",
13204 "xloc": [
13197 - "default.handlebars->27->1416"
13205 + "default.handlebars->27->1421"
13206 ]
13207 },
13208 {
@@ -13214,8 +13222,8 @@
13222 "zh-chs": "编辑设备组权限",
13223 "zh-cht": "編輯裝置群權限",
13224 "xloc": [
13217 - "default.handlebars->27->1450",
13218 - "default.handlebars->27->1462"
13225 + "default.handlebars->27->1456",
13226 + "default.handlebars->27->1468"
13227 ]
13228 },
13229 {
@@ -13235,7 +13243,7 @@
13243 "zh-chs": "编辑设备组用户同意",
13244 "zh-cht": "編輯裝置群用戶同意",
13245 "xloc": [
13238 - "default.handlebars->27->1399"
13246 + "default.handlebars->27->1404"
13247 ]
13248 },
13249 {
@@ -13255,8 +13263,8 @@
13263 "zh-chs": "编辑设备笔记",
13264 "zh-cht": "編輯裝置筆記",
13265 "xloc": [
13258 - "default-mobile.handlebars->9->424",
13259 - "default.handlebars->27->1443"
13266 + "default-mobile.handlebars->9->425",
13267 + "default.handlebars->27->1448"
13268 ]
13269 },
13270 {
@@ -13276,8 +13284,8 @@
13284 "zh-chs": "编辑设备权限",
13285 "zh-cht": "編輯裝置權限",
13286 "xloc": [
13279 - "default.handlebars->27->1455",
13280 - "default.handlebars->27->1457"
13287 + "default.handlebars->27->1461",
13288 + "default.handlebars->27->1463"
13289 ]
13290 },
13291 {
@@ -13317,7 +13325,7 @@
13325 "zh-chs": "编辑设备用户同意",
13326 "zh-cht": "編輯裝置用戶同意",
13327 "xloc": [
13320 - "default.handlebars->27->1401"
13328 + "default.handlebars->27->1406"
13329 ]
13330 },
13331 {
@@ -13337,7 +13345,7 @@
13345 "zh-chs": "编辑群组",
13346 "zh-cht": "編輯群組",
13347 "xloc": [
13340 - "default.handlebars->27->692"
13348 + "default.handlebars->27->694"
13349 ]
13350 },
13351 {
@@ -13357,10 +13365,10 @@
13365 "zh-chs": "编辑英特尔&reg;AMT凭证",
13366 "zh-cht": "編輯Intel&reg; AMT憑證",
13367 "xloc": [
13360 - "default-mobile.handlebars->9->274",
13368 + "default-mobile.handlebars->9->275",
13369 "default.handlebars->27->582",
13370 "default.handlebars->27->585",
13363 - "default.handlebars->27->762"
13371 + "default.handlebars->27->767"
13372 ]
13373 },
13374 {
@@ -13380,8 +13388,8 @@
13388 "zh-chs": "编辑笔记",
13389 "zh-cht": "編輯筆記",
13390 "xloc": [
13383 - "default-mobile.handlebars->9->437",
13384 - "default.handlebars->27->1472"
13391 + "default-mobile.handlebars->9->438",
13392 + "default.handlebars->27->1478"
13393 ]
13394 },
13395 {
@@ -13401,7 +13409,7 @@
13409 "zh-chs": "编辑用户同意",
13410 "zh-cht": "編輯用戶同意",
13411 "xloc": [
13404 - "default.handlebars->27->1400"
13412 + "default.handlebars->27->1405"
13413 ]
13414 },
13415 {
@@ -13421,7 +13429,7 @@
13429 "zh-chs": "编辑用户设备组权限",
13430 "zh-cht": "編輯用戶裝置群權限",
13431 "xloc": [
13424 - "default.handlebars->27->1463"
13432 + "default.handlebars->27->1469"
13433 ]
13434 },
13435 {
@@ -13441,7 +13449,7 @@
13449 "zh-chs": "编辑用户设备权限",
13450 "zh-cht": "編輯用戶裝置權限",
13451 "xloc": [
13444 - "default.handlebars->27->1458"
13452 + "default.handlebars->27->1464"
13453 ]
13454 },
13455 {
@@ -13461,7 +13469,7 @@
13469 "zh-chs": "编辑用户组",
13470 "zh-cht": "編輯用戶群",
13471 "xloc": [
13464 - "default.handlebars->27->1867"
13472 + "default.handlebars->27->1875"
13473 ]
13474 },
13475 {
@@ -13481,13 +13489,13 @@
13489 "zh-chs": "编辑用户组设备权限",
13490 "zh-cht": "編輯用戶群裝置權限",
13491 "xloc": [
13484 - "default.handlebars->27->1460"
13492 + "default.handlebars->27->1466"
13493 ]
13494 },
13495 {
13496 "en": "Edit User Group User Consent",
13497 "xloc": [
13490 - "default.handlebars->27->1402"
13498 + "default.handlebars->27->1407"
13499 ]
13500 },
13501 {
@@ -13528,7 +13536,7 @@
13536 "zh-chs": "编辑标签",
13537 "zh-cht": "編輯標籤",
13538 "xloc": [
13531 - "default.handlebars->27->464"
13539 + "default.handlebars->27->462"
13540 ]
13541 },
13542 {
@@ -13549,11 +13557,11 @@
13557 "zh-cht": "電郵",
13558 "xloc": [
13559 "default-mobile.handlebars->9->78",
13552 - "default.handlebars->27->1766",
13553 - "default.handlebars->27->1893",
13554 - "default.handlebars->27->1895",
13555 - "default.handlebars->27->1935",
13556 - "default.handlebars->27->1951",
13560 + "default.handlebars->27->1774",
13561 + "default.handlebars->27->1901",
13562 + "default.handlebars->27->1903",
13563 + "default.handlebars->27->1943",
13564 + "default.handlebars->27->1959",
13565 "default.handlebars->27->338",
13566 "login-mobile.handlebars->5->42",
13567 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -13586,7 +13594,7 @@
13594 "zh-cht": "電郵地址變更",
13595 "xloc": [
13596 "default-mobile.handlebars->9->79",
13589 - "default.handlebars->27->1249"
13597 + "default.handlebars->27->1254"
13598 ]
13599 },
13600 {
@@ -13607,7 +13615,7 @@
13615 "zh-cht": "電郵認證",
13616 "xloc": [
13617 "default-mobile.handlebars->9->68",
13610 - "default.handlebars->27->1017"
13618 + "default.handlebars->27->1022"
13619 ]
13620 },
13621 {
@@ -13667,7 +13675,7 @@
13675 "zh-cht": "電郵驗證",
13676 "xloc": [
13677 "default-mobile.handlebars->9->77",
13670 - "default.handlebars->27->1247"
13678 + "default.handlebars->27->1252"
13679 ]
13680 },
13681 {
@@ -13707,7 +13715,7 @@
13715 "zh-chs": "电邮未验证",
13716 "zh-cht": "電郵未驗證",
13717 "xloc": [
13710 - "default.handlebars->27->1712"
13718 + "default.handlebars->27->1720"
13719 ]
13720 },
13721 {
@@ -13727,8 +13735,8 @@
13735 "zh-chs": "电邮已验证",
13736 "zh-cht": "電郵已驗證",
13737 "xloc": [
13730 - "default.handlebars->27->1713",
13731 - "default.handlebars->27->1887"
13738 + "default.handlebars->27->1721",
13739 + "default.handlebars->27->1895"
13740 ]
13741 },
13742 {
@@ -13748,7 +13756,7 @@
13756 "zh-chs": "电邮已验证。",
13757 "zh-cht": "電郵已驗證。",
13758 "xloc": [
13751 - "default.handlebars->27->1772"
13759 + "default.handlebars->27->1780"
13760 ]
13761 },
13762 {
@@ -13768,7 +13776,7 @@
13776 "zh-chs": "电邮未验证",
13777 "zh-cht": "電郵未驗證",
13778 "xloc": [
13771 - "default.handlebars->27->1888"
13779 + "default.handlebars->27->1896"
13780 ]
13781 },
13782 {
@@ -13832,7 +13840,7 @@
13840 "zh-chs": "已通过电邮验证,并且需要重置密码。",
13841 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
13842 "xloc": [
13835 - "default.handlebars->27->1773"
13843 + "default.handlebars->27->1781"
13844 ]
13845 },
13846 {
@@ -13852,7 +13860,7 @@
13860 "zh-chs": "电邮/短信流量",
13861 "zh-cht": "電郵/短信流量",
13862 "xloc": [
13855 - "default.handlebars->27->2092"
13863 + "default.handlebars->27->2100"
13864 ]
13865 },
13866 {
@@ -13898,7 +13906,7 @@
13906 "zh-chs": "启用邀请代码",
13907 "zh-cht": "啟用邀請代碼",
13908 "xloc": [
13901 - "default.handlebars->27->1493"
13909 + "default.handlebars->27->1501"
13910 ]
13911 },
13912 {
@@ -13939,7 +13947,7 @@
13947 "zh-cht": "啟用電郵二因子鑑別。",
13948 "xloc": [
13949 "default-mobile.handlebars->9->70",
13942 - "default.handlebars->27->1019"
13950 + "default.handlebars->27->1024"
13951 ]
13952 },
13953 {
@@ -13979,7 +13987,7 @@
13987 "zh-chs": "已启用",
13988 "zh-cht": "已啟用",
13989 "xloc": [
13982 - "default.handlebars->27->2026"
13990 + "default.handlebars->27->2034"
13991 ]
13992 },
13993 {
@@ -13999,7 +14007,7 @@
14007 "zh-chs": "启用电子邮件两因素身份验证",
14008 "zh-cht": "啟用電子郵件兩因素身份驗證",
14009 "xloc": [
14002 - "default.handlebars->27->1657"
14010 + "default.handlebars->27->1665"
14011 ]
14012 },
14013 {
@@ -14039,7 +14047,7 @@
14047 "zh-chs": "时间结束",
14048 "zh-cht": "時間結束",
14049 "xloc": [
14042 - "default.handlebars->27->2023"
14050 + "default.handlebars->27->2031"
14051 ]
14052 },
14053 {
@@ -14059,7 +14067,7 @@
14067 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
14068 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
14069 "xloc": [
14062 - "default.handlebars->27->1580"
14070 + "default.handlebars->27->1588"
14071 ]
14072 },
14073 {
@@ -14079,7 +14087,7 @@
14087 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
14088 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
14089 "xloc": [
14082 - "default.handlebars->27->1581"
14090 + "default.handlebars->27->1589"
14091 ]
14092 },
14093 {
@@ -14099,7 +14107,7 @@
14107 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
14108 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
14109 "xloc": [
14102 - "default.handlebars->27->1578"
14110 + "default.handlebars->27->1586"
14111 ]
14112 },
14113 {
@@ -14119,7 +14127,7 @@
14127 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
14128 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
14129 "xloc": [
14122 - "default.handlebars->27->1579"
14130 + "default.handlebars->27->1587"
14131 ]
14132 },
14133 {
@@ -14139,7 +14147,7 @@
14147 "zh-chs": "英文",
14148 "zh-cht": "英文",
14149 "xloc": [
14142 - "default.handlebars->27->1081"
14150 + "default.handlebars->27->1086"
14151 ]
14152 },
14153 {
@@ -14159,7 +14167,7 @@
14167 "zh-chs": "英文(澳洲)",
14168 "zh-cht": "英文(澳洲)",
14169 "xloc": [
14162 - "default.handlebars->27->1082"
14170 + "default.handlebars->27->1087"
14171 ]
14172 },
14173 {
@@ -14179,7 +14187,7 @@
14187 "zh-chs": "英文(伯利茲)",
14188 "zh-cht": "英文(伯利茲)",
14189 "xloc": [
14182 - "default.handlebars->27->1083"
14190 + "default.handlebars->27->1088"
14191 ]
14192 },
14193 {
@@ -14199,7 +14207,7 @@
14207 "zh-chs": "英文(加拿大)",
14208 "zh-cht": "英文(加拿大)",
14209 "xloc": [
14202 - "default.handlebars->27->1084"
14210 + "default.handlebars->27->1089"
14211 ]
14212 },
14213 {
@@ -14219,7 +14227,7 @@
14227 "zh-chs": "英文(爱尔兰)",
14228 "zh-cht": "英文(愛爾蘭)",
14229 "xloc": [
14222 - "default.handlebars->27->1085"
14230 + "default.handlebars->27->1090"
14231 ]
14232 },
14233 {
@@ -14239,7 +14247,7 @@
14247 "zh-chs": "英文(牙买加)",
14248 "zh-cht": "英文(牙買加)",
14249 "xloc": [
14242 - "default.handlebars->27->1086"
14250 + "default.handlebars->27->1091"
14251 ]
14252 },
14253 {
@@ -14259,7 +14267,7 @@
14267 "zh-chs": "英文(纽西兰)",
14268 "zh-cht": "英文(紐西蘭)",
14269 "xloc": [
14262 - "default.handlebars->27->1087"
14270 + "default.handlebars->27->1092"
14271 ]
14272 },
14273 {
@@ -14279,7 +14287,7 @@
14287 "zh-chs": "英文(菲律宾)",
14288 "zh-cht": "英文(菲律賓)",
14289 "xloc": [
14282 - "default.handlebars->27->1088"
14290 + "default.handlebars->27->1093"
14291 ]
14292 },
14293 {
@@ -14299,7 +14307,7 @@
14307 "zh-chs": "英语(南非)",
14308 "zh-cht": "英語(南非)",
14309 "xloc": [
14302 - "default.handlebars->27->1089"
14310 + "default.handlebars->27->1094"
14311 ]
14312 },
14313 {
@@ -14319,7 +14327,7 @@
14327 "zh-chs": "英文(特立尼达和多巴哥)",
14328 "zh-cht": "英文(特立尼達和多巴哥)",
14329 "xloc": [
14322 - "default.handlebars->27->1090"
14330 + "default.handlebars->27->1095"
14331 ]
14332 },
14333 {
@@ -14339,7 +14347,7 @@
14347 "zh-chs": "英文(英国)",
14348 "zh-cht": "英文(英國)",
14349 "xloc": [
14342 - "default.handlebars->27->1091"
14350 + "default.handlebars->27->1096"
14351 ]
14352 },
14353 {
@@ -14359,7 +14367,7 @@
14367 "zh-chs": "美国英文",
14368 "zh-cht": "美國英語",
14369 "xloc": [
14362 - "default.handlebars->27->1092"
14370 + "default.handlebars->27->1097"
14371 ]
14372 },
14373 {
@@ -14379,7 +14387,7 @@
14387 "zh-chs": "英文(津巴布韦)",
14388 "zh-cht": "英文(津巴布韋)",
14389 "xloc": [
14382 - "default.handlebars->27->1093"
14390 + "default.handlebars->27->1098"
14391 ]
14392 },
14393 {
@@ -14399,8 +14407,8 @@
14407 "zh-chs": "输入",
14408 "zh-cht": "輸入",
14409 "xloc": [
14402 - "default.handlebars->27->1275",
14403 - "default.handlebars->27->1276"
14410 + "default.handlebars->27->1280",
14411 + "default.handlebars->27->1281"
14412 ]
14413 },
14414 {
@@ -14420,7 +14428,7 @@
14428 "zh-chs": "输入管理领域名称的逗号分隔列表。",
14429 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14430 "xloc": [
14423 - "default.handlebars->27->1777"
14431 + "default.handlebars->27->1785"
14432 ]
14433 },
14434 {
@@ -14460,7 +14468,7 @@
14468 "zh-chs": "输入文本,然后单击“确定”以使用美式英语键盘远程输入文本。在继续操作之前,请确保将远程鼠标放置在正确的位置。",
14469 "zh-cht": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
14470 "xloc": [
14463 - "default.handlebars->27->837",
14471 + "default.handlebars->27->842",
14472 "desktop.handlebars->3->22"
14473 ]
14474 },
@@ -14523,7 +14531,7 @@
14531 "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
14532 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
14533 "xloc": [
14526 - "default.handlebars->27->1014"
14534 + "default.handlebars->27->1019"
14535 ]
14536 },
14537 {
@@ -14583,7 +14591,7 @@
14591 "zh-chs": "世界文",
14592 "zh-cht": "世界語",
14593 "xloc": [
14586 - "default.handlebars->27->1094"
14594 + "default.handlebars->27->1099"
14595 ]
14596 },
14597 {
@@ -14603,7 +14611,7 @@
14611 "zh-chs": "爱沙尼亚文",
14612 "zh-cht": "愛沙尼亞語",
14613 "xloc": [
14606 - "default.handlebars->27->1095"
14614 + "default.handlebars->27->1100"
14615 ]
14616 },
14617 {
@@ -14623,7 +14631,7 @@
14631 "zh-chs": "事件详情",
14632 "zh-cht": "事件詳情",
14633 "xloc": [
14626 - "default.handlebars->27->920"
14634 + "default.handlebars->27->925"
14635 ]
14636 },
14637 {
@@ -14643,7 +14651,7 @@
14651 "zh-chs": "事件列表输出",
14652 "zh-cht": "事件列表輸出",
14653 "xloc": [
14646 - "default.handlebars->27->1688"
14654 + "default.handlebars->27->1696"
14655 ]
14656 },
14657 {
@@ -14729,7 +14737,7 @@
14737 "zh-cht": "到期時間",
14738 "xloc": [
14739 "default.handlebars->27->186",
14732 - "default.handlebars->27->735"
14740 + "default.handlebars->27->739"
14741 ]
14742 },
14743 {
@@ -14769,7 +14777,7 @@
14777 "zh-chs": "输出设备信息",
14778 "zh-cht": "輸出裝置訊息",
14779 "xloc": [
14772 - "default.handlebars->27->463"
14780 + "default.handlebars->27->466"
14781 ]
14782 },
14783 {
@@ -14789,7 +14797,7 @@
14797 "zh-chs": "扩充式ASCII",
14798 "zh-cht": "擴充式ASCII",
14799 "xloc": [
14792 - "default.handlebars->27->865"
14800 + "default.handlebars->27->870"
14801 ]
14802 },
14803 {
@@ -14829,7 +14837,7 @@
14837 "zh-chs": "外部",
14838 "zh-cht": "外部",
14839 "xloc": [
14832 - "default.handlebars->27->2077"
14840 + "default.handlebars->27->2085"
14841 ]
14842 },
14843 {
@@ -14869,7 +14877,7 @@
14877 "zh-chs": "FYRO马其顿语",
14878 "zh-cht": "FYRO馬其頓語",
14879 "xloc": [
14872 - "default.handlebars->27->1145"
14880 + "default.handlebars->27->1150"
14881 ]
14882 },
14883 {
@@ -14889,7 +14897,7 @@
14897 "zh-chs": "法罗语",
14898 "zh-cht": "法羅語",
14899 "xloc": [
14892 - "default.handlebars->27->1096"
14900 + "default.handlebars->27->1101"
14901 ]
14902 },
14903 {
@@ -14929,7 +14937,7 @@
14937 "zh-chs": "本地用户拒绝后无法启动远程桌面",
14938 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
14939 "xloc": [
14932 - "default.handlebars->27->1603"
14940 + "default.handlebars->27->1611"
14941 ]
14942 },
14943 {
@@ -14949,7 +14957,7 @@
14957 "zh-chs": "本地用户拒绝后无法启动远程文件",
14958 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
14959 "xloc": [
14952 - "default.handlebars->27->1610"
14960 + "default.handlebars->27->1618"
14961 ]
14962 },
14963 {
@@ -14969,7 +14977,7 @@
14977 "zh-chs": "无法启动远程终端接合{0}({1})",
14978 "zh-cht": "無法啟動遠程終端接合{0}({1})",
14979 "xloc": [
14972 - "default.handlebars->27->819",
14980 + "default.handlebars->27->824",
14981 "desktop.handlebars->3->9"
14982 ]
14983 },
@@ -14990,7 +14998,7 @@
14998 "zh-chs": "波斯文(波斯文)",
14999 "zh-cht": "波斯語(波斯語)",
15000 "xloc": [
14993 - "default.handlebars->27->1097"
15001 + "default.handlebars->27->1102"
15002 ]
15003 },
15004 {
@@ -15032,7 +15040,7 @@
15040 "zh-chs": "功能",
15041 "zh-cht": "功能",
15042 "xloc": [
15035 - "default.handlebars->27->1320"
15043 + "default.handlebars->27->1325"
15044 ]
15045 },
15046 {
@@ -15052,7 +15060,7 @@
15060 "zh-chs": "斐济",
15061 "zh-cht": "斐濟",
15062 "xloc": [
15055 - "default.handlebars->27->1098"
15063 + "default.handlebars->27->1103"
15064 ]
15065 },
15066 {
@@ -15092,9 +15100,9 @@
15100 "zh-chs": "档案编辑器",
15101 "zh-cht": "檔案編輯器",
15102 "xloc": [
15095 - "default-mobile.handlebars->9->307",
15103 + "default-mobile.handlebars->9->308",
15104 "default.handlebars->27->524",
15097 - "default.handlebars->27->891"
15105 + "default.handlebars->27->896"
15106 ]
15107 },
15108 {
@@ -15114,8 +15122,8 @@
15122 "zh-chs": "档案操作",
15123 "zh-cht": "檔案操作",
15124 "xloc": [
15117 - "default.handlebars->27->876",
15118 - "default.handlebars->27->878"
15125 + "default.handlebars->27->881",
15126 + "default.handlebars->27->883"
15127 ]
15128 },
15129 {
@@ -15155,7 +15163,7 @@
15163 "zh-chs": "文件系统驱动",
15164 "zh-cht": "FileSystemDriver",
15165 "xloc": [
15158 - "default.handlebars->27->846"
15166 + "default.handlebars->27->851"
15167 ]
15168 },
15169 {
@@ -15177,8 +15185,8 @@
15185 "xloc": [
15186 "default-mobile.handlebars->9->168",
15187 "default-mobile.handlebars->9->258",
15180 - "default.handlebars->27->1410",
15181 - "default.handlebars->27->2011",
15188 + "default.handlebars->27->1415",
15189 + "default.handlebars->27->2019",
15190 "default.handlebars->27->255",
15191 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
15192 "default.handlebars->contextMenu->cxfiles"
@@ -15221,9 +15229,9 @@
15229 "zh-chs": "档案通知",
15230 "zh-cht": "檔案通知",
15231 "xloc": [
15224 - "default.handlebars->27->1328",
15225 - "default.handlebars->27->1833",
15226 - "default.handlebars->27->1920",
15232 + "default.handlebars->27->1333",
15233 + "default.handlebars->27->1841",
15234 + "default.handlebars->27->1928",
15235 "default.handlebars->27->607"
15236 ]
15237 },
@@ -15244,9 +15252,9 @@
15252 "zh-chs": "档案提示",
15253 "zh-cht": "檔案提示",
15254 "xloc": [
15247 - "default.handlebars->27->1327",
15248 - "default.handlebars->27->1832",
15249 - "default.handlebars->27->1919",
15255 + "default.handlebars->27->1332",
15256 + "default.handlebars->27->1840",
15257 + "default.handlebars->27->1927",
15258 "default.handlebars->27->606"
15259 ]
15260 },
@@ -15290,7 +15298,7 @@
15298 "zh-chs": "录制会话已完成,{0}秒",
15299 "zh-cht": "錄製會話已完成,{0}秒",
15300 "xloc": [
15293 - "default.handlebars->27->1576"
15301 + "default.handlebars->27->1584"
15302 ]
15303 },
15304 {
@@ -15310,7 +15318,7 @@
15318 "zh-chs": "芬兰",
15319 "zh-cht": "芬蘭",
15320 "xloc": [
15313 - "default.handlebars->27->1099"
15321 + "default.handlebars->27->1104"
15322 ]
15323 },
15324 {
@@ -15457,8 +15465,8 @@
15465 "zh-chs": "下次登录时强制重置密码。",
15466 "zh-cht": "下次登入時強制重置密碼。",
15467 "xloc": [
15460 - "default.handlebars->27->1771",
15461 - "default.handlebars->27->1960"
15468 + "default.handlebars->27->1779",
15469 + "default.handlebars->27->1968"
15470 ]
15471 },
15472 {
@@ -15541,7 +15549,7 @@
15549 "zh-chs": "格式化",
15550 "zh-cht": "格式化",
15551 "xloc": [
15544 - "default.handlebars->27->1679"
15552 + "default.handlebars->27->1687"
15553 ]
15554 },
15555 {
@@ -15582,8 +15590,8 @@
15590 "zh-chs": "自由",
15591 "zh-cht": "自由",
15592 "xloc": [
15585 - "default.handlebars->27->2035",
15586 - "default.handlebars->27->2037"
15593 + "default.handlebars->27->2043",
15594 + "default.handlebars->27->2045"
15595 ]
15596 },
15597 {
@@ -15624,7 +15632,7 @@
15632 "zh-chs": "法文(比利时)",
15633 "zh-cht": "法語(比利時)",
15634 "xloc": [
15627 - "default.handlebars->27->1101"
15635 + "default.handlebars->27->1106"
15636 ]
15637 },
15638 {
@@ -15644,7 +15652,7 @@
15652 "zh-chs": "法文(加拿大)",
15653 "zh-cht": "法語(加拿大)",
15654 "xloc": [
15647 - "default.handlebars->27->1102"
15655 + "default.handlebars->27->1107"
15656 ]
15657 },
15658 {
@@ -15664,7 +15672,7 @@
15672 "zh-chs": "法文(法国)",
15673 "zh-cht": "法語(法國)",
15674 "xloc": [
15667 - "default.handlebars->27->1103"
15675 + "default.handlebars->27->1108"
15676 ]
15677 },
15678 {
@@ -15684,7 +15692,7 @@
15692 "zh-chs": "法文(卢森堡)",
15693 "zh-cht": "法語(盧森堡)",
15694 "xloc": [
15687 - "default.handlebars->27->1104"
15695 + "default.handlebars->27->1109"
15696 ]
15697 },
15698 {
@@ -15704,7 +15712,7 @@
15712 "zh-chs": "法文(摩纳哥)",
15713 "zh-cht": "法語(摩納哥)",
15714 "xloc": [
15707 - "default.handlebars->27->1105"
15715 + "default.handlebars->27->1110"
15716 ]
15717 },
15718 {
@@ -15724,7 +15732,7 @@
15732 "zh-chs": "法文(标准)",
15733 "zh-cht": "法語(標準)",
15734 "xloc": [
15727 - "default.handlebars->27->1100"
15735 + "default.handlebars->27->1105"
15736 ]
15737 },
15738 {
@@ -15744,7 +15752,7 @@
15752 "zh-chs": "法文(瑞士)",
15753 "zh-cht": "法語(瑞士)",
15754 "xloc": [
15747 - "default.handlebars->27->1106"
15755 + "default.handlebars->27->1111"
15756 ]
15757 },
15758 {
@@ -15764,7 +15772,7 @@
15772 "zh-chs": "弗里斯兰文",
15773 "zh-cht": "弗里斯蘭語",
15774 "xloc": [
15767 - "default.handlebars->27->1107"
15775 + "default.handlebars->27->1112"
15776 ]
15777 },
15778 {
@@ -15784,7 +15792,7 @@
15792 "zh-chs": "弗留利",
15793 "zh-cht": "弗留利",
15794 "xloc": [
15787 - "default.handlebars->27->1108"
15795 + "default.handlebars->27->1113"
15796 ]
15797 },
15798 {
@@ -15805,12 +15813,12 @@
15813 "zh-cht": "完整管理員",
15814 "xloc": [
15815 "default-mobile.handlebars->9->105",
15808 - "default-mobile.handlebars->9->402",
15809 - "default-mobile.handlebars->9->411",
15810 - "default-mobile.handlebars->9->429",
15811 - "default.handlebars->27->1282",
15812 - "default.handlebars->27->1429",
15813 - "default.handlebars->27->1783"
15816 + "default-mobile.handlebars->9->403",
15817 + "default-mobile.handlebars->9->412",
15818 + "default-mobile.handlebars->9->430",
15819 + "default.handlebars->27->1287",
15820 + "default.handlebars->27->1434",
15821 + "default.handlebars->27->1791"
15822 ]
15823 },
15824 {
@@ -15830,7 +15838,7 @@
15838 "zh-chs": "完整管理员(保留所有权利)",
15839 "zh-cht": "完整管理員(保留所有權利)",
15840 "xloc": [
15833 - "default.handlebars->27->1464"
15841 + "default.handlebars->27->1470"
15842 ]
15843 },
15844 {
@@ -15887,7 +15895,7 @@
15895 "zh-chs": "全部权限",
15896 "zh-cht": "全部權限",
15897 "xloc": [
15890 - "default.handlebars->27->691"
15898 + "default.handlebars->27->693"
15899 ]
15900 },
15901 {
@@ -15929,7 +15937,7 @@
15937 "zh-chs": "完整管理员",
15938 "zh-cht": "完整管理員",
15939 "xloc": [
15932 - "default.handlebars->27->1881"
15940 + "default.handlebars->27->1889"
15941 ]
15942 },
15943 {
@@ -15949,8 +15957,8 @@
15957 "zh-chs": "GPU",
15958 "zh-cht": "GPU",
15959 "xloc": [
15952 - "default-mobile.handlebars->9->380",
15953 - "default.handlebars->27->982"
15960 + "default-mobile.handlebars->9->381",
15961 + "default.handlebars->27->987"
15962 ]
15963 },
15964 {
@@ -15970,7 +15978,7 @@
15978 "zh-chs": "盖尔文(爱尔兰)",
15979 "zh-cht": "蓋爾語(愛爾蘭)",
15980 "xloc": [
15973 - "default.handlebars->27->1110"
15981 + "default.handlebars->27->1115"
15982 ]
15983 },
15984 {
@@ -15990,7 +15998,7 @@
15998 "zh-chs": "盖尔文(苏格兰文)",
15999 "zh-cht": "蓋爾語(蘇格蘭語)",
16000 "xloc": [
15993 - "default.handlebars->27->1109"
16001 + "default.handlebars->27->1114"
16002 ]
16003 },
16004 {
@@ -16010,7 +16018,7 @@
16018 "zh-chs": "加拉契文",
16019 "zh-cht": "加拉契語",
16020 "xloc": [
16013 - "default.handlebars->27->1111"
16021 + "default.handlebars->27->1116"
16022 ]
16023 },
16024 {
@@ -16136,7 +16144,7 @@
16144 "zh-chs": "格鲁吉亚文",
16145 "zh-cht": "格魯吉亞文",
16146 "xloc": [
16139 - "default.handlebars->27->1112"
16147 + "default.handlebars->27->1117"
16148 ]
16149 },
16150 {
@@ -16156,7 +16164,7 @@
16164 "zh-chs": "德文(奥地利)",
16165 "zh-cht": "德語(奧地利)",
16166 "xloc": [
16159 - "default.handlebars->27->1114"
16167 + "default.handlebars->27->1119"
16168 ]
16169 },
16170 {
@@ -16176,7 +16184,7 @@
16184 "zh-chs": "德文(德国)",
16185 "zh-cht": "德文(德國)",
16186 "xloc": [
16179 - "default.handlebars->27->1115"
16187 + "default.handlebars->27->1120"
16188 ]
16189 },
16190 {
@@ -16196,7 +16204,7 @@
16204 "zh-chs": "德文(列支敦士登)",
16205 "zh-cht": "德文(列支敦士登)",
16206 "xloc": [
16199 - "default.handlebars->27->1116"
16207 + "default.handlebars->27->1121"
16208 ]
16209 },
16210 {
@@ -16216,7 +16224,7 @@
16224 "zh-chs": "德文(卢森堡)",
16225 "zh-cht": "德語(盧森堡)",
16226 "xloc": [
16219 - "default.handlebars->27->1117"
16227 + "default.handlebars->27->1122"
16228 ]
16229 },
16230 {
@@ -16236,7 +16244,7 @@
16244 "zh-chs": "德文(标准)",
16245 "zh-cht": "德語(標準)",
16246 "xloc": [
16239 - "default.handlebars->27->1113"
16247 + "default.handlebars->27->1118"
16248 ]
16249 },
16250 {
@@ -16256,7 +16264,7 @@
16264 "zh-chs": "德文(瑞士)",
16265 "zh-cht": "德文(瑞士)",
16266 "xloc": [
16259 - "default.handlebars->27->1118"
16267 + "default.handlebars->27->1123"
16268 ]
16269 },
16270 {
@@ -16317,7 +16325,7 @@
16325 "zh-chs": "正在获取剪贴板内容,{0}个字节",
16326 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
16327 "xloc": [
16320 - "default.handlebars->27->1590"
16328 + "default.handlebars->27->1598"
16329 ]
16330 },
16331 {
@@ -16379,7 +16387,7 @@
16387 "zh-chs": "好",
16388 "zh-cht": "好",
16389 "xloc": [
16382 - "default.handlebars->27->1278"
16390 + "default.handlebars->27->1283"
16391 ]
16392 },
16393 {
@@ -16424,8 +16432,8 @@
16432 "zh-chs": "Google云端硬盘备份",
16433 "zh-cht": "Google雲端硬盤備份",
16434 "xloc": [
16427 - "default.handlebars->27->1289",
16428 - "default.handlebars->27->1292",
16435 + "default.handlebars->27->1294",
16436 + "default.handlebars->27->1297",
16437 "default.handlebars->27->202"
16438 ]
16439 },
@@ -16446,7 +16454,7 @@
16454 "zh-chs": "Google云端硬盘控制台",
16455 "zh-cht": "Google雲端硬盤控制台",
16456 "xloc": [
16449 - "default.handlebars->27->1286"
16457 + "default.handlebars->27->1291"
16458 ]
16459 },
16460 {
@@ -16486,7 +16494,7 @@
16494 "zh-chs": "Google云端硬盘备份当前处于活动状态。",
16495 "zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
16496 "xloc": [
16489 - "default.handlebars->27->1290"
16497 + "default.handlebars->27->1295"
16498 ]
16499 },
16500 {
@@ -16506,7 +16514,7 @@
16514 "zh-chs": "希腊文",
16515 "zh-cht": "希臘文",
16516 "xloc": [
16509 - "default.handlebars->27->1119"
16517 + "default.handlebars->27->1124"
16518 ]
16519 },
16520 {
@@ -16548,8 +16556,8 @@
16556 "zh-chs": "集体指令",
16557 "zh-cht": "集體指令",
16558 "xloc": [
16551 - "default.handlebars->27->1727",
16552 - "default.handlebars->27->1806",
16559 + "default.handlebars->27->1735",
16560 + "default.handlebars->27->1814",
16561 "default.handlebars->27->467",
16562 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16563 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -16573,7 +16581,7 @@
16581 "zh-chs": "通过...分组",
16582 "zh-cht": "通過...分群",
16583 "xloc": [
16576 - "default.handlebars->27->1675"
16584 + "default.handlebars->27->1683"
16585 ]
16586 },
16587 {
@@ -16593,7 +16601,7 @@
16601 "zh-chs": "组标识符",
16602 "zh-cht": "群標識符",
16603 "xloc": [
16596 - "default.handlebars->27->1823"
16604 + "default.handlebars->27->1831"
16605 ]
16606 },
16607 {
@@ -16613,7 +16621,7 @@
16621 "zh-chs": "群组成员",
16622 "zh-cht": "群組成員",
16623 "xloc": [
16616 - "default.handlebars->27->1844"
16624 + "default.handlebars->27->1852"
16625 ]
16626 },
16627 {
@@ -16633,7 +16641,7 @@
16641 "zh-chs": "用户{0}的群组权限。",
16642 "zh-cht": "用戶{0}的群組權限。",
16643 "xloc": [
16636 - "default.handlebars->27->1428"
16644 + "default.handlebars->27->1433"
16645 ]
16646 },
16647 {
@@ -16653,7 +16661,7 @@
16661 "zh-chs": "{0}的群组权限。",
16662 "zh-cht": "{0}的群組權限。",
16663 "xloc": [
16656 - "default.handlebars->27->1427"
16664 + "default.handlebars->27->1432"
16665 ]
16666 },
16667 {
@@ -16679,7 +16687,7 @@
16687 "zh-chs": "组1,组2,组3",
16688 "zh-cht": "群1,群2,群3",
16689 "xloc": [
16682 - "default-mobile.handlebars->9->283"
16690 + "default-mobile.handlebars->9->284"
16691 ]
16692 },
16693 {
@@ -16720,7 +16728,7 @@
16728 "zh-cht": "來賓姓名",
16729 "xloc": [
16730 "default.handlebars->27->185",
16723 - "default.handlebars->27->719"
16731 + "default.handlebars->27->723"
16732 ]
16733 },
16734 {
@@ -16740,7 +16748,7 @@
16748 "zh-chs": "古久拉提",
16749 "zh-cht": "古久拉提",
16750 "xloc": [
16743 - "default.handlebars->27->1120"
16751 + "default.handlebars->27->1125"
16752 ]
16753 },
16754 {
@@ -16783,7 +16791,7 @@
16791 "zh-chs": "海地文",
16792 "zh-cht": "海地文",
16793 "xloc": [
16786 - "default.handlebars->27->1121"
16794 + "default.handlebars->27->1126"
16795 ]
16796 },
16797 {
@@ -16823,7 +16831,7 @@
16831 "zh-chs": "强行断开代理",
16832 "zh-cht": "強行斷開代理",
16833 "xloc": [
16826 - "default.handlebars->27->1009"
16834 + "default.handlebars->27->1014"
16835 ]
16836 },
16837 {
@@ -16843,7 +16851,7 @@
16851 "zh-chs": "堆总数",
16852 "zh-cht": "堆總數",
16853 "xloc": [
16846 - "default.handlebars->27->2079"
16854 + "default.handlebars->27->2087"
16855 ]
16856 },
16857 {
@@ -16863,7 +16871,7 @@
16871 "zh-chs": "堆使用",
16872 "zh-cht": "堆使用",
16873 "xloc": [
16866 - "default.handlebars->27->2078"
16874 + "default.handlebars->27->2086"
16875 ]
16876 },
16877 {
@@ -16883,7 +16891,7 @@
16891 "zh-chs": "希伯来文",
16892 "zh-cht": "希伯來文",
16893 "xloc": [
16886 - "default.handlebars->27->1122"
16894 + "default.handlebars->27->1127"
16895 ]
16896 },
16897 {
@@ -16916,7 +16924,7 @@
16924 {
16925 "en": "Help Requested, user: {0}, details: {1}",
16926 "xloc": [
16919 - "default.handlebars->27->1667"
16927 + "default.handlebars->27->1675"
16928 ]
16929 },
16930 {
@@ -16949,7 +16957,7 @@
16957 "zh-chs": "帮助翻译MeshCentral",
16958 "zh-cht": "幫助翻譯MeshCentral",
16959 "xloc": [
16952 - "default.handlebars->27->1237"
16960 + "default.handlebars->27->1242"
16961 ]
16962 },
16963 {
@@ -17060,7 +17068,7 @@
17068 "zh-chs": "印地文",
17069 "zh-cht": "印地文",
17070 "xloc": [
17063 - "default.handlebars->27->1123"
17071 + "default.handlebars->27->1128"
17072 ]
17073 },
17074 {
@@ -17097,8 +17105,8 @@
17105 "zh-chs": "保存1个条目进行复制",
17106 "zh-cht": "保存1個項目進行複製",
17107 "xloc": [
17100 - "default-mobile.handlebars->9->316",
17101 - "default.handlebars->27->901"
17108 + "default-mobile.handlebars->9->317",
17109 + "default.handlebars->27->906"
17110 ]
17111 },
17112 {
@@ -17118,8 +17126,8 @@
17126 "zh-chs": "保存1个项目进行移动",
17127 "zh-cht": "保存1個項目進行移動",
17128 "xloc": [
17121 - "default-mobile.handlebars->9->320",
17122 - "default.handlebars->27->905"
17129 + "default-mobile.handlebars->9->321",
17130 + "default.handlebars->27->910"
17131 ]
17132 },
17133 {
@@ -17139,8 +17147,8 @@
17147 "zh-chs": "保存{0}个条目进行复制",
17148 "zh-cht": "保留{0}個項目進行複製",
17149 "xloc": [
17142 - "default-mobile.handlebars->9->314",
17143 - "default.handlebars->27->899"
17150 + "default-mobile.handlebars->9->315",
17151 + "default.handlebars->27->904"
17152 ]
17153 },
17154 {
@@ -17160,8 +17168,8 @@
17168 "zh-chs": "保存{0}个条目以进行移动",
17169 "zh-cht": "保存{0}個項目以進行移動",
17170 "xloc": [
17163 - "default-mobile.handlebars->9->318",
17164 - "default.handlebars->27->903"
17171 + "default-mobile.handlebars->9->319",
17172 + "default.handlebars->27->908"
17173 ]
17174 },
17175 {
@@ -17182,7 +17190,7 @@
17190 "zh-cht": "保存{0}項目{1}給{2}",
17191 "xloc": [
17192 "default-mobile.handlebars->9->129",
17185 - "default.handlebars->27->1563"
17193 + "default.handlebars->27->1571"
17194 ]
17195 },
17196 {
@@ -17205,10 +17213,10 @@
17213 "default-mobile.handlebars->9->217",
17214 "default-mobile.handlebars->9->218",
17215 "default-mobile.handlebars->9->220",
17208 - "default-mobile.handlebars->9->280",
17216 + "default-mobile.handlebars->9->281",
17217 "default.handlebars->27->289",
17218 "default.handlebars->27->564",
17211 - "default.handlebars->27->812"
17219 + "default.handlebars->27->817"
17220 ]
17221 },
17222 {
@@ -17228,7 +17236,7 @@
17236 "zh-chs": "主机名同步",
17237 "zh-cht": "主機名同步",
17238 "xloc": [
17231 - "default.handlebars->27->1317"
17239 + "default.handlebars->27->1322"
17240 ]
17241 },
17242 {
@@ -17248,7 +17256,7 @@
17256 "zh-chs": "匈牙利文",
17257 "zh-cht": "匈牙利文",
17258 "xloc": [
17251 - "default.handlebars->27->1124"
17259 + "default.handlebars->27->1129"
17260 ]
17261 },
17262 {
@@ -17311,11 +17319,11 @@
17319 "zh-chs": "IP:{0}",
17320 "zh-cht": "IP:{0}",
17321 "xloc": [
17314 - "default-mobile.handlebars->9->349",
17315 - "default-mobile.handlebars->9->353",
17316 - "default.handlebars->27->941",
17317 - "default.handlebars->27->951",
17318 - "default.handlebars->27->955"
17322 + "default-mobile.handlebars->9->350",
17323 + "default-mobile.handlebars->9->354",
17324 + "default.handlebars->27->946",
17325 + "default.handlebars->27->956",
17326 + "default.handlebars->27->960"
17327 ]
17328 },
17329 {
@@ -17335,11 +17343,11 @@
17343 "zh-chs": "IP:{0},掩码:{1},网关:{2}",
17344 "zh-cht": "IP:{0},遮罩:{1},閘道:{2}",
17345 "xloc": [
17338 - "default-mobile.handlebars->9->347",
17339 - "default-mobile.handlebars->9->351",
17340 - "default.handlebars->27->939",
17341 - "default.handlebars->27->949",
17342 - "default.handlebars->27->953"
17346 + "default-mobile.handlebars->9->348",
17347 + "default-mobile.handlebars->9->352",
17348 + "default.handlebars->27->944",
17349 + "default.handlebars->27->954",
17350 + "default.handlebars->27->958"
17351 ]
17352 },
17353 {
@@ -17359,12 +17367,12 @@
17367 "zh-chs": "IPv4层",
17368 "zh-cht": "IPv4層",
17369 "xloc": [
17362 - "default-mobile.handlebars->9->346",
17363 - "default-mobile.handlebars->9->348",
17364 - "default.handlebars->27->938",
17365 - "default.handlebars->27->940",
17366 - "default.handlebars->27->948",
17367 - "default.handlebars->27->950"
17370 + "default-mobile.handlebars->9->347",
17371 + "default-mobile.handlebars->9->349",
17372 + "default.handlebars->27->943",
17373 + "default.handlebars->27->945",
17374 + "default.handlebars->27->953",
17375 + "default.handlebars->27->955"
17376 ]
17377 },
17378 {
@@ -17447,10 +17455,10 @@
17455 "zh-chs": "IPv6层",
17456 "zh-cht": "IPv6層",
17457 "xloc": [
17450 - "default-mobile.handlebars->9->350",
17451 - "default-mobile.handlebars->9->352",
17452 - "default.handlebars->27->952",
17453 - "default.handlebars->27->954"
17458 + "default-mobile.handlebars->9->351",
17459 + "default-mobile.handlebars->9->353",
17460 + "default.handlebars->27->957",
17461 + "default.handlebars->27->959"
17462 ]
17463 },
17464 {
@@ -17530,7 +17538,7 @@
17538 "zh-chs": "冰岛文",
17539 "zh-cht": "冰島文",
17540 "xloc": [
17533 - "default.handlebars->27->1125"
17541 + "default.handlebars->27->1130"
17542 ]
17543 },
17544 {
@@ -17550,8 +17558,8 @@
17558 "zh-chs": "图标选择",
17559 "zh-cht": "圖符選擇",
17560 "xloc": [
17553 - "default-mobile.handlebars->9->278",
17554 - "default.handlebars->27->810"
17561 + "default-mobile.handlebars->9->279",
17562 + "default.handlebars->27->815"
17563 ]
17564 },
17565 {
@@ -17571,8 +17579,8 @@
17579 "zh-chs": "识别码",
17580 "zh-cht": "識別符",
17581 "xloc": [
17574 - "default-mobile.handlebars->9->378",
17575 - "default.handlebars->27->980"
17582 + "default-mobile.handlebars->9->379",
17583 + "default.handlebars->27->985"
17584 ]
17585 },
17586 {
@@ -17720,7 +17728,7 @@
17728 "zh-chs": "印度尼西亚文",
17729 "zh-cht": "印度尼西亞文",
17730 "xloc": [
17723 - "default.handlebars->27->1126"
17731 + "default.handlebars->27->1131"
17732 ]
17733 },
17734 {
@@ -17859,7 +17867,7 @@
17867 "zh-chs": "安装CIRA",
17868 "zh-cht": "安裝CIRA",
17869 "xloc": [
17862 - "default.handlebars->27->1351"
17870 + "default.handlebars->27->1356"
17871 ]
17872 },
17873 {
@@ -17879,7 +17887,7 @@
17887 "zh-chs": "安装本地",
17888 "zh-cht": "安裝本地",
17889 "xloc": [
17882 - "default.handlebars->27->1353"
17890 + "default.handlebars->27->1358"
17891 ]
17892 },
17893 {
@@ -17899,8 +17907,8 @@
17907 "zh-chs": "安装类型",
17908 "zh-cht": "安裝方式",
17909 "xloc": [
17902 - "default.handlebars->27->1495",
17903 - "default.handlebars->27->1502",
17910 + "default.handlebars->27->1503",
17911 + "default.handlebars->27->1510",
17912 "default.handlebars->27->353",
17913 "default.handlebars->27->367",
17914 "default.handlebars->27->381"
@@ -17923,7 +17931,7 @@
17931 "zh-chs": "英特尔(F10 = ESC + [OM)",
17932 "zh-cht": "Intel(F10 = ESC + [OM)",
17933 "xloc": [
17926 - "default.handlebars->27->867",
17934 + "default.handlebars->27->872",
17935 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
17936 ]
17937 },
@@ -17944,7 +17952,7 @@
17952 "zh-chs": "英特尔AMT",
17953 "zh-cht": "英特爾AMT",
17954 "xloc": [
17947 - "default.handlebars->27->2075"
17955 + "default.handlebars->27->2083"
17956 ]
17957 },
17958 {
@@ -17964,7 +17972,7 @@
17972 "zh-chs": "英特尔ASCII",
17973 "zh-cht": "Intel ASCII",
17974 "xloc": [
17967 - "default.handlebars->27->866"
17975 + "default.handlebars->27->871"
17976 ]
17977 },
17978 {
@@ -17987,11 +17995,11 @@
17995 "default-mobile.handlebars->9->202",
17996 "default-mobile.handlebars->9->237",
17997 "default-mobile.handlebars->9->242",
17990 - "default.handlebars->27->1335",
17991 - "default.handlebars->27->1345",
17992 - "default.handlebars->27->1514",
17998 + "default.handlebars->27->1340",
17999 + "default.handlebars->27->1350",
18000 "default.handlebars->27->1522",
17994 - "default.handlebars->27->2097",
18001 + "default.handlebars->27->1530",
18002 + "default.handlebars->27->2105",
18003 "default.handlebars->27->534",
18004 "default.handlebars->27->589",
18005 "default.handlebars->27->617"
@@ -18140,7 +18148,7 @@
18148 "zh-chs": "英特尔&reg;AMT政策",
18149 "zh-cht": "Intel&reg; AMT政策",
18150 "xloc": [
18143 - "default.handlebars->27->1374"
18151 + "default.handlebars->27->1379"
18152 ]
18153 },
18154 {
@@ -18160,7 +18168,7 @@
18168 "zh-chs": "英特尔&reg;AMT重定向",
18169 "zh-cht": "Intel&reg; AMT重定向",
18170 "xloc": [
18163 - "default.handlebars->27->2013",
18171 + "default.handlebars->27->2021",
18172 "player.handlebars->3->14"
18173 ]
18174 },
@@ -18201,7 +18209,7 @@
18209 "zh-chs": "英特尔&reg;AMT WSMAN",
18210 "zh-cht": "Intle&reg; AMT WSMAN",
18211 "xloc": [
18204 - "default.handlebars->27->2012",
18212 + "default.handlebars->27->2020",
18213 "player.handlebars->3->13"
18214 ]
18215 },
@@ -18265,8 +18273,8 @@
18273 "zh-chs": "英特尔&reg;AMT桌面和串行事件。",
18274 "zh-cht": "Intel&reg; AMT桌面和串行事件。",
18275 "xloc": [
18268 - "default.handlebars->27->1243",
18269 - "default.handlebars->27->1510"
18276 + "default.handlebars->27->1248",
18277 + "default.handlebars->27->1518"
18278 ]
18279 },
18280 {
@@ -18450,9 +18458,9 @@
18458 "zh-chs": "仅限英特尔&reg;AMT,无代理",
18459 "zh-cht": "僅限Intel&reg; AMT,無代理",
18460 "xloc": [
18453 - "default-mobile.handlebars->9->393",
18454 - "default.handlebars->27->1272",
18455 - "default.handlebars->27->1307"
18461 + "default-mobile.handlebars->9->394",
18462 + "default.handlebars->27->1277",
18463 + "default.handlebars->27->1312"
18464 ]
18465 },
18466 {
@@ -18512,8 +18520,8 @@
18520 "zh-chs": "英特尔&reg;主动管理技术(英特尔&reg;AMT)",
18521 "zh-cht": "Intel &reg; Active Management Technology(Intel&reg; AMT)",
18522 "xloc": [
18515 - "default-mobile.handlebars->9->370",
18516 - "default.handlebars->27->972"
18523 + "default-mobile.handlebars->9->371",
18524 + "default.handlebars->27->977"
18525 ]
18526 },
18527 {
@@ -18718,7 +18726,7 @@
18726 "zh-chs": "互动",
18727 "zh-cht": "互動",
18728 "xloc": [
18721 - "default.handlebars->27->847"
18729 + "default.handlebars->27->852"
18730 ]
18731 },
18732 {
@@ -18738,8 +18746,8 @@
18746 "zh-chs": "仅限互动",
18747 "zh-cht": "僅限互動",
18748 "xloc": [
18741 - "default.handlebars->27->1498",
18742 - "default.handlebars->27->1505",
18749 + "default.handlebars->27->1506",
18750 + "default.handlebars->27->1513",
18751 "default.handlebars->27->356",
18752 "default.handlebars->27->370",
18753 "default.handlebars->27->384"
@@ -18782,7 +18790,7 @@
18790 "zh-chs": "因纽特文",
18791 "zh-cht": "因紐特文",
18792 "xloc": [
18785 - "default.handlebars->27->1127"
18793 + "default.handlebars->27->1132"
18794 ]
18795 },
18796 {
@@ -18802,7 +18810,7 @@
18810 "zh-chs": "无效的设备组类型",
18811 "zh-cht": "無效的裝置群類型",
18812 "xloc": [
18805 - "default.handlebars->27->2049"
18813 + "default.handlebars->27->2057"
18814 ]
18815 },
18816 {
@@ -18822,7 +18830,7 @@
18830 "zh-chs": "无效的JSON",
18831 "zh-cht": "無效的JSON",
18832 "xloc": [
18825 - "default.handlebars->27->2043"
18833 + "default.handlebars->27->2051"
18834 ]
18835 },
18836 {
@@ -18842,8 +18850,8 @@
18850 "zh-chs": "无效的JSON档案格式。",

This file is too large to show in full.

views/default-mobile.handlebars
+9 -6
@@ -2647,8 +2647,7 @@
2647 }
2648
2649 x += '</table><br />';
2650 - // Show action button, only show if we have permissions 4, 8, 64
2651 - if ((meshrights & 76) != 0) { x += '<input type=button value=\"' + "Actions" + '\" onclick=deviceActionFunction() />'; }
2650 + x += '<input type=button value=\"' + "Actions" + '\" onclick=deviceActionFunction() />';
2651 //x += '<input type=button value=Notes onclick=showNotes(' + ((meshrights & 128) == 0) + ',"' + encodeURIComponent(node._id) + '") />';
2652 //if ((connectivity & 1) && (meshrights & 8) && (node.agent.id < 5)) { x += '<input type=button value=Toast onclick=deviceToastFunction() />'; }
2653 QH('p10html', x);
@@ -2731,14 +2730,18 @@
2730
2731 function deviceActionFunction() {
2732 if (xxdialogMode) return;
2734 - var meshrights = GetNodeRights(currentNode);
2733 + var rights = GetNodeRights(currentNode), count = 0;
2734 var x = "Select an operation to perform on this device." + '<br /><br />';
2735 var y = '<select id=d2deviceop style=float:right;width:170px>';
2737 - if ((meshrights & 64) != 0) { y += '<option value=100>' + "Wake-up" + '</option>'; } // Wake-up permission
2738 - if ((meshrights & 8) != 0) { y += '<option value=4>' + "Sleep" + '</option><option value=3>' + "Reset" + '</option><option value=2>' + "Power off" + '</option>'; } // Remote control permission
2736 + if ((rights & 64) != 0) { count++; y += '<option value=100>' + "Wake-up" + '</option>'; } // Wake-up permission
2737 + //if (((currentNode.conn & 1) != 0) && ((rights & 131072) != 0)) { count++; y += '<option value=106>' + "Run Commands" + '</option>'; } // Remote command permission
2738 + if ((currentNode.conn != 0) && ((rights & 262144) != 0)) { count++; y += '<option value=4>' + "Sleep" + '</option><option value=3>' + "Reset" + '</option><option value=2>' + "Power off" + '</option>'; }
2739 + //if ((currentNode.conn & 16) != 0) { count++; y += '<option value=103>' + "Send MQTT Message" + '</option>'; }
2740 + //if (((currentNode.conn & 1) != 0) && ((rights & 32768) != 0)) { count++; y += '<option value=104>' + "Uninstall Agent" + '</option>'; }
2741 y += '</select>';
2742 x += addHtmlValue("Operation", y);
2741 - setDialogMode(2, "Device Action", 3, deviceActionFunctionEx, x);
2743 + if (count == 0) { x = "No actions currently available for this device."; }
2744 + setDialogMode(2, "Device Action", (count == 0) ? 1 : 3, deviceActionFunctionEx, x);
2745 }
2746
2747 function deviceActionFunctionEx() {
views/default.handlebars
+32 -15
@@ -4437,10 +4437,16 @@
4437 var node = getNodeFromId(nodeids[i]), rights = GetNodeRights(node);
4438 if ((rights & 1) && ((added & 2) == 0)) { added |= 2; addedOptions += '<option value=102>' + "Move to device group" + '</option>'; }
4439 if (((node.conn & 1) != 0) && ((rights & 0x8000) != 0) && ((added & 1) == 0)) { added |= 1; addedOptions += '<option value=104>' + "Uninstall Agent" + '</option>'; }
4440 + if ((rights & 64) && ((added & 8) == 0)) { added |= 8; addedOptions += '<option value=100>' + "Wake-up devices" + '</option>'; }
4441 + if ((rights & 262144) && ((added & 4) == 0)) { added |= 4; addedOptions += '<option value=4>' + "Sleep devices" + '</option><option value=3>' + "Reset devices" + '</option><option value=2>' + "Power off devices" + '</option>'; }
4442 + if ((rights & 131072) && ((added & 16) == 0)) { added |= 16; addedOptions += '<option value=106>' + "Run commands" + '</option>'; }
4443 + if ((rights & 16384) && ((added & 32) == 0)) { added |= 32; addedOptions += '<option value=108>' + "Device notification" + '</option>'; }
4444 + if ((rights & 4) && ((added & 64) == 0)) { added |= 64; addedOptions += '<option value=107>' + "Edit tags" + '</option>'; }
4445 + if ((rights & 32768) && ((added & 128) == 0)) { added |= 128; addedOptions += '<option value=101>' + "Delete devices" + '</option>'; }
4446 }
4447
4448 var x = "Select an operation to perform on all selected devices. Actions will be performed only with proper rights." + '<br /><br />';
4443 - x += addHtmlValue("Operation", '<select id=d2groupop><option value=100>' + "Wake-up devices" + '</option><option value=106>' + "Run commands" + '</option><option value=4>' + "Sleep devices" + '</option><option value=3>' + "Reset devices" + '</option><option value=2>' + "Power off devices" + '</option><option value=105>' + "Export device information" + '</option>' + '</option><option value=107>' + "Edit tags" + '</option><option value=108>' + "Device notification" + '</option>' + addedOptions + '<option value=101>' + "Delete devices" + '</option></select>');
4449 + x += addHtmlValue("Operation", '<select id=d2groupop><option value=105>' + "Export device information" + '</option>' + '</option>' + addedOptions + '</select>');
4450 setDialogMode(2, "Group Action", 3, groupActionFunctionEx, x);
4451 }
4452
@@ -5725,7 +5731,7 @@
5731
5732 x += '</table><br />';
5733 // Show action button, only show if we have permissions 4, 8, 64
5728 - if ((meshrights & 76) != 0) { x += '<input type=button value="' + "Actions" + '" title="' + "Perform power actions on the device" + '" onclick=deviceActionFunction() />'; }
5734 + x += '<input type=button value="' + "Actions" + '" title="' + "Perform power actions on the device" + '" onclick=deviceActionFunction() />';
5735 x += '<input type=button value="' + "Notes" + '" title="' + "View notes about this device" + '" onclick=showNotes(' + ((meshrights & 128) == 0) + ',"' + encodeURIComponentEx(node._id) + '") />';
5736 x += '<input type=button value="' + "Log Event" + '" title="' + "Write an event for this device" + '" onclick=writeDeviceEvent("' + encodeURIComponentEx(node._id) + '") />';
5737 if ((connectivity & 1) && (meshrights & 8)) { x += '<input type=button value="' + "Message" + '" title="' + "Display a text message on the remote device" + '" onclick=deviceMessageFunction() />'; }
@@ -5835,11 +5841,6 @@
5841 Q('p14iframe').contentWindow.setFrameHeight('650px');
5842 Q('p14iframe').contentWindow.setAuthCallback(updateAmtCredentials);
5843
5838 - // Display "action" button on desktop/terminal/files
5839 - QV('deskActionsBtn', (meshrights & 72) != 0); // 72 = Wake-up + Remote Control permissions
5840 - QV('termActionsBtn', (meshrights & 72) != 0);
5841 - QV('filesActionsBtn', (meshrights & 72) != 0);
5842 -
5844 // Request the power timeline
5845 if ((powerTimelineNode != currentNode._id) && (powerTimelineReq != currentNode._id)) {
5846 QH('p10html2', '');
@@ -5966,6 +5967,8 @@
5967 if (rights & 8192) str.push("Limit Events");
5968 if (rights & 16384) str.push("Chat");
5969 if (rights & 32768) str.push("Uninstall");
5970 + if (rights & 131072) str.push("Commands");
5971 + if (rights & 262144) str.push("Reset/Off");
5972 if (str.length == 0) return "No Rights";
5973 return str.join(', ');
5974 }
@@ -5993,6 +5996,8 @@
5996 if (rights & 8192) str.push("Limit Events");
5997 if (rights & 16384) str.push("Chat");
5998 if (rights & 32768) str.push("Uninstall");
5999 + if (rights & 131072) str.push("Commands");
6000 + if (rights & 262144) str.push("Reset/Off");
6001 if (str.length == 0) return "No Rights";
6002 return str.join(', ');
6003 }
@@ -6088,16 +6093,18 @@
6093
6094 function deviceActionFunction() {
6095 if (xxdialogMode) return;
6091 - var rights = GetNodeRights(currentNode);
6096 + var rights = GetNodeRights(currentNode), count = 0;
6097 var x = "Select an operation to perform on this device." + '<br /><br />';
6098 var y = '<select id=d2deviceop style=float:right;width:250px>';
6094 - if ((rights & 64) != 0) { y += '<option value=100>' + "Wake-up" + '</option>'; } // Wake-up permission
6095 - if ((rights & 8) != 0) { y += '<option value=106>' + "Run Commands" + '</option><option value=4>' + "Sleep" + '</option><option value=3>' + "Reset" + '</option><option value=2>' + "Power off" + '</option>'; } // Remote control permission
6096 - if ((currentNode.conn & 16) != 0) { y += '<option value=103>' + "Send MQTT Message" + '</option>'; }
6097 - if (((currentNode.conn & 1) != 0) && ((rights & 32768) != 0)) { y += '<option value=104>' + "Uninstall Agent" + '</option>'; }
6099 + if ((rights & 64) != 0) { count++; y += '<option value=100>' + "Wake-up" + '</option>'; } // Wake-up permission
6100 + if (((currentNode.conn & 1) != 0) && ((rights & 131072) != 0)) { count++; y += '<option value=106>' + "Run Commands" + '</option>'; } // Remote command permission
6101 + if ((currentNode.conn != 0) && ((rights & 262144) != 0)) { count++; y += '<option value=4>' + "Sleep" + '</option><option value=3>' + "Reset" + '</option><option value=2>' + "Power off" + '</option>'; }
6102 + if ((currentNode.conn & 16) != 0) { count++; y += '<option value=103>' + "Send MQTT Message" + '</option>'; }
6103 + if (((currentNode.conn & 1) != 0) && ((rights & 32768) != 0)) { count++; y += '<option value=104>' + "Uninstall Agent" + '</option>'; }
6104 y += '</select>';
6105 x += addHtmlValue("Operation", y);
6100 - setDialogMode(2, "Device Action", 3, deviceActionFunctionEx, x);
6106 + if (count == 0) { x = "No actions currently available for this device."; }
6107 + setDialogMode(2, "Device Action", (count == 0)?1:3, deviceActionFunctionEx, x);
6108 }
6109
6110 function deviceActionFunctionEx() {
@@ -6634,7 +6641,6 @@
6641 QV('DeskOpenWebButton', (browserfullscreen == false) && (inputAllowed) && (currentNode.agent) && online);
6642 QV('DeskBackgroundButton', (deskState == 3) && (desktop.contype == 1) && (currentNode.agent) && (currentNode.agent.id != 11) && (currentNode.agent.id != 16) && online);
6643 QV('DeskControlSpan', inputAllowed)
6637 - QV('deskActionsBtn', (browserfullscreen == false));
6644 QV('deskActionsSettings', (browserfullscreen == false));
6645 if (rights & 8) { Q('DeskControl').checked = (getstore('DeskControl', 1) == 1); } else { Q('DeskControl').checked = false; }
6646 QS('DeskControlSpan').color = Q('DeskControl').checked?null:'red';
@@ -9775,7 +9781,8 @@
9781 x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20limitevents>' + "Show Only Own Events" + '</label><br>';
9782 x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20chatnotify>' + "Chat & Notify" + '</label><br>';
9783 x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20uninstall>' + "Uninstall Agent / Delete Device" + '</label><br>';
9778 - x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20settingslock>' + "Lock Account Settings" + '</label><br>';
9784 + x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20commands>' + "Remote Commands" + '</label><br>';
9785 + x += '<label><input type=checkbox onchange=p20validateAddMeshUserDialog() id=p20resetoff>' + "Reset / Power Off" + '</label><br>';
9786 x += '</div>';
9787
9788 if (userid == null) {
@@ -9848,6 +9855,8 @@
9855 if (urights & 8192) { Q('p20limitevents').checked = true; }
9856 if (urights & 16384) { Q('p20chatnotify').checked = true; }
9857 if (urights & 32768) { Q('p20uninstall').checked = true; }
9858 + if (urights & 131072) { Q('p20commands').checked = true; }
9859 + if (urights & 262144) { Q('p20resetoff').checked = true; }
9860 }
9861
9862 p20validateAddMeshUserDialog(userid);
@@ -9892,6 +9901,8 @@
9901 Q('p20chatnotify').checked = ((devrights & 16384) != 0);
9902 Q('p20uninstall').checked = ((devrights & 32768) != 0);
9903 Q('p20nodesktop').checked = ((devrights & 65536) != 0);
9904 + Q('p20commands').checked = ((devrights & 131072) != 0);
9905 + Q('p20resetoff').checked = ((devrights & 262144) != 0);
9906 ok = (nodeid != '');
9907 }
9908
@@ -9969,6 +9980,8 @@
9980 QE('p20noamt', nc && Q('p20remotecontrol').checked);
9981 QE('p20chatnotify', nc);
9982 QE('p20uninstall', nc);
9983 + QE('p20commands', nc);
9984 + QE('p20resetoff', nc);
9985 }
9986
9987 function p20showAddMeshUserDialogEx(b, t) {
@@ -9994,6 +10007,8 @@
10007 if (Q('p20limitevents').checked == true) meshadmin += 8192;
10008 if (Q('p20chatnotify').checked == true) meshadmin += 16384;
10009 if (Q('p20uninstall').checked == true) meshadmin += 32768;
10010 + if (Q('p20commands').checked == true) meshadmin += 131072;
10011 + if (Q('p20resetoff').checked == true) meshadmin += 262144;
10012 }
10013
10014 // Clean up incorrect rights. If Remote Control is not selected, remove flags that don't make sense.
@@ -10075,6 +10090,8 @@
10090 if ((meshrights & 8192) != 0) r.push("Self Events Only");
10091 if ((meshrights & 16384) != 0) r.push("Chat & Notify");
10092 if ((meshrights & 32768) != 0) r.push("Uninstall");
10093 + if ((meshrights & 131072) != 0) r.push("Commands");
10094 + if ((meshrights & 262144) != 0) r.push("Reset/Off");
10095 }
10096 if (r.length == 0) { r.push("No Rights"); }
10097 var uname = xuserid.split('/')[2];