Version 0.7.4

Ylian Saint-Hilaire committed Nov 27, 2020 at 21:40 UTC b11b97487340c5cc2e27a2bf0a627e52b409e831
6 files changed +1923 -1887
agents/MeshCentralAssistant.exe
Binary files a/agents/MeshCentralAssistant.exe and b/agents/MeshCentralAssistant.exe differ
agents/meshcore.js
+11
@@ -241,6 +241,12 @@ function createMeshCore(agent) {
241 for (var i in obj.DAIPC._daipc) { if (obj.DAIPC._daipc[i]._registered != null) { obj.DAIPC._daipc[i]._send(x); } }
242 }
243
244 + // Send this object to a specific registered local applications
245 + function sendToRegisteredApp(appid, x) {
246 + if ((obj.DAIPC == null) || (obj.DAIPC._daipc == null)) return;
247 + for (var i in obj.DAIPC._daipc) { if (obj.DAIPC._daipc[i]._registered == appid) { obj.DAIPC._daipc[i]._send(x); } }
248 + }
249 +
250 // Send list of registered apps to the server
251 function updateRegisteredAppsToServer() {
252 if ((obj.DAIPC == null) || (obj.DAIPC._daipc == null)) return;
@@ -965,6 +971,11 @@ function createMeshCore(agent) {
971 cpuuse.tag = data.tag;
972 cpuuse.then(function (data) { mesh.SendCommand(JSON.stringify({ action: 'msg', type: 'cpuinfo', cpu: data, memory: require('sysinfo').memUtilization(), sessionid: this.sessionid, tag: this.tag })); }, function (ex) { });
973 break;
974 + case 'localapp':
975 + // Send a message to a local application
976 + sendConsoleText('localappMsg: ' + data.appid + ', ' + JSON.stringify(data.value));
977 + if (data.appid != null) { sendToRegisteredApp(data.appid, data.value); } else { broadcastToRegisteredApps(data.value); }
978 + break;
979 default:
980 // Unknown action, ignore it.
981 break;
meshagent.js
+8
@@ -1336,6 +1336,14 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
1336 else if (command.type == 'msg') { obj.sessions.msg = command.value; }
1337 else if (command.type == 'app') { obj.sessions.app = command.value; }
1338 }
1339 +
1340 + // Any "help" session must have an associated app, if not, remove it.
1341 + if (obj.sessions.help != null) {
1342 + for (var i in obj.sessions.help) { if (obj.sessions.app[i] == null) { delete obj.sessions.help[i]; } }
1343 + if (Object.keys(obj.sessions.help).length == 0) { delete obj.sessions.help; }
1344 + }
1345 +
1346 + // Inform everyone of updated sessions
1347 obj.updateSessions();
1348 break;
1349 }
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.7.3",
3 + "version": "0.7.4",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
translate/translate.json
+1897 -1885
@@ -17,8 +17,8 @@
17 "zh-chs": " + CIRA",
18 "zh-cht": " + CIRA",
19 "xloc": [
20 - "default.handlebars->29->1369",
21 - "default.handlebars->29->1371"
20 + "default.handlebars->29->1371",
21 + "default.handlebars->29->1373"
22 ]
23 },
24 {
@@ -204,7 +204,7 @@
204 "zh-chs": " 可以使用密码提示,但不建议使用。",
205 "zh-cht": " 可以使用密碼提示,但不建議使用。",
206 "xloc": [
207 - "default.handlebars->29->1282"
207 + "default.handlebars->29->1284"
208 ]
209 },
210 {
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->29->1446",
228 - "default.handlebars->29->1909"
227 + "default.handlebars->29->1448",
228 + "default.handlebars->29->1911"
229 ]
230 },
231 {
@@ -395,7 +395,7 @@
395 "zh-chs": "(可选的)",
396 "zh-cht": "(可選的)",
397 "xloc": [
398 - "default.handlebars->29->341"
398 + "default.handlebars->29->343"
399 ]
400 },
401 {
@@ -420,8 +420,8 @@
420 "fr": "* 8 caractères, 1 majuscule, 1 minuscule, 1 numérique, 1 non alphanumérique.",
421 "nl": "* 8 karakters, 1 hoofdletter, 1 normale letter, 1 nummeriek, 1 niet alfanumeriek.",
422 "xloc": [
423 - "default.handlebars->29->1415",
424 - "default.handlebars->29->307"
423 + "default.handlebars->29->1417",
424 + "default.handlebars->29->309"
425 ]
426 },
427 {
@@ -441,7 +441,7 @@
441 "zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
442 "zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
443 "xloc": [
444 - "default.handlebars->29->380"
444 + "default.handlebars->29->382"
445 ]
446 },
447 {
@@ -496,7 +496,7 @@
496 "zh-cht": ",",
497 "xloc": [
498 "default-mobile.handlebars->9->465",
499 - "default.handlebars->29->1516"
499 + "default.handlebars->29->1518"
500 ]
501 },
502 {
@@ -537,13 +537,13 @@
537 "zh-chs": ",MQTT在线",
538 "zh-cht": ",MQTT在線",
539 "xloc": [
540 - "default.handlebars->29->1024"
540 + "default.handlebars->29->1026"
541 ]
542 },
543 {
544 "en": ", Prompt for consent",
545 "xloc": [
546 - "default.handlebars->29->677"
546 + "default.handlebars->29->679"
547 ]
548 },
549 {
@@ -563,7 +563,7 @@
563 "zh-chs": ",软体KVM",
564 "zh-cht": ",軟體KVM",
565 "xloc": [
566 - "default.handlebars->29->842",
566 + "default.handlebars->29->844",
567 "desktop.handlebars->3->12"
568 ]
569 },
@@ -586,9 +586,9 @@
586 "xloc": [
587 "default-mobile.handlebars->9->296",
588 "default-mobile.handlebars->9->303",
589 - "default.handlebars->29->849",
590 - "default.handlebars->29->882",
591 - "default.handlebars->29->894",
589 + "default.handlebars->29->851",
590 + "default.handlebars->29->884",
591 + "default.handlebars->29->896",
592 "desktop.handlebars->3->19",
593 "terminal.handlebars->3->9",
594 "xterm.handlebars->9->6"
@@ -711,7 +711,7 @@
711 "zh-chs": ",{0}观看",
712 "zh-cht": ",{0}觀看",
713 "xloc": [
714 - "default.handlebars->29->843",
714 + "default.handlebars->29->845",
715 "desktop.handlebars->3->13"
716 ]
717 },
@@ -776,9 +776,9 @@
776 "xloc": [
777 "default-mobile.handlebars->9->108",
778 "default-mobile.handlebars->9->305",
779 - "default.handlebars->29->1557",
780 - "default.handlebars->29->2066",
781 - "default.handlebars->29->900"
779 + "default.handlebars->29->1559",
780 + "default.handlebars->29->2068",
781 + "default.handlebars->29->902"
782 ]
783 },
784 {
@@ -834,7 +834,7 @@
834 "zh-chs": "1个活跃时段",
835 "zh-cht": "1個活躍時段",
836 "xloc": [
837 - "default.handlebars->29->1978"
837 + "default.handlebars->29->1980"
838 ]
839 },
840 {
@@ -856,7 +856,7 @@
856 "xloc": [
857 "default-mobile.handlebars->9->118",
858 "default-mobile.handlebars->9->469",
859 - "default.handlebars->29->1581",
859 + "default.handlebars->29->1583",
860 "download.handlebars->3->1",
861 "download2.handlebars->5->1"
862 ]
@@ -878,7 +878,7 @@
878 "zh-chs": "1条连接",
879 "zh-cht": "1位聯絡文",
880 "xloc": [
881 - "default.handlebars->29->845",
881 + "default.handlebars->29->847",
882 "desktop.handlebars->3->15"
883 ]
884 },
@@ -900,8 +900,8 @@
900 "zh-cht": "1天",
901 "xloc": [
902 "default.handlebars->29->181",
903 - "default.handlebars->29->332",
904 - "default.handlebars->29->346"
903 + "default.handlebars->29->334",
904 + "default.handlebars->29->348"
905 ]
906 },
907 {
@@ -921,7 +921,7 @@
921 "zh-chs": "1组",
922 "zh-cht": "1群",
923 "xloc": [
924 - "default.handlebars->29->1943"
924 + "default.handlebars->29->1945"
925 ]
926 },
927 {
@@ -942,8 +942,8 @@
942 "zh-cht": "1小時",
943 "xloc": [
944 "default.handlebars->29->179",
945 - "default.handlebars->29->330",
946 - "default.handlebars->29->344"
945 + "default.handlebars->29->332",
946 + "default.handlebars->29->346"
947 ]
948 },
949 {
@@ -963,7 +963,7 @@
963 "zh-chs": "1分钟",
964 "zh-cht": "1分鐘",
965 "xloc": [
966 - "default.handlebars->29->730"
966 + "default.handlebars->29->732"
967 ]
968 },
969 {
@@ -1004,8 +1004,8 @@
1004 "zh-cht": "1個月",
1005 "xloc": [
1006 "default.handlebars->29->183",
1007 - "default.handlebars->29->334",
1008 - "default.handlebars->29->348"
1007 + "default.handlebars->29->336",
1008 + "default.handlebars->29->350"
1009 ]
1010 },
1011 {
@@ -1025,7 +1025,7 @@
1025 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1026 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1027 "xloc": [
1028 - "default.handlebars->29->1733"
1028 + "default.handlebars->29->1735"
1029 ]
1030 },
1031 {
@@ -1045,7 +1045,7 @@
1045 "zh-chs": "1个节点",
1046 "zh-cht": "1個節點",
1047 "xloc": [
1048 - "default.handlebars->29->400"
1048 + "default.handlebars->29->402"
1049 ]
1050 },
1051 {
@@ -1091,13 +1091,13 @@
1091 "default-mobile.handlebars->9->172",
1092 "default-mobile.handlebars->9->175",
1093 "default-mobile.handlebars->9->178",
1094 - "default.handlebars->29->1737",
1095 - "default.handlebars->29->252",
1096 - "default.handlebars->29->255",
1097 - "default.handlebars->29->258",
1098 - "default.handlebars->29->261",
1099 - "default.handlebars->29->264",
1100 - "default.handlebars->29->267"
1094 + "default.handlebars->29->1739",
1095 + "default.handlebars->29->254",
1096 + "default.handlebars->29->257",
1097 + "default.handlebars->29->260",
1098 + "default.handlebars->29->263",
1099 + "default.handlebars->29->266",
1100 + "default.handlebars->29->269"
1101 ]
1102 },
1103 {
@@ -1118,8 +1118,8 @@
1118 "zh-cht": "1週",
1119 "xloc": [
1120 "default.handlebars->29->182",
1121 - "default.handlebars->29->333",
1122 - "default.handlebars->29->347"
1121 + "default.handlebars->29->335",
1122 + "default.handlebars->29->349"
1123 ]
1124 },
1125 {
@@ -1223,7 +1223,7 @@
1223 "zh-chs": "10分钟",
1224 "zh-cht": "10分鐘",
1225 "xloc": [
1226 - "default.handlebars->29->732"
1226 + "default.handlebars->29->734"
1227 ]
1228 },
1229 {
@@ -1294,7 +1294,7 @@
1294 "fr": "12 heures",
1295 "nl": "12 uur",
1296 "xloc": [
1297 - "default.handlebars->29->740"
1297 + "default.handlebars->29->742"
1298 ]
1299 },
1300 {
@@ -1336,7 +1336,7 @@
1336 "zh-chs": "15分钟",
1337 "zh-cht": "15分鐘",
1338 "xloc": [
1339 - "default.handlebars->29->733"
1339 + "default.handlebars->29->735"
1340 ]
1341 },
1342 {
@@ -1344,7 +1344,7 @@
1344 "fr": "16 heures",
1345 "nl": "16 uur",
1346 "xloc": [
1347 - "default.handlebars->29->741"
1347 + "default.handlebars->29->743"
1348 ]
1349 },
1350 {
@@ -1352,7 +1352,7 @@
1352 "fr": "2 jours",
1353 "nl": "2 dagen",
1354 "xloc": [
1355 - "default.handlebars->29->743"
1355 + "default.handlebars->29->745"
1356 ]
1357 },
1358 {
@@ -1360,7 +1360,7 @@
1360 "fr": "2 heures",
1361 "nl": "2 uur",
1362 "xloc": [
1363 - "default.handlebars->29->737"
1363 + "default.handlebars->29->739"
1364 ]
1365 },
1366 {
@@ -1452,7 +1452,7 @@
1452 "fr": "24 heures",
1453 "nl": "24 uur",
1454 "xloc": [
1455 - "default.handlebars->29->742"
1455 + "default.handlebars->29->744"
1456 ]
1457 },
1458 {
@@ -1514,7 +1514,7 @@
1514 "zh-chs": "2FA备份代码已清除",
1515 "zh-cht": "2FA備份代碼已清除",
1516 "xloc": [
1517 - "default.handlebars->29->1692"
1517 + "default.handlebars->29->1694"
1518 ]
1519 },
1520 {
@@ -1534,8 +1534,8 @@
1534 "zh-chs": "启用第二因素身份验证",
1535 "zh-cht": "啟用第二因素身份驗證",
1536 "xloc": [
1537 - "default.handlebars->29->1750",
1538 - "default.handlebars->29->1965"
1537 + "default.handlebars->29->1752",
1538 + "default.handlebars->29->1967"
1539 ]
1540 },
1541 {
@@ -1654,7 +1654,7 @@
1654 "zh-chs": "30分钟",
1655 "zh-cht": "30分鐘",
1656 "xloc": [
1657 - "default.handlebars->29->734"
1657 + "default.handlebars->29->736"
1658 ]
1659 },
1660 {
@@ -1674,8 +1674,8 @@
1674 "zh-chs": "MeshAgent的32位版本",
1675 "zh-cht": "MeshAgent的32位版本",
1676 "xloc": [
1677 - "default.handlebars->29->370",
1678 - "default.handlebars->29->387"
1677 + "default.handlebars->29->372",
1678 + "default.handlebars->29->389"
1679 ]
1680 },
1681 {
@@ -1705,7 +1705,7 @@
1705 "fr": "4 jours",
1706 "nl": "4 dagen",
1707 "xloc": [
1708 - "default.handlebars->29->744"
1708 + "default.handlebars->29->746"
1709 ]
1710 },
1711 {
@@ -1713,7 +1713,7 @@
1713 "fr": "4 heures",
1714 "nl": "4 uur",
1715 "xloc": [
1716 - "default.handlebars->29->738"
1716 + "default.handlebars->29->740"
1717 ]
1718 },
1719 {
@@ -1796,7 +1796,7 @@
1796 "zh-chs": "45分钟",
1797 "zh-cht": "45分鐘",
1798 "xloc": [
1799 - "default.handlebars->29->735"
1799 + "default.handlebars->29->737"
1800 ]
1801 },
1802 {
@@ -1836,7 +1836,7 @@
1836 "zh-chs": "5分钟",
1837 "zh-cht": "5分鐘",
1838 "xloc": [
1839 - "default.handlebars->29->731"
1839 + "default.handlebars->29->733"
1840 ]
1841 },
1842 {
@@ -1950,7 +1950,7 @@
1950 "fr": "60 minutes",
1951 "nl": "60 minuten",
1952 "xloc": [
1953 - "default.handlebars->29->736"
1953 + "default.handlebars->29->738"
1954 ]
1955 },
1956 {
@@ -1992,7 +1992,7 @@
1992 "zh-chs": "64位版本的macOS Mesh Agent",
1993 "zh-cht": "64位版本的macOS Mesh Agent",
1994 "xloc": [
1995 - "default.handlebars->29->383"
1995 + "default.handlebars->29->385"
1996 ]
1997 },
1998 {
@@ -2012,8 +2012,8 @@
2012 "zh-chs": "MeshAgent的64位版本",
2013 "zh-cht": "MeshAgent的64位版本",
2014 "xloc": [
2015 - "default.handlebars->29->374",
2016 - "default.handlebars->29->390"
2015 + "default.handlebars->29->376",
2016 + "default.handlebars->29->392"
2017 ]
2018 },
2019 {
@@ -2070,7 +2070,7 @@
2070 "zh-chs": "7天电源状态",
2071 "zh-cht": "7天電源狀態",
2072 "xloc": [
2073 - "default.handlebars->29->775"
2073 + "default.handlebars->29->777"
2074 ]
2075 },
2076 {
@@ -2133,9 +2133,9 @@
2133 "zh-chs": "8小時",
2134 "zh-cht": "8小時",
2135 "xloc": [
2136 - "default.handlebars->29->331",
2137 - "default.handlebars->29->345",
2138 - "default.handlebars->29->739"
2136 + "default.handlebars->29->333",
2137 + "default.handlebars->29->347",
2138 + "default.handlebars->29->741"
2139 ]
2140 },
2141 {
@@ -2354,8 +2354,8 @@
2354 "zh-cht": "ACM",
2355 "xloc": [
2356 "default-mobile.handlebars->9->236",
2357 - "default.handlebars->29->1385",
2358 - "default.handlebars->29->569"
2357 + "default.handlebars->29->1387",
2358 + "default.handlebars->29->571"
2359 ]
2360 },
2361 {
@@ -2392,7 +2392,7 @@
2392 "zh-cht": "AMT",
2393 "xloc": [
2394 "default.handlebars->29->219",
2395 - "default.handlebars->29->428"
2395 + "default.handlebars->29->430"
2396 ]
2397 },
2398 {
@@ -2496,7 +2496,7 @@
2496 "zh-chs": "拒绝访问",
2497 "zh-cht": "拒絕存取",
2498 "xloc": [
2499 - "default.handlebars->29->1025"
2499 + "default.handlebars->29->1027"
2500 ]
2501 },
2502 {
@@ -2538,7 +2538,7 @@
2538 "zh-chs": "访问服务器档案",
2539 "zh-cht": "存取伺服器檔案",
2540 "xloc": [
2541 - "default.handlebars->29->1915"
2541 + "default.handlebars->29->1917"
2542 ]
2543 },
2544 {
@@ -2627,10 +2627,10 @@
2627 "default-mobile.handlebars->9->93",
2628 "default-mobile.handlebars->9->95",
2629 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2630 - "default.handlebars->29->1291",
2630 "default.handlebars->29->1293",
2632 - "default.handlebars->29->538",
2633 - "default.handlebars->29->540"
2631 + "default.handlebars->29->1295",
2632 + "default.handlebars->29->540",
2633 + "default.handlebars->29->542"
2634 ]
2635 },
2636 {
@@ -2691,7 +2691,7 @@
2691 "zh-chs": "帐户已更改:{0}",
2692 "zh-cht": "帳戶已更改:{0}",
2693 "xloc": [
2694 - "default.handlebars->29->1665"
2694 + "default.handlebars->29->1667"
2695 ]
2696 },
2697 {
@@ -2711,7 +2711,7 @@
2711 "zh-chs": "创建帐户,电子邮件为{0}",
2712 "zh-cht": "創建帳戶,電子郵件為{0}",
2713 "xloc": [
2714 - "default.handlebars->29->1664"
2714 + "default.handlebars->29->1666"
2715 ]
2716 },
2717 {
@@ -2731,7 +2731,7 @@
2731 "zh-chs": "创建帐户,用户名是{0}",
2732 "zh-cht": "帳戶已創建,用戶名是{0}",
2733 "xloc": [
2734 - "default.handlebars->29->1663"
2734 + "default.handlebars->29->1665"
2735 ]
2736 },
2737 {
@@ -2751,8 +2751,8 @@
2751 "zh-chs": "帐户已被锁定",
2752 "zh-cht": "帳戶已被鎖定",
2753 "xloc": [
2754 - "default.handlebars->29->1752",
2755 - "default.handlebars->29->1912"
2754 + "default.handlebars->29->1754",
2755 + "default.handlebars->29->1914"
2756 ]
2757 },
2758 {
@@ -2816,7 +2816,7 @@
2816 "zh-chs": "帐号登录",
2817 "zh-cht": "帳號登錄",
2818 "xloc": [
2819 - "default.handlebars->29->1600"
2819 + "default.handlebars->29->1602"
2820 ]
2821 },
2822 {
@@ -2836,7 +2836,7 @@
2836 "zh-chs": "帐户登出",
2837 "zh-cht": "帳戶登出",
2838 "xloc": [
2839 - "default.handlebars->29->1601"
2839 + "default.handlebars->29->1603"
2840 ]
2841 },
2842 {
@@ -2878,7 +2878,7 @@
2878 "zh-chs": "帐户密码已更改:{0}",
2879 "zh-cht": "帳戶密碼已更改:{0}",
2880 "xloc": [
2881 - "default.handlebars->29->1673"
2881 + "default.handlebars->29->1675"
2882 ]
2883 },
2884 {
@@ -2898,7 +2898,7 @@
2898 "zh-chs": "帐户已删除",
2899 "zh-cht": "帳戶已刪除",
2900 "xloc": [
2901 - "default.handlebars->29->1662"
2901 + "default.handlebars->29->1664"
2902 ]
2903 },
2904 {
@@ -2938,7 +2938,7 @@
2938 "zh-chs": "指令",
2939 "zh-cht": "指令",
2940 "xloc": [
2941 - "default.handlebars->29->1030",
2941 + "default.handlebars->29->1032",
2942 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
2943 ]
2944 },
@@ -2959,8 +2959,8 @@
2959 "zh-chs": "动作档案",
2960 "zh-cht": "動作檔案",
2961 "xloc": [
2962 - "default.handlebars->29->818",
2963 - "default.handlebars->29->820"
2962 + "default.handlebars->29->820",
2963 + "default.handlebars->29->822"
2964 ]
2965 },
2966 {
@@ -2983,7 +2983,7 @@
2983 "default-mobile.handlebars->9->259",
2984 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
2985 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
2986 - "default.handlebars->29->618",
2986 + "default.handlebars->29->620",
2987 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
2988 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
2989 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -2994,7 +2994,7 @@
2994 "fr": "Activer Intel® AMT dans ACM (Admin Control Mode) en utilisant une clé USB (format FAT). Copiez le fichier setup.bin dessus et démarrez un ou plusieurs appareils avec.",
2995 "nl": "Activeer Intel® AMT in Admin Control Mode (ACM) gebruikmakend van een FAT geformateerde USB sleutel. Plaats setup.bin erop en start een of meer computers met deze sleutel.",
2996 "xloc": [
2997 - "default.handlebars->29->302"
2997 + "default.handlebars->29->304"
2998 ]
2999 },
3000 {
@@ -3040,7 +3040,7 @@
3040 {
3041 "en": "Activate to CCM, if ACM fails",
3042 "xloc": [
3043 - "default.handlebars->29->1406"
3043 + "default.handlebars->29->1408"
3044 ]
3045 },
3046 {
@@ -3063,9 +3063,9 @@
3063 "default-mobile.handlebars->9->231",
3064 "default-mobile.handlebars->9->233",
3065 "default-mobile.handlebars->9->368",
3066 - "default.handlebars->29->562",
3066 "default.handlebars->29->564",
3068 - "default.handlebars->29->986"
3067 + "default.handlebars->29->566",
3068 + "default.handlebars->29->988"
3069 ]
3070 },
3071 {
@@ -3093,7 +3093,7 @@
3093 "fr": "Partage(s) actif(s) de l'appareil",
3094 "nl": "Actief delen van apparaten",
3095 "xloc": [
3096 - "default.handlebars->29->671"
3096 + "default.handlebars->29->673"
3097 ]
3098 },
3099 {
@@ -3130,8 +3130,8 @@
3130 "zh-chs": "添加代理",
3131 "zh-cht": "新增代理",
3132 "xloc": [
3133 - "default.handlebars->29->1381",
3134 - "default.handlebars->29->285"
3133 + "default.handlebars->29->1383",
3134 + "default.handlebars->29->287"
3135 ]
3136 },
3137 {
@@ -3168,8 +3168,8 @@
3168 "zh-chs": "添加设备",
3169 "zh-cht": "新增裝置",
3170 "xloc": [
3171 - "default.handlebars->29->1889",
3172 - "default.handlebars->29->2013"
3171 + "default.handlebars->29->1891",
3172 + "default.handlebars->29->2015"
3173 ]
3174 },
3175 {
@@ -3189,7 +3189,7 @@
3189 "zh-chs": "添加设备日志",
3190 "zh-cht": "新增裝置日誌",
3191 "xloc": [
3192 - "default.handlebars->29->717"
3192 + "default.handlebars->29->719"
3193 ]
3194 },
3195 {
@@ -3209,9 +3209,9 @@
3209 "zh-chs": "添加设备组",
3210 "zh-cht": "新增裝置群",
3211 "xloc": [
3212 - "default.handlebars->29->1480",
3213 - "default.handlebars->29->1883",
3214 - "default.handlebars->29->2001",
3212 + "default.handlebars->29->1482",
3213 + "default.handlebars->29->1885",
3214 + "default.handlebars->29->2003",
3215 "default.handlebars->29->239"
3216 ]
3217 },
@@ -3232,7 +3232,7 @@
3232 "zh-chs": "添加设备组权限",
3233 "zh-cht": "新增裝置群權限",
3234 "xloc": [
3235 - "default.handlebars->29->1477"
3235 + "default.handlebars->29->1479"
3236 ]
3237 },
3238 {
@@ -3252,8 +3252,8 @@
3252 "zh-chs": "添加设备权限",
3253 "zh-cht": "新增裝置權限",
3254 "xloc": [
3255 - "default.handlebars->29->1482",
3256 - "default.handlebars->29->1484"
3255 + "default.handlebars->29->1484",
3256 + "default.handlebars->29->1486"
3257 ]
3258 },
3259 {
@@ -3290,7 +3290,7 @@
3290 "zh-chs": "添加英特尔®AMT设备",
3291 "zh-cht": "新增Intel® AMT裝置",
3292 "xloc": [
3293 - "default.handlebars->29->298"
3293 + "default.handlebars->29->300"
3294 ]
3295 },
3296 {
@@ -3330,7 +3330,7 @@
3330 "zh-chs": "添加本地",
3331 "zh-cht": "新增本地",
3332 "xloc": [
3333 - "default.handlebars->29->279"
3333 + "default.handlebars->29->281"
3334 ]
3335 },
3336 {
@@ -3350,7 +3350,7 @@
3350 "zh-chs": "添加成员身份",
3351 "zh-cht": "新增成員身份",
3352 "xloc": [
3353 - "default.handlebars->29->2033"
3353 + "default.handlebars->29->2035"
3354 ]
3355 },
3356 {
@@ -3370,7 +3370,7 @@
3370 "zh-chs": "添加 Mesh Agent",
3371 "zh-cht": "新增 Mesh Agent",
3372 "xloc": [
3373 - "default.handlebars->29->399"
3373 + "default.handlebars->29->401"
3374 ]
3375 },
3376 {
@@ -3390,8 +3390,8 @@
3390 "zh-chs": "添加安全密钥",
3391 "zh-cht": "新增安全密鑰",
3392 "xloc": [
3393 - "default.handlebars->29->1058",
3394 - "default.handlebars->29->1059",
3393 + "default.handlebars->29->1060",
3394 + "default.handlebars->29->1061",
3395 "default.handlebars->29->149",
3396 "default.handlebars->29->151",
3397 "default.handlebars->29->154",
@@ -3416,7 +3416,7 @@
3416 "zh-cht": "新增用戶",
3417 "xloc": [
3418 "default-mobile.handlebars->9->410",
3419 - "default.handlebars->29->663"
3419 + "default.handlebars->29->665"
3420 ]
3421 },
3422 {
@@ -3436,7 +3436,7 @@
3436 "zh-chs": "添加用户设备权限",
3437 "zh-cht": "新增用戶裝置權限",
3438 "xloc": [
3439 - "default.handlebars->29->1487"
3439 + "default.handlebars->29->1489"
3440 ]
3441 },
3442 {
@@ -3456,10 +3456,10 @@
3456 "zh-chs": "添加用户组",
3457 "zh-cht": "新增用戶群",
3458 "xloc": [
3459 - "default.handlebars->29->1377",
3460 - "default.handlebars->29->1479",
3461 - "default.handlebars->29->2007",
3462 - "default.handlebars->29->664"
3459 + "default.handlebars->29->1379",
3460 + "default.handlebars->29->1481",
3461 + "default.handlebars->29->2009",
3462 + "default.handlebars->29->666"
3463 ]
3464 },
3465 {
@@ -3479,7 +3479,7 @@
3479 "zh-chs": "添加用户组设备权限",
3480 "zh-cht": "新增用戶群裝置權限",
3481 "xloc": [
3482 - "default.handlebars->29->1489"
3482 + "default.handlebars->29->1491"
3483 ]
3484 },
3485 {
@@ -3536,8 +3536,8 @@
3536 "zh-chs": "添加用户",
3537 "zh-cht": "新增用戶",
3538 "xloc": [
3539 - "default.handlebars->29->1376",
3540 - "default.handlebars->29->1878"
3539 + "default.handlebars->29->1378",
3540 + "default.handlebars->29->1880"
3541 ]
3542 },
3543 {
@@ -3557,7 +3557,7 @@
3557 "zh-chs": "将用户添加到设备组",
3558 "zh-cht": "將用戶新增到裝置群",
3559 "xloc": [
3560 - "default.handlebars->29->1476"
3560 + "default.handlebars->29->1478"
3561 ]
3562 },
3563 {
@@ -3577,7 +3577,7 @@
3577 "zh-chs": "将用户添加到用户组",
3578 "zh-cht": "將用戶新增到用戶群",
3579 "xloc": [
3580 - "default.handlebars->29->1911"
3580 + "default.handlebars->29->1913"
3581 ]
3582 },
3583 {
@@ -3617,7 +3617,7 @@
3617 "zh-chs": "通过扫描本地网络添加新的英特尔®AMT计算机。",
3618 "zh-cht": "通過掃描本地網絡新增新的Intel® AMT電腦。",
3619 "xloc": [
3620 - "default.handlebars->29->280"
3620 + "default.handlebars->29->282"
3621 ]
3622 },
3623 {
@@ -3654,7 +3654,7 @@
3654 "zh-chs": "添加位于本地网络上的新英特尔®AMT计算机。",
3655 "zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。",
3656 "xloc": [
3657 - "default.handlebars->29->278"
3657 + "default.handlebars->29->280"
3658 ]
3659 },
3660 {
@@ -3674,7 +3674,7 @@
3674 "zh-chs": "将新的英特尔®AMT设备添加到设备组“{0}”。",
3675 "zh-cht": "將新的Intel® AMT裝置新增到裝置群“{0}”。",
3676 "xloc": [
3677 - "default.handlebars->29->288"
3677 + "default.handlebars->29->290"
3678 ]
3679 },
3680 {
@@ -3694,8 +3694,8 @@
3694 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3695 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3696 "xloc": [
3697 - "default.handlebars->29->1380",
3698 - "default.handlebars->29->284"
3697 + "default.handlebars->29->1382",
3698 + "default.handlebars->29->286"
3699 ]
3700 },
3701 {
@@ -3715,7 +3715,7 @@
3715 "zh-chs": "添加标签",
3716 "zh-cht": "新增標籤",
3717 "xloc": [
3718 - "default.handlebars->29->465"
3718 + "default.handlebars->29->467"
3719 ]
3720 },
3721 {
@@ -3723,7 +3723,7 @@
3723 "nl": "Voeg toe, activeer en configureer Intel® AMT aan groep \\\"{0}\\\" door MeshCmd periodiek uit te voeren als beheerder op het externe apparaat.",
3724 "fr": "Ajouter, activer et configurer Intel® AMT au groupe \\\"{0}\\\" en exécutant périodiquement MeshCmd avec les droits administrateurs sur l'appareil distant.",
3725 "xloc": [
3726 - "default.handlebars->29->299"
3726 + "default.handlebars->29->301"
3727 ]
3728 },
3729 {
@@ -3743,7 +3743,7 @@
3743 "zh-chs": "添加了身份验证应用程序",
3744 "zh-cht": "添加了身份驗證應用程序",
3745 "xloc": [
3746 - "default.handlebars->29->1689"
3746 + "default.handlebars->29->1691"
3747 ]
3748 },
3749 {
@@ -3751,7 +3751,7 @@
3751 "fr": "Ajout du partage {0} de {1} à {2}",
3752 "nl": "Apparaat delen {0} toegevoegd van {1} tot {2}",
3753 "xloc": [
3754 - "default.handlebars->29->1700"
3754 + "default.handlebars->29->1702"
3755 ]
3756 },
3757 {
@@ -3771,8 +3771,8 @@
3771 "zh-chs": "已将设备{0}添加到设备组{1}",
3772 "zh-cht": "已將設備{0}添加到設備組{1}",
3773 "xloc": [
3774 - "default.handlebars->29->1656",
3775 - "default.handlebars->29->1683"
3774 + "default.handlebars->29->1658",
3775 + "default.handlebars->29->1685"
3776 ]
3777 },
3778 {
@@ -3792,7 +3792,7 @@
3792 "zh-chs": "添加了安全密钥",
3793 "zh-cht": "添加了安全密鑰",
3794 "xloc": [
3795 - "default.handlebars->29->1694"
3795 + "default.handlebars->29->1696"
3796 ]
3797 },
3798 {
@@ -3812,7 +3812,7 @@
3812 "zh-chs": "已将用户组{0}添加到设备组{1}",
3813 "zh-cht": "已將用戶組{0}添加到設備組{1}",
3814 "xloc": [
3815 - "default.handlebars->29->1667"
3815 + "default.handlebars->29->1669"
3816 ]
3817 },
3818 {
@@ -3832,8 +3832,8 @@
3832 "zh-chs": "已将用户{0}添加到用户组{1}",
3833 "zh-cht": "已將用戶{0}添加到用戶組{1}",
3834 "xloc": [
3835 - "default.handlebars->29->1670",
3836 - "default.handlebars->29->1679"
3835 + "default.handlebars->29->1672",
3836 + "default.handlebars->29->1681"
3837 ]
3838 },
3839 {
@@ -3894,7 +3894,7 @@
3894 "zh-cht": "管理員控制模式(ACM)",
3895 "xloc": [
3896 "default-mobile.handlebars->9->370",
3897 - "default.handlebars->29->988"
3897 + "default.handlebars->29->990"
3898 ]
3899 },
3900 {
@@ -3915,7 +3915,7 @@
3915 "zh-cht": "管理員憑證",
3916 "xloc": [
3917 "default-mobile.handlebars->9->376",
3918 - "default.handlebars->29->994"
3918 + "default.handlebars->29->996"
3919 ]
3920 },
3921 {
@@ -3956,7 +3956,7 @@
3956 "zh-chs": "管理领域",
3957 "zh-cht": "管理領域",
3958 "xloc": [
3959 - "default.handlebars->29->1947"
3959 + "default.handlebars->29->1949"
3960 ]
3961 },
3962 {
@@ -3997,7 +3997,7 @@
3997 "zh-chs": "管理领域",
3998 "zh-cht": "管理領域",
3999 "xloc": [
4000 - "default.handlebars->29->1815"
4000 + "default.handlebars->29->1817"
4001 ]
4002 },
4003 {
@@ -4017,7 +4017,7 @@
4017 "zh-chs": "管理员",
4018 "zh-cht": "管理員",
4019 "xloc": [
4020 - "default.handlebars->29->1744"
4020 + "default.handlebars->29->1746"
4021 ]
4022 },
4023 {
@@ -4037,7 +4037,7 @@
4037 "zh-chs": "南非文",
4038 "zh-cht": "南非文",
4039 "xloc": [
4040 - "default.handlebars->29->1061"
4040 + "default.handlebars->29->1063"
4041 ]
4042 },
4043 {
@@ -4060,10 +4060,10 @@
4060 "default-mobile.handlebars->9->203",
4061 "default-mobile.handlebars->9->228",
4062 "default-mobile.handlebars->9->250",
4063 - "default.handlebars->29->1543",
4064 - "default.handlebars->29->1551",
4063 + "default.handlebars->29->1545",
4064 + "default.handlebars->29->1553",
4065 "default.handlebars->29->215",
4066 - "default.handlebars->29->424",
4066 + "default.handlebars->29->426",
4067 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
4068 ]
4069 },
@@ -4084,8 +4084,8 @@
4084 "zh-chs": "代理+英特尔AMT",
4085 "zh-cht": "代理+Intel® AMT",
4086 "xloc": [
4087 - "default.handlebars->29->1545",
4088 - "default.handlebars->29->1553"
4087 + "default.handlebars->29->1547",
4088 + "default.handlebars->29->1555"
4089 ]
4090 },
4091 {
@@ -4126,7 +4126,7 @@
4126 "zh-cht": "代理控制台",
4127 "xloc": [
4128 "default-mobile.handlebars->9->447",
4129 - "default.handlebars->29->1497"
4129 + "default.handlebars->29->1499"
4130 ]
4131 },
4132 {
@@ -4146,7 +4146,7 @@
4146 "zh-chs": "代理错误计数器",
4147 "zh-cht": "代理錯誤計數器",
4148 "xloc": [
4149 - "default.handlebars->29->2076"
4149 + "default.handlebars->29->2078"
4150 ]
4151 },
4152 {
@@ -4187,7 +4187,7 @@
4187 "zh-cht": "代理訊息",
4188 "xloc": [
4189 "default-mobile.handlebars->9->181",
4190 - "default.handlebars->29->270"
4190 + "default.handlebars->29->272"
4191 ]
4192 },
4193 {
@@ -4249,7 +4249,7 @@
4249 "zh-chs": "代理时段",
4250 "zh-cht": "代理時段",
4251 "xloc": [
4252 - "default.handlebars->29->2092"
4252 + "default.handlebars->29->2094"
4253 ]
4254 },
4255 {
@@ -4270,7 +4270,7 @@
4270 "zh-cht": "代理標籤",
4271 "xloc": [
4272 "default-mobile.handlebars->9->249",
4273 - "default.handlebars->29->585"
4273 + "default.handlebars->29->587"
4274 ]
4275 },
4276 {
@@ -4290,7 +4290,7 @@
4290 "zh-chs": "代理类型",
4291 "zh-cht": "代理類型",
4292 "xloc": [
4293 - "default.handlebars->29->1549",
4293 + "default.handlebars->29->1551",
4294 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4295 ]
4296 },
@@ -4311,7 +4311,7 @@
4311 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4312 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4313 "xloc": [
4314 - "default.handlebars->29->1653"
4314 + "default.handlebars->29->1655"
4315 ]
4316 },
4317 {
@@ -4332,8 +4332,8 @@
4332 "zh-cht": "代理已連接",
4333 "xloc": [
4334 "default.handlebars->29->163",
4335 - "default.handlebars->29->654",
4336 - "default.handlebars->29->655"
4335 + "default.handlebars->29->656",
4336 + "default.handlebars->29->657"
4337 ]
4338 },
4339 {
@@ -4373,7 +4373,7 @@
4373 "zh-chs": "代理离线",
4374 "zh-cht": "代理離線",
4375 "xloc": [
4376 - "default.handlebars->29->1023"
4376 + "default.handlebars->29->1025"
4377 ]
4378 },
4379 {
@@ -4393,7 +4393,7 @@
4393 "zh-chs": "代理在线",
4394 "zh-cht": "代理在線",
4395 "xloc": [
4396 - "default.handlebars->29->1022"
4396 + "default.handlebars->29->1024"
4397 ]
4398 },
4399 {
@@ -4402,7 +4402,7 @@
4402 "nl": "De agent wordt op een extern apparaat uitgevoerd met beperkte rechten.",
4403 "xloc": [
4404 "default.handlebars->29->161",
4405 - "default.handlebars->29->652"
4405 + "default.handlebars->29->654"
4406 ]
4407 },
4408 {
@@ -4422,7 +4422,7 @@
4422 "zh-chs": "代理",
4423 "zh-cht": "代理",
4424 "xloc": [
4425 - "default.handlebars->29->2108"
4425 + "default.handlebars->29->2110"
4426 ]
4427 },
4428 {
@@ -4442,7 +4442,7 @@
4442 "zh-chs": "阿尔巴尼亚文",
4443 "zh-cht": "阿爾巴尼亞文",
4444 "xloc": [
4445 - "default.handlebars->29->1062"
4445 + "default.handlebars->29->1064"
4446 ]
4447 },
4448 {
@@ -4485,7 +4485,7 @@
4485 "zh-chs": "全部可用",
4486 "zh-cht": "全部可用",
4487 "xloc": [
4488 - "default.handlebars->29->1707"
4488 + "default.handlebars->29->1709"
4489 ]
4490 },
4491 {
@@ -4522,7 +4522,7 @@
4522 "zh-chs": "所有事件",
4523 "zh-cht": "所有事件",
4524 "xloc": [
4525 - "default.handlebars->29->1705"
4525 + "default.handlebars->29->1707"
4526 ]
4527 },
4528 {
@@ -4542,9 +4542,9 @@
4542 "zh-chs": "全部聚焦",
4543 "zh-cht": "全部聚焦",
4544 "xloc": [
4545 - "default.handlebars->29->850",
4545 "default.handlebars->29->852",
4547 - "default.handlebars->29->853"
4546 + "default.handlebars->29->854",
4547 + "default.handlebars->29->855"
4548 ]
4549 },
4550 {
@@ -4564,8 +4564,8 @@
4564 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4565 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4566 "xloc": [
4567 - "default.handlebars->29->1444",
4568 - "default.handlebars->29->1908"
4567 + "default.handlebars->29->1446",
4568 + "default.handlebars->29->1910"
4569 ]
4570 },
4571 {
@@ -4585,7 +4585,7 @@
4585 "zh-chs": "允许用户管理此设备。",
4586 "zh-cht": "允許用戶管理此裝置。",
4587 "xloc": [
4588 - "default.handlebars->29->1445"
4588 + "default.handlebars->29->1447"
4589 ]
4590 },
4591 {
@@ -4649,7 +4649,7 @@
4649 "zh-chs": "备用(F10 = ESC + 0)",
4650 "zh-cht": "備用(F10 = ESC + 0)",
4651 "xloc": [
4652 - "default.handlebars->29->887",
4652 + "default.handlebars->29->889",
4653 "terminal.handlebars->3->19"
4654 ]
4655 },
@@ -4691,10 +4691,10 @@
4691 "zh-chs": "一直通知",
4692 "zh-cht": "一直通知",
4693 "xloc": [
4694 - "default.handlebars->29->1356",
4695 - "default.handlebars->29->1869",
4696 - "default.handlebars->29->1956",
4697 - "default.handlebars->29->600"
4694 + "default.handlebars->29->1358",
4695 + "default.handlebars->29->1871",
4696 + "default.handlebars->29->1958",
4697 + "default.handlebars->29->602"
4698 ]
4699 },
4700 {
@@ -4714,10 +4714,10 @@
4714 "zh-chs": "一直提示",
4715 "zh-cht": "一直提示",
4716 "xloc": [
4717 - "default.handlebars->29->1357",
4718 - "default.handlebars->29->1870",
4719 - "default.handlebars->29->1957",
4720 - "default.handlebars->29->601"
4717 + "default.handlebars->29->1359",
4718 + "default.handlebars->29->1872",
4719 + "default.handlebars->29->1959",
4720 + "default.handlebars->29->603"
4721 ]
4722 },
4723 {
@@ -4840,7 +4840,7 @@
4840 "zh-chs": "杀毒软件",
4841 "zh-cht": "防毒軟體",
4842 "xloc": [
4843 - "default.handlebars->29->591"
4843 + "default.handlebars->29->593"
4844 ]
4845 },
4846 {
@@ -4860,7 +4860,7 @@
4860 "zh-chs": "任何可支持的",
4861 "zh-cht": "任何可支持的",
4862 "xloc": [
4863 - "default.handlebars->29->325"
4863 + "default.handlebars->29->327"
4864 ]
4865 },
4866 {
@@ -4880,7 +4880,7 @@
4880 "zh-chs": "苹果macOS",
4881 "zh-cht": "蘋果macOS",
4882 "xloc": [
4883 - "default.handlebars->29->360"
4883 + "default.handlebars->29->362"
4884 ]
4885 },
4886 {
@@ -4900,7 +4900,7 @@
4900 "zh-chs": "仅限Apple macOS",
4901 "zh-cht": "僅限Apple macOS",
4902 "xloc": [
4903 - "default.handlebars->29->327"
4903 + "default.handlebars->29->329"
4904 ]
4905 },
4906 {
@@ -4940,7 +4940,7 @@
4940 "zh-chs": "阿拉伯文(阿尔及利亚)",
4941 "zh-cht": "阿拉伯文(阿爾及利亞)",
4942 "xloc": [
4943 - "default.handlebars->29->1064"
4943 + "default.handlebars->29->1066"
4944 ]
4945 },
4946 {
@@ -4960,7 +4960,7 @@
4960 "zh-chs": "阿拉伯文(巴林)",
4961 "zh-cht": "阿拉伯文(巴林)",
4962 "xloc": [
4963 - "default.handlebars->29->1065"
4963 + "default.handlebars->29->1067"
4964 ]
4965 },
4966 {
@@ -4980,7 +4980,7 @@
4980 "zh-chs": "阿拉伯文(埃及)",
4981 "zh-cht": "阿拉伯文(埃及)",
4982 "xloc": [
4983 - "default.handlebars->29->1066"
4983 + "default.handlebars->29->1068"
4984 ]
4985 },
4986 {
@@ -5000,7 +5000,7 @@
5000 "zh-chs": "阿拉伯文(伊拉克)",
5001 "zh-cht": "阿拉伯文(伊拉克)",
5002 "xloc": [
5003 - "default.handlebars->29->1067"
5003 + "default.handlebars->29->1069"
5004 ]
5005 },
5006 {
@@ -5020,7 +5020,7 @@
5020 "zh-chs": "阿拉伯文(约旦)",
5021 "zh-cht": "阿拉伯文(約旦)",
5022 "xloc": [
5023 - "default.handlebars->29->1068"
5023 + "default.handlebars->29->1070"
5024 ]
5025 },
5026 {
@@ -5040,7 +5040,7 @@
5040 "zh-chs": "阿拉伯文(科威特)",
5041 "zh-cht": "阿拉伯文(科威特)",
5042 "xloc": [
5043 - "default.handlebars->29->1069"
5043 + "default.handlebars->29->1071"
5044 ]
5045 },
5046 {
@@ -5060,7 +5060,7 @@
5060 "zh-chs": "阿拉伯文(黎巴嫩)",
5061 "zh-cht": "阿拉伯文(黎巴嫩)",
5062 "xloc": [
5063 - "default.handlebars->29->1070"
5063 + "default.handlebars->29->1072"
5064 ]
5065 },
5066 {
@@ -5080,7 +5080,7 @@
5080 "zh-chs": "阿拉伯文(利比亚)",
5081 "zh-cht": "阿拉伯文(利比亞)",
5082 "xloc": [
5083 - "default.handlebars->29->1071"
5083 + "default.handlebars->29->1073"
5084 ]
5085 },
5086 {
@@ -5100,7 +5100,7 @@
5100 "zh-chs": "阿拉伯文(摩洛哥)",
5101 "zh-cht": "阿拉伯文(摩洛哥)",
5102 "xloc": [
5103 - "default.handlebars->29->1072"
5103 + "default.handlebars->29->1074"
5104 ]
5105 },
5106 {
@@ -5120,7 +5120,7 @@
5120 "zh-chs": "阿拉伯文(阿曼)",
5121 "zh-cht": "阿拉伯文(阿曼)",
5122 "xloc": [
5123 - "default.handlebars->29->1073"
5123 + "default.handlebars->29->1075"
5124 ]
5125 },
5126 {
@@ -5140,7 +5140,7 @@
5140 "zh-chs": "阿拉伯文(卡塔尔)",
5141 "zh-cht": "阿拉伯文(卡塔爾)",
5142 "xloc": [
5143 - "default.handlebars->29->1074"
5143 + "default.handlebars->29->1076"
5144 ]
5145 },
5146 {
@@ -5160,7 +5160,7 @@
5160 "zh-chs": "阿拉伯文(沙特阿拉伯)",
5161 "zh-cht": "阿拉伯文(沙特阿拉伯)",
5162 "xloc": [
5163 - "default.handlebars->29->1075"
5163 + "default.handlebars->29->1077"
5164 ]
5165 },
5166 {
@@ -5180,7 +5180,7 @@
5180 "zh-chs": "阿拉伯文(标准)",
5181 "zh-cht": "阿拉伯文(標準)",
5182 "xloc": [
5183 - "default.handlebars->29->1063"
5183 + "default.handlebars->29->1065"
5184 ]
5185 },
5186 {
@@ -5200,7 +5200,7 @@
5200 "zh-chs": "阿拉伯文(叙利亚)",
5201 "zh-cht": "阿拉伯文(敘利亞)",
5202 "xloc": [
5203 - "default.handlebars->29->1076"
5203 + "default.handlebars->29->1078"
5204 ]
5205 },
5206 {
@@ -5220,7 +5220,7 @@
5220 "zh-chs": "阿拉伯文(突尼斯)",
5221 "zh-cht": "阿拉伯文(突尼斯)",
5222 "xloc": [
5223 - "default.handlebars->29->1077"
5223 + "default.handlebars->29->1079"
5224 ]
5225 },
5226 {
@@ -5240,7 +5240,7 @@
5240 "zh-chs": "阿拉伯文(阿联酋)",
5241 "zh-cht": "阿拉伯文(阿聯酋)",
5242 "xloc": [
5243 - "default.handlebars->29->1078"
5243 + "default.handlebars->29->1080"
5244 ]
5245 },
5246 {
@@ -5260,7 +5260,7 @@
5260 "zh-chs": "阿拉伯文(也门)",
5261 "zh-cht": "阿拉伯文(也門)",
5262 "xloc": [
5263 - "default.handlebars->29->1079"
5263 + "default.handlebars->29->1081"
5264 ]
5265 },
5266 {
@@ -5280,7 +5280,7 @@
5280 "zh-chs": "阿拉贡文",
5281 "zh-cht": "阿拉貢文",
5282 "xloc": [
5283 - "default.handlebars->29->1080"
5283 + "default.handlebars->29->1082"
5284 ]
5285 },
5286 {
@@ -5301,7 +5301,7 @@
5301 "zh-cht": "結構",
5302 "xloc": [
5303 "default-mobile.handlebars->9->340",
5304 - "default.handlebars->29->948"
5304 + "default.handlebars->29->950"
5305 ]
5306 },
5307 {
@@ -5321,7 +5321,7 @@
5321 "zh-chs": "您确定要连接到{0}设备吗?",
5322 "zh-cht": "你確定要連接到{0}裝置嗎?",
5323 "xloc": [
5324 - "default.handlebars->29->273"
5324 + "default.handlebars->29->275"
5325 ]
5326 },
5327 {
@@ -5342,7 +5342,7 @@
5342 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5343 "xloc": [
5344 "default-mobile.handlebars->9->416",
5345 - "default.handlebars->29->1420"
5345 + "default.handlebars->29->1422"
5346 ]
5347 },
5348 {
@@ -5362,7 +5362,7 @@
5362 "zh-chs": "您确定要删除节点{0}吗?",
5363 "zh-cht": "你確定要刪除節點{0}嗎?",
5364 "xloc": [
5365 - "default.handlebars->29->797"
5365 + "default.handlebars->29->799"
5366 ]
5367 },
5368 {
@@ -5382,7 +5382,7 @@
5382 "zh-chs": "您确定要卸载所选代理吗?",
5383 "zh-cht": "你確定要卸載所選代理嗎?",
5384 "xloc": [
5385 - "default.handlebars->29->786"
5385 + "default.handlebars->29->788"
5386 ]
5387 },
5388 {
@@ -5402,7 +5402,7 @@
5402 "zh-chs": "您确定要卸载所选的{0}代理吗?",
5403 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
5404 "xloc": [
5405 - "default.handlebars->29->785"
5405 + "default.handlebars->29->787"
5406 ]
5407 },
5408 {
@@ -5422,7 +5422,7 @@
5422 "zh-chs": "您确定要{0}插件吗:{1}",
5423 "zh-cht": "你確定要{0}外掛嗎:{1}",
5424 "xloc": [
5425 - "default.handlebars->29->2148"
5425 + "default.handlebars->29->2150"
5426 ]
5427 },
5428 {
@@ -5442,7 +5442,7 @@
5442 "zh-chs": "亚美尼亚文",
5443 "zh-cht": "亞美尼亞文",
5444 "xloc": [
5445 - "default.handlebars->29->1081"
5445 + "default.handlebars->29->1083"
5446 ]
5447 },
5448 {
@@ -5502,7 +5502,7 @@
5502 "zh-chs": "阿萨姆文",
5503 "zh-cht": "阿薩姆文",
5504 "xloc": [
5505 - "default.handlebars->29->1082"
5505 + "default.handlebars->29->1084"
5506 ]
5507 },
5508 {
@@ -5522,7 +5522,7 @@
5522 "zh-chs": "阿斯图里亚斯文",
5523 "zh-cht": "阿斯圖里亞斯文",
5524 "xloc": [
5525 - "default.handlebars->29->1083"
5525 + "default.handlebars->29->1085"
5526 ]
5527 },
5528 {
@@ -5542,7 +5542,7 @@
5542 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5543 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5544 "xloc": [
5545 - "default.handlebars->29->1622"
5545 + "default.handlebars->29->1624"
5546 ]
5547 },
5548 {
@@ -5562,7 +5562,7 @@
5562 "zh-chs": "认证软件",
5563 "zh-cht": "認證軟體",
5564 "xloc": [
5565 - "default.handlebars->29->1960"
5565 + "default.handlebars->29->1962"
5566 ]
5567 },
5568 {
@@ -5586,8 +5586,8 @@
5586 "default-mobile.handlebars->9->52",
5587 "default-mobile.handlebars->9->71",
5588 "default-mobile.handlebars->9->73",
5589 - "default.handlebars->29->1047",
5589 "default.handlebars->29->1049",
5590 + "default.handlebars->29->1051",
5591 "default.handlebars->29->125",
5592 "default.handlebars->29->130"
5593 ]
@@ -5669,7 +5669,7 @@
5669 "zh-chs": "自动删除",
5670 "zh-cht": "自動刪除",
5671 "xloc": [
5672 - "default.handlebars->29->1343"
5672 + "default.handlebars->29->1345"
5673 ]
5674 },
5675 {
@@ -5733,7 +5733,7 @@
5733 "zh-chs": "可用內存",
5734 "zh-cht": "可用內存",
5735 "xloc": [
5736 - "default.handlebars->29->2101"
5736 + "default.handlebars->29->2103"
5737 ]
5738 },
5739 {
@@ -5753,7 +5753,7 @@
5753 "zh-chs": "阿塞拜疆文",
5754 "zh-cht": "阿塞拜疆文",
5755 "xloc": [
5756 - "default.handlebars->29->1084"
5756 + "default.handlebars->29->1086"
5757 ]
5758 },
5759 {
@@ -5774,7 +5774,7 @@
5774 "zh-cht": "的BIOS",
5775 "xloc": [
5776 "default-mobile.handlebars->9->382",
5777 - "default.handlebars->29->1000"
5777 + "default.handlebars->29->1002"
5778 ]
5779 },
5780 {
@@ -5869,7 +5869,7 @@
5869 "zh-chs": "背景与互动",
5870 "zh-cht": "背景與互動",
5871 "xloc": [
5872 - "default.handlebars->29->365"
5872 + "default.handlebars->29->367"
5873 ]
5874 },
5875 {
@@ -5889,10 +5889,10 @@
5889 "zh-chs": "背景与互动",
5890 "zh-cht": "背景與互動",
5891 "xloc": [
5892 - "default.handlebars->29->1526",
5893 - "default.handlebars->29->1533",
5894 - "default.handlebars->29->337",
5895 - "default.handlebars->29->351"
5892 + "default.handlebars->29->1528",
5893 + "default.handlebars->29->1535",
5894 + "default.handlebars->29->339",
5895 + "default.handlebars->29->353"
5896 ]
5897 },
5898 {
@@ -5912,11 +5912,11 @@
5912 "zh-chs": "仅背景",
5913 "zh-cht": "僅背景",
5914 "xloc": [
5915 - "default.handlebars->29->1527",
5916 - "default.handlebars->29->1534",
5917 - "default.handlebars->29->338",
5918 - "default.handlebars->29->352",
5919 - "default.handlebars->29->366"
5915 + "default.handlebars->29->1529",
5916 + "default.handlebars->29->1536",
5917 + "default.handlebars->29->340",
5918 + "default.handlebars->29->354",
5919 + "default.handlebars->29->368"
5920 ]
5921 },
5922 {
@@ -5957,7 +5957,7 @@
5957 "zh-chs": "备用码",
5958 "zh-cht": "備用碼",
5959 "xloc": [
5960 - "default.handlebars->29->1962"
5960 + "default.handlebars->29->1964"
5961 ]
5962 },
5963 {
@@ -5977,7 +5977,7 @@
5977 "zh-chs": "错误的签名",
5978 "zh-cht": "錯誤的簽名",
5979 "xloc": [
5980 - "default.handlebars->29->2083"
5980 + "default.handlebars->29->2085"
5981 ]
5982 },
5983 {
@@ -5997,7 +5997,7 @@
5997 "zh-chs": "错误的网络证书",
5998 "zh-cht": "錯誤的網絡憑證",
5999 "xloc": [
6000 - "default.handlebars->29->2082"
6000 + "default.handlebars->29->2084"
6001 ]
6002 },
6003 {
@@ -6017,7 +6017,7 @@
6017 "zh-chs": "巴斯克",
6018 "zh-cht": "巴斯克",
6019 "xloc": [
6020 - "default.handlebars->29->1085"
6020 + "default.handlebars->29->1087"
6021 ]
6022 },
6023 {
@@ -6025,7 +6025,7 @@
6025 "nl": "Batch bestand uploaden",
6026 "fr": "Chargement de fichiers",
6027 "xloc": [
6028 - "default.handlebars->29->481"
6028 + "default.handlebars->29->483"
6029 ]
6030 },
6031 {
@@ -6053,7 +6053,7 @@
6053 "nl": "Batch-upload van {0} bestand (en) naar map {1}",
6054 "fr": "Chargement de {0} fichier(s) dans le dossier {1}",
6055 "xloc": [
6056 - "default.handlebars->29->1702"
6056 + "default.handlebars->29->1704"
6057 ]
6058 },
6059 {
@@ -6073,7 +6073,7 @@
6073 "zh-chs": "白俄罗斯文",
6074 "zh-cht": "白俄羅斯文",
6075 "xloc": [
6076 - "default.handlebars->29->1087"
6076 + "default.handlebars->29->1089"
6077 ]
6078 },
6079 {
@@ -6093,7 +6093,7 @@
6093 "zh-chs": "孟加拉",
6094 "zh-cht": "孟加拉",
6095 "xloc": [
6096 - "default.handlebars->29->1088"
6096 + "default.handlebars->29->1090"
6097 ]
6098 },
6099 {
@@ -6136,7 +6136,7 @@
6136 "zh-chs": "波斯尼亚文",
6137 "zh-cht": "波斯尼亞文",
6138 "xloc": [
6139 - "default.handlebars->29->1089"
6139 + "default.handlebars->29->1091"
6140 ]
6141 },
6142 {
@@ -6156,7 +6156,7 @@
6156 "zh-chs": "布列塔尼",
6157 "zh-cht": "布列塔尼",
6158 "xloc": [
6159 - "default.handlebars->29->1090"
6159 + "default.handlebars->29->1092"
6160 ]
6161 },
6162 {
@@ -6176,7 +6176,7 @@
6176 "zh-chs": "广播",
6177 "zh-cht": "廣播",
6178 "xloc": [
6179 - "default.handlebars->29->1876",
6179 + "default.handlebars->29->1878",
6180 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6181 ]
6182 },
@@ -6197,7 +6197,7 @@
6197 "zh-chs": "广播消息",
6198 "zh-cht": "廣播消息",
6199 "xloc": [
6200 - "default.handlebars->29->1797"
6200 + "default.handlebars->29->1799"
6201 ]
6202 },
6203 {
@@ -6217,7 +6217,7 @@
6217 "zh-chs": "向所有连接的用户广播消息。",
6218 "zh-cht": "向所有連接的用戶廣播消息。",
6219 "xloc": [
6220 - "default.handlebars->29->1792"
6220 + "default.handlebars->29->1794"
6221 ]
6222 },
6223 {
@@ -6237,7 +6237,7 @@
6237 "zh-chs": "保加利亚文",
6238 "zh-cht": "保加利亞文",
6239 "xloc": [
6240 - "default.handlebars->29->1086"
6240 + "default.handlebars->29->1088"
6241 ]
6242 },
6243 {
@@ -6257,7 +6257,7 @@
6257 "zh-chs": "缅甸文",
6258 "zh-cht": "緬甸文",
6259 "xloc": [
6260 - "default.handlebars->29->1091"
6260 + "default.handlebars->29->1093"
6261 ]
6262 },
6263 {
@@ -6278,13 +6278,13 @@
6278 "zh-cht": "CCM",
6279 "xloc": [
6280 "default-mobile.handlebars->9->235",
6281 - "default.handlebars->29->567"
6281 + "default.handlebars->29->569"
6282 ]
6283 },
6284 {
6285 "en": "CCM mode",
6286 "xloc": [
6287 - "default.handlebars->29->1403"
6287 + "default.handlebars->29->1405"
6288 ]
6289 },
6290 {
@@ -6306,7 +6306,7 @@
6306 "xloc": [
6307 "default-mobile.handlebars->9->204",
6308 "default.handlebars->29->217",
6309 - "default.handlebars->29->426"
6309 + "default.handlebars->29->428"
6310 ]
6311 },
6312 {
@@ -6326,7 +6326,7 @@
6326 "zh-chs": "CIRA服务器",
6327 "zh-cht": "CIRA伺服器",
6328 "xloc": [
6329 - "default.handlebars->29->2136"
6329 + "default.handlebars->29->2138"
6330 ]
6331 },
6332 {
@@ -6346,7 +6346,7 @@
6346 "zh-chs": "CIRA服务器命令",
6347 "zh-cht": "CIRA伺服器指令",
6348 "xloc": [
6349 - "default.handlebars->29->2137"
6349 + "default.handlebars->29->2139"
6350 ]
6351 },
6352 {
@@ -6354,7 +6354,7 @@
6354 "fr": "Configuration CIRA",
6355 "nl": "CIRA setup",
6356 "xloc": [
6357 - "default.handlebars->29->1411"
6357 + "default.handlebars->29->1413"
6358 ]
6359 },
6360 {
@@ -6375,7 +6375,7 @@
6375 "zh-cht": "CPU",
6376 "xloc": [
6377 "default-mobile.handlebars->9->388",
6378 - "default.handlebars->29->1006"
6378 + "default.handlebars->29->1008"
6379 ]
6380 },
6381 {
@@ -6395,7 +6395,7 @@
6395 "zh-chs": "CPU负载",
6396 "zh-cht": "CPU負載",
6397 "xloc": [
6398 - "default.handlebars->29->2097"
6398 + "default.handlebars->29->2099"
6399 ]
6400 },
6401 {
@@ -6415,7 +6415,7 @@
6415 "zh-chs": "最近15分钟的CPU负载",
6416 "zh-cht": "最近15分鐘的CPU負載",
6417 "xloc": [
6418 - "default.handlebars->29->2100"
6418 + "default.handlebars->29->2102"
6419 ]
6420 },
6421 {
@@ -6435,7 +6435,7 @@
6435 "zh-chs": "最近5分钟的CPU负载",
6436 "zh-cht": "最近5分鐘的CPU負載",
6437 "xloc": [
6438 - "default.handlebars->29->2099"
6438 + "default.handlebars->29->2101"
6439 ]
6440 },
6441 {
@@ -6455,7 +6455,7 @@
6455 "zh-chs": "最近一分钟的CPU负载",
6456 "zh-cht": "最近一分鐘的CPU負載",
6457 "xloc": [
6458 - "default.handlebars->29->2098"
6458 + "default.handlebars->29->2100"
6459 ]
6460 },
6461 {
@@ -6475,8 +6475,8 @@
6475 "zh-chs": "CR+LF",
6476 "zh-cht": "CR+LF",
6477 "xloc": [
6478 - "default.handlebars->29->880",
6479 - "default.handlebars->29->889",
6478 + "default.handlebars->29->882",
6479 + "default.handlebars->29->891",
6480 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
6481 "terminal.handlebars->3->21",
6482 "terminal.handlebars->3->7",
@@ -6500,7 +6500,7 @@
6500 "zh-chs": "CSV",
6501 "zh-cht": "CSV",
6502 "xloc": [
6503 - "default.handlebars->29->1715"
6503 + "default.handlebars->29->1717"
6504 ]
6505 },
6506 {
@@ -6520,9 +6520,9 @@
6520 "zh-chs": "CSV格式",
6521 "zh-cht": "CSV格式",
6522 "xloc": [
6523 - "default.handlebars->29->1719",
6524 - "default.handlebars->29->1784",
6525 - "default.handlebars->29->483"
6523 + "default.handlebars->29->1721",
6524 + "default.handlebars->29->1786",
6525 + "default.handlebars->29->485"
6526 ]
6527 },
6528 {
@@ -6550,7 +6550,7 @@
6550 "zh-chs": "呼叫错误",
6551 "zh-cht": "呼叫錯誤",
6552 "xloc": [
6553 - "default.handlebars->29->2149"
6553 + "default.handlebars->29->2151"
6554 ]
6555 },
6556 {
@@ -6572,7 +6572,7 @@
6572 "xloc": [
6573 "default-mobile.handlebars->9->82",
6574 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
6575 - "default.handlebars->29->1321",
6575 + "default.handlebars->29->1323",
6576 "default.handlebars->container->dialog->idx_dlgButtonBar",
6577 "desktop.handlebars->p11->dialog->idx_dlgButtonBar",
6578 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -6603,9 +6603,9 @@
6603 "default-mobile.handlebars->9->393",
6604 "default-mobile.handlebars->9->398",
6605 "default-mobile.handlebars->9->400",
6606 - "default.handlebars->29->1011",
6607 - "default.handlebars->29->1016",
6608 - "default.handlebars->29->1018"
6606 + "default.handlebars->29->1013",
6607 + "default.handlebars->29->1018",
6608 + "default.handlebars->29->1020"
6609 ]
6610 },
6611 {
@@ -6626,7 +6626,7 @@
6626 "zh-cht": "容量/速度",
6627 "xloc": [
6628 "default-mobile.handlebars->9->391",
6629 - "default.handlebars->29->1009"
6629 + "default.handlebars->29->1011"
6630 ]
6631 },
6632 {
@@ -6646,7 +6646,7 @@
6646 "zh-chs": "加泰罗尼亚文",
6647 "zh-cht": "加泰羅尼亞文",
6648 "xloc": [
6649 - "default.handlebars->29->1092"
6649 + "default.handlebars->29->1094"
6650 ]
6651 },
6652 {
@@ -6666,7 +6666,7 @@
6666 "zh-chs": "在这里为中心显示地图",
6667 "zh-cht": "在這裡為中心顯示地圖",
6668 "xloc": [
6669 - "default.handlebars->29->529"
6669 + "default.handlebars->29->531"
6670 ]
6671 },
6672 {
@@ -6686,7 +6686,7 @@
6686 "zh-chs": "查莫罗",
6687 "zh-cht": "查莫羅",
6688 "xloc": [
6689 - "default.handlebars->29->1093"
6689 + "default.handlebars->29->1095"
6690 ]
6691 },
6692 {
@@ -6728,7 +6728,7 @@
6728 "zh-chs": "更改{0}的电邮",
6729 "zh-cht": "更改{0}的電郵",
6730 "xloc": [
6731 - "default.handlebars->29->1990"
6731 + "default.handlebars->29->1992"
6732 ]
6733 },
6734 {
@@ -6748,9 +6748,9 @@
6748 "zh-chs": "更改组",
6749 "zh-cht": "更改群",
6750 "xloc": [
6751 - "default.handlebars->29->629",
6752 - "default.handlebars->29->794",
6753 - "default.handlebars->29->795"
6751 + "default.handlebars->29->631",
6752 + "default.handlebars->29->796",
6753 + "default.handlebars->29->797"
6754 ]
6755 },
6756 {
@@ -6771,8 +6771,8 @@
6771 "zh-cht": "更改密碼",
6772 "xloc": [
6773 "default-mobile.handlebars->9->90",
6774 - "default.handlebars->29->1288",
6775 - "default.handlebars->29->1977"
6774 + "default.handlebars->29->1290",
6775 + "default.handlebars->29->1979"
6776 ]
6777 },
6778 {
@@ -6792,7 +6792,7 @@
6792 "zh-chs": "更改{0}的密码",
6793 "zh-cht": "更改{0}的密碼",
6794 "xloc": [
6795 - "default.handlebars->29->1997"
6795 + "default.handlebars->29->1999"
6796 ]
6797 },
6798 {
@@ -6812,7 +6812,7 @@
6812 "zh-chs": "更改{0}的真实名称",
6813 "zh-cht": "更改{0}的真實名稱",
6814 "xloc": [
6815 - "default.handlebars->29->1985"
6815 + "default.handlebars->29->1987"
6816 ]
6817 },
6818 {
@@ -6894,7 +6894,7 @@
6894 "zh-chs": "更改该用户的密码",
6895 "zh-cht": "更改該用戶的密碼",
6896 "xloc": [
6897 - "default.handlebars->29->1976"
6897 + "default.handlebars->29->1978"
6898 ]
6899 },
6900 {
@@ -6934,7 +6934,7 @@
6934 "zh-chs": "在此处更改您的帐户电邮地址。",
6935 "zh-cht": "在此處更改你的帳戶電郵地址。",
6936 "xloc": [
6937 - "default.handlebars->29->1275"
6937 + "default.handlebars->29->1277"
6938 ]
6939 },
6940 {
@@ -6954,7 +6954,7 @@
6954 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
6955 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
6956 "xloc": [
6957 - "default.handlebars->29->1281"
6957 + "default.handlebars->29->1283"
6958 ]
6959 },
6960 {
@@ -6974,7 +6974,7 @@
6974 "zh-chs": "更改帐户凭据",
6975 "zh-cht": "帳戶憑證已更改",
6976 "xloc": [
6977 - "default.handlebars->29->1674"
6977 + "default.handlebars->29->1676"
6978 ]
6979 },
6980 {
@@ -6994,7 +6994,7 @@
6994 "zh-chs": "{1}组中的设备{0}已更改:{2}",
6995 "zh-cht": "{1}組中的設備{0}已更改:{2}",
6996 "xloc": [
6997 - "default.handlebars->29->1658"
6997 + "default.handlebars->29->1660"
6998 ]
6999 },
7000 {
@@ -7014,7 +7014,7 @@
7014 "zh-chs": "语言从{1}更改为{2}",
7015 "zh-cht": "語言從{1}更改為{2}",
7016 "xloc": [
7017 - "default.handlebars->29->1602"
7017 + "default.handlebars->29->1604"
7018 ]
7019 },
7020 {
@@ -7034,8 +7034,8 @@
7034 "zh-chs": "已更改{0}的用户设备权限",
7035 "zh-cht": "已更改{0}的用戶設備權限",
7036 "xloc": [
7037 - "default.handlebars->29->1660",
7038 - "default.handlebars->29->1681"
7037 + "default.handlebars->29->1662",
7038 + "default.handlebars->29->1683"
7039 ]
7040 },
7041 {
@@ -7055,7 +7055,7 @@
7055 "zh-chs": "更改语言将需要刷新页面。",
7056 "zh-cht": "更改語言將需要刷新頁面。",
7057 "xloc": [
7058 - "default.handlebars->29->1260"
7058 + "default.handlebars->29->1262"
7059 ]
7060 },
7061 {
@@ -7075,9 +7075,9 @@
7075 "zh-chs": "聊天",
7076 "zh-cht": "聊天",
7077 "xloc": [
7078 - "default.handlebars->29->1736",
7079 - "default.handlebars->29->691",
7080 - "default.handlebars->29->712"
7078 + "default.handlebars->29->1738",
7079 + "default.handlebars->29->693",
7080 + "default.handlebars->29->714"
7081 ]
7082 },
7083 {
@@ -7099,8 +7099,8 @@
7099 "xloc": [
7100 "default-mobile.handlebars->9->437",
7101 "default-mobile.handlebars->9->457",
7102 - "default.handlebars->29->1472",
7103 - "default.handlebars->29->1508"
7102 + "default.handlebars->29->1474",
7103 + "default.handlebars->29->1510"
7104 ]
7105 },
7106 {
@@ -7140,7 +7140,7 @@
7140 "zh-chs": "车臣",
7141 "zh-cht": "車臣",
7142 "xloc": [
7143 - "default.handlebars->29->1094"
7143 + "default.handlebars->29->1096"
7144 ]
7145 },
7146 {
@@ -7240,8 +7240,8 @@
7240 "zh-chs": "检查...",
7241 "zh-cht": "檢查...",
7242 "xloc": [
7243 - "default.handlebars->29->1060",
7244 - "default.handlebars->29->2143"
7243 + "default.handlebars->29->1062",
7244 + "default.handlebars->29->2145"
7245 ]
7246 },
7247 {
@@ -7261,7 +7261,7 @@
7261 "zh-chs": "中文",
7262 "zh-cht": "中文",
7263 "xloc": [
7264 - "default.handlebars->29->1095"
7264 + "default.handlebars->29->1097"
7265 ]
7266 },
7267 {
@@ -7281,7 +7281,7 @@
7281 "zh-chs": "中文(香港)",
7282 "zh-cht": "中文(香港)",
7283 "xloc": [
7284 - "default.handlebars->29->1096"
7284 + "default.handlebars->29->1098"
7285 ]
7286 },
7287 {
@@ -7301,7 +7301,7 @@
7301 "zh-chs": "中文(中国)",
7302 "zh-cht": "中文(中國)",
7303 "xloc": [
7304 - "default.handlebars->29->1097"
7304 + "default.handlebars->29->1099"
7305 ]
7306 },
7307 {
@@ -7321,7 +7321,7 @@
7321 "zh-chs": "简体中文",
7322 "zh-cht": "簡體中文",
7323 "xloc": [
7324 - "default.handlebars->29->1257"
7324 + "default.handlebars->29->1259"
7325 ]
7326 },
7327 {
@@ -7341,7 +7341,7 @@
7341 "zh-chs": "中文(新加坡)",
7342 "zh-cht": "中文(新加坡)",
7343 "xloc": [
7344 - "default.handlebars->29->1098"
7344 + "default.handlebars->29->1100"
7345 ]
7346 },
7347 {
@@ -7361,7 +7361,7 @@
7361 "zh-chs": "中文(台湾)",
7362 "zh-cht": "中文(台灣)",
7363 "xloc": [
7364 - "default.handlebars->29->1099"
7364 + "default.handlebars->29->1101"
7365 ]
7366 },
7367 {
@@ -7381,7 +7381,7 @@
7381 "zh-chs": "繁体中文",
7382 "zh-cht": "繁體中文",
7383 "xloc": [
7384 - "default.handlebars->29->1258"
7384 + "default.handlebars->29->1260"
7385 ]
7386 },
7387 {
@@ -7422,7 +7422,7 @@
7422 "zh-chs": "楚瓦什",
7423 "zh-cht": "楚瓦什",
7424 "xloc": [
7425 - "default.handlebars->29->1100"
7425 + "default.handlebars->29->1102"
7426 ]
7427 },
7428 {
@@ -7465,11 +7465,11 @@
7465 "default-mobile.handlebars->9->328",
7466 "default-mobile.handlebars->9->330",
7467 "default-mobile.handlebars->9->59",
7468 - "default.handlebars->29->1596",
7469 - "default.handlebars->29->925",
7468 + "default.handlebars->29->1598",
7469 "default.handlebars->29->927",
7470 "default.handlebars->29->929",
7471 "default.handlebars->29->931",
7472 + "default.handlebars->29->933",
7473 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
7474 "default.handlebars->container->column_l->p41->3->1",
7475 "messenger.handlebars->xbottom"
@@ -7512,7 +7512,7 @@
7512 "zh-chs": "全部清除",
7513 "zh-cht": "全部清除",
7514 "xloc": [
7515 - "default.handlebars->29->2070"
7515 + "default.handlebars->29->2072"
7516 ]
7517 },
7518 {
@@ -7541,7 +7541,7 @@
7541 "zh-chs": "清除核心",
7542 "zh-cht": "清除核心",
7543 "xloc": [
7544 - "default.handlebars->29->1032"
7544 + "default.handlebars->29->1034"
7545 ]
7546 },
7547 {
@@ -7581,7 +7581,7 @@
7581 "zh-chs": "清除此通知",
7582 "zh-cht": "清除此通知",
7583 "xloc": [
7584 - "default.handlebars->29->2069"
7584 + "default.handlebars->29->2071"
7585 ]
7586 },
7587 {
@@ -7641,8 +7641,8 @@
7641 "zh-chs": "单击此处编辑设备组名称",
7642 "zh-cht": "單擊此處編輯裝置群名稱",
7643 "xloc": [
7644 - "default.handlebars->29->1332",
7645 - "default.handlebars->29->1547"
7644 + "default.handlebars->29->1334",
7645 + "default.handlebars->29->1549"
7646 ]
7647 },
7648 {
@@ -7662,7 +7662,7 @@
7662 "zh-chs": "单击此处编辑服务器端设备名称",
7663 "zh-cht": "單擊此處編輯伺服器端裝置名稱",
7664 "xloc": [
7665 - "default.handlebars->29->545"
7665 + "default.handlebars->29->547"
7666 ]
7667 },
7668 {
@@ -7682,7 +7682,7 @@
7682 "zh-chs": "单击此处编辑用户组名称",
7683 "zh-cht": "單擊此處編輯用戶群名稱",
7684 "xloc": [
7685 - "default.handlebars->29->1853"
7685 + "default.handlebars->29->1855"
7686 ]
7687 },
7688 {
@@ -7743,7 +7743,7 @@
7743 "zh-cht": "單擊確定將驗證電郵發送到:",
7744 "xloc": [
7745 "default-mobile.handlebars->9->75",
7746 - "default.handlebars->29->1272"
7746 + "default.handlebars->29->1274"
7747 ]
7748 },
7749 {
@@ -7784,7 +7784,7 @@
7784 "zh-cht": "客戶端控制模式(CCM)",
7785 "xloc": [
7786 "default-mobile.handlebars->9->369",
7787 - "default.handlebars->29->987"
7787 + "default.handlebars->29->989"
7788 ]
7789 },
7790 {
@@ -7804,7 +7804,7 @@
7804 "zh-chs": "客户编号",
7805 "zh-cht": "客戶編號",
7806 "xloc": [
7807 - "default.handlebars->29->1314"
7807 + "default.handlebars->29->1316"
7808 ]
7809 },
7810 {
@@ -7824,7 +7824,7 @@
7824 "zh-chs": "客户端启动的远程访问",
7825 "zh-cht": "客戶端啟動的遠程訪問",
7826 "xloc": [
7827 - "default.handlebars->29->1410"
7827 + "default.handlebars->29->1412"
7828 ]
7829 },
7830 {
@@ -7844,7 +7844,7 @@
7844 "zh-chs": "客户机密",
7845 "zh-cht": "客戶機密",
7846 "xloc": [
7847 - "default.handlebars->29->1315"
7847 + "default.handlebars->29->1317"
7848 ]
7849 },
7850 {
@@ -7888,8 +7888,8 @@
7888 "default-mobile.handlebars->9->57",
7889 "default.handlebars->29->137",
7890 "default.handlebars->29->145",
7891 - "default.handlebars->29->871",
7892 - "default.handlebars->29->902"
7891 + "default.handlebars->29->873",
7892 + "default.handlebars->29->904"
7893 ]
7894 },
7895 {
@@ -7909,7 +7909,7 @@
7909 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
7910 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
7911 "xloc": [
7912 - "default.handlebars->29->1607"
7912 + "default.handlebars->29->1609"
7913 ]
7914 },
7915 {
@@ -7987,7 +7987,7 @@
7987 "fr": "Commande",
7988 "nl": "Opdracht",
7989 "xloc": [
7990 - "default.handlebars->29->397"
7990 + "default.handlebars->29->399"
7991 ]
7992 },
7993 {
@@ -7996,9 +7996,9 @@
7996 "nl": "Opdrachten",
7997 "xloc": [
7998 "default-mobile.handlebars->9->459",
7999 - "default.handlebars->29->1510",
8000 - "default.handlebars->29->693",
8001 - "default.handlebars->29->714"
7999 + "default.handlebars->29->1512",
8000 + "default.handlebars->29->695",
8001 + "default.handlebars->29->716"
8002 ]
8003 },
8004 {
@@ -8018,8 +8018,8 @@
8018 "zh-chs": "通用设备组",
8019 "zh-cht": "通用裝置群",
8020 "xloc": [
8021 - "default.handlebars->29->1884",
8022 - "default.handlebars->29->2002"
8021 + "default.handlebars->29->1886",
8022 + "default.handlebars->29->2004"
8023 ]
8024 },
8025 {
@@ -8039,8 +8039,8 @@
8039 "zh-chs": "通用设备",
8040 "zh-cht": "通用裝置",
8041 "xloc": [
8042 - "default.handlebars->29->1890",
8043 - "default.handlebars->29->2014"
8042 + "default.handlebars->29->1892",
8043 + "default.handlebars->29->2016"
8044 ]
8045 },
8046 {
@@ -8060,7 +8060,7 @@
8060 "zh-chs": "压缩档案...",
8061 "zh-cht": "壓縮檔案...",
8062 "xloc": [
8063 - "default.handlebars->29->897"
8063 + "default.handlebars->29->899"
8064 ]
8065 },
8066 {
@@ -8082,14 +8082,14 @@
8082 "xloc": [
8083 "default-mobile.handlebars->9->288",
8084 "default-mobile.handlebars->9->417",
8085 - "default.handlebars->29->1421",
8086 - "default.handlebars->29->1764",
8087 - "default.handlebars->29->1843",
8088 - "default.handlebars->29->1904",
8089 - "default.handlebars->29->2000",
8090 - "default.handlebars->29->453",
8091 - "default.handlebars->29->789",
8092 - "default.handlebars->29->798"
8085 + "default.handlebars->29->1423",
8086 + "default.handlebars->29->1766",
8087 + "default.handlebars->29->1845",
8088 + "default.handlebars->29->1906",
8089 + "default.handlebars->29->2002",
8090 + "default.handlebars->29->455",
8091 + "default.handlebars->29->791",
8092 + "default.handlebars->29->800"
8093 ]
8094 },
8095 {
@@ -8110,7 +8110,7 @@
8110 "zh-cht": "確認將1個副本複製到此位置?",
8111 "xloc": [
8112 "default-mobile.handlebars->9->319",
8113 - "default.handlebars->29->920"
8113 + "default.handlebars->29->922"
8114 ]
8115 },
8116 {
@@ -8130,7 +8130,7 @@
8130 "zh-chs": "确认{0}个条目的复制到此位置?",
8131 "zh-cht": "確認{0}個條目的複製到此位置?",
8132 "xloc": [
8133 - "default.handlebars->29->919"
8133 + "default.handlebars->29->921"
8134 ]
8135 },
8136 {
@@ -8170,7 +8170,7 @@
8170 "zh-chs": "确认删除选定的帐户?",
8171 "zh-cht": "確認刪除所選帳戶?",
8172 "xloc": [
8173 - "default.handlebars->29->1763"
8173 + "default.handlebars->29->1765"
8174 ]
8175 },
8176 {
@@ -8190,7 +8190,7 @@
8190 "zh-chs": "确认删除选定的设备?",
8191 "zh-cht": "確認刪除所選裝置?",
8192 "xloc": [
8193 - "default.handlebars->29->452"
8193 + "default.handlebars->29->454"
8194 ]
8195 },
8196 {
@@ -8210,7 +8210,7 @@
8210 "zh-chs": "确认删除选定的用户组?",
8211 "zh-cht": "確認刪除所選用戶群?",
8212 "xloc": [
8213 - "default.handlebars->29->1842"
8213 + "default.handlebars->29->1844"
8214 ]
8215 },
8216 {
@@ -8230,7 +8230,7 @@
8230 "zh-chs": "确认删除用户{0}?",
8231 "zh-cht": "確認刪除用戶{0}?",
8232 "xloc": [
8233 - "default.handlebars->29->1999"
8233 + "default.handlebars->29->2001"
8234 ]
8235 },
8236 {
@@ -8250,7 +8250,7 @@
8250 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8251 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8252 "xloc": [
8253 - "default.handlebars->29->1907"
8253 + "default.handlebars->29->1909"
8254 ]
8255 },
8256 {
@@ -8270,7 +8270,7 @@
8270 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8271 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8272 "xloc": [
8273 - "default.handlebars->29->2031"
8273 + "default.handlebars->29->2033"
8274 ]
8275 },
8276 {
@@ -8291,7 +8291,7 @@
8291 "zh-cht": "確認將1個條目移動到此位置?",
8292 "xloc": [
8293 "default-mobile.handlebars->9->321",
8294 - "default.handlebars->29->922"
8294 + "default.handlebars->29->924"
8295 ]
8296 },
8297 {
@@ -8311,7 +8311,7 @@
8311 "zh-chs": "确认将{0}个条目移到此位置?",
8312 "zh-cht": "確認將{0}個條目移到該位置?",
8313 "xloc": [
8314 - "default.handlebars->29->921"
8314 + "default.handlebars->29->923"
8315 ]
8316 },
8317 {
@@ -8351,7 +8351,7 @@
8351 "zh-chs": "确认覆盖?",
8352 "zh-cht": "確認覆蓋?",
8353 "xloc": [
8354 - "default.handlebars->29->1590"
8354 + "default.handlebars->29->1592"
8355 ]
8356 },
8357 {
@@ -8371,8 +8371,8 @@
8371 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
8372 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8373 "xloc": [
8374 - "default.handlebars->29->1897",
8375 - "default.handlebars->29->2022"
8374 + "default.handlebars->29->1899",
8375 + "default.handlebars->29->2024"
8376 ]
8377 },
8378 {
@@ -8392,8 +8392,8 @@
8392 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8393 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8394 "xloc": [
8395 - "default.handlebars->29->1899",
8396 - "default.handlebars->29->2035"
8395 + "default.handlebars->29->1901",
8396 + "default.handlebars->29->2037"
8397 ]
8398 },
8399 {
@@ -8413,7 +8413,7 @@
8413 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
8414 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8415 "xloc": [
8416 - "default.handlebars->29->2024"
8416 + "default.handlebars->29->2026"
8417 ]
8418 },
8419 {
@@ -8433,7 +8433,7 @@
8433 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8434 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8435 "xloc": [
8436 - "default.handlebars->29->2027"
8436 + "default.handlebars->29->2029"
8437 ]
8438 },
8439 {
@@ -8453,8 +8453,8 @@
8453 "zh-chs": "确认删除访问权限?",
8454 "zh-cht": "確認刪除訪問權限?",
8455 "xloc": [
8456 - "default.handlebars->29->2025",
8457 - "default.handlebars->29->2028"
8456 + "default.handlebars->29->2027",
8457 + "default.handlebars->29->2030"
8458 ]
8459 },
8460 {
@@ -8475,7 +8475,7 @@
8475 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
8476 "xloc": [
8477 "default-mobile.handlebars->9->74",
8478 - "default.handlebars->29->1050"
8478 + "default.handlebars->29->1052"
8479 ]
8480 },
8481 {
@@ -8500,7 +8500,7 @@
8500 "fr": "Confirmez-vous l'arrêt du partage \\\"{0}\\\"?",
8501 "nl": "Bevestig de verwijdering van apparaatdeling \\\"{0}\\\"?",
8502 "xloc": [
8503 - "default.handlebars->29->2020"
8503 + "default.handlebars->29->2022"
8504 ]
8505 },
8506 {
@@ -8554,7 +8554,7 @@
8554 "zh-chs": "确认删除用户“ {0} ”的权限?",
8555 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
8556 "xloc": [
8557 - "default.handlebars->29->1519"
8557 + "default.handlebars->29->1521"
8558 ]
8559 },
8560 {
@@ -8574,7 +8574,7 @@
8574 "zh-chs": "确认删除用户组“ {0} ”的权限?",
8575 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
8576 "xloc": [
8577 - "default.handlebars->29->1521"
8577 + "default.handlebars->29->1523"
8578 ]
8579 },
8580 {
@@ -8632,7 +8632,7 @@
8632 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
8633 "xloc": [
8634 "default-mobile.handlebars->9->127",
8635 - "default.handlebars->29->1591"
8635 + "default.handlebars->29->1593"
8636 ]
8637 },
8638 {
@@ -8655,8 +8655,8 @@
8655 "default-mobile.handlebars->9->301",
8656 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
8657 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
8658 - "default.handlebars->29->1360",
8659 - "default.handlebars->29->892",
8658 + "default.handlebars->29->1362",
8659 + "default.handlebars->29->894",
8660 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
8661 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
8662 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -8683,7 +8683,7 @@
8683 "zh-chs": "全部连接",
8684 "zh-cht": "全部連接",
8685 "xloc": [
8686 - "default.handlebars->29->272",
8686 + "default.handlebars->29->274",
8687 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
8688 ]
8689 },
@@ -8704,7 +8704,7 @@
8704 "zh-chs": "连接到服务器",
8705 "zh-cht": "連接到伺服器",
8706 "xloc": [
8707 - "default.handlebars->29->1414"
8707 + "default.handlebars->29->1416"
8708 ]
8709 },
8710 {
@@ -8826,7 +8826,7 @@
8826 "zh-chs": "已连接的英特尔®AMT",
8827 "zh-cht": "已連接的Intel® AMT",
8828 "xloc": [
8829 - "default.handlebars->29->2088"
8829 + "default.handlebars->29->2090"
8830 ]
8831 },
8832 {
@@ -8846,7 +8846,7 @@
8846 "zh-chs": "已连接的用户",
8847 "zh-cht": "已连接的用户",
8848 "xloc": [
8849 - "default.handlebars->29->2093"
8849 + "default.handlebars->29->2095"
8850 ]
8851 },
8852 {
@@ -8867,7 +8867,7 @@
8867 "zh-cht": "現在已連接",
8868 "xloc": [
8869 "default-mobile.handlebars->9->344",
8870 - "default.handlebars->29->952"
8870 + "default.handlebars->29->954"
8871 ]
8872 },
8873 {
@@ -8912,9 +8912,9 @@
8912 "default-mobile.handlebars->9->37",
8913 "default.handlebars->29->245",
8914 "default.handlebars->29->248",
8915 - "default.handlebars->29->275",
8915 + "default.handlebars->29->277",
8916 "default.handlebars->29->9",
8917 - "default.handlebars->29->943",
8917 + "default.handlebars->29->945",
8918 "desktop.handlebars->3->2",
8919 "terminal.handlebars->3->2",
8920 "xterm.handlebars->9->2"
@@ -8937,7 +8937,7 @@
8937 "zh-chs": "连接数量",
8938 "zh-cht": "連接數量",
8939 "xloc": [
8940 - "default.handlebars->29->2107"
8940 + "default.handlebars->29->2109"
8941 ]
8942 },
8943 {
@@ -8957,7 +8957,7 @@
8957 "zh-chs": "连接转发器",
8958 "zh-cht": "連接轉發器",
8959 "xloc": [
8960 - "default.handlebars->29->2135"
8960 + "default.handlebars->29->2137"
8961 ]
8962 },
8963 {
@@ -9018,9 +9018,9 @@
9018 "zh-cht": "連接性",
9019 "xloc": [
9020 "default-mobile.handlebars->9->255",
9021 - "default.handlebars->29->1554",
9021 + "default.handlebars->29->1556",
9022 "default.handlebars->29->236",
9023 - "default.handlebars->29->614",
9023 + "default.handlebars->29->616",
9024 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
9025 ]
9026 },
@@ -9041,8 +9041,8 @@
9041 "zh-chs": "控制台",
9042 "zh-cht": "控制台",
9043 "xloc": [
9044 - "default.handlebars->29->686",
9045 - "default.handlebars->29->707",
9044 + "default.handlebars->29->688",
9045 + "default.handlebars->29->709",
9046 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
9047 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
9048 "default.handlebars->contextMenu->cxconsole"
@@ -9065,7 +9065,7 @@
9065 "zh-chs": "控制台 -",
9066 "zh-cht": "控制台 -",
9067 "xloc": [
9068 - "default.handlebars->29->546"
9068 + "default.handlebars->29->548"
9069 ]
9070 },
9071 {
@@ -9085,8 +9085,8 @@
9085 "zh-chs": "控制",
9086 "zh-cht": "控制",
9087 "xloc": [
9088 - "default.handlebars->29->685",
9089 - "default.handlebars->29->706",
9088 + "default.handlebars->29->687",
9089 + "default.handlebars->29->708",
9090 "messenger.handlebars->13->1"
9091 ]
9092 },
@@ -9107,7 +9107,7 @@
9107 "zh-chs": "Cookie编码器",
9108 "zh-cht": "Cookie編碼器",
9109 "xloc": [
9110 - "default.handlebars->29->2121"
9110 + "default.handlebars->29->2123"
9111 ]
9112 },
9113 {
@@ -9172,7 +9172,7 @@
9172 "zh-chs": "将Windows 32位代理URL复制到剪贴板",
9173 "zh-cht": "將Windows 32位代理URL複製到剪貼板",
9174 "xloc": [
9175 - "default.handlebars->29->372"
9175 + "default.handlebars->29->374"
9176 ]
9177 },
9178 {
@@ -9192,7 +9192,7 @@
9192 "zh-chs": "将Windows 64位代理URL复制到剪贴板",
9193 "zh-cht": "將Windows 64位代理URL複製到剪貼板",
9194 "xloc": [
9195 - "default.handlebars->29->376"
9195 + "default.handlebars->29->378"
9196 ]
9197 },
9198 {
@@ -9243,8 +9243,8 @@
9243 "zh-chs": "将代理URL复制到剪贴板",
9244 "zh-cht": "將代理URL複製到剪貼板",
9245 "xloc": [
9246 - "default.handlebars->29->396",
9247 - "default.handlebars->29->398"
9246 + "default.handlebars->29->398",
9247 + "default.handlebars->29->400"
9248 ]
9249 },
9250 {
@@ -9264,10 +9264,10 @@
9264 "zh-chs": "复制连结到剪贴板",
9265 "zh-cht": "複製連結到剪貼板",
9266 "xloc": [
9267 - "default.handlebars->29->1559",
9268 - "default.handlebars->29->1578",
9267 + "default.handlebars->29->1561",
9268 + "default.handlebars->29->1580",
9269 "default.handlebars->29->197",
9270 - "default.handlebars->29->354"
9270 + "default.handlebars->29->356"
9271 ]
9272 },
9273 {
@@ -9287,7 +9287,7 @@
9287 "zh-chs": "将macOS代理URL复制到剪贴板",
9288 "zh-cht": "將macOS代理URL複製到剪貼板",
9289 "xloc": [
9290 - "default.handlebars->29->384"
9290 + "default.handlebars->29->386"
9291 ]
9292 },
9293 {
@@ -9368,7 +9368,7 @@
9368 "zh-chs": "复制:“{0}”到“{1}”",
9369 "zh-cht": "複製:“{0}”到“{1}”",
9370 "xloc": [
9371 - "default.handlebars->29->1650"
9371 + "default.handlebars->29->1652"
9372 ]
9373 },
9374 {
@@ -9514,7 +9514,7 @@
9514 "zh-chs": "核心服务器",
9515 "zh-cht": "核心伺服器",
9516 "xloc": [
9517 - "default.handlebars->29->2120"
9517 + "default.handlebars->29->2122"
9518 ]
9519 },
9520 {
@@ -9534,7 +9534,7 @@
9534 "zh-chs": "科西嘉文",
9535 "zh-cht": "科西嘉文",
9536 "xloc": [
9537 - "default.handlebars->29->1101"
9537 + "default.handlebars->29->1103"
9538 ]
9539 },
9540 {
@@ -9554,7 +9554,7 @@
9554 "zh-chs": "创建帐号",
9555 "zh-cht": "創建帳號",
9556 "xloc": [
9557 - "default.handlebars->29->1811",
9557 + "default.handlebars->29->1813",
9558 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9559 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9560 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9597,7 +9597,7 @@
9597 "zh-chs": "创建用户组",
9598 "zh-cht": "創建用戶群",
9599 "xloc": [
9600 - "default.handlebars->29->1850"
9600 + "default.handlebars->29->1852"
9601 ]
9602 },
9603 {
@@ -9617,7 +9617,7 @@
9617 "zh-chs": "创建连结以与访客共享此设备",
9618 "zh-cht": "創建鏈結以與訪客共享此裝置",
9619 "xloc": [
9620 - "default.handlebars->29->627"
9620 + "default.handlebars->29->629"
9621 ]
9622 },
9623 {
@@ -9637,7 +9637,7 @@
9637 "zh-chs": "使用以下选项创建一个新的设备组。",
9638 "zh-cht": "使用以下選項創建一個新的裝置群。",
9639 "xloc": [
9640 - "default.handlebars->29->1295"
9640 + "default.handlebars->29->1297"
9641 ]
9642 },
9643 {
@@ -9665,7 +9665,7 @@
9665 "nl": "Map aanmaken als deze niet bestaat?",
9666 "fr": "Créer le répertoire si il n'existe pas ?",
9667 "xloc": [
9668 - "default.handlebars->29->479"
9668 + "default.handlebars->29->481"
9669 ]
9670 },
9671 {
@@ -9685,7 +9685,7 @@
9685 "zh-chs": "创建文件夹:“{0}”",
9686 "zh-cht": "創建文件夾:“{0}”",
9687 "xloc": [
9688 - "default.handlebars->29->1643"
9688 + "default.handlebars->29->1645"
9689 ]
9690 },
9691 {
@@ -9705,7 +9705,7 @@
9705 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9706 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9707 "xloc": [
9708 - "default.handlebars->29->1775"
9708 + "default.handlebars->29->1777"
9709 ]
9710 },
9711 {
@@ -9747,13 +9747,13 @@
9747 "zh-chs": "创建的设备组:{0}",
9748 "zh-cht": "創建的設備組:{0}",
9749 "xloc": [
9750 - "default.handlebars->29->1654"
9750 + "default.handlebars->29->1656"
9751 ]
9752 },
9753 {
9754 "en": "Creates a link that allows a guest without an account to remote control this device for a limited time.",
9755 "xloc": [
9756 - "default.handlebars->29->725"
9756 + "default.handlebars->29->727"
9757 ]
9758 },
9759 {
@@ -9795,7 +9795,7 @@
9795 "zh-chs": "创建",
9796 "zh-cht": "創建",
9797 "xloc": [
9798 - "default.handlebars->29->1936"
9798 + "default.handlebars->29->1938"
9799 ]
9800 },
9801 {
@@ -9815,7 +9815,7 @@
9815 "zh-chs": "创建时间",
9816 "zh-cht": "創作時間",
9817 "xloc": [
9818 - "default.handlebars->29->1342"
9818 + "default.handlebars->29->1344"
9819 ]
9820 },
9821 {
@@ -9857,8 +9857,8 @@
9857 "zh-chs": "创建者",
9858 "zh-cht": "創作者",
9859 "xloc": [
9860 - "default.handlebars->29->1340",
9861 - "default.handlebars->29->1341"
9860 + "default.handlebars->29->1342",
9861 + "default.handlebars->29->1343"
9862 ]
9863 },
9864 {
@@ -9878,7 +9878,7 @@
9878 "zh-chs": "证书",
9879 "zh-cht": "證書",
9880 "xloc": [
9881 - "default.handlebars->29->1312"
9881 + "default.handlebars->29->1314"
9882 ]
9883 },
9884 {
@@ -9898,7 +9898,7 @@
9898 "zh-chs": "克里语",
9899 "zh-cht": "克里語",
9900 "xloc": [
9901 - "default.handlebars->29->1102"
9901 + "default.handlebars->29->1104"
9902 ]
9903 },
9904 {
@@ -9918,7 +9918,7 @@
9918 "zh-chs": "克罗地亚文",
9919 "zh-cht": "克羅地亞文",
9920 "xloc": [
9921 - "default.handlebars->29->1103"
9921 + "default.handlebars->29->1105"
9922 ]
9923 },
9924 {
@@ -10108,7 +10108,7 @@
10108 "zh-chs": "捷克文",
10109 "zh-cht": "捷克文",
10110 "xloc": [
10111 - "default.handlebars->29->1104"
10111 + "default.handlebars->29->1106"
10112 ]
10113 },
10114 {
@@ -10148,7 +10148,7 @@
10148 "zh-chs": "丹麦文",
10149 "zh-cht": "丹麥文",
10150 "xloc": [
10151 - "default.handlebars->29->1105"
10151 + "default.handlebars->29->1107"
10152 ]
10153 },
10154 {
@@ -10168,7 +10168,7 @@
10168 "zh-chs": "数据通道",
10169 "zh-cht": "數據通道",
10170 "xloc": [
10171 - "default.handlebars->29->841",
10171 + "default.handlebars->29->843",
10172 "desktop.handlebars->3->11"
10173 ]
10174 },
@@ -10189,7 +10189,7 @@
10189 "zh-chs": "日期和时间",
10190 "zh-cht": "日期和時間",
10191 "xloc": [
10192 - "default.handlebars->29->1263"
10192 + "default.handlebars->29->1265"
10193 ]
10194 },
10195 {
@@ -10210,7 +10210,7 @@
10210 "zh-cht": "天",
10211 "xloc": [
10212 "default-mobile.handlebars->9->278",
10213 - "default.handlebars->29->773"
10213 + "default.handlebars->29->775"
10214 ]
10215 },
10216 {
@@ -10218,13 +10218,13 @@
10218 "fr": "Désactivé",
10219 "nl": "Deactiveren",
10220 "xloc": [
10221 - "default.handlebars->29->1393"
10221 + "default.handlebars->29->1395"
10222 ]
10223 },
10224 {
10225 "en": "Deactivate CCM if setup",
10226 "xloc": [
10227 - "default.handlebars->29->1405"
10227 + "default.handlebars->29->1407"
10228 ]
10229 },
10230 {
@@ -10262,7 +10262,7 @@
10262 "zh-cht": "沉睡",
10263 "xloc": [
10264 "default-mobile.handlebars->9->192",
10265 - "default.handlebars->29->409"
10265 + "default.handlebars->29->411"
10266 ]
10267 },
10268 {
@@ -10282,10 +10282,10 @@
10282 "zh-chs": "默认",
10283 "zh-cht": "默認",
10284 "xloc": [
10285 - "default.handlebars->29->1798",
10286 - "default.handlebars->29->1846",
10287 - "default.handlebars->29->1857",
10288 - "default.handlebars->29->1925"
10285 + "default.handlebars->29->1800",
10286 + "default.handlebars->29->1848",
10287 + "default.handlebars->29->1859",
10288 + "default.handlebars->29->1927"
10289 ]
10290 },
10291 {
@@ -10309,9 +10309,9 @@
10309 "default-mobile.handlebars->9->311",
10310 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
10311 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
10312 - "default.handlebars->29->1585",
10313 - "default.handlebars->29->516",
10314 - "default.handlebars->29->911",
10312 + "default.handlebars->29->1587",
10313 + "default.handlebars->29->518",
10314 + "default.handlebars->29->913",
10315 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
10316 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
10317 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -10340,7 +10340,7 @@
10340 "zh-cht": "刪除帳戶",
10341 "xloc": [
10342 "default-mobile.handlebars->9->84",
10343 - "default.handlebars->29->1280"
10343 + "default.handlebars->29->1282"
10344 ]
10345 },
10346 {
@@ -10360,7 +10360,7 @@
10360 "zh-chs": "删除帐户",
10361 "zh-cht": "刪除帳戶",
10362 "xloc": [
10363 - "default.handlebars->29->1765"
10363 + "default.handlebars->29->1767"
10364 ]
10365 },
10366 {
@@ -10381,7 +10381,7 @@
10381 "zh-cht": "刪除裝置",
10382 "xloc": [
10383 "default-mobile.handlebars->9->260",
10384 - "default.handlebars->29->631"
10384 + "default.handlebars->29->633"
10385 ]
10386 },
10387 {
@@ -10403,8 +10403,8 @@
10403 "xloc": [
10404 "default-mobile.handlebars->9->415",
10405 "default-mobile.handlebars->9->418",
10406 - "default.handlebars->29->1389",
10407 - "default.handlebars->29->1422"
10406 + "default.handlebars->29->1391",
10407 + "default.handlebars->29->1424"
10408 ]
10409 },
10410 {
@@ -10425,7 +10425,7 @@
10425 "zh-cht": "刪除節點",
10426 "xloc": [
10427 "default-mobile.handlebars->9->286",
10428 - "default.handlebars->29->799"
10428 + "default.handlebars->29->801"
10429 ]
10430 },
10431 {
@@ -10445,7 +10445,7 @@
10445 "zh-chs": "删除节点",
10446 "zh-cht": "刪除節點",
10447 "xloc": [
10448 - "default.handlebars->29->454"
10448 + "default.handlebars->29->456"
10449 ]
10450 },
10451 {
@@ -10465,7 +10465,7 @@
10465 "zh-chs": "删除用户",
10466 "zh-cht": "刪除用戶",
10467 "xloc": [
10468 - "default.handlebars->29->1975"
10468 + "default.handlebars->29->1977"
10469 ]
10470 },
10471 {
@@ -10485,8 +10485,8 @@
10485 "zh-chs": "删除用户群组",
10486 "zh-cht": "刪除用戶群組",
10487 "xloc": [
10488 - "default.handlebars->29->1895",
10489 - "default.handlebars->29->1905"
10488 + "default.handlebars->29->1897",
10489 + "default.handlebars->29->1907"
10490 ]
10491 },
10492 {
@@ -10506,7 +10506,7 @@
10506 "zh-chs": "删除用户群组",
10507 "zh-cht": "刪除用戶群組",
10508 "xloc": [
10509 - "default.handlebars->29->1844"
10509 + "default.handlebars->29->1846"
10510 ]
10511 },
10512 {
@@ -10526,7 +10526,7 @@
10526 "zh-chs": "删除用户{0}",
10527 "zh-cht": "刪除用戶{0}",
10528 "xloc": [
10529 - "default.handlebars->29->1998"
10529 + "default.handlebars->29->2000"
10530 ]
10531 },
10532 {
@@ -10547,7 +10547,7 @@
10547 "zh-cht": "刪除帳戶",
10548 "xloc": [
10549 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10550 - "default.handlebars->29->1761",
10550 + "default.handlebars->29->1763",
10551 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10552 ]
10553 },
@@ -10568,7 +10568,7 @@
10568 "zh-chs": "删除设备",
10569 "zh-cht": "刪除裝置",
10570 "xloc": [
10571 - "default.handlebars->29->447"
10571 + "default.handlebars->29->449"
10572 ]
10573 },
10574 {
@@ -10588,7 +10588,7 @@
10588 "zh-chs": "删除群组",
10589 "zh-cht": "刪除群組",
10590 "xloc": [
10591 - "default.handlebars->29->1840"
10591 + "default.handlebars->29->1842"
10592 ]
10593 },
10594 {
@@ -10608,7 +10608,7 @@
10608 "zh-chs": "删除项目?",
10609 "zh-cht": "刪除項目?",
10610 "xloc": [
10611 - "default.handlebars->29->517"
10611 + "default.handlebars->29->519"
10612 ]
10613 },
10614 {
@@ -10628,7 +10628,7 @@
10628 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
10629 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
10630 "xloc": [
10631 - "default.handlebars->29->1645"
10631 + "default.handlebars->29->1647"
10632 ]
10633 },
10634 {
@@ -10650,8 +10650,8 @@
10650 "xloc": [
10651 "default-mobile.handlebars->9->124",
10652 "default-mobile.handlebars->9->313",
10653 - "default.handlebars->29->1587",
10654 - "default.handlebars->29->913"
10653 + "default.handlebars->29->1589",
10654 + "default.handlebars->29->915"
10655 ]
10656 },
10657 {
@@ -10671,7 +10671,7 @@
10671 "zh-chs": "删除用户群组{0}?",
10672 "zh-cht": "刪除用戶群組{0}?",
10673 "xloc": [
10674 - "default.handlebars->29->1903"
10674 + "default.handlebars->29->1905"
10675 ]
10676 },
10677 {
@@ -10693,8 +10693,8 @@
10693 "xloc": [
10694 "default-mobile.handlebars->9->123",
10695 "default-mobile.handlebars->9->312",
10696 - "default.handlebars->29->1586",
10697 - "default.handlebars->29->912"
10696 + "default.handlebars->29->1588",
10697 + "default.handlebars->29->914"
10698 ]
10699 },
10700 {
@@ -10734,7 +10734,7 @@
10734 "zh-chs": "删除:“{0}”",
10735 "zh-cht": "刪除:“{0}”",
10736 "xloc": [
10737 - "default.handlebars->29->1644"
10737 + "default.handlebars->29->1646"
10738 ]
10739 },
10740 {
@@ -10754,7 +10754,7 @@
10754 "zh-chs": "删除:“{0}”,{1}个元素已删除",
10755 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
10756 "xloc": [
10757 - "default.handlebars->29->1646"
10757 + "default.handlebars->29->1648"
10758 ]
10759 },
10760 {
@@ -10774,7 +10774,7 @@
10774 "zh-chs": "被拒绝",
10775 "zh-cht": "被拒絕",
10776 "xloc": [
10777 - "default.handlebars->29->837",
10777 + "default.handlebars->29->839",
10778 "desktop.handlebars->3->7",
10779 "terminal.handlebars->3->11"
10780 ]
@@ -10872,19 +10872,19 @@
10872 "default-mobile.handlebars->9->350",
10873 "default-mobile.handlebars->9->407",
10874 "default-mobile.handlebars->9->420",
10875 - "default.handlebars->29->1300",
10876 - "default.handlebars->29->1337",
10877 - "default.handlebars->29->1424",
10878 - "default.handlebars->29->1849",
10879 - "default.handlebars->29->1859",
10880 - "default.handlebars->29->1860",
10881 - "default.handlebars->29->1901",
10882 - "default.handlebars->29->557",
10883 - "default.handlebars->29->558",
10875 + "default.handlebars->29->1302",
10876 + "default.handlebars->29->1339",
10877 + "default.handlebars->29->1426",
10878 + "default.handlebars->29->1851",
10879 + "default.handlebars->29->1861",
10880 + "default.handlebars->29->1862",
10881 + "default.handlebars->29->1903",
10882 + "default.handlebars->29->559",
10883 + "default.handlebars->29->560",
10884 "default.handlebars->29->77",
10885 - "default.handlebars->29->832",
10886 - "default.handlebars->29->958",
10887 - "default.handlebars->29->968",
10885 + "default.handlebars->29->834",
10886 + "default.handlebars->29->960",
10887 + "default.handlebars->29->970",
10888 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
10889 ]
10890 },
@@ -10923,12 +10923,12 @@
10923 "zh-cht": "桌面",
10924 "xloc": [
10925 "default-mobile.handlebars->9->267",
10926 - "default.handlebars->29->1430",
10927 - "default.handlebars->29->2047",
10928 - "default.handlebars->29->522",
10929 - "default.handlebars->29->676",
10930 - "default.handlebars->29->728",
10931 - "default.handlebars->29->877",
10926 + "default.handlebars->29->1432",
10927 + "default.handlebars->29->2049",
10928 + "default.handlebars->29->524",
10929 + "default.handlebars->29->678",
10930 + "default.handlebars->29->730",
10931 + "default.handlebars->29->879",
10932 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
10933 "default.handlebars->contextMenu->cxdesktop",
10934 "desktop.handlebars->3->23"
@@ -10971,10 +10971,10 @@
10971 "zh-chs": "桌面通知",
10972 "zh-cht": "桌面通知",
10973 "xloc": [
10974 - "default.handlebars->29->1351",
10975 - "default.handlebars->29->1864",
10976 - "default.handlebars->29->1951",
10977 - "default.handlebars->29->595"
10974 + "default.handlebars->29->1353",
10975 + "default.handlebars->29->1866",
10976 + "default.handlebars->29->1953",
10977 + "default.handlebars->29->597"
10978 ]
10979 },
10980 {
@@ -10994,10 +10994,10 @@
10994 "zh-chs": "桌面提示",
10995 "zh-cht": "桌面提示",
10996 "xloc": [
10997 - "default.handlebars->29->1350",
10998 - "default.handlebars->29->1863",
10999 - "default.handlebars->29->1950",
11000 - "default.handlebars->29->594"
10997 + "default.handlebars->29->1352",
10998 + "default.handlebars->29->1865",
10999 + "default.handlebars->29->1952",
11000 + "default.handlebars->29->596"
11001 ]
11002 },
11003 {
@@ -11017,10 +11017,10 @@
11017 "zh-chs": "桌面提示+工具栏",
11018 "zh-cht": "桌面提示+工具欄",
11019 "xloc": [
11020 - "default.handlebars->29->1348",
11021 - "default.handlebars->29->1861",
11022 - "default.handlebars->29->1948",
11023 - "default.handlebars->29->592"
11020 + "default.handlebars->29->1350",
11021 + "default.handlebars->29->1863",
11022 + "default.handlebars->29->1950",
11023 + "default.handlebars->29->594"
11024 ]
11025 },
11026 {
@@ -11070,10 +11070,10 @@
11070 "zh-chs": "桌面工具栏",
11071 "zh-cht": "桌面工具欄",
11072 "xloc": [
11073 - "default.handlebars->29->1349",
11074 - "default.handlebars->29->1862",
11075 - "default.handlebars->29->1949",
11076 - "default.handlebars->29->593"
11073 + "default.handlebars->29->1351",
11074 + "default.handlebars->29->1864",
11075 + "default.handlebars->29->1951",
11076 + "default.handlebars->29->595"
11077 ]
11078 },
11079 {
@@ -11093,7 +11093,7 @@
11093 "zh-chs": "桌面时段",
11094 "zh-cht": "桌面時段",
11095 "xloc": [
11096 - "default.handlebars->29->876"
11096 + "default.handlebars->29->878"
11097 ]
11098 },
11099 {
@@ -11176,9 +11176,9 @@
11176 "zh-chs": "设备",
11177 "zh-cht": "裝置",
11178 "xloc": [
11179 - "default.handlebars->29->1453",
11179 + "default.handlebars->29->1455",
11180 "default.handlebars->29->186",
11181 - "default.handlebars->29->2017",
11181 + "default.handlebars->29->2019",
11182 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11183 ]
11184 },
@@ -11200,7 +11200,7 @@
11200 "zh-cht": "裝置指令",
11201 "xloc": [
11202 "default-mobile.handlebars->9->277",
11203 - "default.handlebars->29->764"
11203 + "default.handlebars->29->766"
11204 ]
11205 },
11206 {
@@ -11228,14 +11228,14 @@
11228 "zh-chs": "设备组",
11229 "zh-cht": "裝置群",
11230 "xloc": [
11231 - "default.handlebars->29->1448",
11232 - "default.handlebars->29->1451",
11233 - "default.handlebars->29->1452",
11234 - "default.handlebars->29->1712",
11235 - "default.handlebars->29->1887",
11236 - "default.handlebars->29->1893",
11237 - "default.handlebars->29->2005",
11238 - "default.handlebars->29->2056"
11231 + "default.handlebars->29->1450",
11232 + "default.handlebars->29->1453",
11233 + "default.handlebars->29->1454",
11234 + "default.handlebars->29->1714",
11235 + "default.handlebars->29->1889",
11236 + "default.handlebars->29->1895",
11237 + "default.handlebars->29->2007",
11238 + "default.handlebars->29->2058"
11239 ]
11240 },
11241 {
@@ -11256,7 +11256,7 @@
11256 "zh-cht": "裝置群用戶",
11257 "xloc": [
11258 "default-mobile.handlebars->9->466",
11259 - "default.handlebars->29->1517"
11259 + "default.handlebars->29->1519"
11260 ]
11261 },
11262 {
@@ -11277,11 +11277,11 @@
11277 "zh-cht": "裝置群",
11278 "xloc": [
11279 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11280 - "default.handlebars->29->1728",
11281 - "default.handlebars->29->1834",
11282 - "default.handlebars->29->1874",
11283 - "default.handlebars->29->1945",
11284 - "default.handlebars->29->2091",
11280 + "default.handlebars->29->1730",
11281 + "default.handlebars->29->1836",
11282 + "default.handlebars->29->1876",
11283 + "default.handlebars->29->1947",
11284 + "default.handlebars->29->2093",
11285 "default.handlebars->container->column_l->p2->p2info->7"
11286 ]
11287 },
@@ -11302,7 +11302,7 @@
11302 "zh-chs": "设备信息导出",
11303 "zh-cht": "裝置訊息輸出",
11304 "xloc": [
11305 - "default.handlebars->29->487"
11305 + "default.handlebars->29->489"
11306 ]
11307 },
11308 {
@@ -11322,7 +11322,7 @@
11322 "zh-chs": "设备位置",
11323 "zh-cht": "裝置位置",
11324 "xloc": [
11325 - "default.handlebars->29->800"
11325 + "default.handlebars->29->802"
11326 ]
11327 },
11328 {
@@ -11342,7 +11342,7 @@
11342 "zh-chs": "设备消息",
11343 "zh-cht": "裝置訊息",
11344 "xloc": [
11345 - "default.handlebars->29->722"
11345 + "default.handlebars->29->724"
11346 ]
11347 },
11348 {
@@ -11363,9 +11363,9 @@
11363 "zh-cht": "裝置名稱",
11364 "xloc": [
11365 "default-mobile.handlebars->9->290",
11366 - "default.handlebars->29->2055",
11367 - "default.handlebars->29->289",
11368 - "default.handlebars->29->830",
11366 + "default.handlebars->29->2057",
11367 + "default.handlebars->29->291",
11368 + "default.handlebars->29->832",
11369 "player.handlebars->3->9"
11370 ]
11371 },
@@ -11386,8 +11386,8 @@
11386 "zh-chs": "设备通知",
11387 "zh-cht": "裝置通知",
11388 "xloc": [
11389 - "default.handlebars->29->475",
11390 - "default.handlebars->29->724"
11389 + "default.handlebars->29->477",
11390 + "default.handlebars->29->726"
11391 ]
11392 },
11393 {
@@ -11398,7 +11398,7 @@
11398 "fr": "Lien de partage de l'appareil",
11399 "nl": "Apparaat deel Link",
11400 "xloc": [
11401 - "default.handlebars->29->672"
11401 + "default.handlebars->29->674"
11402 ]
11403 },
11404 {
@@ -11438,8 +11438,8 @@
11438 "zh-chs": "设备连接。",
11439 "zh-cht": "裝置連接。",
11440 "xloc": [
11441 - "default.handlebars->29->1268",
11442 - "default.handlebars->29->1538"
11441 + "default.handlebars->29->1270",
11442 + "default.handlebars->29->1540"
11443 ]
11444 },
11445 {
@@ -11459,8 +11459,8 @@
11459 "zh-chs": "设备断开连接。",
11460 "zh-cht": "裝置斷開連接。",
11461 "xloc": [
11462 - "default.handlebars->29->1269",
11463 - "default.handlebars->29->1539"
11462 + "default.handlebars->29->1271",
11463 + "default.handlebars->29->1541"
11464 ]
11465 },
11466 {
@@ -11480,7 +11480,7 @@
11480 "zh-chs": "创建的设备组:{0}",
11481 "zh-cht": "設備組已創建:{0}",
11482 "xloc": [
11483 - "default.handlebars->29->1675"
11483 + "default.handlebars->29->1677"
11484 ]
11485 },
11486 {
@@ -11500,7 +11500,7 @@
11500 "zh-chs": "设备组已删除:{0}",
11501 "zh-cht": "設備組已刪除:{0}",
11502 "xloc": [
11503 - "default.handlebars->29->1676"
11503 + "default.handlebars->29->1678"
11504 ]
11505 },
11506 {
@@ -11520,7 +11520,7 @@
11520 "zh-chs": "设备组成员身份已更改:{0}",
11521 "zh-cht": "設備組成員身份已更改:{0}",
11522 "xloc": [
11523 - "default.handlebars->29->1677"
11523 + "default.handlebars->29->1679"
11524 ]
11525 },
11526 {
@@ -11540,7 +11540,7 @@
11540 "zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
11541 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
11542 "xloc": [
11543 - "default.handlebars->29->719"
11543 + "default.handlebars->29->721"
11544 ]
11545 },
11546 {
@@ -11560,7 +11560,7 @@
11560 "zh-chs": "设备组通知已更改",
11561 "zh-cht": "設備組通知已更改",
11562 "xloc": [
11563 - "default.handlebars->29->1672"
11563 + "default.handlebars->29->1674"
11564 ]
11565 },
11566 {
@@ -11580,7 +11580,7 @@
11580 "zh-chs": "未删除的设备组:{0}",
11581 "zh-cht": "未刪除的設備組:{0}",
11582 "xloc": [
11583 - "default.handlebars->29->1655"
11583 + "default.handlebars->29->1657"
11584 ]
11585 },
11586 {
@@ -11603,7 +11603,7 @@
11603 "default-mobile.handlebars->9->160",
11604 "default-mobile.handlebars->9->216",
11605 "default.handlebars->29->213",
11606 - "default.handlebars->29->543"
11606 + "default.handlebars->29->545"
11607 ]
11608 },
11609 {
@@ -11623,7 +11623,7 @@
11623 "zh-chs": "检测到设备,但无法获得电源状态。",
11624 "zh-cht": "檢測到裝置,但無法獲得電源狀態。",
11625 "xloc": [
11626 - "default.handlebars->29->414"
11626 + "default.handlebars->29->416"
11627 ]
11628 },
11629 {
@@ -11644,7 +11644,7 @@
11644 "zh-cht": "裝置正在休眠(S4)",
11645 "xloc": [
11646 "default-mobile.handlebars->9->200",
11647 - "default.handlebars->29->420"
11647 + "default.handlebars->29->422"
11648 ]
11649 },
11650 {
@@ -11665,7 +11665,7 @@
11665 "zh-cht": "裝置處於深度睡眠狀態(S3)",
11666 "xloc": [
11667 "default-mobile.handlebars->9->199",
11668 - "default.handlebars->29->419"
11668 + "default.handlebars->29->421"
11669 ]
11670 },
11671 {
@@ -11685,7 +11685,7 @@
11685 "zh-chs": "设备处于深度睡眠状态(S3)。",
11686 "zh-cht": "裝置處於深度睡眠狀態(S3)。",
11687 "xloc": [
11688 - "default.handlebars->29->408"
11688 + "default.handlebars->29->410"
11689 ]
11690 },
11691 {
@@ -11705,7 +11705,7 @@
11705 "zh-chs": "设备处于休眠状态(S4)。",
11706 "zh-cht": "裝置處於休眠狀態(S4)。",
11707 "xloc": [
11708 - "default.handlebars->29->410"
11708 + "default.handlebars->29->412"
11709 ]
11710 },
11711 {
@@ -11725,7 +11725,7 @@
11725 "zh-chs": "设备处于关机状态(S5)。",
11726 "zh-cht": "裝置處於關機狀態(S5)。",
11727 "xloc": [
11728 - "default.handlebars->29->412"
11728 + "default.handlebars->29->414"
11729 ]
11730 },
11731 {
@@ -11746,7 +11746,7 @@
11746 "zh-cht": "裝置處於睡眠狀態(S1)",
11747 "xloc": [
11748 "default-mobile.handlebars->9->197",
11749 - "default.handlebars->29->417"
11749 + "default.handlebars->29->419"
11750 ]
11751 },
11752 {
@@ -11766,7 +11766,7 @@
11766 "zh-chs": "设备处于睡眠状态(S1)。",
11767 "zh-cht": "裝置處於睡眠狀態(S1)。",
11768 "xloc": [
11769 - "default.handlebars->29->404"
11769 + "default.handlebars->29->406"
11770 ]
11771 },
11772 {
@@ -11787,7 +11787,7 @@
11787 "zh-cht": "裝置處於睡眠狀態(S2)",
11788 "xloc": [
11789 "default-mobile.handlebars->9->198",
11790 - "default.handlebars->29->418"
11790 + "default.handlebars->29->420"
11791 ]
11792 },
11793 {
@@ -11807,7 +11807,7 @@
11807 "zh-chs": "设备处于睡眠状态(S2)。",
11808 "zh-cht": "裝置處於睡眠狀態(S2)。",
11809 "xloc": [
11810 - "default.handlebars->29->406"
11810 + "default.handlebars->29->408"
11811 ]
11812 },
11813 {
@@ -11828,7 +11828,7 @@
11828 "zh-cht": "裝置處於軟關機狀態(S5)",
11829 "xloc": [
11830 "default-mobile.handlebars->9->201",
11831 - "default.handlebars->29->421"
11831 + "default.handlebars->29->423"
11832 ]
11833 },
11834 {
@@ -11851,7 +11851,7 @@
11851 "default-mobile.handlebars->9->159",
11852 "default-mobile.handlebars->9->215",
11853 "default.handlebars->29->212",
11854 - "default.handlebars->29->542"
11854 + "default.handlebars->29->544"
11855 ]
11856 },
11857 {
@@ -11872,7 +11872,7 @@
11872 "zh-cht": "裝置已連接電源",
11873 "xloc": [
11874 "default-mobile.handlebars->9->196",
11875 - "default.handlebars->29->416"
11875 + "default.handlebars->29->418"
11876 ]
11877 },
11878 {
@@ -11892,7 +11892,7 @@
11892 "zh-chs": "设备已连接电源。",
11893 "zh-cht": "裝置已連接電源。",
11894 "xloc": [
11895 - "default.handlebars->29->402"
11895 + "default.handlebars->29->404"
11896 ]
11897 },
11898 {
@@ -11913,7 +11913,7 @@
11913 "zh-cht": "裝置存在,但無法確定電源狀態",
11914 "xloc": [
11915 "default-mobile.handlebars->9->202",
11916 - "default.handlebars->29->422"
11916 + "default.handlebars->29->424"
11917 ]
11918 },
11919 {
@@ -11933,7 +11933,7 @@
11933 "zh-chs": "设备名称",
11934 "zh-cht": "裝置名稱",
11935 "xloc": [
11936 - "default.handlebars->29->534"
11936 + "default.handlebars->29->536"
11937 ]
11938 },
11939 {
@@ -11953,7 +11953,7 @@
11953 "zh-chs": "设备通知",
11954 "zh-cht": "設備通知",
11955 "xloc": [
11956 - "default.handlebars->29->444"
11956 + "default.handlebars->29->446"
11957 ]
11958 },
11959 {
@@ -11973,7 +11973,7 @@
11973 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
11974 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
11975 "xloc": [
11976 - "default.handlebars->29->1657"
11976 + "default.handlebars->29->1659"
11977 ]
11978 },
11979 {
@@ -12010,8 +12010,8 @@
12010 "zh-chs": "设备",
12011 "zh-cht": "裝置",
12012 "xloc": [
12013 - "default.handlebars->29->1835",
12014 - "default.handlebars->29->1875"
12013 + "default.handlebars->29->1837",
12014 + "default.handlebars->29->1877"
12015 ]
12016 },
12017 {
@@ -12031,7 +12031,7 @@
12031 "zh-chs": "已禁用",
12032 "zh-cht": "已禁用",
12033 "xloc": [
12034 - "default.handlebars->29->588"
12034 + "default.handlebars->29->590"
12035 ]
12036 },
12037 {
@@ -12051,7 +12051,7 @@
12051 "zh-chs": "禁用的电子邮件两因素身份验证",
12052 "zh-cht": "禁用的電子郵件兩因素身份驗證",
12053 "xloc": [
12054 - "default.handlebars->29->1688"
12054 + "default.handlebars->29->1690"
12055 ]
12056 },
12057 {
@@ -12073,8 +12073,8 @@
12073 "xloc": [
12074 "default-mobile.handlebars->9->302",
12075 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
12076 - "default.handlebars->29->1361",
12077 - "default.handlebars->29->893",
12076 + "default.handlebars->29->1363",
12077 + "default.handlebars->29->895",
12078 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
12079 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
12080 "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -12125,7 +12125,7 @@
12125 "default.handlebars->29->224",
12126 "default.handlebars->29->244",
12127 "default.handlebars->29->247",
12128 - "default.handlebars->29->274",
12128 + "default.handlebars->29->276",
12129 "default.handlebars->29->8",
12130 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
12131 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
@@ -12137,6 +12137,12 @@
12137 "xterm.handlebars->9->1"
12138 ]
12139 },
12140 + {
12141 + "en": "Dismiss",
12142 + "xloc": [
12143 + "default.handlebars->29->250"
12144 + ]
12145 + },
12146 {
12147 "cs": "Zobrazte okno se zprávou na vzdáleném zařízení.",
12148 "de": "Zeigen Sie ein Meldungsfeld auf dem Remote-Gerät an.",
@@ -12154,7 +12160,7 @@
12160 "zh-chs": "在远程设备上显示一个消息框。",
12161 "zh-cht": "在遠程裝置上顯示一個訊息框。",
12162 "xloc": [
12157 - "default.handlebars->29->723"
12163 + "default.handlebars->29->725"
12164 ]
12165 },
12166 {
@@ -12194,7 +12200,7 @@
12200 "zh-chs": "在远程设备上显示短信",
12201 "zh-cht": "在遠程裝置上顯示短信",
12202 "xloc": [
12197 - "default.handlebars->29->625"
12203 + "default.handlebars->29->627"
12204 ]
12205 },
12206 {
@@ -12214,7 +12220,7 @@
12220 "zh-chs": "显示设备组名称",
12221 "zh-cht": "顯示裝置群名稱",
12222 "xloc": [
12217 - "default.handlebars->29->1267"
12223 + "default.handlebars->29->1269"
12224 ]
12225 },
12226 {
@@ -12234,7 +12240,7 @@
12240 "zh-chs": "显示名称",
12241 "zh-cht": "顯示名稱",
12242 "xloc": [
12237 - "default.handlebars->29->862"
12243 + "default.handlebars->29->864"
12244 ]
12245 },
12246 {
@@ -12254,7 +12260,7 @@
12260 "zh-chs": "显示公共连结",
12261 "zh-cht": "顯示公共鏈結",
12262 "xloc": [
12257 - "default.handlebars->29->1558"
12263 + "default.handlebars->29->1560"
12264 ]
12265 },
12266 {
@@ -12274,7 +12280,7 @@
12280 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
12281 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
12282 "xloc": [
12277 - "default.handlebars->29->1617"
12283 + "default.handlebars->29->1619"
12284 ]
12285 },
12286 {
@@ -12294,7 +12300,7 @@
12300 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
12301 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
12302 "xloc": [
12297 - "default.handlebars->29->1625"
12303 + "default.handlebars->29->1627"
12304 ]
12305 },
12306 {
@@ -12314,8 +12320,8 @@
12320 "zh-chs": "什么都不做",
12321 "zh-cht": "什麼都不做",
12322 "xloc": [
12317 - "default.handlebars->29->1408",
12318 - "default.handlebars->29->1412"
12323 + "default.handlebars->29->1410",
12324 + "default.handlebars->29->1414"
12325 ]
12326 },
12327 {
@@ -12335,10 +12341,10 @@
12341 "zh-chs": "域",
12342 "zh-cht": "域",
12343 "xloc": [
12338 - "default.handlebars->29->1799",
12339 - "default.handlebars->29->1847",
12340 - "default.handlebars->29->1856",
12341 - "default.handlebars->29->1924",
12344 + "default.handlebars->29->1801",
12345 + "default.handlebars->29->1849",
12346 + "default.handlebars->29->1858",
12347 + "default.handlebars->29->1926",
12348 "mstsc.handlebars->main->1->3->1->2->1->0",
12349 "mstsc.handlebars->main->1->3->1->2->3"
12350 ]
@@ -12346,7 +12352,7 @@
12352 {
12353 "en": "Don't change, keep CCM if setup",
12354 "xloc": [
12349 - "default.handlebars->29->1404"
12355 + "default.handlebars->29->1406"
12356 ]
12357 },
12358 {
@@ -12383,7 +12389,7 @@
12389 "zh-chs": "不要连接到服务器",
12390 "zh-cht": "不要連接到伺服器",
12391 "xloc": [
12386 - "default.handlebars->29->1413"
12392 + "default.handlebars->29->1415"
12393 ]
12394 },
12395 {
@@ -12503,7 +12509,7 @@
12509 "zh-cht": "下載檔案",
12510 "xloc": [
12511 "default-mobile.handlebars->9->332",
12506 - "default.handlebars->29->932"
12512 + "default.handlebars->29->934"
12513 ]
12514 },
12515 {
@@ -12543,7 +12549,7 @@
12549 "zh-chs": "下载MeshCmd",
12550 "zh-cht": "下載MeshCmd",
12551 "xloc": [
12546 - "default.handlebars->29->822"
12552 + "default.handlebars->29->824"
12553 ]
12554 },
12555 {
@@ -12603,7 +12609,7 @@
12609 "zh-chs": "下载报告",
12610 "zh-cht": "下載報告",
12611 "xloc": [
12606 - "default.handlebars->29->1717",
12612 + "default.handlebars->29->1719",
12613 "default.handlebars->container->column_l->p3->3->1->0->3"
12614 ]
12615 },
@@ -12624,7 +12630,7 @@
12630 "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
12631 "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
12632 "xloc": [
12627 - "default.handlebars->29->815"
12633 + "default.handlebars->29->817"
12634 ]
12635 },
12636 {
@@ -12704,7 +12710,7 @@
12710 "zh-chs": "下载电源事件",
12711 "zh-cht": "下載電源事件",
12712 "xloc": [
12707 - "default.handlebars->29->774"
12713 + "default.handlebars->29->776"
12714 ]
12715 },
12716 {
@@ -12784,7 +12790,7 @@
12790 "zh-chs": "使用以下一种档案格式下载设备列表。",
12791 "zh-cht": "使用以下一種檔案格式下載裝置列表。",
12792 "xloc": [
12787 - "default.handlebars->29->482"
12793 + "default.handlebars->29->484"
12794 ]
12795 },
12796 {
@@ -12804,7 +12810,7 @@
12810 "zh-chs": "使用以下一种档案格式下载事件列表。",
12811 "zh-cht": "使用以下一種檔案格式下載事件列表。",
12812 "xloc": [
12807 - "default.handlebars->29->1718"
12813 + "default.handlebars->29->1720"
12814 ]
12815 },
12816 {
@@ -12824,7 +12830,7 @@
12830 "zh-chs": "使用以下一种档案格式下载用户列表。",
12831 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
12832 "xloc": [
12827 - "default.handlebars->29->1783"
12833 + "default.handlebars->29->1785"
12834 ]
12835 },
12836 {
@@ -12905,7 +12911,7 @@
12911 "zh-chs": "下载:“{0}”",
12912 "zh-cht": "下載:“{0}”",
12913 "xloc": [
12908 - "default.handlebars->29->1648"
12914 + "default.handlebars->29->1650"
12915 ]
12916 },
12917 {
@@ -12945,7 +12951,7 @@
12951 "zh-chs": "代理重复",
12952 "zh-cht": "代理重複",
12953 "xloc": [
12948 - "default.handlebars->29->2087"
12954 + "default.handlebars->29->2089"
12955 ]
12956 },
12957 {
@@ -12985,7 +12991,7 @@
12991 "zh-chs": "复制用户组",
12992 "zh-cht": "複製用戶群",
12993 "xloc": [
12988 - "default.handlebars->29->1851"
12994 + "default.handlebars->29->1853"
12995 ]
12996 },
12997 {
@@ -13022,8 +13028,8 @@
13028 "zh-chs": "持续时间",
13029 "zh-cht": "持續時間",
13030 "xloc": [
13025 - "default.handlebars->29->2041",
13026 - "default.handlebars->29->2061",
13031 + "default.handlebars->29->2043",
13032 + "default.handlebars->29->2063",
13033 "player.handlebars->3->2"
13034 ]
13035 },
@@ -13061,7 +13067,7 @@
13067 "zh-chs": "荷兰文(比利时)",
13068 "zh-cht": "荷蘭文(比利時)",
13069 "xloc": [
13064 - "default.handlebars->29->1107"
13070 + "default.handlebars->29->1109"
13071 ]
13072 },
13073 {
@@ -13081,7 +13087,7 @@
13087 "zh-chs": "荷兰文(标准)",
13088 "zh-cht": "荷蘭文(標準)",
13089 "xloc": [
13084 - "default.handlebars->29->1106"
13090 + "default.handlebars->29->1108"
13091 ]
13092 },
13093 {
@@ -13371,7 +13377,7 @@
13377 "zh-cht": "編輯裝置",
13378 "xloc": [
13379 "default-mobile.handlebars->9->295",
13374 - "default.handlebars->29->835"
13380 + "default.handlebars->29->837"
13381 ]
13382 },
13383 {
@@ -13394,10 +13400,10 @@
13400 "default-mobile.handlebars->9->421",
13401 "default-mobile.handlebars->9->423",
13402 "default-mobile.handlebars->9->443",
13397 - "default.handlebars->29->1425",
13398 - "default.handlebars->29->1457",
13399 - "default.handlebars->29->1481",
13400 - "default.handlebars->29->1493"
13403 + "default.handlebars->29->1427",
13404 + "default.handlebars->29->1459",
13405 + "default.handlebars->29->1483",
13406 + "default.handlebars->29->1495"
13407 ]
13408 },
13409 {
@@ -13417,7 +13423,7 @@
13423 "zh-chs": "编辑设备组功能",
13424 "zh-cht": "編輯裝置群功能",
13425 "xloc": [
13420 - "default.handlebars->29->1443"
13426 + "default.handlebars->29->1445"
13427 ]
13428 },
13429 {
@@ -13437,8 +13443,8 @@
13443 "zh-chs": "编辑设备组权限",
13444 "zh-cht": "編輯裝置群權限",
13445 "xloc": [
13440 - "default.handlebars->29->1478",
13441 - "default.handlebars->29->1490"
13446 + "default.handlebars->29->1480",
13447 + "default.handlebars->29->1492"
13448 ]
13449 },
13450 {
@@ -13458,7 +13464,7 @@
13464 "zh-chs": "编辑设备组用户同意",
13465 "zh-cht": "編輯裝置群用戶同意",
13466 "xloc": [
13461 - "default.handlebars->29->1426"
13467 + "default.handlebars->29->1428"
13468 ]
13469 },
13470 {
@@ -13479,7 +13485,7 @@
13485 "zh-cht": "編輯裝置筆記",
13486 "xloc": [
13487 "default-mobile.handlebars->9->435",
13482 - "default.handlebars->29->1470"
13488 + "default.handlebars->29->1472"
13489 ]
13490 },
13491 {
@@ -13499,8 +13505,8 @@
13505 "zh-chs": "编辑设备权限",
13506 "zh-cht": "編輯裝置權限",
13507 "xloc": [
13502 - "default.handlebars->29->1483",
13503 - "default.handlebars->29->1485"
13508 + "default.handlebars->29->1485",
13509 + "default.handlebars->29->1487"
13510 ]
13511 },
13512 {
@@ -13520,7 +13526,7 @@
13526 "zh-chs": "编辑设备标签",
13527 "zh-cht": "編輯裝置標籤",
13528 "xloc": [
13523 - "default.handlebars->29->470"
13529 + "default.handlebars->29->472"
13530 ]
13531 },
13532 {
@@ -13540,7 +13546,7 @@
13546 "zh-chs": "编辑设备用户同意",
13547 "zh-cht": "編輯裝置用戶同意",
13548 "xloc": [
13543 - "default.handlebars->29->1428"
13549 + "default.handlebars->29->1430"
13550 ]
13551 },
13552 {
@@ -13560,7 +13566,7 @@
13566 "zh-chs": "编辑群组",
13567 "zh-cht": "編輯群組",
13568 "xloc": [
13563 - "default.handlebars->29->697"
13569 + "default.handlebars->29->699"
13570 ]
13571 },
13572 {
@@ -13584,10 +13590,10 @@
13590 "default-mobile.handlebars->9->242",
13591 "default-mobile.handlebars->9->245",
13592 "default-mobile.handlebars->9->285",
13587 - "default.handlebars->29->572",
13588 - "default.handlebars->29->575",
13589 - "default.handlebars->29->578",
13590 - "default.handlebars->29->781"
13593 + "default.handlebars->29->574",
13594 + "default.handlebars->29->577",
13595 + "default.handlebars->29->580",
13596 + "default.handlebars->29->783"
13597 ]
13598 },
13599 {
@@ -13608,7 +13614,7 @@
13614 "zh-cht": "編輯筆記",
13615 "xloc": [
13616 "default-mobile.handlebars->9->450",
13611 - "default.handlebars->29->1500"
13617 + "default.handlebars->29->1502"
13618 ]
13619 },
13620 {
@@ -13628,7 +13634,7 @@
13634 "zh-chs": "编辑用户同意",
13635 "zh-cht": "編輯用戶同意",
13636 "xloc": [
13631 - "default.handlebars->29->1427"
13637 + "default.handlebars->29->1429"
13638 ]
13639 },
13640 {
@@ -13648,7 +13654,7 @@
13654 "zh-chs": "编辑用户设备组权限",
13655 "zh-cht": "編輯用戶裝置群權限",
13656 "xloc": [
13651 - "default.handlebars->29->1491"
13657 + "default.handlebars->29->1493"
13658 ]
13659 },
13660 {
@@ -13668,7 +13674,7 @@
13674 "zh-chs": "编辑用户设备权限",
13675 "zh-cht": "編輯用戶裝置權限",
13676 "xloc": [
13671 - "default.handlebars->29->1486"
13677 + "default.handlebars->29->1488"
13678 ]
13679 },
13680 {
@@ -13688,7 +13694,7 @@
13694 "zh-chs": "编辑用户组",
13695 "zh-cht": "編輯用戶群",
13696 "xloc": [
13691 - "default.handlebars->29->1902"
13697 + "default.handlebars->29->1904"
13698 ]
13699 },
13700 {
@@ -13708,14 +13714,14 @@
13714 "zh-chs": "编辑用户组设备权限",
13715 "zh-cht": "編輯用戶群裝置權限",
13716 "xloc": [
13711 - "default.handlebars->29->1488"
13717 + "default.handlebars->29->1490"
13718 ]
13719 },
13720 {
13721 "en": "Edit User Group User Consent",
13722 "nl": "Bewerk groepsgebruikerstoestemming",
13723 "xloc": [
13718 - "default.handlebars->29->1429"
13724 + "default.handlebars->29->1431"
13725 ]
13726 },
13727 {
@@ -13756,7 +13762,7 @@
13762 "zh-chs": "编辑标签",
13763 "zh-cht": "編輯標籤",
13764 "xloc": [
13759 - "default.handlebars->29->445"
13765 + "default.handlebars->29->447"
13766 ]
13767 },
13768 {
@@ -13777,12 +13783,12 @@
13783 "zh-cht": "電郵",
13784 "xloc": [
13785 "default-mobile.handlebars->9->78",
13780 - "default.handlebars->29->1801",
13781 - "default.handlebars->29->1928",
13786 + "default.handlebars->29->1803",
13787 "default.handlebars->29->1930",
13783 - "default.handlebars->29->1970",
13784 - "default.handlebars->29->1986",
13785 - "default.handlebars->29->321",
13788 + "default.handlebars->29->1932",
13789 + "default.handlebars->29->1972",
13790 + "default.handlebars->29->1988",
13791 + "default.handlebars->29->323",
13792 "login-mobile.handlebars->5->42",
13793 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
13794 "login.handlebars->5->44",
@@ -13814,7 +13820,7 @@
13820 "zh-cht": "電郵地址變更",
13821 "xloc": [
13822 "default-mobile.handlebars->9->79",
13817 - "default.handlebars->29->1276"
13823 + "default.handlebars->29->1278"
13824 ]
13825 },
13826 {
@@ -13835,7 +13841,7 @@
13841 "zh-cht": "電郵認證",
13842 "xloc": [
13843 "default-mobile.handlebars->9->68",
13838 - "default.handlebars->29->1044"
13844 + "default.handlebars->29->1046"
13845 ]
13846 },
13847 {
@@ -13895,7 +13901,7 @@
13901 "zh-cht": "電郵驗證",
13902 "xloc": [
13903 "default-mobile.handlebars->9->77",
13898 - "default.handlebars->29->1274"
13904 + "default.handlebars->29->1276"
13905 ]
13906 },
13907 {
@@ -13915,7 +13921,7 @@
13921 "zh-chs": "电邮邀请",
13922 "zh-cht": "電郵邀請",
13923 "xloc": [
13918 - "default.handlebars->29->318"
13924 + "default.handlebars->29->320"
13925 ]
13926 },
13927 {
@@ -13935,7 +13941,7 @@
13941 "zh-chs": "电邮未验证",
13942 "zh-cht": "電郵未驗證",
13943 "xloc": [
13938 - "default.handlebars->29->1747"
13944 + "default.handlebars->29->1749"
13945 ]
13946 },
13947 {
@@ -13943,8 +13949,8 @@
13949 "nl": "Email is geverifieerd",
13950 "fr": "Email vérifié",
13951 "xloc": [
13946 - "default.handlebars->29->1748",
13947 - "default.handlebars->29->1922"
13952 + "default.handlebars->29->1750",
13953 + "default.handlebars->29->1924"
13954 ]
13955 },
13956 {
@@ -13964,7 +13970,7 @@
13970 "zh-chs": "电邮已验证。",
13971 "zh-cht": "電郵已驗證。",
13972 "xloc": [
13967 - "default.handlebars->29->1807"
13973 + "default.handlebars->29->1809"
13974 ]
13975 },
13976 {
@@ -13984,7 +13990,7 @@
13990 "zh-chs": "电邮未验证",
13991 "zh-cht": "電郵未驗證",
13992 "xloc": [
13987 - "default.handlebars->29->1923"
13993 + "default.handlebars->29->1925"
13994 ]
13995 },
13996 {
@@ -14048,7 +14054,7 @@
14054 "zh-chs": "已通过电邮验证,并且需要重置密码。",
14055 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
14056 "xloc": [
14051 - "default.handlebars->29->1808"
14057 + "default.handlebars->29->1810"
14058 ]
14059 },
14060 {
@@ -14068,7 +14074,7 @@
14074 "zh-chs": "电邮/短信流量",
14075 "zh-cht": "電郵/短信流量",
14076 "xloc": [
14071 - "default.handlebars->29->2129"
14077 + "default.handlebars->29->2131"
14078 ]
14079 },
14080 {
@@ -14114,7 +14120,7 @@
14120 "zh-chs": "启用邀请代码",
14121 "zh-cht": "啟用邀請代碼",
14122 "xloc": [
14117 - "default.handlebars->29->1523"
14123 + "default.handlebars->29->1525"
14124 ]
14125 },
14126 {
@@ -14155,7 +14161,7 @@
14161 "zh-cht": "啟用電郵二因子鑑別。",
14162 "xloc": [
14163 "default-mobile.handlebars->9->70",
14158 - "default.handlebars->29->1046"
14164 + "default.handlebars->29->1048"
14165 ]
14166 },
14167 {
@@ -14195,7 +14201,7 @@
14201 "zh-chs": "已启用",
14202 "zh-cht": "已啟用",
14203 "xloc": [
14198 - "default.handlebars->29->2063"
14204 + "default.handlebars->29->2065"
14205 ]
14206 },
14207 {
@@ -14215,7 +14221,7 @@
14221 "zh-chs": "启用电子邮件两因素身份验证",
14222 "zh-cht": "啟用電子郵件兩因素身份驗證",
14223 "xloc": [
14218 - "default.handlebars->29->1687"
14224 + "default.handlebars->29->1689"
14225 ]
14226 },
14227 {
@@ -14255,7 +14261,7 @@
14261 "zh-chs": "时间结束",
14262 "zh-cht": "時間結束",
14263 "xloc": [
14258 - "default.handlebars->29->2060"
14264 + "default.handlebars->29->2062"
14265 ]
14266 },
14267 {
@@ -14275,7 +14281,7 @@
14281 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
14282 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
14283 "xloc": [
14278 - "default.handlebars->29->1610"
14284 + "default.handlebars->29->1612"
14285 ]
14286 },
14287 {
@@ -14295,7 +14301,7 @@
14301 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
14302 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
14303 "xloc": [
14298 - "default.handlebars->29->1611"
14304 + "default.handlebars->29->1613"
14305 ]
14306 },
14307 {
@@ -14315,7 +14321,7 @@
14321 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
14322 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
14323 "xloc": [
14318 - "default.handlebars->29->1608"
14324 + "default.handlebars->29->1610"
14325 ]
14326 },
14327 {
@@ -14335,7 +14341,7 @@
14341 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
14342 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
14343 "xloc": [
14338 - "default.handlebars->29->1609"
14344 + "default.handlebars->29->1611"
14345 ]
14346 },
14347 {
@@ -14355,7 +14361,7 @@
14361 "zh-chs": "英文",
14362 "zh-cht": "英文",
14363 "xloc": [
14358 - "default.handlebars->29->1108"
14364 + "default.handlebars->29->1110"
14365 ]
14366 },
14367 {
@@ -14375,7 +14381,7 @@
14381 "zh-chs": "英文(澳洲)",
14382 "zh-cht": "英文(澳洲)",
14383 "xloc": [
14378 - "default.handlebars->29->1109"
14384 + "default.handlebars->29->1111"
14385 ]
14386 },
14387 {
@@ -14395,7 +14401,7 @@
14401 "zh-chs": "英文(伯利茲)",
14402 "zh-cht": "英文(伯利茲)",
14403 "xloc": [
14398 - "default.handlebars->29->1110"
14404 + "default.handlebars->29->1112"
14405 ]
14406 },
14407 {
@@ -14415,7 +14421,7 @@
14421 "zh-chs": "英文(加拿大)",
14422 "zh-cht": "英文(加拿大)",
14423 "xloc": [
14418 - "default.handlebars->29->1111"
14424 + "default.handlebars->29->1113"
14425 ]
14426 },
14427 {
@@ -14435,7 +14441,7 @@
14441 "zh-chs": "英文(爱尔兰)",
14442 "zh-cht": "英文(愛爾蘭)",
14443 "xloc": [
14438 - "default.handlebars->29->1112"
14444 + "default.handlebars->29->1114"
14445 ]
14446 },
14447 {
@@ -14455,7 +14461,7 @@
14461 "zh-chs": "英文(牙买加)",
14462 "zh-cht": "英文(牙買加)",
14463 "xloc": [
14458 - "default.handlebars->29->1113"
14464 + "default.handlebars->29->1115"
14465 ]
14466 },
14467 {
@@ -14475,7 +14481,7 @@
14481 "zh-chs": "英文(纽西兰)",
14482 "zh-cht": "英文(紐西蘭)",
14483 "xloc": [
14478 - "default.handlebars->29->1114"
14484 + "default.handlebars->29->1116"
14485 ]
14486 },
14487 {
@@ -14495,7 +14501,7 @@
14501 "zh-chs": "英文(菲律宾)",
14502 "zh-cht": "英文(菲律賓)",
14503 "xloc": [
14498 - "default.handlebars->29->1115"
14504 + "default.handlebars->29->1117"
14505 ]
14506 },
14507 {
@@ -14515,7 +14521,7 @@
14521 "zh-chs": "英语(南非)",
14522 "zh-cht": "英語(南非)",
14523 "xloc": [
14518 - "default.handlebars->29->1116"
14524 + "default.handlebars->29->1118"
14525 ]
14526 },
14527 {
@@ -14535,7 +14541,7 @@
14541 "zh-chs": "英文(特立尼达和多巴哥)",
14542 "zh-cht": "英文(特立尼達和多巴哥)",
14543 "xloc": [
14538 - "default.handlebars->29->1117"
14544 + "default.handlebars->29->1119"
14545 ]
14546 },
14547 {
@@ -14555,7 +14561,7 @@
14561 "zh-chs": "英文(英国)",
14562 "zh-cht": "英文(英國)",
14563 "xloc": [
14558 - "default.handlebars->29->1118"
14564 + "default.handlebars->29->1120"
14565 ]
14566 },
14567 {
@@ -14575,7 +14581,7 @@
14581 "zh-chs": "美国英文",
14582 "zh-cht": "美國英語",
14583 "xloc": [
14578 - "default.handlebars->29->1119"
14584 + "default.handlebars->29->1121"
14585 ]
14586 },
14587 {
@@ -14595,7 +14601,7 @@
14601 "zh-chs": "英文(津巴布韦)",
14602 "zh-cht": "英文(津巴布韋)",
14603 "xloc": [
14598 - "default.handlebars->29->1120"
14604 + "default.handlebars->29->1122"
14605 ]
14606 },
14607 {
@@ -14615,9 +14621,9 @@
14621 "zh-chs": "输入",
14622 "zh-cht": "輸入",
14623 "xloc": [
14618 - "default.handlebars->29->1302",
14619 - "default.handlebars->29->1303",
14620 - "default.handlebars->29->905"
14624 + "default.handlebars->29->1304",
14625 + "default.handlebars->29->1305",
14626 + "default.handlebars->29->907"
14627 ]
14628 },
14629 {
@@ -14637,7 +14643,7 @@
14643 "zh-chs": "输入管理领域名称的逗号分隔列表。",
14644 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14645 "xloc": [
14640 - "default.handlebars->29->1812"
14646 + "default.handlebars->29->1814"
14647 ]
14648 },
14649 {
@@ -14657,7 +14663,7 @@
14663 "zh-chs": "输入IP地址范围以扫描英特尔AMT设备。",
14664 "zh-cht": "輸入IP地址範圍以掃描Intel® AMT裝置。",
14665 "xloc": [
14660 - "default.handlebars->29->309"
14666 + "default.handlebars->29->311"
14667 ]
14668 },
14669 {
@@ -14685,7 +14691,7 @@
14691 "nl": "Voer tekst in en klik op OK om deze op afstand te typen. Zorg ervoor dat u de externe cursor op de juiste positie plaatst voordat u verder gaat.",
14692 "fr": "Saisissez le texte puis cliquez sur OK pour le taper à distance. Vérifiez préalablement que le curseur distant est positionné correctement.",
14693 "xloc": [
14688 - "default.handlebars->29->856"
14694 + "default.handlebars->29->858"
14695 ]
14696 },
14697 {
@@ -14747,7 +14753,7 @@
14753 "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
14754 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
14755 "xloc": [
14750 - "default.handlebars->29->1041"
14756 + "default.handlebars->29->1043"
14757 ]
14758 },
14759 {
@@ -14807,7 +14813,7 @@
14813 "zh-chs": "世界文",
14814 "zh-cht": "世界語",
14815 "xloc": [
14810 - "default.handlebars->29->1121"
14816 + "default.handlebars->29->1123"
14817 ]
14818 },
14819 {
@@ -14827,7 +14833,7 @@
14833 "zh-chs": "爱沙尼亚文",
14834 "zh-cht": "愛沙尼亞語",
14835 "xloc": [
14830 - "default.handlebars->29->1122"
14836 + "default.handlebars->29->1124"
14837 ]
14838 },
14839 {
@@ -14847,7 +14853,7 @@
14853 "zh-chs": "事件详情",
14854 "zh-cht": "事件詳情",
14855 "xloc": [
14850 - "default.handlebars->29->945"
14856 + "default.handlebars->29->947"
14857 ]
14858 },
14859 {
@@ -14867,7 +14873,7 @@
14873 "zh-chs": "事件列表输出",
14874 "zh-cht": "事件列表輸出",
14875 "xloc": [
14870 - "default.handlebars->29->1723"
14876 + "default.handlebars->29->1725"
14877 ]
14878 },
14879 {
@@ -14961,7 +14967,7 @@
14967 "zh-cht": "到期時間",
14968 "xloc": [
14969 "default.handlebars->29->189",
14964 - "default.handlebars->29->748"
14970 + "default.handlebars->29->750"
14971 ]
14972 },
14973 {
@@ -15010,7 +15016,7 @@
15016 "zh-chs": "输出设备信息",
15017 "zh-cht": "輸出裝置訊息",
15018 "xloc": [
15013 - "default.handlebars->29->450"
15019 + "default.handlebars->29->452"
15020 ]
15021 },
15022 {
@@ -15030,7 +15036,7 @@
15036 "zh-chs": "扩充式ASCII",
15037 "zh-cht": "擴充式ASCII",
15038 "xloc": [
15033 - "default.handlebars->29->884",
15039 + "default.handlebars->29->886",
15040 "terminal.handlebars->3->16"
15041 ]
15042 },
@@ -15072,7 +15078,7 @@
15078 "zh-chs": "外部",
15079 "zh-cht": "外部",
15080 "xloc": [
15075 - "default.handlebars->29->2114"
15081 + "default.handlebars->29->2116"
15082 ]
15083 },
15084 {
@@ -15112,7 +15118,7 @@
15118 "zh-chs": "FYRO马其顿语",
15119 "zh-cht": "FYRO馬其頓語",
15120 "xloc": [
15115 - "default.handlebars->29->1172"
15121 + "default.handlebars->29->1174"
15122 ]
15123 },
15124 {
@@ -15132,7 +15138,7 @@
15138 "zh-chs": "法罗语",
15139 "zh-cht": "法羅語",
15140 "xloc": [
15135 - "default.handlebars->29->1123"
15141 + "default.handlebars->29->1125"
15142 ]
15143 },
15144 {
@@ -15172,7 +15178,7 @@
15178 "zh-chs": "本地用户拒绝后无法启动远程桌面",
15179 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
15180 "xloc": [
15175 - "default.handlebars->29->1633"
15181 + "default.handlebars->29->1635"
15182 ]
15183 },
15184 {
@@ -15192,7 +15198,7 @@
15198 "zh-chs": "本地用户拒绝后无法启动远程文件",
15199 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
15200 "xloc": [
15195 - "default.handlebars->29->1640"
15201 + "default.handlebars->29->1642"
15202 ]
15203 },
15204 {
@@ -15212,7 +15218,7 @@
15218 "zh-chs": "无法启动远程终端接合{0}({1})",
15219 "zh-cht": "無法啟動遠程終端接合{0}({1})",
15220 "xloc": [
15215 - "default.handlebars->29->838",
15221 + "default.handlebars->29->840",
15222 "desktop.handlebars->3->8",
15223 "terminal.handlebars->3->12"
15224 ]
@@ -15234,7 +15240,7 @@
15240 "zh-chs": "波斯文(波斯文)",
15241 "zh-cht": "波斯語(波斯語)",
15242 "xloc": [
15237 - "default.handlebars->29->1124"
15243 + "default.handlebars->29->1126"
15244 ]
15245 },
15246 {
@@ -15276,7 +15282,7 @@
15282 "zh-chs": "功能",
15283 "zh-cht": "功能",
15284 "xloc": [
15279 - "default.handlebars->29->1347"
15285 + "default.handlebars->29->1349"
15286 ]
15287 },
15288 {
@@ -15296,7 +15302,7 @@
15302 "zh-chs": "斐济",
15303 "zh-cht": "斐濟",
15304 "xloc": [
15299 - "default.handlebars->29->1125"
15305 + "default.handlebars->29->1127"
15306 ]
15307 },
15308 {
@@ -15337,8 +15343,8 @@
15343 "zh-cht": "檔案編輯器",
15344 "xloc": [
15345 "default-mobile.handlebars->9->316",
15340 - "default.handlebars->29->514",
15341 - "default.handlebars->29->916"
15346 + "default.handlebars->29->516",
15347 + "default.handlebars->29->918"
15348 ]
15349 },
15350 {
@@ -15362,8 +15368,8 @@
15368 "zh-chs": "档案操作",
15369 "zh-cht": "檔案操作",
15370 "xloc": [
15365 - "default.handlebars->29->896",
15366 - "default.handlebars->29->898"
15371 + "default.handlebars->29->898",
15372 + "default.handlebars->29->900"
15373 ]
15374 },
15375 {
@@ -15403,7 +15409,7 @@
15409 "zh-chs": "文件系统驱动",
15410 "zh-cht": "FileSystemDriver",
15411 "xloc": [
15406 - "default.handlebars->29->865"
15412 + "default.handlebars->29->867"
15413 ]
15414 },
15415 {
@@ -15425,9 +15431,9 @@
15431 "xloc": [
15432 "default-mobile.handlebars->9->171",
15433 "default-mobile.handlebars->9->268",
15428 - "default.handlebars->29->1437",
15429 - "default.handlebars->29->2048",
15430 - "default.handlebars->29->260",
15434 + "default.handlebars->29->1439",
15435 + "default.handlebars->29->2050",
15436 + "default.handlebars->29->262",
15437 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
15438 "default.handlebars->contextMenu->cxfiles"
15439 ]
@@ -15469,10 +15475,10 @@
15475 "zh-chs": "档案通知",
15476 "zh-cht": "檔案通知",
15477 "xloc": [
15472 - "default.handlebars->29->1355",
15473 - "default.handlebars->29->1868",
15474 - "default.handlebars->29->1955",
15475 - "default.handlebars->29->599"
15478 + "default.handlebars->29->1357",
15479 + "default.handlebars->29->1870",
15480 + "default.handlebars->29->1957",
15481 + "default.handlebars->29->601"
15482 ]
15483 },
15484 {
@@ -15492,10 +15498,10 @@
15498 "zh-chs": "档案提示",
15499 "zh-cht": "檔案提示",
15500 "xloc": [
15495 - "default.handlebars->29->1354",
15496 - "default.handlebars->29->1867",
15497 - "default.handlebars->29->1954",
15498 - "default.handlebars->29->598"
15501 + "default.handlebars->29->1356",
15502 + "default.handlebars->29->1869",
15503 + "default.handlebars->29->1956",
15504 + "default.handlebars->29->600"
15505 ]
15506 },
15507 {
@@ -15516,7 +15522,7 @@
15522 "zh-cht": "過濾",
15523 "xloc": [
15524 "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
15519 - "default.handlebars->29->901",
15525 + "default.handlebars->29->903",
15526 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
15527 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
15528 "default.handlebars->container->column_l->p4->3->1->0->3->3"
@@ -15535,7 +15541,7 @@
15541 "nl": "Zoek bestanden",
15542 "fr": "Recherche des fichiers",
15543 "xloc": [
15538 - "default.handlebars->29->904"
15544 + "default.handlebars->29->906"
15545 ]
15546 },
15547 {
@@ -15555,7 +15561,7 @@
15561 "zh-chs": "录制会话已完成,{0}秒",
15562 "zh-cht": "錄製會話已完成,{0}秒",
15563 "xloc": [
15558 - "default.handlebars->29->1606"
15564 + "default.handlebars->29->1608"
15565 ]
15566 },
15567 {
@@ -15575,7 +15581,7 @@
15581 "zh-chs": "芬兰",
15582 "zh-cht": "芬蘭",
15583 "xloc": [
15578 - "default.handlebars->29->1126"
15584 + "default.handlebars->29->1128"
15585 ]
15586 },
15587 {
@@ -15649,7 +15655,7 @@
15655 "fr": "Pour activer ACM, Intel® AMT doit être configuré avec le nom de domaine complet de confiance suivant :",
15656 "nl": "Voor ACM activering moet Intel® AMT worden ingesteld op de volgende vertrouwde FQDN:",
15657 "xloc": [
15652 - "default.handlebars->29->300"
15658 + "default.handlebars->29->302"
15659 ]
15660 },
15661 {
@@ -15730,8 +15736,8 @@
15736 "zh-chs": "下次登录时强制重置密码。",
15737 "zh-cht": "下次登入時強制重置密碼。",
15738 "xloc": [
15733 - "default.handlebars->29->1806",
15734 - "default.handlebars->29->1995"
15739 + "default.handlebars->29->1808",
15740 + "default.handlebars->29->1997"
15741 ]
15742 },
15743 {
@@ -15814,7 +15820,7 @@
15820 "zh-chs": "格式化",
15821 "zh-cht": "格式化",
15822 "xloc": [
15817 - "default.handlebars->29->1714"
15823 + "default.handlebars->29->1716"
15824 ]
15825 },
15826 {
@@ -15855,8 +15861,8 @@
15861 "zh-chs": "自由",
15862 "zh-cht": "自由",
15863 "xloc": [
15858 - "default.handlebars->29->2072",
15859 - "default.handlebars->29->2074"
15864 + "default.handlebars->29->2074",
15865 + "default.handlebars->29->2076"
15866 ]
15867 },
15868 {
@@ -15897,7 +15903,7 @@
15903 "zh-chs": "法文(比利时)",
15904 "zh-cht": "法語(比利時)",
15905 "xloc": [
15900 - "default.handlebars->29->1128"
15906 + "default.handlebars->29->1130"
15907 ]
15908 },
15909 {
@@ -15917,7 +15923,7 @@
15923 "zh-chs": "法文(加拿大)",
15924 "zh-cht": "法語(加拿大)",
15925 "xloc": [
15920 - "default.handlebars->29->1129"
15926 + "default.handlebars->29->1131"
15927 ]
15928 },
15929 {
@@ -15937,7 +15943,7 @@
15943 "zh-chs": "法文(法国)",
15944 "zh-cht": "法語(法國)",
15945 "xloc": [
15940 - "default.handlebars->29->1130"
15946 + "default.handlebars->29->1132"
15947 ]
15948 },
15949 {
@@ -15957,7 +15963,7 @@
15963 "zh-chs": "法文(卢森堡)",
15964 "zh-cht": "法語(盧森堡)",
15965 "xloc": [
15960 - "default.handlebars->29->1131"
15966 + "default.handlebars->29->1133"
15967 ]
15968 },
15969 {
@@ -15977,7 +15983,7 @@
15983 "zh-chs": "法文(摩纳哥)",
15984 "zh-cht": "法語(摩納哥)",
15985 "xloc": [
15980 - "default.handlebars->29->1132"
15986 + "default.handlebars->29->1134"
15987 ]
15988 },
15989 {
@@ -15997,7 +16003,7 @@
16003 "zh-chs": "法文(标准)",
16004 "zh-cht": "法語(標準)",
16005 "xloc": [
16000 - "default.handlebars->29->1127"
16006 + "default.handlebars->29->1129"
16007 ]
16008 },
16009 {
@@ -16017,7 +16023,7 @@
16023 "zh-chs": "法文(瑞士)",
16024 "zh-cht": "法語(瑞士)",
16025 "xloc": [
16020 - "default.handlebars->29->1133"
16026 + "default.handlebars->29->1135"
16027 ]
16028 },
16029 {
@@ -16037,7 +16043,7 @@
16043 "zh-chs": "弗里斯兰文",
16044 "zh-cht": "弗里斯蘭語",
16045 "xloc": [
16040 - "default.handlebars->29->1134"
16046 + "default.handlebars->29->1136"
16047 ]
16048 },
16049 {
@@ -16057,7 +16063,7 @@
16063 "zh-chs": "弗留利",
16064 "zh-cht": "弗留利",
16065 "xloc": [
16060 - "default.handlebars->29->1135"
16066 + "default.handlebars->29->1137"
16067 ]
16068 },
16069 {
@@ -16081,9 +16087,9 @@
16087 "default-mobile.handlebars->9->413",
16088 "default-mobile.handlebars->9->422",
16089 "default-mobile.handlebars->9->442",
16084 - "default.handlebars->29->1309",
16085 - "default.handlebars->29->1456",
16086 - "default.handlebars->29->1818"
16090 + "default.handlebars->29->1311",
16091 + "default.handlebars->29->1458",
16092 + "default.handlebars->29->1820"
16093 ]
16094 },
16095 {
@@ -16103,7 +16109,7 @@
16109 "zh-chs": "完整管理员(保留所有权利)",
16110 "zh-cht": "完整管理員(保留所有權利)",
16111 "xloc": [
16106 - "default.handlebars->29->1492"
16112 + "default.handlebars->29->1494"
16113 ]
16114 },
16115 {
@@ -16140,7 +16146,7 @@
16146 "zh-chs": "完整设备权限",
16147 "zh-cht": "完整裝置權限",
16148 "xloc": [
16143 - "default.handlebars->29->678"
16149 + "default.handlebars->29->680"
16150 ]
16151 },
16152 {
@@ -16160,7 +16166,7 @@
16166 "zh-chs": "全部权限",
16167 "zh-cht": "全部權限",
16168 "xloc": [
16163 - "default.handlebars->29->696"
16169 + "default.handlebars->29->698"
16170 ]
16171 },
16172 {
@@ -16210,7 +16216,7 @@
16216 "zh-chs": "完整管理员",
16217 "zh-cht": "完整管理員",
16218 "xloc": [
16213 - "default.handlebars->29->1916"

This file is too large to show in full.

views/default.handlebars
+6 -1
@@ -3837,11 +3837,16 @@
3837 var node = null, x = '';
3838 if (nodeid == null) { node = currentNode; } else { node = getNodeFromId(nodeid); }
3839 if ((node == null) || (node.sessions == null)) { setDialogMode(0); return false; }
3840 - if (node.sessions.help != null) { for (var j in node.sessions.help) { x += '<div style=margin-bottom:6px><b>' + EscapeHtml(j) + '</b></div><div style=margin-bottom:6px>' + EscapeHtml(node.sessions.help[j]) + '</div>'; } }
3840 + if (node.sessions.help != null) { for (var j in node.sessions.help) { x += '<div style="background-color:#CCC;padding:6px;border-radius:6px"><a style="float:right" onclick=closeDeviceHelpRequest("' + encodeURIComponentEx(j) + '","' + encodeURIComponentEx(node._id) + '")>' + "Dismiss" + '</a><div style=margin-bottom:6px><b>' + EscapeHtml(j) + '</b></div><div style=margin-bottom:6px>' + EscapeHtml(node.sessions.help[j]) + '</div></div>'; } }
3841 if (x != '') { setDialogMode(2, "Help Requests" + ' - ' + EscapeHtml(node.name), 1, null, x, 'HELPREQ-' + node._id); } else { setDialogMode(0); }
3842 return false;
3843 }
3844
3845 + function closeDeviceHelpRequest(appid, nodeid) {
3846 + setDialogMode(0);
3847 + meshserver.send({ action: 'msg', type: 'localapp', nodeid: decodeURIComponent(nodeid), appid: decodeURIComponent(appid), value: { cmd: "cancelhelp" } });
3848 + }
3849 +
3850 // Show currently active sessions on this device
3851 function showDeviceSessions(nodeid, force, e) {
3852 if (e) haltEvent(e);