diff --git a/amtmanager.js b/amtmanager.js index 45f6f13e..228ff49c 100644 --- a/amtmanager.js +++ b/amtmanager.js @@ -512,6 +512,7 @@ module.exports.CreateAmtManager = function (parent) { dev.aquired.user = dev.intelamt.user = stack.wsman.comm.user; dev.aquired.pass = dev.intelamt.pass = stack.wsman.comm.pass; dev.aquired.lastContact = Date.now(); + dev.aquired.warn = 0; // Clear all warnings (TODO: Check Realm and TLS cert pinning) if ((dev.connType == 1) || (dev.connType == 3)) { dev.aquired.tls = stack.wsman.comm.xtls; } // Only set the TLS state if in relay or local mode. When using CIRA, this is auto-detected. if (stack.wsman.comm.xtls == 1) { dev.aquired.hash = stack.wsman.comm.xtlsCertificate.fingerprint.split(':').join('').toLowerCase(); } else { delete dev.aquired.hash; } UpdateDevice(dev); @@ -575,7 +576,8 @@ module.exports.CreateAmtManager = function (parent) { dev.consoleMsg("Unable to connect."); // Set an error that we can't login to this device - //ClearDeviceCredentials(dev); + dev.aquired.warn = 1; // Intel AMT Warning Flags: 1 = Unknown credentials, 2 = Realm Mismatch, 4 = TLS Cert Mismatch + UpdateDevice(dev); } //console.log(dev.nodeid, dev.name, dev.host, status, 'Bad response'); removeAmtDevice(dev); @@ -612,6 +614,9 @@ module.exports.CreateAmtManager = function (parent) { if (dev.aquired.tls && (typeof dev.aquired.tls == 'number') && (dev.aquired.tls != device.intelamt.tls)) { change = 1; log = 1; device.intelamt.tls = dev.aquired.tls; changes.push('AMT TLS'); } if ((dev.aquired.state != null) && (typeof dev.aquired.state == 'number') && (dev.aquired.state != device.intelamt.state)) { change = 1; log = 1; device.intelamt.state = dev.aquired.state; changes.push('AMT state'); } + // Intel AMT Warning Flags: 1 = Unknown credentials, 2 = Realm Mismatch, 4 = TLS Cert Mismatch + if ((typeof dev.aquired.warn == 'number')) { if ((dev.aquired.warn == 0) && (device.intelamt.warn != null)) { delete device.intelamt.warn; change = 1; } else if (dev.aquired.warn != device.intelamt.warn) { device.intelamt.warn = dev.aquired.warn; change = 1; } } + // Update Intel AMT flags if needed // dev.aquired.controlMode // 1 = CCM, 2 = ACM // (node.intelamt.flags & 2) == CCM, (node.intelamt.flags & 4) == ACM diff --git a/meshuser.js b/meshuser.js index baeba207..82f3dc41 100644 --- a/meshuser.js +++ b/meshuser.js @@ -3846,7 +3846,9 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use } if (command.desc != null && (command.desc != node.desc)) { change = 1; node.desc = command.desc; changes.push('description'); } if (command.intelamt != null) { - if ((command.intelamt.user != null) && (command.intelamt.pass != undefined) && ((command.intelamt.user != node.intelamt.user) || (command.intelamt.pass != node.intelamt.pass))) { change = 1; node.intelamt.user = command.intelamt.user; node.intelamt.pass = command.intelamt.pass; changes.push('Intel AMT credentials'); amtchange = 1; } + if ((parent.parent.amtManager == null) || (node.intelamt.user == null) || (node.intelamt.user == '') || ((node.intelamt.warn != null) && ((node.intelamt.warn) & 1 != 0))) { // Only allow changes to Intel AMT credentials if AMT manager is not running, or manager warned of unknown credentials. + if ((command.intelamt.user != null) && (command.intelamt.pass != null) && ((command.intelamt.user != node.intelamt.user) || (command.intelamt.pass != node.intelamt.pass))) { change = 1; node.intelamt.user = command.intelamt.user; node.intelamt.pass = command.intelamt.pass; changes.push('Intel AMT credentials'); amtchange = 1; } + } // Only allow the user to set Intel AMT TLS state if AMT Manager is not active. AMT manager will auto-detect TLS state. if ((parent.parent.amtManager != null) && (command.intelamt.tls != null) && (command.intelamt.tls != node.intelamt.tls)) { change = 1; node.intelamt.tls = command.intelamt.tls; changes.push('Intel AMT TLS'); } } diff --git a/translate/translate.json b/translate/translate.json index 6b2509e3..e2262cd9 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -17,8 +17,8 @@ "zh-chs": " + CIRA", "zh-cht": " + CIRA", "xloc": [ - "default.handlebars->29->1329", - "default.handlebars->29->1331" + "default.handlebars->29->1332", + "default.handlebars->29->1334" ] }, { @@ -204,7 +204,7 @@ "zh-chs": " 可以使用密码提示,但不建议使用。", "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->29->1242" + "default.handlebars->29->1245" ] }, { @@ -224,8 +224,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->29->1393", - "default.handlebars->29->1853" + "default.handlebars->29->1396", + "default.handlebars->29->1856" ] }, { @@ -452,7 +452,7 @@ "zh-chs": "*保留空白可为每个设备分配一个随机密码。", "zh-cht": "*保留空白可為每個裝置分配一個隨機密碼。", "xloc": [ - "default.handlebars->29->1363" + "default.handlebars->29->1366" ] }, { @@ -489,8 +489,8 @@ "zh-chs": ",", "zh-cht": ",", "xloc": [ - "default-mobile.handlebars->9->461", - "default.handlebars->29->1463" + "default-mobile.handlebars->9->467", + "default.handlebars->29->1466" ] }, { @@ -531,7 +531,7 @@ "zh-chs": ",MQTT在线", "zh-cht": ",MQTT在線", "xloc": [ - "default.handlebars->29->984" + "default.handlebars->29->987" ] }, { @@ -551,7 +551,7 @@ "zh-chs": ",软体KVM", "zh-cht": ",軟體KVM", "xloc": [ - "default.handlebars->29->808", + "default.handlebars->29->811", "desktop.handlebars->3->13" ] }, @@ -572,11 +572,11 @@ "zh-chs": ",WebRTC", "zh-cht": ",WebRTC", "xloc": [ - "default-mobile.handlebars->9->290", - "default-mobile.handlebars->9->299", - "default.handlebars->29->815", - "default.handlebars->29->848", - "default.handlebars->29->860", + "default-mobile.handlebars->9->296", + "default-mobile.handlebars->9->305", + "default.handlebars->29->818", + "default.handlebars->29->851", + "default.handlebars->29->863", "desktop.handlebars->3->20", "xterm.handlebars->9->6" ] @@ -697,7 +697,7 @@ "zh-chs": ",{0}观看", "zh-cht": ",{0}觀看", "xloc": [ - "default.handlebars->29->809", + "default.handlebars->29->812", "desktop.handlebars->3->14" ] }, @@ -761,10 +761,10 @@ "zh-cht": "...", "xloc": [ "default-mobile.handlebars->9->108", - "default-mobile.handlebars->9->301", - "default.handlebars->29->1504", - "default.handlebars->29->2008", - "default.handlebars->29->865" + "default-mobile.handlebars->9->307", + "default.handlebars->29->1507", + "default.handlebars->29->2011", + "default.handlebars->29->868" ] }, { @@ -820,7 +820,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->29->1922" + "default.handlebars->29->1925" ] }, { @@ -841,8 +841,8 @@ "zh-cht": "1個位元組", "xloc": [ "default-mobile.handlebars->9->118", - "default-mobile.handlebars->9->465", - "default.handlebars->29->1528", + "default-mobile.handlebars->9->471", + "default.handlebars->29->1531", "download.handlebars->3->1", "download2.handlebars->5->1" ] @@ -864,7 +864,7 @@ "zh-chs": "1条连接", "zh-cht": "1位聯絡文", "xloc": [ - "default.handlebars->29->811", + "default.handlebars->29->814", "desktop.handlebars->3->16" ] }, @@ -907,7 +907,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->29->1887" + "default.handlebars->29->1890" ] }, { @@ -949,7 +949,7 @@ "zh-chs": "1分钟", "zh-cht": "1分鐘", "xloc": [ - "default.handlebars->29->700" + "default.handlebars->29->703" ] }, { @@ -1011,7 +1011,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->29->1677" + "default.handlebars->29->1680" ] }, { @@ -1077,7 +1077,7 @@ "default-mobile.handlebars->9->172", "default-mobile.handlebars->9->175", "default-mobile.handlebars->9->178", - "default.handlebars->29->1681", + "default.handlebars->29->1684", "default.handlebars->29->250", "default.handlebars->29->253", "default.handlebars->29->256", @@ -1209,7 +1209,7 @@ "zh-chs": "10分钟", "zh-cht": "10分鐘", "xloc": [ - "default.handlebars->29->702" + "default.handlebars->29->705" ] }, { @@ -1278,7 +1278,7 @@ "en": "12 hours", "nl": "12 uur", "xloc": [ - "default.handlebars->29->710" + "default.handlebars->29->713" ] }, { @@ -1320,28 +1320,28 @@ "zh-chs": "15分钟", "zh-cht": "15分鐘", "xloc": [ - "default.handlebars->29->703" + "default.handlebars->29->706" ] }, { "en": "16 hours", "nl": "16 uur", "xloc": [ - "default.handlebars->29->711" + "default.handlebars->29->714" ] }, { "en": "2 days", "nl": "2 dagen", "xloc": [ - "default.handlebars->29->713" + "default.handlebars->29->716" ] }, { "en": "2 hours", "nl": "2 uur", "xloc": [ - "default.handlebars->29->707" + "default.handlebars->29->710" ] }, { @@ -1432,7 +1432,7 @@ "en": "24 hours", "nl": "24 uur", "xloc": [ - "default.handlebars->29->712" + "default.handlebars->29->715" ] }, { @@ -1494,7 +1494,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->29->1639" + "default.handlebars->29->1642" ] }, { @@ -1514,8 +1514,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->29->1694", - "default.handlebars->29->1909" + "default.handlebars->29->1697", + "default.handlebars->29->1912" ] }, { @@ -1551,7 +1551,7 @@ "pt": "3", "ru": "3", "xloc": [ - "default-mobile.handlebars->9->327" + "default-mobile.handlebars->9->333" ] }, { @@ -1634,7 +1634,7 @@ "zh-chs": "30分钟", "zh-cht": "30分鐘", "xloc": [ - "default.handlebars->29->704" + "default.handlebars->29->707" ] }, { @@ -1684,14 +1684,14 @@ "en": "4 days", "nl": "4 dagen", "xloc": [ - "default.handlebars->29->714" + "default.handlebars->29->717" ] }, { "en": "4 hours", "nl": "4 uur", "xloc": [ - "default.handlebars->29->708" + "default.handlebars->29->711" ] }, { @@ -1774,7 +1774,7 @@ "zh-chs": "45分钟", "zh-cht": "45分鐘", "xloc": [ - "default.handlebars->29->705" + "default.handlebars->29->708" ] }, { @@ -1814,7 +1814,7 @@ "zh-chs": "5分钟", "zh-cht": "5分鐘", "xloc": [ - "default.handlebars->29->701" + "default.handlebars->29->704" ] }, { @@ -1927,7 +1927,7 @@ "en": "60 minutes", "nl": "60 minuten", "xloc": [ - "default.handlebars->29->706" + "default.handlebars->29->709" ] }, { @@ -2047,7 +2047,7 @@ "zh-chs": "7天电源状态", "zh-cht": "7天電源狀態", "xloc": [ - "default.handlebars->29->741" + "default.handlebars->29->744" ] }, { @@ -2112,7 +2112,7 @@ "xloc": [ "default.handlebars->29->322", "default.handlebars->29->336", - "default.handlebars->29->709" + "default.handlebars->29->712" ] }, { @@ -2455,7 +2455,7 @@ "zh-chs": "拒绝访问", "zh-cht": "拒絕存取", "xloc": [ - "default.handlebars->29->985" + "default.handlebars->29->988" ] }, { @@ -2497,7 +2497,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->29->1859" + "default.handlebars->29->1862" ] }, { @@ -2586,8 +2586,8 @@ "default-mobile.handlebars->9->93", "default-mobile.handlebars->9->95", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->29->1251", - "default.handlebars->29->1253", + "default.handlebars->29->1254", + "default.handlebars->29->1256", "default.handlebars->29->522", "default.handlebars->29->524" ] @@ -2650,7 +2650,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->29->1612" + "default.handlebars->29->1615" ] }, { @@ -2670,7 +2670,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->29->1611" + "default.handlebars->29->1614" ] }, { @@ -2690,7 +2690,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->29->1610" + "default.handlebars->29->1613" ] }, { @@ -2710,8 +2710,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->29->1696", - "default.handlebars->29->1856" + "default.handlebars->29->1699", + "default.handlebars->29->1859" ] }, { @@ -2775,7 +2775,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->29->1547" + "default.handlebars->29->1550" ] }, { @@ -2795,7 +2795,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->29->1548" + "default.handlebars->29->1551" ] }, { @@ -2837,7 +2837,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->29->1620" + "default.handlebars->29->1623" ] }, { @@ -2857,7 +2857,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->29->1609" + "default.handlebars->29->1612" ] }, { @@ -2897,7 +2897,7 @@ "zh-chs": "指令", "zh-cht": "指令", "xloc": [ - "default.handlebars->29->990", + "default.handlebars->29->993", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -2918,8 +2918,8 @@ "zh-chs": "动作档案", "zh-cht": "動作檔案", "xloc": [ - "default.handlebars->29->784", - "default.handlebars->29->786" + "default.handlebars->29->787", + "default.handlebars->29->789" ] }, { @@ -2939,10 +2939,10 @@ "zh-chs": "动作", "zh-cht": "動作", "xloc": [ - "default-mobile.handlebars->9->253", + "default-mobile.handlebars->9->259", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1", - "default.handlebars->29->598", + "default.handlebars->29->601", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1" @@ -3007,10 +3007,10 @@ "xloc": [ "default-mobile.handlebars->9->231", "default-mobile.handlebars->9->233", - "default-mobile.handlebars->9->364", + "default-mobile.handlebars->9->370", "default.handlebars->29->546", "default.handlebars->29->548", - "default.handlebars->29->946" + "default.handlebars->29->949" ] }, { @@ -3050,7 +3050,7 @@ "zh-chs": "活跃用户{0}", "zh-cht": "活躍用戶{0}", "xloc": [ - "default.handlebars->29->573" + "default.handlebars->29->576" ] }, { @@ -3070,7 +3070,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->29->1340", + "default.handlebars->29->1343", "default.handlebars->29->283" ] }, @@ -3108,8 +3108,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->29->1833", - "default.handlebars->29->1957" + "default.handlebars->29->1836", + "default.handlebars->29->1960" ] }, { @@ -3129,7 +3129,7 @@ "zh-chs": "添加设备日志", "zh-cht": "新增裝置日誌", "xloc": [ - "default.handlebars->29->690" + "default.handlebars->29->693" ] }, { @@ -3149,9 +3149,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->29->1427", - "default.handlebars->29->1827", - "default.handlebars->29->1945", + "default.handlebars->29->1430", + "default.handlebars->29->1830", + "default.handlebars->29->1948", "default.handlebars->29->237" ] }, @@ -3172,7 +3172,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->29->1424" + "default.handlebars->29->1427" ] }, { @@ -3192,8 +3192,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->29->1429", - "default.handlebars->29->1431" + "default.handlebars->29->1432", + "default.handlebars->29->1434" ] }, { @@ -3290,7 +3290,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->29->1975" + "default.handlebars->29->1978" ] }, { @@ -3330,8 +3330,8 @@ "zh-chs": "添加安全密钥", "zh-cht": "新增安全密鑰", "xloc": [ - "default.handlebars->29->1018", - "default.handlebars->29->1019", + "default.handlebars->29->1021", + "default.handlebars->29->1022", "default.handlebars->29->149", "default.handlebars->29->151", "default.handlebars->29->154", @@ -3355,8 +3355,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default-mobile.handlebars->9->406", - "default.handlebars->29->643" + "default-mobile.handlebars->9->412", + "default.handlebars->29->646" ] }, { @@ -3376,7 +3376,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->29->1434" + "default.handlebars->29->1437" ] }, { @@ -3396,10 +3396,10 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->29->1336", - "default.handlebars->29->1426", - "default.handlebars->29->1951", - "default.handlebars->29->644" + "default.handlebars->29->1339", + "default.handlebars->29->1429", + "default.handlebars->29->1954", + "default.handlebars->29->647" ] }, { @@ -3419,7 +3419,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->29->1436" + "default.handlebars->29->1439" ] }, { @@ -3439,7 +3439,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default-mobile.handlebars->9->437" + "default-mobile.handlebars->9->443" ] }, { @@ -3476,8 +3476,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->29->1335", - "default.handlebars->29->1822" + "default.handlebars->29->1338", + "default.handlebars->29->1825" ] }, { @@ -3497,7 +3497,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->29->1423" + "default.handlebars->29->1426" ] }, { @@ -3517,7 +3517,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->29->1855" + "default.handlebars->29->1858" ] }, { @@ -3634,7 +3634,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->29->1339", + "default.handlebars->29->1342", "default.handlebars->29->282" ] }, @@ -3681,7 +3681,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->29->1636" + "default.handlebars->29->1639" ] }, { @@ -3701,8 +3701,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->29->1603", - "default.handlebars->29->1630" + "default.handlebars->29->1606", + "default.handlebars->29->1633" ] }, { @@ -3722,7 +3722,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->29->1641" + "default.handlebars->29->1644" ] }, { @@ -3742,7 +3742,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->29->1614" + "default.handlebars->29->1617" ] }, { @@ -3762,8 +3762,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->29->1617", - "default.handlebars->29->1626" + "default.handlebars->29->1620", + "default.handlebars->29->1629" ] }, { @@ -3823,8 +3823,8 @@ "zh-chs": "管理员控制模式(ACM)", "zh-cht": "管理員控制模式(ACM)", "xloc": [ - "default-mobile.handlebars->9->366", - "default.handlebars->29->948" + "default-mobile.handlebars->9->372", + "default.handlebars->29->951" ] }, { @@ -3844,8 +3844,8 @@ "zh-chs": "管理员凭证", "zh-cht": "管理員憑證", "xloc": [ - "default-mobile.handlebars->9->372", - "default.handlebars->29->954" + "default-mobile.handlebars->9->378", + "default.handlebars->29->957" ] }, { @@ -3886,7 +3886,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->29->1891" + "default.handlebars->29->1894" ] }, { @@ -3927,7 +3927,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->29->1759" + "default.handlebars->29->1762" ] }, { @@ -3947,7 +3947,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->29->1688" + "default.handlebars->29->1691" ] }, { @@ -3967,7 +3967,7 @@ "zh-chs": "南非文", "zh-cht": "南非文", "xloc": [ - "default.handlebars->29->1021" + "default.handlebars->29->1024" ] }, { @@ -3989,9 +3989,9 @@ "xloc": [ "default-mobile.handlebars->9->203", "default-mobile.handlebars->9->228", - "default-mobile.handlebars->9->244", - "default.handlebars->29->1490", - "default.handlebars->29->1498", + "default-mobile.handlebars->9->250", + "default.handlebars->29->1493", + "default.handlebars->29->1501", "default.handlebars->29->213", "default.handlebars->29->415", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1" @@ -4014,8 +4014,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->29->1492", - "default.handlebars->29->1500" + "default.handlebars->29->1495", + "default.handlebars->29->1503" ] }, { @@ -4055,8 +4055,8 @@ "zh-chs": "代理控制台", "zh-cht": "代理控制台", "xloc": [ - "default-mobile.handlebars->9->443", - "default.handlebars->29->1444" + "default-mobile.handlebars->9->449", + "default.handlebars->29->1447" ] }, { @@ -4076,7 +4076,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->29->2018" + "default.handlebars->29->2021" ] }, { @@ -4137,7 +4137,7 @@ "zh-chs": "代理中继", "zh-cht": "代理中繼", "xloc": [ - "default-mobile.handlebars->9->247" + "default-mobile.handlebars->9->253" ] }, { @@ -4179,7 +4179,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->29->2034" + "default.handlebars->29->2037" ] }, { @@ -4199,8 +4199,8 @@ "zh-chs": "代理标签", "zh-cht": "代理標籤", "xloc": [ - "default-mobile.handlebars->9->243", - "default.handlebars->29->566" + "default-mobile.handlebars->9->249", + "default.handlebars->29->569" ] }, { @@ -4220,7 +4220,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->29->1496", + "default.handlebars->29->1499", "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1" ] }, @@ -4241,7 +4241,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->29->1600" + "default.handlebars->29->1603" ] }, { @@ -4262,8 +4262,8 @@ "zh-cht": "代理已連接", "xloc": [ "default.handlebars->29->163", - "default.handlebars->29->634", - "default.handlebars->29->635" + "default.handlebars->29->637", + "default.handlebars->29->638" ] }, { @@ -4303,7 +4303,7 @@ "zh-chs": "代理离线", "zh-cht": "代理離線", "xloc": [ - "default.handlebars->29->983" + "default.handlebars->29->986" ] }, { @@ -4323,7 +4323,7 @@ "zh-chs": "代理在线", "zh-cht": "代理在線", "xloc": [ - "default.handlebars->29->982" + "default.handlebars->29->985" ] }, { @@ -4331,7 +4331,7 @@ "nl": "De agent wordt op een extern apparaat uitgevoerd met beperkte rechten.", "xloc": [ "default.handlebars->29->161", - "default.handlebars->29->632" + "default.handlebars->29->635" ] }, { @@ -4351,7 +4351,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->29->2050" + "default.handlebars->29->2053" ] }, { @@ -4371,7 +4371,7 @@ "zh-chs": "阿尔巴尼亚文", "zh-cht": "阿爾巴尼亞文", "xloc": [ - "default.handlebars->29->1022" + "default.handlebars->29->1025" ] }, { @@ -4392,8 +4392,8 @@ "zh-cht": "所有", "xloc": [ "default-mobile.handlebars->9->117", - "default-mobile.handlebars->9->302", - "default-mobile.handlebars->9->304", + "default-mobile.handlebars->9->308", + "default-mobile.handlebars->9->310", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -4414,7 +4414,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->29->1651" + "default.handlebars->29->1654" ] }, { @@ -4451,7 +4451,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->29->1649" + "default.handlebars->29->1652" ] }, { @@ -4471,9 +4471,9 @@ "zh-chs": "全部聚焦", "zh-cht": "全部聚焦", "xloc": [ - "default.handlebars->29->816", - "default.handlebars->29->818", - "default.handlebars->29->819" + "default.handlebars->29->819", + "default.handlebars->29->821", + "default.handlebars->29->822" ] }, { @@ -4493,8 +4493,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->29->1391", - "default.handlebars->29->1852" + "default.handlebars->29->1394", + "default.handlebars->29->1855" ] }, { @@ -4514,7 +4514,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->29->1392" + "default.handlebars->29->1395" ] }, { @@ -4578,7 +4578,7 @@ "zh-chs": "备用(F10 = ESC + 0)", "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->29->853" + "default.handlebars->29->856" ] }, { @@ -4619,10 +4619,10 @@ "zh-chs": "一直通知", "zh-cht": "一直通知", "xloc": [ - "default.handlebars->29->1316", - "default.handlebars->29->1813", - "default.handlebars->29->1900", - "default.handlebars->29->582" + "default.handlebars->29->1319", + "default.handlebars->29->1816", + "default.handlebars->29->1903", + "default.handlebars->29->585" ] }, { @@ -4642,10 +4642,10 @@ "zh-chs": "一直提示", "zh-cht": "一直提示", "xloc": [ - "default.handlebars->29->1317", - "default.handlebars->29->1814", - "default.handlebars->29->1901", - "default.handlebars->29->583" + "default.handlebars->29->1320", + "default.handlebars->29->1817", + "default.handlebars->29->1904", + "default.handlebars->29->586" ] }, { @@ -4768,7 +4768,7 @@ "zh-chs": "杀毒软件", "zh-cht": "防毒軟體", "xloc": [ - "default.handlebars->29->572" + "default.handlebars->29->575" ] }, { @@ -4868,7 +4868,7 @@ "zh-chs": "阿拉伯文(阿尔及利亚)", "zh-cht": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->29->1024" + "default.handlebars->29->1027" ] }, { @@ -4888,7 +4888,7 @@ "zh-chs": "阿拉伯文(巴林)", "zh-cht": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->29->1025" + "default.handlebars->29->1028" ] }, { @@ -4908,7 +4908,7 @@ "zh-chs": "阿拉伯文(埃及)", "zh-cht": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->29->1026" + "default.handlebars->29->1029" ] }, { @@ -4928,7 +4928,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "zh-cht": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->29->1027" + "default.handlebars->29->1030" ] }, { @@ -4948,7 +4948,7 @@ "zh-chs": "阿拉伯文(约旦)", "zh-cht": "阿拉伯文(約旦)", "xloc": [ - "default.handlebars->29->1028" + "default.handlebars->29->1031" ] }, { @@ -4968,7 +4968,7 @@ "zh-chs": "阿拉伯文(科威特)", "zh-cht": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->29->1029" + "default.handlebars->29->1032" ] }, { @@ -4988,7 +4988,7 @@ "zh-chs": "阿拉伯文(黎巴嫩)", "zh-cht": "阿拉伯文(黎巴嫩)", "xloc": [ - "default.handlebars->29->1030" + "default.handlebars->29->1033" ] }, { @@ -5008,7 +5008,7 @@ "zh-chs": "阿拉伯文(利比亚)", "zh-cht": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->29->1031" + "default.handlebars->29->1034" ] }, { @@ -5028,7 +5028,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "zh-cht": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->29->1032" + "default.handlebars->29->1035" ] }, { @@ -5048,7 +5048,7 @@ "zh-chs": "阿拉伯文(阿曼)", "zh-cht": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->29->1033" + "default.handlebars->29->1036" ] }, { @@ -5068,7 +5068,7 @@ "zh-chs": "阿拉伯文(卡塔尔)", "zh-cht": "阿拉伯文(卡塔爾)", "xloc": [ - "default.handlebars->29->1034" + "default.handlebars->29->1037" ] }, { @@ -5088,7 +5088,7 @@ "zh-chs": "阿拉伯文(沙特阿拉伯)", "zh-cht": "阿拉伯文(沙特阿拉伯)", "xloc": [ - "default.handlebars->29->1035" + "default.handlebars->29->1038" ] }, { @@ -5108,7 +5108,7 @@ "zh-chs": "阿拉伯文(标准)", "zh-cht": "阿拉伯文(標準)", "xloc": [ - "default.handlebars->29->1023" + "default.handlebars->29->1026" ] }, { @@ -5128,7 +5128,7 @@ "zh-chs": "阿拉伯文(叙利亚)", "zh-cht": "阿拉伯文(敘利亞)", "xloc": [ - "default.handlebars->29->1036" + "default.handlebars->29->1039" ] }, { @@ -5148,7 +5148,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "zh-cht": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->29->1037" + "default.handlebars->29->1040" ] }, { @@ -5168,7 +5168,7 @@ "zh-chs": "阿拉伯文(阿联酋)", "zh-cht": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->29->1038" + "default.handlebars->29->1041" ] }, { @@ -5188,7 +5188,7 @@ "zh-chs": "阿拉伯文(也门)", "zh-cht": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->29->1039" + "default.handlebars->29->1042" ] }, { @@ -5208,7 +5208,7 @@ "zh-chs": "阿拉贡文", "zh-cht": "阿拉貢文", "xloc": [ - "default.handlebars->29->1040" + "default.handlebars->29->1043" ] }, { @@ -5228,8 +5228,8 @@ "zh-chs": "架构", "zh-cht": "結構", "xloc": [ - "default-mobile.handlebars->9->336", - "default.handlebars->29->908" + "default-mobile.handlebars->9->342", + "default.handlebars->29->911" ] }, { @@ -5269,8 +5269,8 @@ "zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。", "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ - "default-mobile.handlebars->9->412", - "default.handlebars->29->1367" + "default-mobile.handlebars->9->418", + "default.handlebars->29->1370" ] }, { @@ -5290,7 +5290,7 @@ "zh-chs": "您确定要删除节点{0}吗?", "zh-cht": "你確定要刪除節點{0}嗎?", "xloc": [ - "default.handlebars->29->763" + "default.handlebars->29->766" ] }, { @@ -5310,7 +5310,7 @@ "zh-chs": "您确定要卸载所选代理吗?", "zh-cht": "你確定要卸載所選代理嗎?", "xloc": [ - "default.handlebars->29->752" + "default.handlebars->29->755" ] }, { @@ -5330,7 +5330,7 @@ "zh-chs": "您确定要卸载所选的{0}代理吗?", "zh-cht": "你確定要卸載所選的{0}代理嗎?", "xloc": [ - "default.handlebars->29->751" + "default.handlebars->29->754" ] }, { @@ -5350,7 +5350,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->29->2090" + "default.handlebars->29->2093" ] }, { @@ -5370,7 +5370,7 @@ "zh-chs": "亚美尼亚文", "zh-cht": "亞美尼亞文", "xloc": [ - "default.handlebars->29->1041" + "default.handlebars->29->1044" ] }, { @@ -5430,7 +5430,7 @@ "zh-chs": "阿萨姆文", "zh-cht": "阿薩姆文", "xloc": [ - "default.handlebars->29->1042" + "default.handlebars->29->1045" ] }, { @@ -5450,7 +5450,7 @@ "zh-chs": "阿斯图里亚斯文", "zh-cht": "阿斯圖里亞斯文", "xloc": [ - "default.handlebars->29->1043" + "default.handlebars->29->1046" ] }, { @@ -5470,7 +5470,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->29->1569" + "default.handlebars->29->1572" ] }, { @@ -5490,7 +5490,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->29->1904" + "default.handlebars->29->1907" ] }, { @@ -5514,8 +5514,8 @@ "default-mobile.handlebars->9->52", "default-mobile.handlebars->9->71", "default-mobile.handlebars->9->73", - "default.handlebars->29->1007", - "default.handlebars->29->1009", + "default.handlebars->29->1010", + "default.handlebars->29->1012", "default.handlebars->29->125", "default.handlebars->29->130" ] @@ -5597,7 +5597,7 @@ "zh-chs": "自动删除", "zh-cht": "自動刪除", "xloc": [ - "default.handlebars->29->1303" + "default.handlebars->29->1306" ] }, { @@ -5661,7 +5661,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->29->2043" + "default.handlebars->29->2046" ] }, { @@ -5681,7 +5681,7 @@ "zh-chs": "阿塞拜疆文", "zh-cht": "阿塞拜疆文", "xloc": [ - "default.handlebars->29->1044" + "default.handlebars->29->1047" ] }, { @@ -5701,8 +5701,8 @@ "zh-chs": "的BIOS", "zh-cht": "的BIOS", "xloc": [ - "default-mobile.handlebars->9->378", - "default.handlebars->29->960" + "default-mobile.handlebars->9->384", + "default.handlebars->29->963" ] }, { @@ -5817,8 +5817,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->29->1473", - "default.handlebars->29->1480", + "default.handlebars->29->1476", + "default.handlebars->29->1483", "default.handlebars->29->328", "default.handlebars->29->342" ] @@ -5840,8 +5840,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->29->1474", - "default.handlebars->29->1481", + "default.handlebars->29->1477", + "default.handlebars->29->1484", "default.handlebars->29->329", "default.handlebars->29->343", "default.handlebars->29->357" @@ -5884,7 +5884,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->29->1906" + "default.handlebars->29->1909" ] }, { @@ -5904,7 +5904,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->29->2025" + "default.handlebars->29->2028" ] }, { @@ -5924,7 +5924,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->29->2024" + "default.handlebars->29->2027" ] }, { @@ -5944,7 +5944,7 @@ "zh-chs": "巴斯克", "zh-cht": "巴斯克", "xloc": [ - "default.handlebars->29->1045" + "default.handlebars->29->1048" ] }, { @@ -5984,7 +5984,7 @@ "zh-chs": "白俄罗斯文", "zh-cht": "白俄羅斯文", "xloc": [ - "default.handlebars->29->1047" + "default.handlebars->29->1050" ] }, { @@ -6004,7 +6004,7 @@ "zh-chs": "孟加拉", "zh-cht": "孟加拉", "xloc": [ - "default.handlebars->29->1048" + "default.handlebars->29->1051" ] }, { @@ -6047,7 +6047,7 @@ "zh-chs": "波斯尼亚文", "zh-cht": "波斯尼亞文", "xloc": [ - "default.handlebars->29->1049" + "default.handlebars->29->1052" ] }, { @@ -6067,7 +6067,7 @@ "zh-chs": "布列塔尼", "zh-cht": "布列塔尼", "xloc": [ - "default.handlebars->29->1050" + "default.handlebars->29->1053" ] }, { @@ -6087,7 +6087,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->29->1820", + "default.handlebars->29->1823", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -6108,7 +6108,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->29->1741" + "default.handlebars->29->1744" ] }, { @@ -6128,7 +6128,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->29->1736" + "default.handlebars->29->1739" ] }, { @@ -6148,7 +6148,7 @@ "zh-chs": "保加利亚文", "zh-cht": "保加利亞文", "xloc": [ - "default.handlebars->29->1046" + "default.handlebars->29->1049" ] }, { @@ -6168,7 +6168,7 @@ "zh-chs": "缅甸文", "zh-cht": "緬甸文", "xloc": [ - "default.handlebars->29->1051" + "default.handlebars->29->1054" ] }, { @@ -6210,7 +6210,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->9->204", - "default.handlebars->29->1359", + "default.handlebars->29->1362", "default.handlebars->29->215", "default.handlebars->29->417" ] @@ -6232,7 +6232,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->29->2078" + "default.handlebars->29->2081" ] }, { @@ -6252,7 +6252,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->29->2079" + "default.handlebars->29->2082" ] }, { @@ -6272,8 +6272,8 @@ "zh-chs": "CPU", "zh-cht": "CPU", "xloc": [ - "default-mobile.handlebars->9->384", - "default.handlebars->29->966" + "default-mobile.handlebars->9->390", + "default.handlebars->29->969" ] }, { @@ -6293,7 +6293,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->29->2039" + "default.handlebars->29->2042" ] }, { @@ -6313,7 +6313,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->29->2042" + "default.handlebars->29->2045" ] }, { @@ -6333,7 +6333,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->29->2041" + "default.handlebars->29->2044" ] }, { @@ -6353,7 +6353,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->29->2040" + "default.handlebars->29->2043" ] }, { @@ -6373,8 +6373,8 @@ "zh-chs": "CR+LF", "zh-cht": "CR+LF", "xloc": [ - "default.handlebars->29->846", - "default.handlebars->29->855", + "default.handlebars->29->849", + "default.handlebars->29->858", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -6395,7 +6395,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->29->1659" + "default.handlebars->29->1662" ] }, { @@ -6415,8 +6415,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->29->1663", - "default.handlebars->29->1728", + "default.handlebars->29->1666", + "default.handlebars->29->1731", "default.handlebars->29->467" ] }, @@ -6437,7 +6437,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->29->2091" + "default.handlebars->29->2094" ] }, { @@ -6459,7 +6459,7 @@ "xloc": [ "default-mobile.handlebars->9->82", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->29->1281", + "default.handlebars->29->1284", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -6486,12 +6486,12 @@ "zh-chs": "容量", "zh-cht": "容量", "xloc": [ - "default-mobile.handlebars->9->389", - "default-mobile.handlebars->9->394", - "default-mobile.handlebars->9->396", - "default.handlebars->29->971", - "default.handlebars->29->976", - "default.handlebars->29->978" + "default-mobile.handlebars->9->395", + "default-mobile.handlebars->9->400", + "default-mobile.handlebars->9->402", + "default.handlebars->29->974", + "default.handlebars->29->979", + "default.handlebars->29->981" ] }, { @@ -6511,8 +6511,8 @@ "zh-chs": "容量/速度", "zh-cht": "容量/速度", "xloc": [ - "default-mobile.handlebars->9->387", - "default.handlebars->29->969" + "default-mobile.handlebars->9->393", + "default.handlebars->29->972" ] }, { @@ -6532,7 +6532,7 @@ "zh-chs": "加泰罗尼亚文", "zh-cht": "加泰羅尼亞文", "xloc": [ - "default.handlebars->29->1052" + "default.handlebars->29->1055" ] }, { @@ -6572,7 +6572,7 @@ "zh-chs": "查莫罗", "zh-cht": "查莫羅", "xloc": [ - "default.handlebars->29->1053" + "default.handlebars->29->1056" ] }, { @@ -6614,7 +6614,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->29->1934" + "default.handlebars->29->1937" ] }, { @@ -6634,9 +6634,9 @@ "zh-chs": "更改组", "zh-cht": "更改群", "xloc": [ - "default.handlebars->29->609", - "default.handlebars->29->760", - "default.handlebars->29->761" + "default.handlebars->29->612", + "default.handlebars->29->763", + "default.handlebars->29->764" ] }, { @@ -6657,8 +6657,8 @@ "zh-cht": "更改密碼", "xloc": [ "default-mobile.handlebars->9->90", - "default.handlebars->29->1248", - "default.handlebars->29->1921" + "default.handlebars->29->1251", + "default.handlebars->29->1924" ] }, { @@ -6678,7 +6678,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->29->1941" + "default.handlebars->29->1944" ] }, { @@ -6698,7 +6698,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->29->1929" + "default.handlebars->29->1932" ] }, { @@ -6780,7 +6780,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->29->1920" + "default.handlebars->29->1923" ] }, { @@ -6820,7 +6820,7 @@ "zh-chs": "在此处更改您的帐户电邮地址。", "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ - "default.handlebars->29->1235" + "default.handlebars->29->1238" ] }, { @@ -6840,7 +6840,7 @@ "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。", "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->29->1241" + "default.handlebars->29->1244" ] }, { @@ -6860,7 +6860,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->29->1621" + "default.handlebars->29->1624" ] }, { @@ -6880,7 +6880,7 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->29->1605" + "default.handlebars->29->1608" ] }, { @@ -6900,7 +6900,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->29->1549" + "default.handlebars->29->1552" ] }, { @@ -6920,8 +6920,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->29->1607", - "default.handlebars->29->1628" + "default.handlebars->29->1610", + "default.handlebars->29->1631" ] }, { @@ -6941,7 +6941,7 @@ "zh-chs": "更改语言将需要刷新页面。", "zh-cht": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->29->1220" + "default.handlebars->29->1223" ] }, { @@ -6961,9 +6961,9 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->29->1680", - "default.handlebars->29->664", - "default.handlebars->29->685" + "default.handlebars->29->1683", + "default.handlebars->29->667", + "default.handlebars->29->688" ] }, { @@ -6983,10 +6983,10 @@ "zh-chs": "聊天并通知", "zh-cht": "聊天並通知", "xloc": [ - "default-mobile.handlebars->9->433", - "default-mobile.handlebars->9->453", - "default.handlebars->29->1419", - "default.handlebars->29->1455" + "default-mobile.handlebars->9->439", + "default-mobile.handlebars->9->459", + "default.handlebars->29->1422", + "default.handlebars->29->1458" ] }, { @@ -7026,7 +7026,7 @@ "zh-chs": "车臣", "zh-cht": "車臣", "xloc": [ - "default.handlebars->29->1054" + "default.handlebars->29->1057" ] }, { @@ -7126,8 +7126,8 @@ "zh-chs": "检查...", "zh-cht": "檢查...", "xloc": [ - "default.handlebars->29->1020", - "default.handlebars->29->2085" + "default.handlebars->29->1023", + "default.handlebars->29->2088" ] }, { @@ -7147,7 +7147,7 @@ "zh-chs": "中文", "zh-cht": "中文", "xloc": [ - "default.handlebars->29->1055" + "default.handlebars->29->1058" ] }, { @@ -7167,7 +7167,7 @@ "zh-chs": "中文(香港)", "zh-cht": "中文(香港)", "xloc": [ - "default.handlebars->29->1056" + "default.handlebars->29->1059" ] }, { @@ -7187,7 +7187,7 @@ "zh-chs": "中文(中国)", "zh-cht": "中文(中國)", "xloc": [ - "default.handlebars->29->1057" + "default.handlebars->29->1060" ] }, { @@ -7207,7 +7207,7 @@ "zh-chs": "简体中文", "zh-cht": "簡體中文", "xloc": [ - "default.handlebars->29->1217" + "default.handlebars->29->1220" ] }, { @@ -7227,7 +7227,7 @@ "zh-chs": "中文(新加坡)", "zh-cht": "中文(新加坡)", "xloc": [ - "default.handlebars->29->1058" + "default.handlebars->29->1061" ] }, { @@ -7247,7 +7247,7 @@ "zh-chs": "中文(台湾)", "zh-cht": "中文(台灣)", "xloc": [ - "default.handlebars->29->1059" + "default.handlebars->29->1062" ] }, { @@ -7267,7 +7267,7 @@ "zh-chs": "繁体中文", "zh-cht": "繁體中文", "xloc": [ - "default.handlebars->29->1218" + "default.handlebars->29->1221" ] }, { @@ -7308,7 +7308,7 @@ "zh-chs": "楚瓦什", "zh-cht": "楚瓦什", "xloc": [ - "default.handlebars->29->1060" + "default.handlebars->29->1063" ] }, { @@ -7346,16 +7346,16 @@ "zh-cht": "清除", "xloc": [ "default-mobile.handlebars->9->132", - "default-mobile.handlebars->9->320", - "default-mobile.handlebars->9->322", - "default-mobile.handlebars->9->324", "default-mobile.handlebars->9->326", + "default-mobile.handlebars->9->328", + "default-mobile.handlebars->9->330", + "default-mobile.handlebars->9->332", "default-mobile.handlebars->9->59", - "default.handlebars->29->1543", - "default.handlebars->29->885", - "default.handlebars->29->887", - "default.handlebars->29->889", - "default.handlebars->29->891", + "default.handlebars->29->1546", + "default.handlebars->29->888", + "default.handlebars->29->890", + "default.handlebars->29->892", + "default.handlebars->29->894", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default.handlebars->container->column_l->p41->3->1", "messenger.handlebars->xbottom" @@ -7398,7 +7398,7 @@ "zh-chs": "全部清除", "zh-cht": "全部清除", "xloc": [ - "default.handlebars->29->2012" + "default.handlebars->29->2015" ] }, { @@ -7426,7 +7426,7 @@ "zh-chs": "清除核心", "zh-cht": "清除核心", "xloc": [ - "default.handlebars->29->992" + "default.handlebars->29->995" ] }, { @@ -7466,7 +7466,7 @@ "zh-chs": "清除此通知", "zh-cht": "清除此通知", "xloc": [ - "default.handlebars->29->2011" + "default.handlebars->29->2014" ] }, { @@ -7526,8 +7526,8 @@ "zh-chs": "单击此处编辑设备组名称", "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ - "default.handlebars->29->1292", - "default.handlebars->29->1494" + "default.handlebars->29->1295", + "default.handlebars->29->1497" ] }, { @@ -7567,7 +7567,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->29->1797" + "default.handlebars->29->1800" ] }, { @@ -7628,7 +7628,7 @@ "zh-cht": "單擊確定將驗證電郵發送到:", "xloc": [ "default-mobile.handlebars->9->75", - "default.handlebars->29->1232" + "default.handlebars->29->1235" ] }, { @@ -7668,8 +7668,8 @@ "zh-chs": "客户端控制模式(CCM)", "zh-cht": "客戶端控制模式(CCM)", "xloc": [ - "default-mobile.handlebars->9->365", - "default.handlebars->29->947" + "default-mobile.handlebars->9->371", + "default.handlebars->29->950" ] }, { @@ -7689,7 +7689,7 @@ "zh-chs": "客户编号", "zh-cht": "客戶編號", "xloc": [ - "default.handlebars->29->1274" + "default.handlebars->29->1277" ] }, { @@ -7709,7 +7709,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->29->1358" + "default.handlebars->29->1361" ] }, { @@ -7729,7 +7729,7 @@ "zh-chs": "客户机密", "zh-cht": "客戶機密", "xloc": [ - "default.handlebars->29->1275" + "default.handlebars->29->1278" ] }, { @@ -7773,7 +7773,7 @@ "default-mobile.handlebars->9->57", "default.handlebars->29->137", "default.handlebars->29->145", - "default.handlebars->29->837" + "default.handlebars->29->840" ] }, { @@ -7793,7 +7793,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->29->1554" + "default.handlebars->29->1557" ] }, { @@ -7876,10 +7876,10 @@ "en": "Commands", "nl": "Opdrachten", "xloc": [ - "default-mobile.handlebars->9->455", - "default.handlebars->29->1457", - "default.handlebars->29->666", - "default.handlebars->29->687" + "default-mobile.handlebars->9->461", + "default.handlebars->29->1460", + "default.handlebars->29->669", + "default.handlebars->29->690" ] }, { @@ -7899,8 +7899,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->29->1828", - "default.handlebars->29->1946" + "default.handlebars->29->1831", + "default.handlebars->29->1949" ] }, { @@ -7920,8 +7920,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->29->1834", - "default.handlebars->29->1958" + "default.handlebars->29->1837", + "default.handlebars->29->1961" ] }, { @@ -7941,7 +7941,7 @@ "zh-chs": "压缩档案...", "zh-cht": "壓縮檔案...", "xloc": [ - "default.handlebars->29->862" + "default.handlebars->29->865" ] }, { @@ -7962,7 +7962,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->9->127", - "default.handlebars->29->1538" + "default.handlebars->29->1541" ] }, { @@ -7982,16 +7982,16 @@ "zh-chs": "确认", "zh-cht": "確認", "xloc": [ - "default-mobile.handlebars->9->282", - "default-mobile.handlebars->9->413", - "default.handlebars->29->1368", - "default.handlebars->29->1708", - "default.handlebars->29->1787", - "default.handlebars->29->1848", - "default.handlebars->29->1944", + "default-mobile.handlebars->9->288", + "default-mobile.handlebars->9->419", + "default.handlebars->29->1371", + "default.handlebars->29->1711", + "default.handlebars->29->1790", + "default.handlebars->29->1851", + "default.handlebars->29->1947", "default.handlebars->29->443", - "default.handlebars->29->755", - "default.handlebars->29->764" + "default.handlebars->29->758", + "default.handlebars->29->767" ] }, { @@ -8011,8 +8011,8 @@ "zh-chs": "确认将1个副本复制到此位置?", "zh-cht": "確認將1個副本複製到此位置?", "xloc": [ - "default-mobile.handlebars->9->315", - "default.handlebars->29->880" + "default-mobile.handlebars->9->321", + "default.handlebars->29->883" ] }, { @@ -8032,7 +8032,7 @@ "zh-chs": "确认{0}个条目的复制到此位置?", "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ - "default.handlebars->29->879" + "default.handlebars->29->882" ] }, { @@ -8052,7 +8052,7 @@ "zh-chs": "确认{0}个条目的副本到此位置?", "zh-cht": "確認{0}個條目的副本到此位置?", "xloc": [ - "default-mobile.handlebars->9->314" + "default-mobile.handlebars->9->320" ] }, { @@ -8072,7 +8072,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->29->1707" + "default.handlebars->29->1710" ] }, { @@ -8112,7 +8112,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->29->1786" + "default.handlebars->29->1789" ] }, { @@ -8132,7 +8132,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->29->1943" + "default.handlebars->29->1946" ] }, { @@ -8152,7 +8152,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->29->1851" + "default.handlebars->29->1854" ] }, { @@ -8172,7 +8172,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->29->1973" + "default.handlebars->29->1976" ] }, { @@ -8192,8 +8192,8 @@ "zh-chs": "确认将1个条目移动到此位置?", "zh-cht": "確認將1個條目移動到此位置?", "xloc": [ - "default-mobile.handlebars->9->317", - "default.handlebars->29->882" + "default-mobile.handlebars->9->323", + "default.handlebars->29->885" ] }, { @@ -8213,7 +8213,7 @@ "zh-chs": "确认将{0}个条目移到此位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default.handlebars->29->881" + "default.handlebars->29->884" ] }, { @@ -8233,7 +8233,7 @@ "zh-chs": "确认将{0}个条目移到该位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default-mobile.handlebars->9->316" + "default-mobile.handlebars->9->322" ] }, { @@ -8253,7 +8253,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->29->1537" + "default.handlebars->29->1540" ] }, { @@ -8273,8 +8273,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->1841", - "default.handlebars->29->1964" + "default.handlebars->29->1844", + "default.handlebars->29->1967" ] }, { @@ -8294,8 +8294,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->1843", - "default.handlebars->29->1977" + "default.handlebars->29->1846", + "default.handlebars->29->1980" ] }, { @@ -8315,7 +8315,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->1966" + "default.handlebars->29->1969" ] }, { @@ -8335,7 +8335,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->1969" + "default.handlebars->29->1972" ] }, { @@ -8355,8 +8355,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->29->1967", - "default.handlebars->29->1970" + "default.handlebars->29->1970", + "default.handlebars->29->1973" ] }, { @@ -8377,7 +8377,7 @@ "zh-cht": "確認刪除身份驗證軟體兩步登入?", "xloc": [ "default-mobile.handlebars->9->74", - "default.handlebars->29->1010" + "default.handlebars->29->1013" ] }, { @@ -8448,7 +8448,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->29->1466" + "default.handlebars->29->1469" ] }, { @@ -8468,7 +8468,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->29->1468" + "default.handlebars->29->1471" ] }, { @@ -8505,7 +8505,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default-mobile.handlebars->9->464" + "default-mobile.handlebars->9->470" ] }, { @@ -8525,11 +8525,11 @@ "zh-chs": "连接", "zh-cht": "連接", "xloc": [ - "default-mobile.handlebars->9->297", + "default-mobile.handlebars->9->303", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", - "default.handlebars->29->1320", - "default.handlebars->29->858", + "default.handlebars->29->1323", + "default.handlebars->29->861", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3", @@ -8576,7 +8576,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->29->1362" + "default.handlebars->29->1365" ] }, { @@ -8697,7 +8697,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->29->2030" + "default.handlebars->29->2033" ] }, { @@ -8717,7 +8717,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->29->2035" + "default.handlebars->29->2038" ] }, { @@ -8737,8 +8737,8 @@ "zh-chs": "现在已连接", "zh-cht": "現在已連接", "xloc": [ - "default-mobile.handlebars->9->340", - "default.handlebars->29->912" + "default-mobile.handlebars->9->346", + "default.handlebars->29->915" ] }, { @@ -8779,13 +8779,13 @@ "zh-cht": "正在連線...", "xloc": [ "default-mobile.handlebars->9->2", - "default-mobile.handlebars->9->333", + "default-mobile.handlebars->9->339", "default-mobile.handlebars->9->37", "default.handlebars->29->243", "default.handlebars->29->246", "default.handlebars->29->273", "default.handlebars->29->9", - "default.handlebars->29->903", + "default.handlebars->29->906", "desktop.handlebars->3->2", "xterm.handlebars->9->2" ] @@ -8807,7 +8807,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->29->2049" + "default.handlebars->29->2052" ] }, { @@ -8827,7 +8827,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->29->2077" + "default.handlebars->29->2080" ] }, { @@ -8887,10 +8887,10 @@ "zh-chs": "连接性", "zh-cht": "連接性", "xloc": [ - "default-mobile.handlebars->9->249", - "default.handlebars->29->1501", + "default-mobile.handlebars->9->255", + "default.handlebars->29->1504", "default.handlebars->29->234", - "default.handlebars->29->596", + "default.handlebars->29->599", "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1" ] }, @@ -8911,8 +8911,8 @@ "zh-chs": "控制台", "zh-cht": "控制台", "xloc": [ - "default.handlebars->29->659", - "default.handlebars->29->680", + "default.handlebars->29->662", + "default.handlebars->29->683", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole", "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole", "default.handlebars->contextMenu->cxconsole" @@ -8955,8 +8955,8 @@ "zh-chs": "控制", "zh-cht": "控制", "xloc": [ - "default.handlebars->29->658", - "default.handlebars->29->679", + "default.handlebars->29->661", + "default.handlebars->29->682", "messenger.handlebars->13->1" ] }, @@ -8977,7 +8977,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->29->2063" + "default.handlebars->29->2066" ] }, { @@ -9134,8 +9134,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->29->1506", - "default.handlebars->29->1525", + "default.handlebars->29->1509", + "default.handlebars->29->1528", "default.handlebars->29->195", "default.handlebars->29->345" ] @@ -9238,7 +9238,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->29->1597" + "default.handlebars->29->1600" ] }, { @@ -9384,7 +9384,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->29->2062" + "default.handlebars->29->2065" ] }, { @@ -9404,7 +9404,7 @@ "zh-chs": "科西嘉文", "zh-cht": "科西嘉文", "xloc": [ - "default.handlebars->29->1061" + "default.handlebars->29->1064" ] }, { @@ -9424,7 +9424,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->29->1755", + "default.handlebars->29->1758", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1" @@ -9467,7 +9467,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->29->1794" + "default.handlebars->29->1797" ] }, { @@ -9487,7 +9487,7 @@ "zh-chs": "创建连结以与访客共享此设备", "zh-cht": "創建鏈結以與訪客共享此裝置", "xloc": [ - "default.handlebars->29->607" + "default.handlebars->29->610" ] }, { @@ -9507,7 +9507,7 @@ "zh-chs": "使用以下选项创建一个新的设备组。", "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ - "default.handlebars->29->1255" + "default.handlebars->29->1258" ] }, { @@ -9547,7 +9547,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->29->1590" + "default.handlebars->29->1593" ] }, { @@ -9567,7 +9567,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->29->1719" + "default.handlebars->29->1722" ] }, { @@ -9609,7 +9609,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->29->1601" + "default.handlebars->29->1604" ] }, { @@ -9629,7 +9629,7 @@ "zh-chs": "创建一个连结,该连结允许没有帐户的访客将远程桌面访问此设备最多1小时。", "zh-cht": "創建一個鏈結,該鏈結允許沒有帳戶的訪客將遠程桌面訪問此裝置最多1小時。", "xloc": [ - "default.handlebars->29->698" + "default.handlebars->29->701" ] }, { @@ -9649,7 +9649,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->29->1880" + "default.handlebars->29->1883" ] }, { @@ -9669,7 +9669,7 @@ "zh-chs": "创建时间", "zh-cht": "創作時間", "xloc": [ - "default.handlebars->29->1302" + "default.handlebars->29->1305" ] }, { @@ -9711,8 +9711,8 @@ "zh-chs": "创建者", "zh-cht": "創作者", "xloc": [ - "default.handlebars->29->1300", - "default.handlebars->29->1301" + "default.handlebars->29->1303", + "default.handlebars->29->1304" ] }, { @@ -9732,7 +9732,7 @@ "zh-chs": "证书", "zh-cht": "證書", "xloc": [ - "default.handlebars->29->1272" + "default.handlebars->29->1275" ] }, { @@ -9752,7 +9752,7 @@ "zh-chs": "克里语", "zh-cht": "克里語", "xloc": [ - "default.handlebars->29->1062" + "default.handlebars->29->1065" ] }, { @@ -9772,7 +9772,7 @@ "zh-chs": "克罗地亚文", "zh-cht": "克羅地亞文", "xloc": [ - "default.handlebars->29->1063" + "default.handlebars->29->1066" ] }, { @@ -9939,7 +9939,7 @@ "zh-chs": "捷克文", "zh-cht": "捷克文", "xloc": [ - "default.handlebars->29->1064" + "default.handlebars->29->1067" ] }, { @@ -9979,7 +9979,7 @@ "zh-chs": "丹麦文", "zh-cht": "丹麥文", "xloc": [ - "default.handlebars->29->1065" + "default.handlebars->29->1068" ] }, { @@ -9999,7 +9999,7 @@ "zh-chs": "数据通道", "zh-cht": "數據通道", "xloc": [ - "default.handlebars->29->807", + "default.handlebars->29->810", "desktop.handlebars->3->12" ] }, @@ -10020,7 +10020,7 @@ "zh-chs": "日期和时间", "zh-cht": "日期和時間", "xloc": [ - "default.handlebars->29->1223" + "default.handlebars->29->1226" ] }, { @@ -10040,8 +10040,8 @@ "zh-chs": "天", "zh-cht": "天", "xloc": [ - "default-mobile.handlebars->9->272", - "default.handlebars->29->739" + "default-mobile.handlebars->9->278", + "default.handlebars->29->742" ] }, { @@ -10061,7 +10061,7 @@ "zh-chs": "停用客户端控制模式(CCM)", "zh-cht": "停用客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->29->1350" + "default.handlebars->29->1353" ] }, { @@ -10102,10 +10102,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->29->1742", - "default.handlebars->29->1790", - "default.handlebars->29->1801", - "default.handlebars->29->1869" + "default.handlebars->29->1745", + "default.handlebars->29->1793", + "default.handlebars->29->1804", + "default.handlebars->29->1872" ] }, { @@ -10126,12 +10126,12 @@ "zh-cht": "刪除", "xloc": [ "default-mobile.handlebars->9->122", - "default-mobile.handlebars->9->307", + "default-mobile.handlebars->9->313", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->29->1532", + "default.handlebars->29->1535", "default.handlebars->29->500", - "default.handlebars->29->871", + "default.handlebars->29->874", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->idx_dlgButtonBar->5", @@ -10159,7 +10159,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->9->84", - "default.handlebars->29->1240" + "default.handlebars->29->1243" ] }, { @@ -10179,7 +10179,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->29->1709" + "default.handlebars->29->1712" ] }, { @@ -10199,8 +10199,8 @@ "zh-chs": "删除设备", "zh-cht": "刪除裝置", "xloc": [ - "default-mobile.handlebars->9->254", - "default.handlebars->29->611" + "default-mobile.handlebars->9->260", + "default.handlebars->29->614" ] }, { @@ -10220,10 +10220,10 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default-mobile.handlebars->9->411", - "default-mobile.handlebars->9->414", - "default.handlebars->29->1346", - "default.handlebars->29->1369" + "default-mobile.handlebars->9->417", + "default-mobile.handlebars->9->420", + "default.handlebars->29->1349", + "default.handlebars->29->1372" ] }, { @@ -10243,8 +10243,8 @@ "zh-chs": "删除节点", "zh-cht": "刪除節點", "xloc": [ - "default-mobile.handlebars->9->280", - "default.handlebars->29->765" + "default-mobile.handlebars->9->286", + "default.handlebars->29->768" ] }, { @@ -10284,7 +10284,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->29->1919" + "default.handlebars->29->1922" ] }, { @@ -10304,8 +10304,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->29->1839", - "default.handlebars->29->1849" + "default.handlebars->29->1842", + "default.handlebars->29->1852" ] }, { @@ -10325,7 +10325,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->29->1788" + "default.handlebars->29->1791" ] }, { @@ -10345,7 +10345,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->29->1942" + "default.handlebars->29->1945" ] }, { @@ -10366,7 +10366,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->29->1705", + "default.handlebars->29->1708", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -10407,7 +10407,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->29->1784" + "default.handlebars->29->1787" ] }, { @@ -10447,7 +10447,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->29->1592" + "default.handlebars->29->1595" ] }, { @@ -10468,9 +10468,9 @@ "zh-cht": "刪除所選項目?", "xloc": [ "default-mobile.handlebars->9->124", - "default-mobile.handlebars->9->309", - "default.handlebars->29->1534", - "default.handlebars->29->873" + "default-mobile.handlebars->9->315", + "default.handlebars->29->1537", + "default.handlebars->29->876" ] }, { @@ -10490,7 +10490,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->29->1847" + "default.handlebars->29->1850" ] }, { @@ -10511,9 +10511,9 @@ "zh-cht": "刪除{0}個所選項目?", "xloc": [ "default-mobile.handlebars->9->123", - "default-mobile.handlebars->9->308", - "default.handlebars->29->1533", - "default.handlebars->29->872" + "default-mobile.handlebars->9->314", + "default.handlebars->29->1536", + "default.handlebars->29->875" ] }, { @@ -10533,7 +10533,7 @@ "zh-chs": "删除{0}?", "zh-cht": "刪除{0}?", "xloc": [ - "default-mobile.handlebars->9->281" + "default-mobile.handlebars->9->287" ] }, { @@ -10553,7 +10553,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->29->1591" + "default.handlebars->29->1594" ] }, { @@ -10573,7 +10573,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->29->1593" + "default.handlebars->29->1596" ] }, { @@ -10593,7 +10593,7 @@ "zh-chs": "被拒绝", "zh-cht": "被拒絕", "xloc": [ - "default.handlebars->29->803", + "default.handlebars->29->806", "desktop.handlebars->3->8" ] }, @@ -10686,23 +10686,23 @@ "default-mobile.handlebars->9->101", "default-mobile.handlebars->9->225", "default-mobile.handlebars->9->226", - "default-mobile.handlebars->9->286", - "default-mobile.handlebars->9->346", - "default-mobile.handlebars->9->403", - "default-mobile.handlebars->9->416", - "default.handlebars->29->1260", - "default.handlebars->29->1297", - "default.handlebars->29->1371", - "default.handlebars->29->1793", - "default.handlebars->29->1803", - "default.handlebars->29->1804", - "default.handlebars->29->1845", + "default-mobile.handlebars->9->292", + "default-mobile.handlebars->9->352", + "default-mobile.handlebars->9->409", + "default-mobile.handlebars->9->422", + "default.handlebars->29->1263", + "default.handlebars->29->1300", + "default.handlebars->29->1374", + "default.handlebars->29->1796", + "default.handlebars->29->1806", + "default.handlebars->29->1807", + "default.handlebars->29->1848", "default.handlebars->29->541", "default.handlebars->29->542", "default.handlebars->29->77", - "default.handlebars->29->798", - "default.handlebars->29->918", - "default.handlebars->29->928", + "default.handlebars->29->801", + "default.handlebars->29->921", + "default.handlebars->29->931", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" ] }, @@ -10740,11 +10740,11 @@ "zh-chs": "桌面", "zh-cht": "桌面", "xloc": [ - "default-mobile.handlebars->9->261", - "default.handlebars->29->1377", - "default.handlebars->29->1989", + "default-mobile.handlebars->9->267", + "default.handlebars->29->1380", + "default.handlebars->29->1992", "default.handlebars->29->506", - "default.handlebars->29->843", + "default.handlebars->29->846", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", "desktop.handlebars->3->24" @@ -10787,10 +10787,10 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->29->1311", - "default.handlebars->29->1808", - "default.handlebars->29->1895", - "default.handlebars->29->577" + "default.handlebars->29->1314", + "default.handlebars->29->1811", + "default.handlebars->29->1898", + "default.handlebars->29->580" ] }, { @@ -10810,10 +10810,10 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->29->1310", - "default.handlebars->29->1807", - "default.handlebars->29->1894", - "default.handlebars->29->576" + "default.handlebars->29->1313", + "default.handlebars->29->1810", + "default.handlebars->29->1897", + "default.handlebars->29->579" ] }, { @@ -10833,10 +10833,10 @@ "zh-chs": "桌面提示+工具栏", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->29->1308", - "default.handlebars->29->1805", - "default.handlebars->29->1892", - "default.handlebars->29->574" + "default.handlebars->29->1311", + "default.handlebars->29->1808", + "default.handlebars->29->1895", + "default.handlebars->29->577" ] }, { @@ -10877,10 +10877,10 @@ "zh-chs": "桌面工具栏", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->29->1309", - "default.handlebars->29->1806", - "default.handlebars->29->1893", - "default.handlebars->29->575" + "default.handlebars->29->1312", + "default.handlebars->29->1809", + "default.handlebars->29->1896", + "default.handlebars->29->578" ] }, { @@ -10900,7 +10900,7 @@ "zh-chs": "桌面时段", "zh-cht": "桌面時段", "xloc": [ - "default.handlebars->29->842" + "default.handlebars->29->845" ] }, { @@ -10941,7 +10941,7 @@ "zh-chs": "细节", "zh-cht": "細節", "xloc": [ - "default-mobile.handlebars->9->263", + "default-mobile.handlebars->9->269", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -10983,9 +10983,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->29->1400", + "default.handlebars->29->1403", "default.handlebars->29->186", - "default.handlebars->29->1961", + "default.handlebars->29->1964", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -11006,8 +11006,8 @@ "zh-chs": "设备指令", "zh-cht": "裝置指令", "xloc": [ - "default-mobile.handlebars->9->271", - "default.handlebars->29->730" + "default-mobile.handlebars->9->277", + "default.handlebars->29->733" ] }, { @@ -11034,14 +11034,14 @@ "zh-chs": "设备组", "zh-cht": "裝置群", "xloc": [ - "default.handlebars->29->1395", "default.handlebars->29->1398", - "default.handlebars->29->1399", - "default.handlebars->29->1656", - "default.handlebars->29->1831", - "default.handlebars->29->1837", - "default.handlebars->29->1949", - "default.handlebars->29->1998" + "default.handlebars->29->1401", + "default.handlebars->29->1402", + "default.handlebars->29->1659", + "default.handlebars->29->1834", + "default.handlebars->29->1840", + "default.handlebars->29->1952", + "default.handlebars->29->2001" ] }, { @@ -11061,8 +11061,8 @@ "zh-chs": "设备组用户", "zh-cht": "裝置群用戶", "xloc": [ - "default-mobile.handlebars->9->462", - "default.handlebars->29->1464" + "default-mobile.handlebars->9->468", + "default.handlebars->29->1467" ] }, { @@ -11083,11 +11083,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->29->1672", - "default.handlebars->29->1778", - "default.handlebars->29->1818", - "default.handlebars->29->1889", - "default.handlebars->29->2033", + "default.handlebars->29->1675", + "default.handlebars->29->1781", + "default.handlebars->29->1821", + "default.handlebars->29->1892", + "default.handlebars->29->2036", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -11128,7 +11128,7 @@ "zh-chs": "设备位置", "zh-cht": "裝置位置", "xloc": [ - "default.handlebars->29->766" + "default.handlebars->29->769" ] }, { @@ -11148,7 +11148,7 @@ "zh-chs": "设备消息", "zh-cht": "裝置訊息", "xloc": [ - "default.handlebars->29->695" + "default.handlebars->29->698" ] }, { @@ -11168,10 +11168,10 @@ "zh-chs": "设备名称", "zh-cht": "裝置名稱", "xloc": [ - "default-mobile.handlebars->9->284", - "default.handlebars->29->1997", + "default-mobile.handlebars->9->290", + "default.handlebars->29->2000", "default.handlebars->29->287", - "default.handlebars->29->796", + "default.handlebars->29->799", "player.handlebars->3->9" ] }, @@ -11193,7 +11193,7 @@ "zh-cht": "裝置通知", "xloc": [ "default.handlebars->29->465", - "default.handlebars->29->697" + "default.handlebars->29->700" ] }, { @@ -11213,7 +11213,7 @@ "zh-chs": "设备提示", "zh-cht": "裝置吐司", "xloc": [ - "default-mobile.handlebars->9->259" + "default-mobile.handlebars->9->265" ] }, { @@ -11233,8 +11233,8 @@ "zh-chs": "设备连接。", "zh-cht": "裝置連接。", "xloc": [ - "default.handlebars->29->1228", - "default.handlebars->29->1485" + "default.handlebars->29->1231", + "default.handlebars->29->1488" ] }, { @@ -11254,8 +11254,8 @@ "zh-chs": "设备断开连接。", "zh-cht": "裝置斷開連接。", "xloc": [ - "default.handlebars->29->1229", - "default.handlebars->29->1486" + "default.handlebars->29->1232", + "default.handlebars->29->1489" ] }, { @@ -11275,7 +11275,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->29->1622" + "default.handlebars->29->1625" ] }, { @@ -11295,7 +11295,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->29->1623" + "default.handlebars->29->1626" ] }, { @@ -11315,7 +11315,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->29->1624" + "default.handlebars->29->1627" ] }, { @@ -11335,7 +11335,7 @@ "zh-chs": "其他设备组管理员可以查看和更改设备组注释。", "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。", "xloc": [ - "default.handlebars->29->692" + "default.handlebars->29->695" ] }, { @@ -11355,7 +11355,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->29->1619" + "default.handlebars->29->1622" ] }, { @@ -11375,7 +11375,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->29->1602" + "default.handlebars->29->1605" ] }, { @@ -11768,7 +11768,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->29->1604" + "default.handlebars->29->1607" ] }, { @@ -11805,8 +11805,8 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->29->1779", - "default.handlebars->29->1819" + "default.handlebars->29->1782", + "default.handlebars->29->1822" ] }, { @@ -11826,7 +11826,7 @@ "zh-chs": "已禁用", "zh-cht": "已禁用", "xloc": [ - "default.handlebars->29->569" + "default.handlebars->29->572" ] }, { @@ -11846,7 +11846,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->29->1635" + "default.handlebars->29->1638" ] }, { @@ -11866,10 +11866,10 @@ "zh-chs": "断线", "zh-cht": "斷線", "xloc": [ - "default-mobile.handlebars->9->298", + "default-mobile.handlebars->9->304", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", - "default.handlebars->29->1321", - "default.handlebars->29->859", + "default.handlebars->29->1324", + "default.handlebars->29->862", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span", @@ -11946,7 +11946,7 @@ "zh-chs": "在远程设备上显示一个消息框。", "zh-cht": "在遠程裝置上顯示一個訊息框。", "xloc": [ - "default.handlebars->29->696" + "default.handlebars->29->699" ] }, { @@ -11986,7 +11986,7 @@ "zh-chs": "在远程设备上显示短信", "zh-cht": "在遠程裝置上顯示短信", "xloc": [ - "default.handlebars->29->605" + "default.handlebars->29->608" ] }, { @@ -12006,7 +12006,7 @@ "zh-chs": "显示设备组名称", "zh-cht": "顯示裝置群名稱", "xloc": [ - "default.handlebars->29->1227" + "default.handlebars->29->1230" ] }, { @@ -12026,7 +12026,7 @@ "zh-chs": "显示名称", "zh-cht": "顯示名稱", "xloc": [ - "default.handlebars->29->828" + "default.handlebars->29->831" ] }, { @@ -12046,7 +12046,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->29->1505" + "default.handlebars->29->1508" ] }, { @@ -12066,7 +12066,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->29->1564" + "default.handlebars->29->1567" ] }, { @@ -12086,7 +12086,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->29->1572" + "default.handlebars->29->1575" ] }, { @@ -12106,7 +12106,7 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->29->1356" + "default.handlebars->29->1359" ] }, { @@ -12126,10 +12126,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->29->1743", - "default.handlebars->29->1791", - "default.handlebars->29->1800", - "default.handlebars->29->1868", + "default.handlebars->29->1746", + "default.handlebars->29->1794", + "default.handlebars->29->1803", + "default.handlebars->29->1871", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -12151,7 +12151,7 @@ "zh-chs": "不要配置", "zh-cht": "不要配置", "xloc": [ - "default.handlebars->29->1360" + "default.handlebars->29->1363" ] }, { @@ -12171,7 +12171,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->29->1361" + "default.handlebars->29->1364" ] }, { @@ -12290,8 +12290,8 @@ "zh-chs": "下载档案", "zh-cht": "下載檔案", "xloc": [ - "default-mobile.handlebars->9->328", - "default.handlebars->29->892" + "default-mobile.handlebars->9->334", + "default.handlebars->29->895" ] }, { @@ -12331,7 +12331,7 @@ "zh-chs": "下载MeshCmd", "zh-cht": "下載MeshCmd", "xloc": [ - "default.handlebars->29->788" + "default.handlebars->29->791" ] }, { @@ -12391,7 +12391,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->29->1661", + "default.handlebars->29->1664", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -12412,7 +12412,7 @@ "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。", "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。", "xloc": [ - "default.handlebars->29->781" + "default.handlebars->29->784" ] }, { @@ -12492,7 +12492,7 @@ "zh-chs": "下载电源事件", "zh-cht": "下載電源事件", "xloc": [ - "default.handlebars->29->740" + "default.handlebars->29->743" ] }, { @@ -12592,7 +12592,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->29->1662" + "default.handlebars->29->1665" ] }, { @@ -12612,7 +12612,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->29->1727" + "default.handlebars->29->1730" ] }, { @@ -12693,7 +12693,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->29->1595" + "default.handlebars->29->1598" ] }, { @@ -12733,7 +12733,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->29->2029" + "default.handlebars->29->2032" ] }, { @@ -12773,7 +12773,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->29->1795" + "default.handlebars->29->1798" ] }, { @@ -12810,8 +12810,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->29->1983", - "default.handlebars->29->2003", + "default.handlebars->29->1986", + "default.handlebars->29->2006", "player.handlebars->3->2" ] }, @@ -12832,7 +12832,7 @@ "zh-chs": "在激活期间,代理将有权取得管理员密码信息。", "zh-cht": "在啟動期間,代理將有權取得管理員密碼訊息。", "xloc": [ - "default.handlebars->29->1366" + "default.handlebars->29->1369" ] }, { @@ -12852,7 +12852,7 @@ "zh-chs": "荷兰文(比利时)", "zh-cht": "荷蘭文(比利時)", "xloc": [ - "default.handlebars->29->1067" + "default.handlebars->29->1070" ] }, { @@ -12872,7 +12872,7 @@ "zh-chs": "荷兰文(标准)", "zh-cht": "荷蘭文(標準)", "xloc": [ - "default.handlebars->29->1066" + "default.handlebars->29->1069" ] }, { @@ -13141,8 +13141,8 @@ "zh-chs": "编辑设备", "zh-cht": "編輯裝置", "xloc": [ - "default-mobile.handlebars->9->289", - "default.handlebars->29->801" + "default-mobile.handlebars->9->295", + "default.handlebars->29->804" ] }, { @@ -13162,13 +13162,13 @@ "zh-chs": "编辑设备组", "zh-cht": "編輯裝置群", "xloc": [ - "default-mobile.handlebars->9->417", - "default-mobile.handlebars->9->419", - "default-mobile.handlebars->9->439", - "default.handlebars->29->1372", - "default.handlebars->29->1404", - "default.handlebars->29->1428", - "default.handlebars->29->1440" + "default-mobile.handlebars->9->423", + "default-mobile.handlebars->9->425", + "default-mobile.handlebars->9->445", + "default.handlebars->29->1375", + "default.handlebars->29->1407", + "default.handlebars->29->1431", + "default.handlebars->29->1443" ] }, { @@ -13188,7 +13188,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->29->1390" + "default.handlebars->29->1393" ] }, { @@ -13208,8 +13208,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->29->1425", - "default.handlebars->29->1437" + "default.handlebars->29->1428", + "default.handlebars->29->1440" ] }, { @@ -13229,7 +13229,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->29->1373" + "default.handlebars->29->1376" ] }, { @@ -13249,8 +13249,8 @@ "zh-chs": "编辑设备笔记", "zh-cht": "編輯裝置筆記", "xloc": [ - "default-mobile.handlebars->9->431", - "default.handlebars->29->1417" + "default-mobile.handlebars->9->437", + "default.handlebars->29->1420" ] }, { @@ -13270,8 +13270,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->29->1430", - "default.handlebars->29->1432" + "default.handlebars->29->1433", + "default.handlebars->29->1435" ] }, { @@ -13311,7 +13311,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->29->1375" + "default.handlebars->29->1378" ] }, { @@ -13331,7 +13331,7 @@ "zh-chs": "编辑群组", "zh-cht": "編輯群組", "xloc": [ - "default.handlebars->29->670" + "default.handlebars->29->673" ] }, { @@ -13351,10 +13351,14 @@ "zh-chs": "编辑英特尔®AMT凭证", "zh-cht": "編輯Intel® AMT憑證", "xloc": [ - "default-mobile.handlebars->9->279", + "default-mobile.handlebars->9->239", + "default-mobile.handlebars->9->242", + "default-mobile.handlebars->9->245", + "default-mobile.handlebars->9->285", "default.handlebars->29->556", "default.handlebars->29->559", - "default.handlebars->29->747" + "default.handlebars->29->562", + "default.handlebars->29->750" ] }, { @@ -13374,8 +13378,8 @@ "zh-chs": "编辑笔记", "zh-cht": "編輯筆記", "xloc": [ - "default-mobile.handlebars->9->446", - "default.handlebars->29->1447" + "default-mobile.handlebars->9->452", + "default.handlebars->29->1450" ] }, { @@ -13395,7 +13399,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->29->1374" + "default.handlebars->29->1377" ] }, { @@ -13415,7 +13419,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->29->1438" + "default.handlebars->29->1441" ] }, { @@ -13435,7 +13439,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->29->1433" + "default.handlebars->29->1436" ] }, { @@ -13455,7 +13459,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->29->1846" + "default.handlebars->29->1849" ] }, { @@ -13475,14 +13479,14 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->29->1435" + "default.handlebars->29->1438" ] }, { "en": "Edit User Group User Consent", "nl": "Bewerk groepsgebruikerstoestemming", "xloc": [ - "default.handlebars->29->1376" + "default.handlebars->29->1379" ] }, { @@ -13544,11 +13548,11 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->9->78", - "default.handlebars->29->1745", - "default.handlebars->29->1872", - "default.handlebars->29->1874", - "default.handlebars->29->1914", - "default.handlebars->29->1930", + "default.handlebars->29->1748", + "default.handlebars->29->1875", + "default.handlebars->29->1877", + "default.handlebars->29->1917", + "default.handlebars->29->1933", "default.handlebars->29->312", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -13581,7 +13585,7 @@ "zh-cht": "電郵地址變更", "xloc": [ "default-mobile.handlebars->9->79", - "default.handlebars->29->1236" + "default.handlebars->29->1239" ] }, { @@ -13602,7 +13606,7 @@ "zh-cht": "電郵認證", "xloc": [ "default-mobile.handlebars->9->68", - "default.handlebars->29->1004" + "default.handlebars->29->1007" ] }, { @@ -13662,7 +13666,7 @@ "zh-cht": "電郵驗證", "xloc": [ "default-mobile.handlebars->9->77", - "default.handlebars->29->1234" + "default.handlebars->29->1237" ] }, { @@ -13702,7 +13706,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->29->1691" + "default.handlebars->29->1694" ] }, { @@ -13722,8 +13726,8 @@ "zh-chs": "电邮已验证", "zh-cht": "電郵已驗證", "xloc": [ - "default.handlebars->29->1692", - "default.handlebars->29->1866" + "default.handlebars->29->1695", + "default.handlebars->29->1869" ] }, { @@ -13743,7 +13747,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->29->1751" + "default.handlebars->29->1754" ] }, { @@ -13763,7 +13767,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->29->1867" + "default.handlebars->29->1870" ] }, { @@ -13827,7 +13831,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->29->1752" + "default.handlebars->29->1755" ] }, { @@ -13847,7 +13851,7 @@ "zh-chs": "电邮/短信流量", "zh-cht": "電郵/短信流量", "xloc": [ - "default.handlebars->29->2071" + "default.handlebars->29->2074" ] }, { @@ -13893,7 +13897,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->29->1470" + "default.handlebars->29->1473" ] }, { @@ -13934,7 +13938,7 @@ "zh-cht": "啟用電郵二因子鑑別。", "xloc": [ "default-mobile.handlebars->9->70", - "default.handlebars->29->1006" + "default.handlebars->29->1009" ] }, { @@ -13974,7 +13978,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->29->2005" + "default.handlebars->29->2008" ] }, { @@ -13994,7 +13998,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->29->1634" + "default.handlebars->29->1637" ] }, { @@ -14034,7 +14038,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->29->2002" + "default.handlebars->29->2005" ] }, { @@ -14054,7 +14058,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->29->1557" + "default.handlebars->29->1560" ] }, { @@ -14074,7 +14078,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->29->1558" + "default.handlebars->29->1561" ] }, { @@ -14094,7 +14098,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->29->1555" + "default.handlebars->29->1558" ] }, { @@ -14114,7 +14118,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->29->1556" + "default.handlebars->29->1559" ] }, { @@ -14134,7 +14138,7 @@ "zh-chs": "英文", "zh-cht": "英文", "xloc": [ - "default.handlebars->29->1068" + "default.handlebars->29->1071" ] }, { @@ -14154,7 +14158,7 @@ "zh-chs": "英文(澳洲)", "zh-cht": "英文(澳洲)", "xloc": [ - "default.handlebars->29->1069" + "default.handlebars->29->1072" ] }, { @@ -14174,7 +14178,7 @@ "zh-chs": "英文(伯利茲)", "zh-cht": "英文(伯利茲)", "xloc": [ - "default.handlebars->29->1070" + "default.handlebars->29->1073" ] }, { @@ -14194,7 +14198,7 @@ "zh-chs": "英文(加拿大)", "zh-cht": "英文(加拿大)", "xloc": [ - "default.handlebars->29->1071" + "default.handlebars->29->1074" ] }, { @@ -14214,7 +14218,7 @@ "zh-chs": "英文(爱尔兰)", "zh-cht": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->29->1072" + "default.handlebars->29->1075" ] }, { @@ -14234,7 +14238,7 @@ "zh-chs": "英文(牙买加)", "zh-cht": "英文(牙買加)", "xloc": [ - "default.handlebars->29->1073" + "default.handlebars->29->1076" ] }, { @@ -14254,7 +14258,7 @@ "zh-chs": "英文(纽西兰)", "zh-cht": "英文(紐西蘭)", "xloc": [ - "default.handlebars->29->1074" + "default.handlebars->29->1077" ] }, { @@ -14274,7 +14278,7 @@ "zh-chs": "英文(菲律宾)", "zh-cht": "英文(菲律賓)", "xloc": [ - "default.handlebars->29->1075" + "default.handlebars->29->1078" ] }, { @@ -14294,7 +14298,7 @@ "zh-chs": "英语(南非)", "zh-cht": "英語(南非)", "xloc": [ - "default.handlebars->29->1076" + "default.handlebars->29->1079" ] }, { @@ -14314,7 +14318,7 @@ "zh-chs": "英文(特立尼达和多巴哥)", "zh-cht": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->29->1077" + "default.handlebars->29->1080" ] }, { @@ -14334,7 +14338,7 @@ "zh-chs": "英文(英国)", "zh-cht": "英文(英國)", "xloc": [ - "default.handlebars->29->1078" + "default.handlebars->29->1081" ] }, { @@ -14354,7 +14358,7 @@ "zh-chs": "美国英文", "zh-cht": "美國英語", "xloc": [ - "default.handlebars->29->1079" + "default.handlebars->29->1082" ] }, { @@ -14374,7 +14378,7 @@ "zh-chs": "英文(津巴布韦)", "zh-cht": "英文(津巴布韋)", "xloc": [ - "default.handlebars->29->1080" + "default.handlebars->29->1083" ] }, { @@ -14394,8 +14398,8 @@ "zh-chs": "输入", "zh-cht": "輸入", "xloc": [ - "default.handlebars->29->1262", - "default.handlebars->29->1263" + "default.handlebars->29->1265", + "default.handlebars->29->1266" ] }, { @@ -14415,7 +14419,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->29->1756" + "default.handlebars->29->1759" ] }, { @@ -14455,7 +14459,7 @@ "zh-chs": "输入文本,然后单击“确定”以使用美式英语键盘远程输入文本。在继续操作之前,请确保将远程鼠标放置在正确的位置。", "zh-cht": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ - "default.handlebars->29->822", + "default.handlebars->29->825", "desktop.handlebars->3->22" ] }, @@ -14518,7 +14522,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ - "default.handlebars->29->1001" + "default.handlebars->29->1004" ] }, { @@ -14578,7 +14582,7 @@ "zh-chs": "世界文", "zh-cht": "世界語", "xloc": [ - "default.handlebars->29->1081" + "default.handlebars->29->1084" ] }, { @@ -14598,7 +14602,7 @@ "zh-chs": "爱沙尼亚文", "zh-cht": "愛沙尼亞語", "xloc": [ - "default.handlebars->29->1082" + "default.handlebars->29->1085" ] }, { @@ -14618,7 +14622,7 @@ "zh-chs": "事件详情", "zh-cht": "事件詳情", "xloc": [ - "default.handlebars->29->905" + "default.handlebars->29->908" ] }, { @@ -14638,7 +14642,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->29->1667" + "default.handlebars->29->1670" ] }, { @@ -14731,7 +14735,7 @@ "zh-cht": "到期時間", "xloc": [ "default.handlebars->29->188", - "default.handlebars->29->715" + "default.handlebars->29->718" ] }, { @@ -14791,7 +14795,7 @@ "zh-chs": "扩充式ASCII", "zh-cht": "擴充式ASCII", "xloc": [ - "default.handlebars->29->850" + "default.handlebars->29->853" ] }, { @@ -14831,7 +14835,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->29->2056" + "default.handlebars->29->2059" ] }, { @@ -14871,7 +14875,7 @@ "zh-chs": "FYRO马其顿语", "zh-cht": "FYRO馬其頓語", "xloc": [ - "default.handlebars->29->1132" + "default.handlebars->29->1135" ] }, { @@ -14891,7 +14895,7 @@ "zh-chs": "法罗语", "zh-cht": "法羅語", "xloc": [ - "default.handlebars->29->1083" + "default.handlebars->29->1086" ] }, { @@ -14931,7 +14935,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->29->1580" + "default.handlebars->29->1583" ] }, { @@ -14951,7 +14955,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->29->1587" + "default.handlebars->29->1590" ] }, { @@ -14971,7 +14975,7 @@ "zh-chs": "无法启动远程终端接合{0}({1})", "zh-cht": "無法啟動遠程終端接合{0}({1})", "xloc": [ - "default.handlebars->29->804", + "default.handlebars->29->807", "desktop.handlebars->3->9" ] }, @@ -14992,7 +14996,7 @@ "zh-chs": "波斯文(波斯文)", "zh-cht": "波斯語(波斯語)", "xloc": [ - "default.handlebars->29->1084" + "default.handlebars->29->1087" ] }, { @@ -15034,7 +15038,7 @@ "zh-chs": "功能", "zh-cht": "功能", "xloc": [ - "default.handlebars->29->1307" + "default.handlebars->29->1310" ] }, { @@ -15054,7 +15058,7 @@ "zh-chs": "斐济", "zh-cht": "斐濟", "xloc": [ - "default.handlebars->29->1085" + "default.handlebars->29->1088" ] }, { @@ -15094,9 +15098,9 @@ "zh-chs": "档案编辑器", "zh-cht": "檔案編輯器", "xloc": [ - "default-mobile.handlebars->9->312", + "default-mobile.handlebars->9->318", "default.handlebars->29->498", - "default.handlebars->29->876" + "default.handlebars->29->879" ] }, { @@ -15116,8 +15120,8 @@ "zh-chs": "档案操作", "zh-cht": "檔案操作", "xloc": [ - "default.handlebars->29->861", - "default.handlebars->29->863" + "default.handlebars->29->864", + "default.handlebars->29->866" ] }, { @@ -15157,7 +15161,7 @@ "zh-chs": "文件系统驱动", "zh-cht": "FileSystemDriver", "xloc": [ - "default.handlebars->29->831" + "default.handlebars->29->834" ] }, { @@ -15178,9 +15182,9 @@ "zh-cht": "檔案", "xloc": [ "default-mobile.handlebars->9->171", - "default-mobile.handlebars->9->262", - "default.handlebars->29->1384", - "default.handlebars->29->1990", + "default-mobile.handlebars->9->268", + "default.handlebars->29->1387", + "default.handlebars->29->1993", "default.handlebars->29->258", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" @@ -15223,10 +15227,10 @@ "zh-chs": "档案通知", "zh-cht": "檔案通知", "xloc": [ - "default.handlebars->29->1315", - "default.handlebars->29->1812", - "default.handlebars->29->1899", - "default.handlebars->29->581" + "default.handlebars->29->1318", + "default.handlebars->29->1815", + "default.handlebars->29->1902", + "default.handlebars->29->584" ] }, { @@ -15246,10 +15250,10 @@ "zh-chs": "档案提示", "zh-cht": "檔案提示", "xloc": [ - "default.handlebars->29->1314", - "default.handlebars->29->1811", - "default.handlebars->29->1898", - "default.handlebars->29->580" + "default.handlebars->29->1317", + "default.handlebars->29->1814", + "default.handlebars->29->1901", + "default.handlebars->29->583" ] }, { @@ -15292,7 +15296,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->29->1553" + "default.handlebars->29->1556" ] }, { @@ -15312,7 +15316,7 @@ "zh-chs": "芬兰", "zh-cht": "芬蘭", "xloc": [ - "default.handlebars->29->1086" + "default.handlebars->29->1089" ] }, { @@ -15465,8 +15469,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->29->1750", - "default.handlebars->29->1939" + "default.handlebars->29->1753", + "default.handlebars->29->1942" ] }, { @@ -15549,7 +15553,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->29->1658" + "default.handlebars->29->1661" ] }, { @@ -15590,8 +15594,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->29->2014", - "default.handlebars->29->2016" + "default.handlebars->29->2017", + "default.handlebars->29->2019" ] }, { @@ -15632,7 +15636,7 @@ "zh-chs": "法文(比利时)", "zh-cht": "法語(比利時)", "xloc": [ - "default.handlebars->29->1088" + "default.handlebars->29->1091" ] }, { @@ -15652,7 +15656,7 @@ "zh-chs": "法文(加拿大)", "zh-cht": "法語(加拿大)", "xloc": [ - "default.handlebars->29->1089" + "default.handlebars->29->1092" ] }, { @@ -15672,7 +15676,7 @@ "zh-chs": "法文(法国)", "zh-cht": "法語(法國)", "xloc": [ - "default.handlebars->29->1090" + "default.handlebars->29->1093" ] }, { @@ -15692,7 +15696,7 @@ "zh-chs": "法文(卢森堡)", "zh-cht": "法語(盧森堡)", "xloc": [ - "default.handlebars->29->1091" + "default.handlebars->29->1094" ] }, { @@ -15712,7 +15716,7 @@ "zh-chs": "法文(摩纳哥)", "zh-cht": "法語(摩納哥)", "xloc": [ - "default.handlebars->29->1092" + "default.handlebars->29->1095" ] }, { @@ -15732,7 +15736,7 @@ "zh-chs": "法文(标准)", "zh-cht": "法語(標準)", "xloc": [ - "default.handlebars->29->1087" + "default.handlebars->29->1090" ] }, { @@ -15752,7 +15756,7 @@ "zh-chs": "法文(瑞士)", "zh-cht": "法語(瑞士)", "xloc": [ - "default.handlebars->29->1093" + "default.handlebars->29->1096" ] }, { @@ -15772,7 +15776,7 @@ "zh-chs": "弗里斯兰文", "zh-cht": "弗里斯蘭語", "xloc": [ - "default.handlebars->29->1094" + "default.handlebars->29->1097" ] }, { @@ -15792,7 +15796,7 @@ "zh-chs": "弗留利", "zh-cht": "弗留利", "xloc": [ - "default.handlebars->29->1095" + "default.handlebars->29->1098" ] }, { @@ -15813,12 +15817,12 @@ "zh-cht": "完整管理員", "xloc": [ "default-mobile.handlebars->9->105", - "default-mobile.handlebars->9->409", - "default-mobile.handlebars->9->418", - "default-mobile.handlebars->9->438", - "default.handlebars->29->1269", - "default.handlebars->29->1403", - "default.handlebars->29->1762" + "default-mobile.handlebars->9->415", + "default-mobile.handlebars->9->424", + "default-mobile.handlebars->9->444", + "default.handlebars->29->1272", + "default.handlebars->29->1406", + "default.handlebars->29->1765" ] }, { @@ -15838,7 +15842,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->29->1439" + "default.handlebars->29->1442" ] }, { @@ -15875,7 +15879,7 @@ "zh-chs": "完整设备权限", "zh-cht": "完整裝置權限", "xloc": [ - "default.handlebars->29->651" + "default.handlebars->29->654" ] }, { @@ -15895,7 +15899,7 @@ "zh-chs": "全部权限", "zh-cht": "全部權限", "xloc": [ - "default.handlebars->29->669" + "default.handlebars->29->672" ] }, { @@ -15937,7 +15941,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->29->1860" + "default.handlebars->29->1863" ] }, { @@ -15957,8 +15961,8 @@ "zh-chs": "GPU", "zh-cht": "GPU", "xloc": [ - "default-mobile.handlebars->9->385", - "default.handlebars->29->967" + "default-mobile.handlebars->9->391", + "default.handlebars->29->970" ] }, { @@ -15978,7 +15982,7 @@ "zh-chs": "盖尔文(爱尔兰)", "zh-cht": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->29->1097" + "default.handlebars->29->1100" ] }, { @@ -15998,7 +16002,7 @@ "zh-chs": "盖尔文(苏格兰文)", "zh-cht": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->29->1096" + "default.handlebars->29->1099" ] }, { @@ -16018,7 +16022,7 @@ "zh-chs": "加拉契文", "zh-cht": "加拉契語", "xloc": [ - "default.handlebars->29->1098" + "default.handlebars->29->1101" ] }, { @@ -16058,7 +16062,7 @@ "zh-chs": "一般", "zh-cht": "一般", "xloc": [ - "default-mobile.handlebars->9->260", + "default-mobile.handlebars->9->266", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDev", "default.handlebars->container->topbar->1->1->MeshSubMenuSpan->MeshSubMenu->1->0->MeshGeneral", "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerGeneral", @@ -16144,7 +16148,7 @@ "zh-chs": "格鲁吉亚文", "zh-cht": "格魯吉亞文", "xloc": [ - "default.handlebars->29->1099" + "default.handlebars->29->1102" ] }, { @@ -16164,7 +16168,7 @@ "zh-chs": "德文(奥地利)", "zh-cht": "德語(奧地利)", "xloc": [ - "default.handlebars->29->1101" + "default.handlebars->29->1104" ] }, { @@ -16184,7 +16188,7 @@ "zh-chs": "德文(德国)", "zh-cht": "德文(德國)", "xloc": [ - "default.handlebars->29->1102" + "default.handlebars->29->1105" ] }, { @@ -16204,7 +16208,7 @@ "zh-chs": "德文(列支敦士登)", "zh-cht": "德文(列支敦士登)", "xloc": [ - "default.handlebars->29->1103" + "default.handlebars->29->1106" ] }, { @@ -16224,7 +16228,7 @@ "zh-chs": "德文(卢森堡)", "zh-cht": "德語(盧森堡)", "xloc": [ - "default.handlebars->29->1104" + "default.handlebars->29->1107" ] }, { @@ -16244,7 +16248,7 @@ "zh-chs": "德文(标准)", "zh-cht": "德語(標準)", "xloc": [ - "default.handlebars->29->1100" + "default.handlebars->29->1103" ] }, { @@ -16264,7 +16268,7 @@ "zh-chs": "德文(瑞士)", "zh-cht": "德文(瑞士)", "xloc": [ - "default.handlebars->29->1105" + "default.handlebars->29->1108" ] }, { @@ -16284,7 +16288,7 @@ "zh-chs": "获取此设备的MQTT登录凭证。", "zh-cht": "獲取此裝置的MQTT登入憑證。", "xloc": [ - "default.handlebars->29->630" + "default.handlebars->29->633" ] }, { @@ -16325,7 +16329,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->29->1567" + "default.handlebars->29->1570" ] }, { @@ -16387,7 +16391,7 @@ "zh-chs": "好", "zh-cht": "好", "xloc": [ - "default.handlebars->29->1265" + "default.handlebars->29->1268" ] }, { @@ -16432,8 +16436,8 @@ "zh-chs": "Google云端硬盘备份", "zh-cht": "Google雲端硬盤備份", "xloc": [ - "default.handlebars->29->1276", "default.handlebars->29->1279", + "default.handlebars->29->1282", "default.handlebars->29->204" ] }, @@ -16454,7 +16458,7 @@ "zh-chs": "Google云端硬盘控制台", "zh-cht": "Google雲端硬盤控制台", "xloc": [ - "default.handlebars->29->1273" + "default.handlebars->29->1276" ] }, { @@ -16494,7 +16498,7 @@ "zh-chs": "Google云端硬盘备份当前处于活动状态。", "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ - "default.handlebars->29->1277" + "default.handlebars->29->1280" ] }, { @@ -16514,7 +16518,7 @@ "zh-chs": "希腊文", "zh-cht": "希臘文", "xloc": [ - "default.handlebars->29->1106" + "default.handlebars->29->1109" ] }, { @@ -16556,8 +16560,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->29->1706", - "default.handlebars->29->1785", + "default.handlebars->29->1709", + "default.handlebars->29->1788", "default.handlebars->29->441", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -16581,7 +16585,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->29->1654" + "default.handlebars->29->1657" ] }, { @@ -16601,7 +16605,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->29->1802" + "default.handlebars->29->1805" ] }, { @@ -16621,7 +16625,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->29->1823" + "default.handlebars->29->1826" ] }, { @@ -16641,7 +16645,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->29->1402" + "default.handlebars->29->1405" ] }, { @@ -16661,7 +16665,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->29->1401" + "default.handlebars->29->1404" ] }, { @@ -16688,7 +16692,7 @@ "zh-chs": "组1,组2,组3", "zh-cht": "群1,群2,群3", "xloc": [ - "default-mobile.handlebars->9->288" + "default-mobile.handlebars->9->294" ] }, { @@ -16729,7 +16733,7 @@ "zh-cht": "來賓姓名", "xloc": [ "default.handlebars->29->187", - "default.handlebars->29->699" + "default.handlebars->29->702" ] }, { @@ -16749,7 +16753,7 @@ "zh-chs": "古久拉提", "zh-cht": "古久拉提", "xloc": [ - "default.handlebars->29->1107" + "default.handlebars->29->1110" ] }, { @@ -16792,7 +16796,7 @@ "zh-chs": "海地文", "zh-cht": "海地文", "xloc": [ - "default.handlebars->29->1108" + "default.handlebars->29->1111" ] }, { @@ -16832,7 +16836,7 @@ "zh-chs": "强行断开代理", "zh-cht": "強行斷開代理", "xloc": [ - "default.handlebars->29->996" + "default.handlebars->29->999" ] }, { @@ -16852,7 +16856,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->29->2058" + "default.handlebars->29->2061" ] }, { @@ -16872,7 +16876,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->29->2057" + "default.handlebars->29->2060" ] }, { @@ -16892,7 +16896,7 @@ "zh-chs": "希伯来文", "zh-cht": "希伯來文", "xloc": [ - "default.handlebars->29->1109" + "default.handlebars->29->1112" ] }, { @@ -16927,7 +16931,7 @@ "en": "Help Requested, user: {0}, details: {1}", "nl": "Hulp verzoek van, user: {0}, details: {1}", "xloc": [ - "default.handlebars->29->1644" + "default.handlebars->29->1647" ] }, { @@ -16962,7 +16966,7 @@ "zh-chs": "帮助翻译MeshCentral", "zh-cht": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->29->1224" + "default.handlebars->29->1227" ] }, { @@ -17066,7 +17070,7 @@ "zh-chs": "印地文", "zh-cht": "印地文", "xloc": [ - "default.handlebars->29->1110" + "default.handlebars->29->1113" ] }, { @@ -17103,8 +17107,8 @@ "zh-chs": "保存1个条目进行复制", "zh-cht": "保存1個項目進行複製", "xloc": [ - "default-mobile.handlebars->9->321", - "default.handlebars->29->886" + "default-mobile.handlebars->9->327", + "default.handlebars->29->889" ] }, { @@ -17124,8 +17128,8 @@ "zh-chs": "保存1个项目进行移动", "zh-cht": "保存1個項目進行移動", "xloc": [ - "default-mobile.handlebars->9->325", - "default.handlebars->29->890" + "default-mobile.handlebars->9->331", + "default.handlebars->29->893" ] }, { @@ -17145,8 +17149,8 @@ "zh-chs": "保存{0}个条目进行复制", "zh-cht": "保留{0}個項目進行複製", "xloc": [ - "default-mobile.handlebars->9->319", - "default.handlebars->29->884" + "default-mobile.handlebars->9->325", + "default.handlebars->29->887" ] }, { @@ -17166,8 +17170,8 @@ "zh-chs": "保存{0}个条目以进行移动", "zh-cht": "保存{0}個項目以進行移動", "xloc": [ - "default-mobile.handlebars->9->323", - "default.handlebars->29->888" + "default-mobile.handlebars->9->329", + "default.handlebars->29->891" ] }, { @@ -17188,7 +17192,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->9->129", - "default.handlebars->29->1540" + "default.handlebars->29->1543" ] }, { @@ -17211,10 +17215,10 @@ "default-mobile.handlebars->9->220", "default-mobile.handlebars->9->221", "default-mobile.handlebars->9->223", - "default-mobile.handlebars->9->285", + "default-mobile.handlebars->9->291", "default.handlebars->29->288", "default.handlebars->29->538", - "default.handlebars->29->797" + "default.handlebars->29->800" ] }, { @@ -17234,7 +17238,7 @@ "zh-chs": "主机名同步", "zh-cht": "主機名同步", "xloc": [ - "default.handlebars->29->1304" + "default.handlebars->29->1307" ] }, { @@ -17254,7 +17258,7 @@ "zh-chs": "匈牙利文", "zh-cht": "匈牙利文", "xloc": [ - "default.handlebars->29->1111" + "default.handlebars->29->1114" ] }, { @@ -17317,11 +17321,11 @@ "zh-chs": "IP:{0}", "zh-cht": "IP:{0}", "xloc": [ - "default-mobile.handlebars->9->354", - "default-mobile.handlebars->9->358", - "default.handlebars->29->926", - "default.handlebars->29->936", - "default.handlebars->29->940" + "default-mobile.handlebars->9->360", + "default-mobile.handlebars->9->364", + "default.handlebars->29->929", + "default.handlebars->29->939", + "default.handlebars->29->943" ] }, { @@ -17341,11 +17345,11 @@ "zh-chs": "IP:{0},掩码:{1},网关:{2}", "zh-cht": "IP:{0},遮罩:{1},閘道:{2}", "xloc": [ - "default-mobile.handlebars->9->352", - "default-mobile.handlebars->9->356", - "default.handlebars->29->924", - "default.handlebars->29->934", - "default.handlebars->29->938" + "default-mobile.handlebars->9->358", + "default-mobile.handlebars->9->362", + "default.handlebars->29->927", + "default.handlebars->29->937", + "default.handlebars->29->941" ] }, { @@ -17365,12 +17369,12 @@ "zh-chs": "IPv4层", "zh-cht": "IPv4層", "xloc": [ - "default-mobile.handlebars->9->351", - "default-mobile.handlebars->9->353", - "default.handlebars->29->923", - "default.handlebars->29->925", - "default.handlebars->29->933", - "default.handlebars->29->935" + "default-mobile.handlebars->9->357", + "default-mobile.handlebars->9->359", + "default.handlebars->29->926", + "default.handlebars->29->928", + "default.handlebars->29->936", + "default.handlebars->29->938" ] }, { @@ -17453,10 +17457,10 @@ "zh-chs": "IPv6层", "zh-cht": "IPv6層", "xloc": [ - "default-mobile.handlebars->9->355", - "default-mobile.handlebars->9->357", - "default.handlebars->29->937", - "default.handlebars->29->939" + "default-mobile.handlebars->9->361", + "default-mobile.handlebars->9->363", + "default.handlebars->29->940", + "default.handlebars->29->942" ] }, { @@ -17536,7 +17540,7 @@ "zh-chs": "冰岛文", "zh-cht": "冰島文", "xloc": [ - "default.handlebars->29->1112" + "default.handlebars->29->1115" ] }, { @@ -17556,8 +17560,8 @@ "zh-chs": "图标选择", "zh-cht": "圖符選擇", "xloc": [ - "default-mobile.handlebars->9->283", - "default.handlebars->29->795" + "default-mobile.handlebars->9->289", + "default.handlebars->29->798" ] }, { @@ -17577,8 +17581,8 @@ "zh-chs": "识别码", "zh-cht": "識別符", "xloc": [ - "default-mobile.handlebars->9->383", - "default.handlebars->29->965" + "default-mobile.handlebars->9->389", + "default.handlebars->29->968" ] }, { @@ -17726,7 +17730,7 @@ "zh-chs": "印度尼西亚文", "zh-cht": "印度尼西亞文", "xloc": [ - "default.handlebars->29->1113" + "default.handlebars->29->1116" ] }, { @@ -17899,8 +17903,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->29->1472", - "default.handlebars->29->1479", + "default.handlebars->29->1475", + "default.handlebars->29->1482", "default.handlebars->29->327", "default.handlebars->29->341", "default.handlebars->29->355" @@ -17923,7 +17927,7 @@ "zh-chs": "英特尔(F10 = ESC + [OM)", "zh-cht": "Intel(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->29->852", + "default.handlebars->29->855", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -17944,7 +17948,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->29->2054" + "default.handlebars->29->2057" ] }, { @@ -17964,7 +17968,7 @@ "zh-chs": "英特尔ASCII", "zh-cht": "Intel ASCII", "xloc": [ - "default.handlebars->29->851" + "default.handlebars->29->854" ] }, { @@ -17985,16 +17989,16 @@ "zh-cht": "Intel® AMT", "xloc": [ "default-mobile.handlebars->9->205", - "default-mobile.handlebars->9->241", - "default-mobile.handlebars->9->246", - "default.handlebars->29->1322", - "default.handlebars->29->1332", - "default.handlebars->29->1491", - "default.handlebars->29->1499", - "default.handlebars->29->2076", + "default-mobile.handlebars->9->247", + "default-mobile.handlebars->9->252", + "default.handlebars->29->1325", + "default.handlebars->29->1335", + "default.handlebars->29->1494", + "default.handlebars->29->1502", + "default.handlebars->29->2079", "default.handlebars->29->508", - "default.handlebars->29->563", - "default.handlebars->29->591" + "default.handlebars->29->566", + "default.handlebars->29->594" ] }, { @@ -18014,8 +18018,8 @@ "zh-chs": "英特尔®AMT CIRA", "zh-cht": "Intel® AMT CIRA", "xloc": [ - "default-mobile.handlebars->9->245", - "default.handlebars->29->589" + "default-mobile.handlebars->9->251", + "default.handlebars->29->592" ] }, { @@ -18077,7 +18081,7 @@ "xloc": [ "default.handlebars->29->214", "default.handlebars->29->416", - "default.handlebars->29->588" + "default.handlebars->29->591" ] }, { @@ -18140,7 +18144,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->29->1352" + "default.handlebars->29->1355" ] }, { @@ -18160,7 +18164,7 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->29->1992", + "default.handlebars->29->1995", "player.handlebars->3->14" ] }, @@ -18181,7 +18185,7 @@ "zh-chs": "英特尔®AMT标签", "zh-cht": "Intel® AMT標籤", "xloc": [ - "default.handlebars->29->567" + "default.handlebars->29->570" ] }, { @@ -18201,7 +18205,7 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->29->1991", + "default.handlebars->29->1994", "player.handlebars->3->13" ] }, @@ -18239,9 +18243,9 @@ "zh-chs": "英特尔®AMT已连接", "zh-cht": "Intel ®AMT已連接", "xloc": [ - "default-mobile.handlebars->9->256", - "default.handlebars->29->636", - "default.handlebars->29->637" + "default-mobile.handlebars->9->262", + "default.handlebars->29->639", + "default.handlebars->29->640" ] }, { @@ -18261,8 +18265,8 @@ "zh-chs": "英特尔®AMT桌面和串行事件。", "zh-cht": "Intel® AMT桌面和串行事件。", "xloc": [ - "default.handlebars->29->1230", - "default.handlebars->29->1487" + "default.handlebars->29->1233", + "default.handlebars->29->1490" ] }, { @@ -18282,10 +18286,10 @@ "zh-chs": "检测到英特尔®AMT", "zh-cht": "檢測到Intel® AMT", "xloc": [ - "default-mobile.handlebars->9->257", + "default-mobile.handlebars->9->263", "default.handlebars->29->164", - "default.handlebars->29->638", - "default.handlebars->29->639" + "default.handlebars->29->641", + "default.handlebars->29->642" ] }, { @@ -18345,7 +18349,7 @@ "zh-chs": "英特尔®AMT可路由并可以使用。", "zh-cht": "Intel® AMT可路由並可以使用。", "xloc": [ - "default.handlebars->29->590" + "default.handlebars->29->593" ] }, { @@ -18386,6 +18390,7 @@ "zh-chs": "英特尔AMT已设置TLS网络安全", "zh-cht": "Intel® AMT已設置TLS網絡安全性", "xloc": [ + "default-mobile.handlebars->9->237", "default.handlebars->29->554" ] }, @@ -18446,9 +18451,9 @@ "zh-chs": "仅限英特尔®AMT,无代理", "zh-cht": "僅限Intel® AMT,無代理", "xloc": [ - "default-mobile.handlebars->9->400", - "default.handlebars->29->1259", - "default.handlebars->29->1294" + "default-mobile.handlebars->9->406", + "default.handlebars->29->1262", + "default.handlebars->29->1297" ] }, { @@ -18491,7 +18496,7 @@ "zh-chs": "英特尔®主动管理技术", "zh-cht": "Intel® Active Management Technology", "xloc": [ - "default.handlebars->29->562" + "default.handlebars->29->565" ] }, { @@ -18511,8 +18516,8 @@ "zh-chs": "英特尔®主动管理技术(英特尔®AMT)", "zh-cht": "Intel ® Active Management Technology(Intel® AMT)", "xloc": [ - "default-mobile.handlebars->9->375", - "default.handlebars->29->957" + "default-mobile.handlebars->9->381", + "default.handlebars->29->960" ] }, { @@ -18532,8 +18537,8 @@ "zh-chs": "英特尔®ME", "zh-cht": "Intel® ME", "xloc": [ - "default-mobile.handlebars->9->240", - "default.handlebars->29->561" + "default-mobile.handlebars->9->246", + "default.handlebars->29->564" ] }, { @@ -18553,7 +18558,7 @@ "zh-chs": "英特尔®可管理性引擎", "zh-cht": "Intel® Management Engine", "xloc": [ - "default.handlebars->29->560" + "default.handlebars->29->563" ] }, { @@ -18573,8 +18578,8 @@ "zh-chs": "英特尔®SM", "zh-cht": "Intel® M", "xloc": [ - "default-mobile.handlebars->9->242", - "default.handlebars->29->565" + "default-mobile.handlebars->9->248", + "default.handlebars->29->568" ] }, { @@ -18594,7 +18599,7 @@ "zh-chs": "英特尔®标准可管理性", "zh-cht": "Intel® Standard Manageability", "xloc": [ - "default.handlebars->29->564" + "default.handlebars->29->567" ] }, { @@ -18717,7 +18722,7 @@ "zh-chs": "互动", "zh-cht": "互動", "xloc": [ - "default.handlebars->29->832" + "default.handlebars->29->835" ] }, { @@ -18737,8 +18742,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->29->1475", - "default.handlebars->29->1482", + "default.handlebars->29->1478", + "default.handlebars->29->1485", "default.handlebars->29->330", "default.handlebars->29->344", "default.handlebars->29->358" @@ -18761,7 +18766,7 @@ "zh-chs": "介面", "zh-cht": "介面", "xloc": [ - "default.handlebars->29->613" + "default.handlebars->29->616" ] }, { @@ -18781,7 +18786,16 @@ "zh-chs": "因纽特文", "zh-cht": "因紐特文", "xloc": [ - "default.handlebars->29->1114" + "default.handlebars->29->1117" + ] + }, + { + "en": "Invalid Credentials", + "xloc": [ + "default-mobile.handlebars->9->243", + "default-mobile.handlebars->9->244", + "default.handlebars->29->560", + "default.handlebars->29->561" ] }, { @@ -18801,7 +18815,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->29->2028" + "default.handlebars->29->2031" ] }, { @@ -18821,7 +18835,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->29->2022" + "default.handlebars->29->2025" ] }, { @@ -18841,8 +18855,8 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->29->1724", - "default.handlebars->29->1726" + "default.handlebars->29->1727", + "default.handlebars->29->1729" ] }, { @@ -18862,7 +18876,7 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->29->1722" + "default.handlebars->29->1725" ] }, { @@ -18882,7 +18896,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->29->2020" + "default.handlebars->29->2023" ] }, { @@ -18902,7 +18916,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->29->2021" + "default.handlebars->29->2024" ] }, { @@ -19029,7 +19043,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->29->1700" + "default.handlebars->29->1703" ] }, { @@ -19106,7 +19120,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->29->1477" + "default.handlebars->29->1480" ] }, { @@ -19146,7 +19160,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->29->1342", + "default.handlebars->29->1345", "default.handlebars->29->285", "default.handlebars->29->346" ] @@ -19168,11 +19182,11 @@ "zh-chs": "邀请码", "zh-cht": "邀請碼", "xloc": [ - "default.handlebars->29->1326", - "default.handlebars->29->1471", - "default.handlebars->29->1476", - "default.handlebars->29->1478", - "default.handlebars->29->1483" + "default.handlebars->29->1329", + "default.handlebars->29->1474", + "default.handlebars->29->1479", + "default.handlebars->29->1481", + "default.handlebars->29->1486" ] }, { @@ -19212,7 +19226,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->29->1341", + "default.handlebars->29->1344", "default.handlebars->29->284" ] }, @@ -19253,7 +19267,7 @@ "zh-chs": "爱尔兰文", "zh-cht": "愛爾蘭文", "xloc": [ - "default.handlebars->29->1115" + "default.handlebars->29->1118" ] }, { @@ -19273,7 +19287,7 @@ "zh-chs": "意大利文(标准)", "zh-cht": "意大利文(標準)", "xloc": [ - "default.handlebars->29->1116" + "default.handlebars->29->1119" ] }, { @@ -19293,7 +19307,7 @@ "zh-chs": "意大利文(瑞士)", "zh-cht": "義大利文(瑞士)", "xloc": [ - "default.handlebars->29->1117" + "default.handlebars->29->1120" ] }, { @@ -19313,7 +19327,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->29->1660" + "default.handlebars->29->1663" ] }, { @@ -19333,8 +19347,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->29->1665", - "default.handlebars->29->1730", + "default.handlebars->29->1668", + "default.handlebars->29->1733", "default.handlebars->29->469" ] }, @@ -19355,7 +19369,7 @@ "zh-chs": "日文", "zh-cht": "日文", "xloc": [ - "default.handlebars->29->1118" + "default.handlebars->29->1121" ] }, { @@ -19375,7 +19389,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->29->1550" + "default.handlebars->29->1553" ] }, { @@ -19395,7 +19409,7 @@ "zh-chs": "卡纳达文", "zh-cht": "卡納達文", "xloc": [ - "default.handlebars->29->1119" + "default.handlebars->29->1122" ] }, { @@ -19415,7 +19429,7 @@ "zh-chs": "克什米尔文", "zh-cht": "克什米爾文", "xloc": [ - "default.handlebars->29->1120" + "default.handlebars->29->1123" ] }, { @@ -19435,7 +19449,7 @@ "zh-chs": "哈萨克文", "zh-cht": "哈薩克文", "xloc": [ - "default.handlebars->29->1121" + "default.handlebars->29->1124" ] }, { @@ -19455,7 +19469,7 @@ "zh-chs": "内核驱动器", "zh-cht": "內核驅動器", "xloc": [ - "default.handlebars->29->833" + "default.handlebars->29->836" ] }, { @@ -19475,8 +19489,8 @@ "zh-chs": "键名", "zh-cht": "鍵名", "xloc": [ - "default.handlebars->29->1012", - "default.handlebars->29->1015" + "default.handlebars->29->1015", + "default.handlebars->29->1018" ] }, { @@ -19536,7 +19550,7 @@ "zh-chs": "高棉文", "zh-cht": "高棉文", "xloc": [ - "default.handlebars->29->1122" + "default.handlebars->29->1125" ] }, { @@ -19556,7 +19570,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->29->1565" + "default.handlebars->29->1568" ] }, { @@ -19576,7 +19590,7 @@ "zh-chs": "吉尔吉斯", "zh-cht": "吉爾吉斯", "xloc": [ - "default.handlebars->29->1123" + "default.handlebars->29->1126" ] }, { @@ -19596,7 +19610,7 @@ "zh-chs": "克林贡", "zh-cht": "克林貢", "xloc": [ - "default.handlebars->29->1124" + "default.handlebars->29->1127" ] }, { @@ -19616,8 +19630,8 @@ "zh-chs": "已知的", "zh-cht": "已知的", "xloc": [ - "default-mobile.handlebars->9->374", - "default.handlebars->29->956" + "default-mobile.handlebars->9->380", + "default.handlebars->29->959" ] }, { @@ -19637,7 +19651,7 @@ "zh-chs": "韩文", "zh-cht": "韓文", "xloc": [ - "default.handlebars->29->1125" + "default.handlebars->29->1128" ] }, { @@ -19657,7 +19671,7 @@ "zh-chs": "韩文(朝鲜)", "zh-cht": "韓文(朝鮮)", "xloc": [ - "default.handlebars->29->1126" + "default.handlebars->29->1129" ] }, { @@ -19677,7 +19691,7 @@ "zh-chs": "韩文(韩国)", "zh-cht": "韓文(韓國)", "xloc": [ - "default.handlebars->29->1127" + "default.handlebars->29->1130" ] }, { @@ -19697,8 +19711,8 @@ "zh-chs": "如果", "zh-cht": "如果", "xloc": [ - "default.handlebars->29->847", - "default.handlebars->29->856" + "default.handlebars->29->850", + "default.handlebars->29->859" ] }, { @@ -19718,7 +19732,7 @@ "zh-chs": "语言", "zh-cht": "語言", "xloc": [ - "default.handlebars->29->1222" + "default.handlebars->29->1225" ] }, { @@ -19758,7 +19772,7 @@ "zh-chs": "大焦点", "zh-cht": "大焦點", "xloc": [ - "default.handlebars->29->821" + "default.handlebars->29->824" ] }, { @@ -19971,7 +19985,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->29->1673" + "default.handlebars->29->1676" ] }, { @@ -19991,7 +20005,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->29->1881" + "default.handlebars->29->1884" ] }, { @@ -20011,15 +20025,15 @@ "zh-chs": "上次代理地址", "zh-cht": "上次代理地址", "xloc": [ - "default-mobile.handlebars->9->342", - "default-mobile.handlebars->9->343", - "default-mobile.handlebars->9->344", + "default-mobile.handlebars->9->348", + "default-mobile.handlebars->9->349", + "default-mobile.handlebars->9->350", "default.handlebars->29->69", "default.handlebars->29->71", "default.handlebars->29->73", - "default.handlebars->29->914", - "default.handlebars->29->915", - "default.handlebars->29->916" + "default.handlebars->29->917", + "default.handlebars->29->918", + "default.handlebars->29->919" ] }, { @@ -20039,11 +20053,11 @@ "zh-chs": "上次代理连接", "zh-cht": "上次代理連接", "xloc": [ - "default-mobile.handlebars->9->339", - "default-mobile.handlebars->9->341", + "default-mobile.handlebars->9->345", + "default-mobile.handlebars->9->347", "default.handlebars->29->68", - "default.handlebars->29->911", - "default.handlebars->29->913" + "default.handlebars->29->914", + "default.handlebars->29->916" ] }, { @@ -20063,7 +20077,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->29->1885" + "default.handlebars->29->1888" ] }, { @@ -20123,7 +20137,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->29->1683" + "default.handlebars->29->1686" ] }, { @@ -20143,7 +20157,7 @@ "zh-chs": "最后一次发现:", "zh-cht": "最後一次發現:", "xloc": [ - "default.handlebars->29->642", + "default.handlebars->29->645", "default.handlebars->29->65" ] }, @@ -20224,7 +20238,7 @@ "zh-chs": "拉丁文", "zh-cht": "拉丁文", "xloc": [ - "default.handlebars->29->1128" + "default.handlebars->29->1131" ] }, { @@ -20244,7 +20258,7 @@ "zh-chs": "拉脱维亚文", "zh-cht": "拉脫維亞文", "xloc": [ - "default.handlebars->29->1129" + "default.handlebars->29->1132" ] }, { @@ -20264,7 +20278,7 @@ "zh-chs": "启动MeshCentral路由器", "zh-cht": "啟動MeshCentral路由器", "xloc": [ - "default.handlebars->29->772" + "default.handlebars->29->775" ] }, { @@ -20284,7 +20298,7 @@ "zh-chs": "启动noVNC连接到此设备", "zh-cht": "啟動noVNC連接到此裝置", "xloc": [ - "default.handlebars->29->626" + "default.handlebars->29->629" ] }, { @@ -20304,7 +20318,7 @@ "zh-chs": "启动基于Web的RDP连接到此设备", "zh-cht": "啟動基於Web的RDP連接到此裝置", "xloc": [ - "default.handlebars->29->628" + "default.handlebars->29->631" ] }, { @@ -20324,7 +20338,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->29->1925" + "default.handlebars->29->1928" ] }, { @@ -20369,7 +20383,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->29->1551" + "default.handlebars->29->1554" ] }, { @@ -20389,7 +20403,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->29->2093" + "default.handlebars->29->2096" ] }, { @@ -20409,8 +20423,8 @@ "zh-chs": "限制事件", "zh-cht": "限制事件", "xloc": [ - "default.handlebars->29->663", - "default.handlebars->29->684" + "default.handlebars->29->666", + "default.handlebars->29->687" ] }, { @@ -20451,10 +20465,10 @@ "zh-chs": "有限输入", "zh-cht": "有限輸入", "xloc": [ - "default-mobile.handlebars->9->451", - "default.handlebars->29->1453", - "default.handlebars->29->656", - "default.handlebars->29->677" + "default-mobile.handlebars->9->457", + "default.handlebars->29->1456", + "default.handlebars->29->659", + "default.handlebars->29->680" ] }, { @@ -20474,8 +20488,8 @@ "zh-chs": "仅有限输入", "zh-cht": "僅有限輸入", "xloc": [ - "default-mobile.handlebars->9->424", - "default.handlebars->29->1409" + "default-mobile.handlebars->9->430", + "default.handlebars->29->1412" ] }, { @@ -20701,7 +20715,7 @@ "zh-chs": "Linux ARM,Raspberry Pi(32位)", "zh-cht": "Linux ARM,Raspberry Pi(32位)", "xloc": [ - "default.handlebars->29->779" + "default.handlebars->29->782" ] }, { @@ -20825,7 +20839,7 @@ "zh-chs": "Linux x86(32位)", "zh-cht": "Linux x86(32位)", "xloc": [ - "default.handlebars->29->776" + "default.handlebars->29->779" ] }, { @@ -20845,7 +20859,7 @@ "zh-chs": "Linux x86(64位)", "zh-cht": "Linux x86(64位)", "xloc": [ - "default.handlebars->29->777" + "default.handlebars->29->780" ] }, { @@ -20866,7 +20880,7 @@ "zh-cht": "Linux / BSD / macOS命令外殼", "xloc": [ "default.handlebars->29->448", - "default.handlebars->29->734" + "default.handlebars->29->737" ] }, { @@ -20924,7 +20938,7 @@ "zh-chs": "立陶宛文", "zh-cht": "立陶宛文", "xloc": [ - "default.handlebars->29->1130" + "default.handlebars->29->1133" ] }, { @@ -20945,11 +20959,11 @@ "zh-cht": "載入中...", "xloc": [ "default-mobile.handlebars->9->72", - "default.handlebars->29->1008", - "default.handlebars->29->1285", - "default.handlebars->29->1289", - "default.handlebars->29->1979", - "default.handlebars->29->768" + "default.handlebars->29->1011", + "default.handlebars->29->1288", + "default.handlebars->29->1292", + "default.handlebars->29->1982", + "default.handlebars->29->771" ] }, { @@ -21031,7 +21045,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->29->1573" + "default.handlebars->29->1576" ] }, { @@ -21051,7 +21065,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->29->1574" + "default.handlebars->29->1577" ] }, { @@ -21071,7 +21085,7 @@ "zh-chs": "本地化设置", "zh-cht": "本地化設置", "xloc": [ - "default.handlebars->29->1225", + "default.handlebars->29->1228", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -21092,7 +21106,7 @@ "zh-chs": "位置", "zh-cht": "位置", "xloc": [ - "default.handlebars->29->615" + "default.handlebars->29->618" ] }, { @@ -21132,7 +21146,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->29->1770" + "default.handlebars->29->1773" ] }, { @@ -21152,7 +21166,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->29->1773" + "default.handlebars->29->1776" ] }, { @@ -21172,7 +21186,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->29->1703" + "default.handlebars->29->1706" ] }, { @@ -21192,7 +21206,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->29->1684" + "default.handlebars->29->1687" ] }, { @@ -21212,7 +21226,7 @@ "zh-chs": "被锁定账户", "zh-cht": "被鎖定賬戶", "xloc": [ - "default.handlebars->29->1857" + "default.handlebars->29->1860" ] }, { @@ -21232,7 +21246,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->29->1599" + "default.handlebars->29->1602" ] }, { @@ -21252,7 +21266,7 @@ "zh-chs": "记录事件", "zh-cht": "記錄事件", "xloc": [ - "default.handlebars->29->602" + "default.handlebars->29->605" ] }, { @@ -21472,7 +21486,7 @@ "zh-chs": "卢森堡文", "zh-cht": "盧森堡文", "xloc": [ - "default.handlebars->29->1131" + "default.handlebars->29->1134" ] }, { @@ -21492,12 +21506,12 @@ "zh-chs": "MAC层", "zh-cht": "MAC層", "xloc": [ - "default-mobile.handlebars->9->347", - "default-mobile.handlebars->9->349", - "default.handlebars->29->919", - "default.handlebars->29->921", - "default.handlebars->29->929", - "default.handlebars->29->931" + "default-mobile.handlebars->9->353", + "default-mobile.handlebars->9->355", + "default.handlebars->29->922", + "default.handlebars->29->924", + "default.handlebars->29->932", + "default.handlebars->29->934" ] }, { @@ -21538,9 +21552,9 @@ "zh-chs": "MAC:{0}", "zh-cht": "MAC:{0}", "xloc": [ - "default-mobile.handlebars->9->350", - "default.handlebars->29->922", - "default.handlebars->29->932" + "default-mobile.handlebars->9->356", + "default.handlebars->29->925", + "default.handlebars->29->935" ] }, { @@ -21560,9 +21574,9 @@ "zh-chs": "MAC:{0},网关:{1}", "zh-cht": "MAC:{0},網關:{1}", "xloc": [ - "default-mobile.handlebars->9->348", - "default.handlebars->29->920", - "default.handlebars->29->930" + "default-mobile.handlebars->9->354", + "default.handlebars->29->923", + "default.handlebars->29->933" ] }, { @@ -21642,12 +21656,12 @@ "zh-cht": "MQTT", "xloc": [ "default-mobile.handlebars->9->207", - "default-mobile.handlebars->9->248", + "default-mobile.handlebars->9->254", "default.handlebars->29->221", "default.handlebars->29->423", - "default.handlebars->29->595", - "default.handlebars->29->986", - "default.handlebars->29->987", + "default.handlebars->29->598", + "default.handlebars->29->989", + "default.handlebars->29->990", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3" ] }, @@ -21688,7 +21702,7 @@ "zh-chs": "MQTT登录", "zh-cht": "MQTT登入", "xloc": [ - "default.handlebars->29->631" + "default.handlebars->29->634" ] }, { @@ -21708,8 +21722,8 @@ "zh-chs": "MQTT通道已连接", "zh-cht": "MQTT通道已連接", "xloc": [ - "default-mobile.handlebars->9->258", - "default.handlebars->29->641" + "default-mobile.handlebars->9->264", + "default.handlebars->29->644" ] }, { @@ -21730,7 +21744,7 @@ "zh-cht": "MQTT已連接", "xloc": [ "default.handlebars->29->166", - "default.handlebars->29->640" + "default.handlebars->29->643" ] }, { @@ -21752,7 +21766,7 @@ "xloc": [ "default.handlebars->29->220", "default.handlebars->29->422", - "default.handlebars->29->594" + "default.handlebars->29->597" ] }, { @@ -21852,7 +21866,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->29->2065" + "default.handlebars->29->2068" ] }, { @@ -21872,7 +21886,7 @@ "zh-chs": "马来文", "zh-cht": "馬來文", "xloc": [ - "default.handlebars->29->1133" + "default.handlebars->29->1136" ] }, { @@ -21892,7 +21906,7 @@ "zh-chs": "玛拉雅拉姆文", "zh-cht": "馬拉雅拉姆文", "xloc": [ - "default.handlebars->29->1134" + "default.handlebars->29->1137" ] }, { @@ -21912,7 +21926,7 @@ "zh-chs": "马耳他文", "zh-cht": "馬耳他文", "xloc": [ - "default.handlebars->29->1135" + "default.handlebars->29->1138" ] }, { @@ -21953,10 +21967,10 @@ "zh-chs": "管理设备组计算机", "zh-cht": "管理裝置群電腦", "xloc": [ - "default-mobile.handlebars->9->421", - "default-mobile.handlebars->9->441", - "default.handlebars->29->1406", - "default.handlebars->29->1442" + "default-mobile.handlebars->9->427", + "default-mobile.handlebars->9->447", + "default.handlebars->29->1409", + "default.handlebars->29->1445" ] }, { @@ -21976,10 +21990,10 @@ "zh-chs": "管理设备组用户", "zh-cht": "管理裝置群用戶", "xloc": [ - "default-mobile.handlebars->9->420", - "default-mobile.handlebars->9->440", - "default.handlebars->29->1405", - "default.handlebars->29->1441" + "default-mobile.handlebars->9->426", + "default-mobile.handlebars->9->446", + "default.handlebars->29->1408", + "default.handlebars->29->1444" ] }, { @@ -21999,7 +22013,7 @@ "zh-chs": "管理设备", "zh-cht": "管理裝置", "xloc": [ - "default.handlebars->29->672" + "default.handlebars->29->675" ] }, { @@ -22019,7 +22033,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->29->1768" + "default.handlebars->29->1771" ] }, { @@ -22059,7 +22073,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->29->1767" + "default.handlebars->29->1770" ] }, { @@ -22079,8 +22093,8 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->29->1766", - "default.handlebars->29->671" + "default.handlebars->29->1769", + "default.handlebars->29->674" ] }, { @@ -22206,7 +22220,7 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default.handlebars->29->1258" + "default.handlebars->29->1261" ] }, { @@ -22226,8 +22240,8 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default-mobile.handlebars->9->401", - "default.handlebars->29->1295" + "default-mobile.handlebars->9->407", + "default.handlebars->29->1298" ] }, { @@ -22247,7 +22261,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->29->1689" + "default.handlebars->29->1692" ] }, { @@ -22301,7 +22315,7 @@ "zh-chs": "毛利文", "zh-cht": "毛利文", "xloc": [ - "default.handlebars->29->1136" + "default.handlebars->29->1139" ] }, { @@ -22342,7 +22356,7 @@ "zh-chs": "马拉地文", "zh-cht": "馬拉地文", "xloc": [ - "default.handlebars->29->1137" + "default.handlebars->29->1140" ] }, { @@ -22362,7 +22376,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->29->2026" + "default.handlebars->29->2029" ] }, { @@ -22427,7 +22441,7 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->29->2055" + "default.handlebars->29->2058" ] }, { @@ -22447,9 +22461,9 @@ "zh-chs": "记忆体", "zh-cht": "記憶體", "xloc": [ - "default-mobile.handlebars->9->392", - "default.handlebars->29->2046", - "default.handlebars->29->974", + "default-mobile.handlebars->9->398", + "default.handlebars->29->2049", + "default.handlebars->29->977", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -22470,9 +22484,9 @@ "zh-chs": "网格代理", "zh-cht": "Mesh Agent", "xloc": [ - "default-mobile.handlebars->9->255", - "default-mobile.handlebars->9->338", - "default-mobile.handlebars->9->345", + "default-mobile.handlebars->9->261", + "default-mobile.handlebars->9->344", + "default-mobile.handlebars->9->351", "default.handlebars->29->360", "default.handlebars->29->364", "default.handlebars->29->373", @@ -22480,9 +22494,9 @@ "default.handlebars->29->380", "default.handlebars->29->385", "default.handlebars->29->543", - "default.handlebars->29->587", - "default.handlebars->29->910", - "default.handlebars->29->917" + "default.handlebars->29->590", + "default.handlebars->29->913", + "default.handlebars->29->920" ] }, { @@ -22502,8 +22516,8 @@ "zh-chs": "网格代理控制台", "zh-cht": "網格代理控制台", "xloc": [ - "default-mobile.handlebars->9->428", - "default.handlebars->29->1414" + "default-mobile.handlebars->9->434", + "default.handlebars->29->1417" ] }, { @@ -22523,7 +22537,7 @@ "zh-chs": "网格中继", "zh-cht": "Mesh Relay", "xloc": [ - "default.handlebars->29->593" + "default.handlebars->29->596" ] }, { @@ -22545,7 +22559,7 @@ "xloc": [ "default.handlebars->29->212", "default.handlebars->29->414", - "default.handlebars->29->586" + "default.handlebars->29->589" ] }, { @@ -22567,7 +22581,7 @@ "xloc": [ "default.handlebars->29->218", "default.handlebars->29->420", - "default.handlebars->29->592" + "default.handlebars->29->595" ] }, { @@ -22587,8 +22601,8 @@ "zh-chs": "MeshAction(.txt)", "zh-cht": "MeshAction(.txt)", "xloc": [ - "default.handlebars->29->785", - "default.handlebars->29->787" + "default.handlebars->29->788", + "default.handlebars->29->790" ] }, { @@ -22608,7 +22622,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->29->2067" + "default.handlebars->29->2070" ] }, { @@ -22628,7 +22642,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->29->2068" + "default.handlebars->29->2071" ] }, { @@ -22668,7 +22682,7 @@ "zh-chs": "MeshCentral错误", "zh-cht": "MeshCentral錯誤", "xloc": [ - "default.handlebars->29->1288" + "default.handlebars->29->1291" ] }, { @@ -22688,7 +22702,7 @@ "zh-chs": "MeshCentral路由器", "zh-cht": "MeshCentral Router", "xloc": [ - "default.handlebars->29->773" + "default.handlebars->29->776" ] }, { @@ -22708,7 +22722,7 @@ "zh-chs": "MeshCentral 路由器是Windows工具,用于TCP端口映射。例如,您可以通过该服务器将RDP放入远程设备。", "zh-cht": "MeshCentral Router是Windows工具,用於TCP介面映射。例如,你可以通過該伺服器將RDP放入遠程裝置。", "xloc": [ - "default.handlebars->29->769" + "default.handlebars->29->772" ] }, { @@ -22749,7 +22763,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->29->2066" + "default.handlebars->29->2069" ] }, { @@ -22791,7 +22805,7 @@ "xloc": [ "default.handlebars->29->115", "default.handlebars->29->117", - "default.handlebars->29->1284" + "default.handlebars->29->1287" ] }, { @@ -22812,8 +22826,8 @@ "zh-cht": "MeshCmd", "xloc": [ "default.handlebars->29->239", - "default.handlebars->29->617", - "default.handlebars->29->783" + "default.handlebars->29->620", + "default.handlebars->29->786" ] }, { @@ -22833,7 +22847,7 @@ "zh-chs": "MeshCmd(Linux ARM,32位)", "zh-cht": "MeshCmd(Linux ARM,32位)", "xloc": [ - "default.handlebars->29->794" + "default.handlebars->29->797" ] }, { @@ -22853,7 +22867,7 @@ "zh-chs": "MeshCmd(Linux x86,32bit)", "zh-cht": "MeshCmd(Linux x86,32bit)", "xloc": [ - "default.handlebars->29->791" + "default.handlebars->29->794" ] }, { @@ -22873,7 +22887,7 @@ "zh-chs": "MeshCmd(Linux x86,64位)", "zh-cht": "MeshCmd(Linux x86,64位)", "xloc": [ - "default.handlebars->29->792" + "default.handlebars->29->795" ] }, { @@ -22893,7 +22907,7 @@ "zh-chs": "MeshCmd(Win32可执行档案)", "zh-cht": "MeshCmd(Win32可執行檔案)", "xloc": [ - "default.handlebars->29->789" + "default.handlebars->29->792" ] }, { @@ -22913,7 +22927,7 @@ "zh-chs": "MeshCmd(Win64可执行档案)", "zh-cht": "MeshCmd(Win64可執行檔案)", "xloc": [ - "default.handlebars->29->790" + "default.handlebars->29->793" ] }, { @@ -22933,7 +22947,7 @@ "zh-chs": "MeshCmd(macOS,64位)", "zh-cht": "MeshCmd(macOS,64位)", "xloc": [ - "default.handlebars->29->793" + "default.handlebars->29->796" ] }, { @@ -22953,7 +22967,7 @@ "zh-chs": "MeshCmd是一个可以执行许多不同操作的命令行工具。可以选择下载和编辑操作档案以提供服务器信息和凭据。", "zh-cht": "MeshCmd是一個可以執行許多不同操作的命令行工具。可以選擇下載和編輯操作檔案以提供伺服器訊息和憑據。", "xloc": [ - "default.handlebars->29->780" + "default.handlebars->29->783" ] }, { @@ -23030,8 +23044,8 @@ "zh-cht": "訊息", "xloc": [ "default.handlebars->29->331", - "default.handlebars->29->604", - "default.handlebars->29->749" + "default.handlebars->29->607", + "default.handlebars->29->752" ] }, { @@ -23071,7 +23085,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->29->2064" + "default.handlebars->29->2067" ] }, { @@ -23193,8 +23207,8 @@ "zh-chs": "模型", "zh-cht": "模型", "xloc": [ - "default-mobile.handlebars->9->393", - "default.handlebars->29->975" + "default-mobile.handlebars->9->399", + "default.handlebars->29->978" ] }, { @@ -23234,7 +23248,7 @@ "zh-chs": "摩尔达维亚文", "zh-cht": "摩爾達維亞文", "xloc": [ - "default.handlebars->29->1138" + "default.handlebars->29->1141" ] }, { @@ -23254,7 +23268,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->29->2092" + "default.handlebars->29->2095" ] }, { @@ -23274,8 +23288,8 @@ "zh-chs": "母板", "zh-cht": "母板", "xloc": [ - "default-mobile.handlebars->9->386", - "default.handlebars->29->968" + "default-mobile.handlebars->9->392", + "default.handlebars->29->971" ] }, { @@ -23295,7 +23309,7 @@ "zh-chs": "将此设备移到其他设备组", "zh-cht": "將此裝置移至其他裝置群", "xloc": [ - "default.handlebars->29->608" + "default.handlebars->29->611" ] }, { @@ -23335,7 +23349,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->29->1598" + "default.handlebars->29->1601" ] }, { @@ -23355,7 +23369,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->29->1631" + "default.handlebars->29->1634" ] }, { @@ -23395,7 +23409,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->29->2004" + "default.handlebars->29->2007" ] }, { @@ -23403,7 +23417,7 @@ "nl": "Moet als gebruiker worden uitgevoerd", "xloc": [ "default.handlebars->29->451", - "default.handlebars->29->737" + "default.handlebars->29->740" ] }, { @@ -23536,7 +23550,7 @@ "zh-chs": "我的服务器控制台", "zh-cht": "我的伺服器控制台", "xloc": [ - "default.handlebars->29->981" + "default.handlebars->29->984" ] }, { @@ -23698,8 +23712,8 @@ "zh-chs": "我的密钥", "zh-cht": "我的密鍵", "xloc": [ - "default.handlebars->29->1013", - "default.handlebars->29->1016" + "default.handlebars->29->1016", + "default.handlebars->29->1019" ] }, { @@ -23740,27 +23754,27 @@ "zh-cht": "名稱", "xloc": [ "default-mobile.handlebars->9->219", - "default-mobile.handlebars->9->334", - "default-mobile.handlebars->9->380", - "default-mobile.handlebars->9->402", - "default-mobile.handlebars->9->415", + "default-mobile.handlebars->9->340", + "default-mobile.handlebars->9->386", + "default-mobile.handlebars->9->408", + "default-mobile.handlebars->9->421", "default-mobile.handlebars->9->97", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1", - "default.handlebars->29->1256", - "default.handlebars->29->1296", - "default.handlebars->29->1370", - "default.handlebars->29->1671", - "default.handlebars->29->1776", - "default.handlebars->29->1792", - "default.handlebars->29->1799", - "default.handlebars->29->1844", - "default.handlebars->29->1863", + "default.handlebars->29->1259", + "default.handlebars->29->1299", + "default.handlebars->29->1373", + "default.handlebars->29->1674", + "default.handlebars->29->1779", + "default.handlebars->29->1795", + "default.handlebars->29->1802", + "default.handlebars->29->1847", + "default.handlebars->29->1866", "default.handlebars->29->531", "default.handlebars->29->76", - "default.handlebars->29->827", + "default.handlebars->29->830", "default.handlebars->29->90", - "default.handlebars->29->906", - "default.handlebars->29->962", + "default.handlebars->29->909", + "default.handlebars->29->965", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default.handlebars->container->column_l->p42->p42tbl->1->0->2" @@ -23803,7 +23817,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->29->1758" + "default.handlebars->29->1761" ] }, { @@ -23823,7 +23837,7 @@ "zh-chs": "纳瓦霍文", "zh-cht": "納瓦霍文", "xloc": [ - "default.handlebars->29->1139" + "default.handlebars->29->1142" ] }, { @@ -23843,7 +23857,7 @@ "zh-chs": "恩东加", "zh-cht": "恩東加", "xloc": [ - "default.handlebars->29->1140" + "default.handlebars->29->1143" ] }, { @@ -23863,7 +23877,7 @@ "zh-chs": "尼泊尔文", "zh-cht": "尼泊爾文", "xloc": [ - "default.handlebars->29->1141" + "default.handlebars->29->1144" ] }, { @@ -23883,7 +23897,7 @@ "zh-chs": "网络接口", "zh-cht": "網絡介面", "xloc": [ - "default.handlebars->29->767" + "default.handlebars->29->770" ] }, { @@ -23920,9 +23934,9 @@ "zh-chs": "网络", "zh-cht": "網路", "xloc": [ - "default-mobile.handlebars->9->359", - "default.handlebars->29->927", - "default.handlebars->29->941" + "default-mobile.handlebars->9->365", + "default.handlebars->29->930", + "default.handlebars->29->944" ] }, { @@ -23963,7 +23977,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->29->1638" + "default.handlebars->29->1641" ] }, { @@ -24004,9 +24018,9 @@ "zh-cht": "新裝置群", "xloc": [ "default-mobile.handlebars->9->91", - "default.handlebars->29->1249", - "default.handlebars->29->1261", - "default.handlebars->29->759" + "default.handlebars->29->1252", + "default.handlebars->29->1264", + "default.handlebars->29->762" ] }, { @@ -24027,9 +24041,9 @@ "zh-cht": "新建檔案夾", "xloc": [ "default-mobile.handlebars->9->120", - "default-mobile.handlebars->9->305", - "default.handlebars->29->1530", - "default.handlebars->29->869", + "default-mobile.handlebars->9->311", + "default.handlebars->29->1533", + "default.handlebars->29->872", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" ] @@ -24093,8 +24107,8 @@ "xloc": [ "default-mobile.handlebars->9->86", "default-mobile.handlebars->9->87", - "default.handlebars->29->1244", - "default.handlebars->29->1245" + "default.handlebars->29->1247", + "default.handlebars->29->1248" ] }, { @@ -24114,8 +24128,8 @@ "zh-chs": "没有AMT", "zh-cht": "沒有AMT", "xloc": [ - "default.handlebars->29->655", - "default.handlebars->29->676" + "default.handlebars->29->658", + "default.handlebars->29->679" ] }, { @@ -24173,8 +24187,8 @@ "zh-chs": "没有凭证", "zh-cht": "沒有憑證", "xloc": [ - "default-mobile.handlebars->9->238", - "default-mobile.handlebars->9->239", + "default-mobile.handlebars->9->240", + "default-mobile.handlebars->9->241", "default.handlebars->29->557", "default.handlebars->29->558" ] @@ -24196,9 +24210,9 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->29->1449", - "default.handlebars->29->657", - "default.handlebars->29->678" + "default.handlebars->29->1452", + "default.handlebars->29->660", + "default.handlebars->29->681" ] }, { @@ -24218,7 +24232,7 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->29->1410" + "default.handlebars->29->1413" ] }, { @@ -24238,9 +24252,9 @@ "zh-chs": "找不到事件", "zh-cht": "找不到事件", "xloc": [ - "default.handlebars->29->1647", - "default.handlebars->29->1978", - "default.handlebars->29->904" + "default.handlebars->29->1650", + "default.handlebars->29->1981", + "default.handlebars->29->907" ] }, { @@ -24260,8 +24274,8 @@ "zh-chs": "不能存取档案", "zh-cht": "不能存取檔案", "xloc": [ - "default-mobile.handlebars->9->426", - "default.handlebars->29->1412" + "default-mobile.handlebars->9->432", + "default.handlebars->29->1415" ] }, { @@ -24281,10 +24295,10 @@ "zh-chs": "没有档案", "zh-cht": "沒有檔案", "xloc": [ - "default-mobile.handlebars->9->449", - "default.handlebars->29->1451", - "default.handlebars->29->654", - "default.handlebars->29->675" + "default-mobile.handlebars->9->455", + "default.handlebars->29->1454", + "default.handlebars->29->657", + "default.handlebars->29->678" ] }, { @@ -24304,8 +24318,8 @@ "zh-chs": "无输入", "zh-cht": "無輸入", "xloc": [ - "default.handlebars->29->652", - "default.handlebars->29->673" + "default.handlebars->29->655", + "default.handlebars->29->676" ] }, { @@ -24325,10 +24339,10 @@ "zh-chs": "没有英特尔®AMT", "zh-cht": "沒有Intel® AMT", "xloc": [ - "default-mobile.handlebars->9->427", - "default-mobile.handlebars->9->450", - "default.handlebars->29->1413", - "default.handlebars->29->1452" + "default-mobile.handlebars->9->433", + "default-mobile.handlebars->9->456", + "default.handlebars->29->1416", + "default.handlebars->29->1455" ] }, { @@ -24408,7 +24422,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->29->1826" + "default.handlebars->29->1829" ] }, { @@ -24428,7 +24442,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->29->1771" + "default.handlebars->29->1774" ] }, { @@ -24448,8 +24462,8 @@ "zh-chs": "没有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->29->1327", - "default.handlebars->29->1349" + "default.handlebars->29->1330", + "default.handlebars->29->1352" ] }, { @@ -24470,12 +24484,12 @@ "zh-cht": "沒有權利", "xloc": [ "default-mobile.handlebars->9->106", - "default-mobile.handlebars->9->410", - "default-mobile.handlebars->9->457", - "default.handlebars->29->1270", - "default.handlebars->29->1459", - "default.handlebars->29->668", - "default.handlebars->29->689" + "default-mobile.handlebars->9->416", + "default-mobile.handlebars->9->463", + "default.handlebars->29->1273", + "default.handlebars->29->1462", + "default.handlebars->29->671", + "default.handlebars->29->692" ] }, { @@ -24495,9 +24509,9 @@ "zh-chs": "没有TLS加密", "zh-cht": "沒有TLS加密", "xloc": [ - "default-mobile.handlebars->9->277", + "default-mobile.handlebars->9->283", "default.handlebars->29->294", - "default.handlebars->29->745" + "default.handlebars->29->748" ] }, { @@ -24517,10 +24531,10 @@ "zh-chs": "没有终端", "zh-cht": "沒有終端", "xloc": [ - "default-mobile.handlebars->9->448", - "default.handlebars->29->1450", - "default.handlebars->29->653", - "default.handlebars->29->674" + "default-mobile.handlebars->9->454", + "default.handlebars->29->1453", + "default.handlebars->29->656", + "default.handlebars->29->677" ] }, { @@ -24540,8 +24554,8 @@ "zh-chs": "不能访问终端", "zh-cht": "不能訪問終端", "xloc": [ - "default-mobile.handlebars->9->425", - "default.handlebars->29->1411" + "default-mobile.handlebars->9->431", + "default.handlebars->29->1414" ] }, { @@ -24561,15 +24575,15 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->29->1772" + "default.handlebars->29->1775" ] }, { "en": "No actions currently available for this device.", "nl": "Er zijn momenteel geen acties beschikbaar voor dit apparaat.", "xloc": [ - "default-mobile.handlebars->9->270", - "default.handlebars->29->729" + "default-mobile.handlebars->9->276", + "default.handlebars->29->732" ] }, { @@ -24589,8 +24603,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->29->1832", - "default.handlebars->29->1950" + "default.handlebars->29->1835", + "default.handlebars->29->1953" ] }, { @@ -24710,8 +24724,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->29->1838", - "default.handlebars->29->1962" + "default.handlebars->29->1841", + "default.handlebars->29->1965" ] }, { @@ -24731,7 +24745,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->29->1502" + "default.handlebars->29->1505" ] }, { @@ -24814,7 +24828,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->29->1775" + "default.handlebars->29->1778" ] }, { @@ -24834,8 +24848,8 @@ "zh-chs": "没有此设备的讯息。", "zh-cht": "沒有此裝置的訊息。", "xloc": [ - "default-mobile.handlebars->9->398", - "default.handlebars->29->980" + "default-mobile.handlebars->9->404", + "default.handlebars->29->983" ] }, { @@ -24895,7 +24909,7 @@ "zh-chs": "没有其他相同类型的设备组。", "zh-cht": "沒有其他相同類型的裝置群。", "xloc": [ - "default.handlebars->29->762" + "default.handlebars->29->765" ] }, { @@ -24935,7 +24949,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->29->1980" + "default.handlebars->29->1983" ] }, { @@ -24955,7 +24969,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->29->1858" + "default.handlebars->29->1861" ] }, { @@ -24975,7 +24989,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->29->1956" + "default.handlebars->29->1959" ] }, { @@ -24995,7 +25009,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->29->1679" + "default.handlebars->29->1682" ] }, { @@ -25015,7 +25029,7 @@ "zh-chs": "没有拥有特殊设备权限的用户", "zh-cht": "沒有擁有特殊裝置權限的用戶", "xloc": [ - "default.handlebars->29->650" + "default.handlebars->29->653" ] }, { @@ -25082,35 +25096,35 @@ "default-mobile.handlebars->9->217", "default-mobile.handlebars->9->222", "default-mobile.handlebars->9->224", - "default-mobile.handlebars->9->250", - "default-mobile.handlebars->9->303", - "default-mobile.handlebars->9->404", - "default.handlebars->29->1291", - "default.handlebars->29->1298", - "default.handlebars->29->1306", - "default.handlebars->29->1318", - "default.handlebars->29->1323", - "default.handlebars->29->1325", - "default.handlebars->29->1493", - "default.handlebars->29->1512", - "default.handlebars->29->1517", - "default.handlebars->29->1655", + "default-mobile.handlebars->9->256", + "default-mobile.handlebars->9->309", + "default-mobile.handlebars->9->410", + "default.handlebars->29->1294", + "default.handlebars->29->1301", + "default.handlebars->29->1309", + "default.handlebars->29->1321", + "default.handlebars->29->1326", + "default.handlebars->29->1328", + "default.handlebars->29->1496", + "default.handlebars->29->1515", + "default.handlebars->29->1520", + "default.handlebars->29->1658", "default.handlebars->29->177", - "default.handlebars->29->1796", - "default.handlebars->29->1798", - "default.handlebars->29->1815", - "default.handlebars->29->1877", - "default.handlebars->29->1886", - "default.handlebars->29->1890", - "default.handlebars->29->1902", + "default.handlebars->29->1799", + "default.handlebars->29->1801", + "default.handlebars->29->1818", + "default.handlebars->29->1880", + "default.handlebars->29->1889", + "default.handlebars->29->1893", + "default.handlebars->29->1905", "default.handlebars->29->192", "default.handlebars->29->208", "default.handlebars->29->209", "default.handlebars->29->528", "default.handlebars->29->539", "default.handlebars->29->540", - "default.handlebars->29->584", - "default.handlebars->29->597", + "default.handlebars->29->587", + "default.handlebars->29->600", "default.handlebars->29->63", "default.handlebars->container->column_l->p41->3->3->p41traceStatus" ] @@ -25152,7 +25166,7 @@ "zh-chs": "挪威文", "zh-cht": "挪威文", "xloc": [ - "default.handlebars->29->1142" + "default.handlebars->29->1145" ] }, { @@ -25172,7 +25186,7 @@ "zh-chs": "挪威文(Bokmal)", "zh-cht": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->29->1143" + "default.handlebars->29->1146" ] }, { @@ -25192,7 +25206,7 @@ "zh-chs": "挪威文(尼诺斯克)", "zh-cht": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->29->1144" + "default.handlebars->29->1147" ] }, { @@ -25213,9 +25227,9 @@ "zh-cht": "未啟動(輸入)", "xloc": [ "default-mobile.handlebars->9->230", - "default-mobile.handlebars->9->363", + "default-mobile.handlebars->9->369", "default.handlebars->29->545", - "default.handlebars->29->945" + "default.handlebars->29->948" ] }, { @@ -25236,9 +25250,9 @@ "zh-cht": "未啟動(預)", "xloc": [ "default-mobile.handlebars->9->229", - "default-mobile.handlebars->9->362", + "default-mobile.handlebars->9->368", "default.handlebars->29->544", - "default.handlebars->29->944" + "default.handlebars->29->947" ] }, { @@ -25258,8 +25272,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->29->1489", - "default.handlebars->29->1497" + "default.handlebars->29->1492", + "default.handlebars->29->1500" ] }, { @@ -25279,8 +25293,8 @@ "zh-chs": "未知", "zh-cht": "未知", "xloc": [ - "default-mobile.handlebars->9->373", - "default.handlebars->29->955" + "default-mobile.handlebars->9->379", + "default.handlebars->29->958" ] }, { @@ -25300,7 +25314,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->29->1996" + "default.handlebars->29->1999" ] }, { @@ -25320,8 +25334,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->29->1864", - "default.handlebars->29->1865" + "default.handlebars->29->1867", + "default.handlebars->29->1868" ] }, { @@ -25341,7 +25355,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->29->1932" + "default.handlebars->29->1935" ] }, { @@ -25361,12 +25375,12 @@ "zh-chs": "笔记", "zh-cht": "筆記", "xloc": [ - "default.handlebars->29->1333", - "default.handlebars->29->1910", - "default.handlebars->29->600", - "default.handlebars->29->662", - "default.handlebars->29->683", - "default.handlebars->29->693" + "default.handlebars->29->1336", + "default.handlebars->29->1913", + "default.handlebars->29->603", + "default.handlebars->29->665", + "default.handlebars->29->686", + "default.handlebars->29->696" ] }, { @@ -25406,8 +25420,8 @@ "zh-chs": "通知设置", "zh-cht": "通知設定", "xloc": [ - "default.handlebars->29->1231", - "default.handlebars->29->1488", + "default.handlebars->29->1234", + "default.handlebars->29->1491", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -25428,7 +25442,7 @@ "zh-chs": "通知设置还必须在帐户设置中启用。", "zh-cht": "通知設定還必須在帳戶設定中啟用。", "xloc": [ - "default.handlebars->29->1484" + "default.handlebars->29->1487" ] }, { @@ -25448,7 +25462,7 @@ "zh-chs": "通知音效。", "zh-cht": "通知音效。", "xloc": [ - "default.handlebars->29->1226" + "default.handlebars->29->1229" ] }, { @@ -25468,7 +25482,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->29->1324" + "default.handlebars->29->1327" ] }, { @@ -25489,7 +25503,7 @@ "zh-cht": "通知", "xloc": [ "default.handlebars->29->189", - "default.handlebars->29->1916" + "default.handlebars->29->1919" ] }, { @@ -25509,7 +25523,7 @@ "zh-chs": "仅通知", "zh-cht": "只通知", "xloc": [ - "default.handlebars->29->718" + "default.handlebars->29->721" ] }, { @@ -25529,9 +25543,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->29->1378", - "default.handlebars->29->1382", - "default.handlebars->29->1385" + "default.handlebars->29->1381", + "default.handlebars->29->1385", + "default.handlebars->29->1388" ] }, { @@ -25551,7 +25565,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->29->1718" + "default.handlebars->29->1721" ] }, { @@ -25573,8 +25587,8 @@ "xloc": [ "default-mobile.handlebars->9->83", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->29->1282", - "default.handlebars->29->571", + "default.handlebars->29->1285", + "default.handlebars->29->574", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -25623,7 +25637,7 @@ "zh-chs": "欧舒丹", "zh-cht": "歐舒丹", "xloc": [ - "default.handlebars->29->1145" + "default.handlebars->29->1148" ] }, { @@ -25643,7 +25657,7 @@ "zh-chs": "发生在{0}", "zh-cht": "發生在{0}", "xloc": [ - "default.handlebars->29->2010" + "default.handlebars->29->2013" ] }, { @@ -25670,7 +25684,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->29->1676" + "default.handlebars->29->1679" ] }, { @@ -25691,7 +25705,7 @@ "zh-cht": "舊密碼:", "xloc": [ "default-mobile.handlebars->9->85", - "default.handlebars->29->1243" + "default.handlebars->29->1246" ] }, { @@ -25711,7 +25725,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->29->1652" + "default.handlebars->29->1655" ] }, { @@ -25774,7 +25788,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->29->1675" + "default.handlebars->29->1678" ] }, { @@ -25794,9 +25808,9 @@ "zh-chs": "只能编辑小于200k的档案。", "zh-cht": "只能編輯小於200k的檔案。", "xloc": [ - "default-mobile.handlebars->9->313", + "default-mobile.handlebars->9->319", "default.handlebars->29->499", - "default.handlebars->29->877" + "default.handlebars->29->880" ] }, { @@ -25857,7 +25871,7 @@ "zh-chs": "在设备上打开页面", "zh-cht": "在裝置上打開頁面", "xloc": [ - "default.handlebars->29->694" + "default.handlebars->29->697" ] }, { @@ -25898,7 +25912,7 @@ "zh-chs": "打开XTerm终端", "zh-cht": "打開XTerm終端", "xloc": [ - "default.handlebars->29->618" + "default.handlebars->29->621" ] }, { @@ -25958,7 +25972,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->29->1566" + "default.handlebars->29->1569" ] }, { @@ -25978,12 +25992,12 @@ "zh-chs": "操作系统", "zh-cht": "操作系統", "xloc": [ - "default-mobile.handlebars->9->337", + "default-mobile.handlebars->9->343", "default.handlebars->29->314", "default.handlebars->29->347", - "default.handlebars->29->568", - "default.handlebars->29->782", - "default.handlebars->29->909" + "default.handlebars->29->571", + "default.handlebars->29->785", + "default.handlebars->29->912" ] }, { @@ -26003,12 +26017,12 @@ "zh-chs": "运作", "zh-cht": "操作", "xloc": [ - "default-mobile.handlebars->9->269", - "default.handlebars->29->1702", - "default.handlebars->29->1783", + "default-mobile.handlebars->9->275", + "default.handlebars->29->1705", + "default.handlebars->29->1786", "default.handlebars->29->439", "default.handlebars->29->454", - "default.handlebars->29->728" + "default.handlebars->29->731" ] }, { @@ -26045,7 +26059,7 @@ "zh-chs": "奥里亚", "zh-cht": "奧里亞", "xloc": [ - "default.handlebars->29->1146" + "default.handlebars->29->1149" ] }, { @@ -26065,7 +26079,7 @@ "zh-chs": "奥罗莫", "zh-cht": "奧羅莫", "xloc": [ - "default.handlebars->29->1147" + "default.handlebars->29->1150" ] }, { @@ -26127,7 +26141,7 @@ "zh-chs": "过时的", "zh-cht": "過時的", "xloc": [ - "default.handlebars->29->570" + "default.handlebars->29->573" ] }, { @@ -26147,7 +26161,7 @@ "zh-chs": "自己的过程", "zh-cht": "自己的過程", "xloc": [ - "default.handlebars->29->834" + "default.handlebars->29->837" ] }, { @@ -26168,7 +26182,7 @@ "zh-cht": "PID", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0", - "default.handlebars->29->830", + "default.handlebars->29->833", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -26189,8 +26203,8 @@ "zh-chs": "零件号", "zh-cht": "零件號", "xloc": [ - "default-mobile.handlebars->9->391", - "default.handlebars->29->973" + "default-mobile.handlebars->9->397", + "default.handlebars->29->976" ] }, { @@ -26210,7 +26224,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->29->1690" + "default.handlebars->29->1693" ] }, { @@ -26265,8 +26279,8 @@ "zh-cht": "部分權限", "xloc": [ "default-mobile.handlebars->9->104", - "default-mobile.handlebars->9->408", - "default.handlebars->29->1268" + "default-mobile.handlebars->9->414", + "default.handlebars->29->1271" ] }, { @@ -26286,7 +26300,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->29->1861" + "default.handlebars->29->1864" ] }, { @@ -26326,15 +26340,15 @@ "zh-chs": "密码", "zh-cht": "密碼", "xloc": [ - "default-mobile.handlebars->9->275", - "default.handlebars->29->1746", - "default.handlebars->29->1747", - "default.handlebars->29->1882", - "default.handlebars->29->1884", - "default.handlebars->29->1935", - "default.handlebars->29->1936", + "default-mobile.handlebars->9->281", + "default.handlebars->29->1749", + "default.handlebars->29->1750", + "default.handlebars->29->1885", + "default.handlebars->29->1887", + "default.handlebars->29->1938", + "default.handlebars->29->1939", "default.handlebars->29->292", - "default.handlebars->29->743", + "default.handlebars->29->746", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->2->1", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->2->1", "mstsc.handlebars->main->1->3->1->6->1->0", @@ -26475,7 +26489,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->29->1937" + "default.handlebars->29->1940" ] }, { @@ -26496,7 +26510,7 @@ "zh-cht": "密碼提示:", "xloc": [ "default-mobile.handlebars->9->88", - "default.handlebars->29->1246" + "default.handlebars->29->1249" ] }, { @@ -26516,7 +26530,7 @@ "zh-chs": "密码不符", "zh-cht": "密碼不符", "xloc": [ - "default.handlebars->29->1355" + "default.handlebars->29->1358" ] }, { @@ -26558,8 +26572,8 @@ "zh-chs": "密码*", "zh-cht": "密碼*", "xloc": [ - "default.handlebars->29->1353", - "default.handlebars->29->1354" + "default.handlebars->29->1356", + "default.handlebars->29->1357" ] }, { @@ -26582,8 +26596,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->9->80", "default-mobile.handlebars->9->81", - "default.handlebars->29->1238", - "default.handlebars->29->1239", + "default.handlebars->29->1241", + "default.handlebars->29->1242", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1", @@ -26618,12 +26632,12 @@ "zh-cht": "糊", "xloc": [ "default-mobile.handlebars->9->128", - "default-mobile.handlebars->9->318", + "default-mobile.handlebars->9->324", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->29->1539", - "default.handlebars->29->857", - "default.handlebars->29->883", + "default.handlebars->29->1542", + "default.handlebars->29->860", + "default.handlebars->29->886", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" @@ -26686,7 +26700,7 @@ "zh-chs": "执行代理指令", "zh-cht": "執行代理指令", "xloc": [ - "default.handlebars->29->989" + "default.handlebars->29->992" ] }, { @@ -26726,7 +26740,7 @@ { "en": "Perform Intel® AMT activation and configuration.", "xloc": [ - "default.handlebars->29->1337", + "default.handlebars->29->1340", "default.handlebars->29->280" ] }, @@ -26855,7 +26869,7 @@ "zh-chs": "在设备上执行电源操作", "zh-cht": "在裝置上執行電源操作", "xloc": [ - "default.handlebars->29->599", + "default.handlebars->29->602", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1" @@ -26878,7 +26892,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->29->1571" + "default.handlebars->29->1574" ] }, { @@ -26898,9 +26912,9 @@ "zh-chs": "权限", "zh-cht": "權限", "xloc": [ - "default-mobile.handlebars->9->460", - "default.handlebars->29->1462", - "default.handlebars->29->1674" + "default-mobile.handlebars->9->466", + "default.handlebars->29->1465", + "default.handlebars->29->1677" ] }, { @@ -26920,7 +26934,7 @@ "zh-chs": "波斯/伊朗", "zh-cht": "波斯/伊朗", "xloc": [ - "default.handlebars->29->1148" + "default.handlebars->29->1151" ] }, { @@ -26943,10 +26957,10 @@ "default-mobile.handlebars->9->62", "default-mobile.handlebars->9->65", "default-mobile.handlebars->9->67", - "default.handlebars->29->1000", "default.handlebars->29->1003", + "default.handlebars->29->1006", "default.handlebars->29->159", - "default.handlebars->29->1927" + "default.handlebars->29->1930" ] }, { @@ -26966,7 +26980,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->29->1876" + "default.handlebars->29->1879" ] }, { @@ -26987,8 +27001,8 @@ "zh-cht": "電話號碼:", "xloc": [ "default-mobile.handlebars->9->66", - "default.handlebars->29->1002", - "default.handlebars->29->1926" + "default.handlebars->29->1005", + "default.handlebars->29->1929" ] }, { @@ -27127,7 +27141,7 @@ "zh-cht": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->9->76", - "default.handlebars->29->1233" + "default.handlebars->29->1236" ] }, { @@ -27148,7 +27162,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->29->199", - "default.handlebars->29->2089" + "default.handlebars->29->2092" ] }, { @@ -27292,7 +27306,7 @@ "zh-cht": "政策", "xloc": [ "default-mobile.handlebars->9->103", - "default.handlebars->29->1267" + "default.handlebars->29->1270" ] }, { @@ -27312,7 +27326,7 @@ "zh-chs": "波兰文", "zh-cht": "波蘭文", "xloc": [ - "default.handlebars->29->1149" + "default.handlebars->29->1152" ] }, { @@ -27332,7 +27346,7 @@ "zh-chs": "葡萄牙文", "zh-cht": "葡萄牙文", "xloc": [ - "default.handlebars->29->1150" + "default.handlebars->29->1153" ] }, { @@ -27352,7 +27366,7 @@ "zh-chs": "葡萄牙文(巴西)", "zh-cht": "葡萄牙文(巴西)", "xloc": [ - "default.handlebars->29->1151" + "default.handlebars->29->1154" ] }, { @@ -27413,7 +27427,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default-mobile.handlebars->9->273" + "default-mobile.handlebars->9->279" ] }, { @@ -27433,7 +27447,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->29->1495", + "default.handlebars->29->1498", "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1" ] }, @@ -27455,9 +27469,9 @@ "zh-cht": "關機", "xloc": [ "default-mobile.handlebars->9->187", - "default-mobile.handlebars->9->268", + "default-mobile.handlebars->9->274", "default.handlebars->29->6", - "default.handlebars->29->725" + "default.handlebars->29->728" ] }, { @@ -27543,7 +27557,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->29->1995" + "default.handlebars->29->1998" ] }, { @@ -27646,8 +27660,8 @@ "zh-chs": "进程控制", "zh-cht": "進程控制", "xloc": [ - "default-mobile.handlebars->9->295", - "default.handlebars->29->844", + "default-mobile.handlebars->9->301", + "default.handlebars->29->847", "desktop.handlebars->3->25" ] }, @@ -27689,7 +27703,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->29->1563" + "default.handlebars->29->1566" ] }, { @@ -27729,7 +27743,7 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->29->717" + "default.handlebars->29->720" ] }, { @@ -27749,9 +27763,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->29->1379", - "default.handlebars->29->1383", - "default.handlebars->29->1386" + "default.handlebars->29->1382", + "default.handlebars->29->1386", + "default.handlebars->29->1389" ] }, { @@ -27771,7 +27785,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->29->1993", + "default.handlebars->29->1996", "player.handlebars->3->16" ] }, @@ -27809,8 +27823,8 @@ "zh-chs": "配置状态", "zh-cht": "配置狀態", "xloc": [ - "default-mobile.handlebars->9->367", - "default.handlebars->29->949" + "default-mobile.handlebars->9->373", + "default.handlebars->29->952" ] }, { @@ -27831,7 +27845,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->9->115", - "default.handlebars->29->1524" + "default.handlebars->29->1527" ] }, { @@ -27851,7 +27865,7 @@ "zh-chs": "旁遮普文", "zh-cht": "旁遮普文", "xloc": [ - "default.handlebars->29->1152" + "default.handlebars->29->1155" ] }, { @@ -27871,7 +27885,7 @@ "zh-chs": "旁遮普(印度)", "zh-cht": "旁遮普(印度)", "xloc": [ - "default.handlebars->29->1153" + "default.handlebars->29->1156" ] }, { @@ -27891,7 +27905,7 @@ "zh-chs": "旁遮普(巴基斯坦)", "zh-cht": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->29->1154" + "default.handlebars->29->1157" ] }, { @@ -27911,7 +27925,7 @@ "zh-chs": "Putty", "zh-cht": "Putty", "xloc": [ - "default.handlebars->29->623" + "default.handlebars->29->626" ] }, { @@ -27953,7 +27967,7 @@ "zh-chs": "盖丘亚族", "zh-cht": "蓋丘亞族", "xloc": [ - "default.handlebars->29->1155" + "default.handlebars->29->1158" ] }, { @@ -28017,7 +28031,7 @@ "zh-chs": "RDP", "zh-cht": "RDP", "xloc": [ - "default.handlebars->29->621" + "default.handlebars->29->624" ] }, { @@ -28138,7 +28152,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->29->2059" + "default.handlebars->29->2062" ] }, { @@ -28158,7 +28172,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->29->1748" + "default.handlebars->29->1751" ] }, { @@ -28198,7 +28212,7 @@ "zh-chs": "重新激活英特尔®AMT", "zh-cht": "重新啟動Intel® AMT", "xloc": [ - "default.handlebars->29->1357" + "default.handlebars->29->1360" ] }, { @@ -28218,9 +28232,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->29->1873", - "default.handlebars->29->1875", - "default.handlebars->29->1928" + "default.handlebars->29->1876", + "default.handlebars->29->1878", + "default.handlebars->29->1931" ] }, { @@ -28240,7 +28254,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->29->1757" + "default.handlebars->29->1760" ] }, { @@ -28260,7 +28274,7 @@ "zh-chs": "收到无效的网络数据", "zh-cht": "收到無效的網絡數據", "xloc": [ - "default.handlebars->29->806", + "default.handlebars->29->809", "desktop.handlebars->3->11" ] }, @@ -28268,7 +28282,7 @@ "en": "Record Sessions", "nl": "Sessies opnemen", "xloc": [ - "default.handlebars->29->1305" + "default.handlebars->29->1308" ] }, { @@ -28295,7 +28309,7 @@ "en": "Record sessions", "nl": "Sessies opnemen", "xloc": [ - "default.handlebars->29->1389" + "default.handlebars->29->1392" ] }, { @@ -28315,7 +28329,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->29->2007" + "default.handlebars->29->2010" ] }, { @@ -28356,9 +28370,9 @@ "zh-cht": "遞迴刪除", "xloc": [ "default-mobile.handlebars->9->121", - "default-mobile.handlebars->9->306", - "default.handlebars->29->1531", - "default.handlebars->29->870" + "default-mobile.handlebars->9->312", + "default.handlebars->29->1534", + "default.handlebars->29->873" ] }, { @@ -28477,7 +28491,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->29->2038" + "default.handlebars->29->2041" ] }, { @@ -28497,7 +28511,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->29->2031" + "default.handlebars->29->2034" ] }, { @@ -28517,8 +28531,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->29->2037", - "default.handlebars->29->2053" + "default.handlebars->29->2040", + "default.handlebars->29->2056" ] }, { @@ -28655,15 +28669,15 @@ "zh-chs": "远程剪贴板", "zh-cht": "遠程剪貼板", "xloc": [ - "default.handlebars->29->825" + "default.handlebars->29->828" ] }, { "en": "Remote Commands", "nl": "Externe opdrachten", "xloc": [ - "default-mobile.handlebars->9->435", - "default.handlebars->29->1421" + "default-mobile.handlebars->9->441", + "default.handlebars->29->1424" ] }, { @@ -28683,10 +28697,10 @@ "zh-chs": "遥控", "zh-cht": "遙控", "xloc": [ - "default-mobile.handlebars->9->422", - "default-mobile.handlebars->9->442", - "default.handlebars->29->1407", - "default.handlebars->29->1443" + "default-mobile.handlebars->9->428", + "default-mobile.handlebars->9->448", + "default.handlebars->29->1410", + "default.handlebars->29->1446" ] }, { @@ -28729,8 +28743,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->29->1577", - "default.handlebars->29->1583" + "default.handlebars->29->1580", + "default.handlebars->29->1586" ] }, { @@ -28750,7 +28764,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->29->1578" + "default.handlebars->29->1581" ] }, { @@ -28770,7 +28784,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->29->1584" + "default.handlebars->29->1587" ] }, { @@ -28790,9 +28804,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->29->1575", - "default.handlebars->29->1579", - "default.handlebars->29->1585" + "default.handlebars->29->1578", + "default.handlebars->29->1582", + "default.handlebars->29->1588" ] }, { @@ -28832,9 +28846,9 @@ "zh-chs": "远程桌面设置", "zh-cht": "遠程桌面設置", "xloc": [ - "default-mobile.handlebars->9->291", + "default-mobile.handlebars->9->297", "default.handlebars->29->275", - "default.handlebars->29->817", + "default.handlebars->29->820", "desktop.handlebars->3->21" ] }, @@ -28855,7 +28869,7 @@ "zh-chs": "远程键盘输入", "zh-cht": "遠程鍵盤輸入", "xloc": [ - "default.handlebars->29->823", + "default.handlebars->29->826", "desktop.handlebars->3->23" ] }, @@ -28876,7 +28890,7 @@ "zh-chs": "远程网格用户", "zh-cht": "遠程網格用戶", "xloc": [ - "default-mobile.handlebars->9->463" + "default-mobile.handlebars->9->469" ] }, { @@ -28913,10 +28927,10 @@ "zh-chs": "仅远程查看", "zh-cht": "僅遠程查看", "xloc": [ - "default-mobile.handlebars->9->423", - "default-mobile.handlebars->9->447", - "default.handlebars->29->1408", - "default.handlebars->29->1448" + "default-mobile.handlebars->9->429", + "default-mobile.handlebars->9->453", + "default.handlebars->29->1411", + "default.handlebars->29->1451" ] }, { @@ -28936,7 +28950,7 @@ "zh-chs": "远程剪贴板的有效期为60秒。", "zh-cht": "遠程剪貼板的有效期為60秒。", "xloc": [ - "default.handlebars->29->824" + "default.handlebars->29->827" ] }, { @@ -28997,7 +29011,7 @@ "zh-chs": "删除配置", "zh-cht": "刪除配置", "xloc": [ - "default.handlebars->29->1278" + "default.handlebars->29->1281" ] }, { @@ -29051,8 +29065,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->29->1842", - "default.handlebars->29->1976" + "default.handlebars->29->1845", + "default.handlebars->29->1979" ] }, { @@ -29072,8 +29086,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->29->1840", - "default.handlebars->29->1963" + "default.handlebars->29->1843", + "default.handlebars->29->1966" ] }, { @@ -29110,7 +29124,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->29->1972" + "default.handlebars->29->1975" ] }, { @@ -29130,8 +29144,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->29->1467", - "default.handlebars->29->1968" + "default.handlebars->29->1470", + "default.handlebars->29->1971" ] }, { @@ -29151,7 +29165,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->29->1850" + "default.handlebars->29->1853" ] }, { @@ -29171,8 +29185,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->29->1465", - "default.handlebars->29->1965" + "default.handlebars->29->1468", + "default.handlebars->29->1968" ] }, { @@ -29192,7 +29206,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->29->1940" + "default.handlebars->29->1943" ] }, { @@ -29212,7 +29226,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->29->1749" + "default.handlebars->29->1752" ] }, { @@ -29232,7 +29246,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->29->1387" + "default.handlebars->29->1390" ] }, { @@ -29273,7 +29287,7 @@ "zh-cht": "刪除電話號碼", "xloc": [ "default-mobile.handlebars->9->64", - "default.handlebars->29->999" + "default.handlebars->29->1002" ] }, { @@ -29313,7 +29327,7 @@ "zh-chs": "删除此设备", "zh-cht": "刪除此裝置", "xloc": [ - "default.handlebars->29->610" + "default.handlebars->29->613" ] }, { @@ -29333,7 +29347,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->29->1918" + "default.handlebars->29->1921" ] }, { @@ -29353,7 +29367,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->29->1954" + "default.handlebars->29->1957" ] }, { @@ -29373,7 +29387,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->29->1836" + "default.handlebars->29->1839" ] }, { @@ -29393,8 +29407,8 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->29->1830", - "default.handlebars->29->646" + "default.handlebars->29->1833", + "default.handlebars->29->649" ] }, { @@ -29414,11 +29428,11 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->29->1344", - "default.handlebars->29->1824", - "default.handlebars->29->1948", - "default.handlebars->29->1960", - "default.handlebars->29->647" + "default.handlebars->29->1347", + "default.handlebars->29->1827", + "default.handlebars->29->1951", + "default.handlebars->29->1963", + "default.handlebars->29->650" ] }, { @@ -29438,7 +29452,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->29->1637" + "default.handlebars->29->1640" ] }, { @@ -29458,7 +29472,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->29->1633" + "default.handlebars->29->1636" ] }, { @@ -29478,7 +29492,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->29->1643" + "default.handlebars->29->1646" ] }, { @@ -29498,7 +29512,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->29->1640" + "default.handlebars->29->1643" ] }, { @@ -29518,9 +29532,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->29->1606", - "default.handlebars->29->1627", - "default.handlebars->29->1632" + "default.handlebars->29->1609", + "default.handlebars->29->1630", + "default.handlebars->29->1635" ] }, { @@ -29540,7 +29554,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->29->1616" + "default.handlebars->29->1619" ] }, { @@ -29560,7 +29574,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->29->1629" + "default.handlebars->29->1632" ] }, { @@ -29580,8 +29594,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->29->1608", - "default.handlebars->29->1618" + "default.handlebars->29->1611", + "default.handlebars->29->1621" ] }, { @@ -29602,12 +29616,12 @@ "zh-cht": "改名", "xloc": [ "default-mobile.handlebars->9->125", - "default-mobile.handlebars->9->310", + "default-mobile.handlebars->9->316", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->29->1535", + "default.handlebars->29->1538", "default.handlebars->29->497", - "default.handlebars->29->874", + "default.handlebars->29->877", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->filesContextMenu->1" @@ -29630,7 +29644,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->29->1594" + "default.handlebars->29->1597" ] }, { @@ -29650,7 +29664,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->29->1653" + "default.handlebars->29->1656" ] }, { @@ -29670,7 +29684,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->29->1648" + "default.handlebars->29->1651" ] }, { @@ -29690,7 +29704,7 @@ "zh-chs": "要求:", "zh-cht": "要求:", "xloc": [ - "default.handlebars->29->1247" + "default.handlebars->29->1250" ] }, { @@ -29711,8 +29725,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->9->89", - "default.handlebars->29->1754", - "default.handlebars->29->1938" + "default.handlebars->29->1757", + "default.handlebars->29->1941" ] }, { @@ -29732,7 +29746,7 @@ "zh-chs": "需要浏览器中的Microsoft ClickOnce支持", "zh-cht": "需要瀏覽器中的Microsoft ClickOnce支持", "xloc": [ - "default.handlebars->29->620" + "default.handlebars->29->623" ] }, { @@ -29752,8 +29766,8 @@ "zh-chs": "在浏览器中需要Microsoft ClickOnce支持。", "zh-cht": "在瀏覽器中需要Microsoft ClickOnce支持。", "xloc": [ - "default.handlebars->29->622", - "default.handlebars->29->624" + "default.handlebars->29->625", + "default.handlebars->29->627" ] }, { @@ -29795,8 +29809,8 @@ "zh-chs": "重设", "zh-cht": "重設", "xloc": [ - "default-mobile.handlebars->9->267", - "default.handlebars->29->724", + "default-mobile.handlebars->9->273", + "default.handlebars->29->727", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -29804,8 +29818,8 @@ "en": "Reset / Power Off", "nl": "Reset / uitschakelen", "xloc": [ - "default-mobile.handlebars->9->436", - "default.handlebars->29->1422" + "default-mobile.handlebars->9->442", + "default.handlebars->29->1425" ] }, { @@ -29918,10 +29932,10 @@ "en": "Reset/Off", "nl": "Reset/Uit", "xloc": [ - "default-mobile.handlebars->9->456", - "default.handlebars->29->1458", - "default.handlebars->29->667", - "default.handlebars->29->688" + "default-mobile.handlebars->9->462", + "default.handlebars->29->1461", + "default.handlebars->29->670", + "default.handlebars->29->691" ] }, { @@ -29941,7 +29955,7 @@ "zh-chs": "重新启动", "zh-cht": "重新啟動", "xloc": [ - "default.handlebars->29->840", + "default.handlebars->29->843", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -29962,7 +29976,7 @@ "zh-chs": "还原服务器", "zh-cht": "還原伺服器", "xloc": [ - "default.handlebars->29->1283" + "default.handlebars->29->1286" ] }, { @@ -30002,7 +30016,7 @@ "zh-chs": "使用备份还原服务器,这将删除现有服务器数据。仅当您知道自己在做什么时才这样做。", "zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據。僅當你知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->29->1280" + "default.handlebars->29->1283" ] }, { @@ -30011,7 +30025,7 @@ "xloc": [ "default-mobile.handlebars->9->227", "default.handlebars->29->162", - "default.handlebars->29->633" + "default.handlebars->29->636" ] }, { @@ -30031,7 +30045,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->29->1862" + "default.handlebars->29->1865" ] }, { @@ -30051,7 +30065,7 @@ "zh-chs": "雷托-罗曼语", "zh-cht": "雷托-羅曼語", "xloc": [ - "default.handlebars->29->1156" + "default.handlebars->29->1159" ] }, { @@ -30071,7 +30085,7 @@ "zh-chs": "罗马尼亚文", "zh-cht": "羅馬尼亞文", "xloc": [ - "default.handlebars->29->1157" + "default.handlebars->29->1160" ] }, { @@ -30091,7 +30105,7 @@ "zh-chs": "罗马尼亚文(摩尔达维亚)", "zh-cht": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->29->1158" + "default.handlebars->29->1161" ] }, { @@ -30112,9 +30126,9 @@ "zh-cht": "根", "xloc": [ "default-mobile.handlebars->9->107", - "default-mobile.handlebars->9->300", - "default.handlebars->29->1503", - "default.handlebars->29->864" + "default-mobile.handlebars->9->306", + "default.handlebars->29->1506", + "default.handlebars->29->867" ] }, { @@ -30252,8 +30266,8 @@ "zh-cht": "運行命令", "xloc": [ "default.handlebars->29->452", - "default.handlebars->29->722", - "default.handlebars->29->738" + "default.handlebars->29->725", + "default.handlebars->29->741" ] }, { @@ -30273,7 +30287,7 @@ "zh-chs": "运行MeshCentral Router,然后单击“安装”以使其可从浏览器启动。", "zh-cht": "運行MeshCentral Router,然後單擊“安裝”以使其可從瀏覽器啟動。", "xloc": [ - "default.handlebars->29->771" + "default.handlebars->29->774" ] }, { @@ -30281,7 +30295,7 @@ "nl": "Uitvoeren als agent", "xloc": [ "default.handlebars->29->449", - "default.handlebars->29->735" + "default.handlebars->29->738" ] }, { @@ -30289,7 +30303,7 @@ "nl": "Uitvoeren als gebruiker, agent als er geen gebruiker is", "xloc": [ "default.handlebars->29->450", - "default.handlebars->29->736" + "default.handlebars->29->739" ] }, { @@ -30330,7 +30344,7 @@ "zh-cht": "在所選裝置上運行命令。", "xloc": [ "default.handlebars->29->445", - "default.handlebars->29->731" + "default.handlebars->29->734" ] }, { @@ -30367,21 +30381,21 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->29->1570" + "default.handlebars->29->1573" ] }, { "en": "Running commands as user", "nl": "Commando's uitvoeren als gebruiker", "xloc": [ - "default.handlebars->29->1645" + "default.handlebars->29->1648" ] }, { "en": "Running commands as user if possible", "nl": "Indien mogelijk commando's uitvoeren als gebruiker", "xloc": [ - "default.handlebars->29->1646" + "default.handlebars->29->1649" ] }, { @@ -30401,7 +30415,7 @@ "zh-chs": "俄文", "zh-cht": "俄文", "xloc": [ - "default.handlebars->29->1159" + "default.handlebars->29->1162" ] }, { @@ -30421,7 +30435,7 @@ "zh-chs": "俄文(摩尔达维亚)", "zh-cht": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->29->1160" + "default.handlebars->29->1163" ] }, { @@ -30441,8 +30455,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->29->1907", - "default.handlebars->29->1912", + "default.handlebars->29->1910", + "default.handlebars->29->1915", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -30467,7 +30481,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->29->1924" + "default.handlebars->29->1927" ] }, { @@ -30529,7 +30543,7 @@ "zh-chs": "萨米(拉普兰)", "zh-cht": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->29->1161" + "default.handlebars->29->1164" ] }, { @@ -30587,7 +30601,7 @@ "zh-chs": "三乡", "zh-cht": "三鄉", "xloc": [ - "default.handlebars->29->1162" + "default.handlebars->29->1165" ] }, { @@ -30607,7 +30621,7 @@ "zh-chs": "梵文", "zh-cht": "梵文", "xloc": [ - "default.handlebars->29->1163" + "default.handlebars->29->1166" ] }, { @@ -30627,7 +30641,7 @@ "zh-chs": "撒丁岛", "zh-cht": "撒丁島", "xloc": [ - "default.handlebars->29->1164" + "default.handlebars->29->1167" ] }, { @@ -30848,7 +30862,7 @@ "zh-chs": "屏幕", "zh-cht": "屏幕", "xloc": [ - "default-mobile.handlebars->9->293" + "default-mobile.handlebars->9->299" ] }, { @@ -30868,7 +30882,7 @@ "zh-chs": "屏幕选择", "zh-cht": "屏幕選擇", "xloc": [ - "default-mobile.handlebars->9->294" + "default-mobile.handlebars->9->300" ] }, { @@ -30994,8 +31008,8 @@ "zh-chs": "已使用TLS保安", "zh-cht": "已使用TLS保安", "xloc": [ - "default-mobile.handlebars->9->370", - "default.handlebars->29->952" + "default-mobile.handlebars->9->376", + "default.handlebars->29->955" ] }, { @@ -31015,12 +31029,12 @@ "zh-chs": "安全", "zh-cht": "安全", "xloc": [ - "default-mobile.handlebars->9->276", - "default-mobile.handlebars->9->369", - "default.handlebars->29->1908", + "default-mobile.handlebars->9->282", + "default-mobile.handlebars->9->375", + "default.handlebars->29->1911", "default.handlebars->29->293", - "default.handlebars->29->744", - "default.handlebars->29->951" + "default.handlebars->29->747", + "default.handlebars->29->954" ] }, { @@ -31040,7 +31054,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->29->1905" + "default.handlebars->29->1908" ] }, { @@ -31080,12 +31094,12 @@ "zh-chs": "全选", "zh-cht": "全選", "xloc": [ - "default.handlebars->29->1527", - "default.handlebars->29->1698", - "default.handlebars->29->1781", + "default.handlebars->29->1530", + "default.handlebars->29->1701", + "default.handlebars->29->1784", "default.handlebars->29->426", - "default.handlebars->29->866", - "default.handlebars->29->868", + "default.handlebars->29->869", + "default.handlebars->29->871", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -31111,11 +31125,11 @@ "zh-chs": "选择无", "zh-cht": "選擇無", "xloc": [ - "default.handlebars->29->1526", - "default.handlebars->29->1697", - "default.handlebars->29->1780", + "default.handlebars->29->1529", + "default.handlebars->29->1700", + "default.handlebars->29->1783", "default.handlebars->29->425", - "default.handlebars->29->867", + "default.handlebars->29->870", "default.handlebars->meshContextMenu->cxselectnone" ] }, @@ -31136,7 +31150,7 @@ "zh-chs": "为所选设备选择一个新组", "zh-cht": "為所選裝置選擇一個新群", "xloc": [ - "default.handlebars->29->758" + "default.handlebars->29->761" ] }, { @@ -31156,7 +31170,7 @@ "zh-chs": "选择此设备的新组", "zh-cht": "選擇此裝置的新群", "xloc": [ - "default.handlebars->29->757" + "default.handlebars->29->760" ] }, { @@ -31216,8 +31230,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->29->1701", - "default.handlebars->29->1782" + "default.handlebars->29->1704", + "default.handlebars->29->1785" ] }, { @@ -31237,8 +31251,8 @@ "zh-chs": "选择要在此设备上执行的操作。", "zh-cht": "選擇要在此裝置上執行的操作。", "xloc": [ - "default-mobile.handlebars->9->264", - "default.handlebars->29->720" + "default-mobile.handlebars->9->270", + "default.handlebars->29->723" ] }, { @@ -31279,8 +31293,8 @@ "zh-chs": "仅自我事件", "zh-cht": "僅自我事件", "xloc": [ - "default-mobile.handlebars->9->452", - "default.handlebars->29->1454" + "default-mobile.handlebars->9->458", + "default.handlebars->29->1457" ] }, { @@ -31323,7 +31337,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->29->1712" + "default.handlebars->29->1715" ] }, { @@ -31344,7 +31358,7 @@ "zh-cht": "發送MQTT消息", "xloc": [ "default.handlebars->29->427", - "default.handlebars->29->726" + "default.handlebars->29->729" ] }, { @@ -31364,7 +31378,7 @@ "zh-chs": "发送MQTT消息", "zh-cht": "發送MQTT消息", "xloc": [ - "default.handlebars->29->750" + "default.handlebars->29->753" ] }, { @@ -31384,7 +31398,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->29->1710" + "default.handlebars->29->1713" ] }, { @@ -31404,7 +31418,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->29->1913" + "default.handlebars->29->1916" ] }, { @@ -31424,7 +31438,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->29->1915" + "default.handlebars->29->1918" ] }, { @@ -31444,7 +31458,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->29->1821" + "default.handlebars->29->1824" ] }, { @@ -31464,7 +31478,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->29->1713" + "default.handlebars->29->1716" ] }, { @@ -31484,7 +31498,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->29->1693" + "default.handlebars->29->1696" ] }, { @@ -31524,7 +31538,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->29->1753" + "default.handlebars->29->1756" ] }, { @@ -31646,7 +31660,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->29->1917" + "default.handlebars->29->1920" ] }, { @@ -31666,7 +31680,7 @@ "zh-chs": "塞尔维亚", "zh-cht": "塞爾維亞", "xloc": [ - "default.handlebars->29->1167" + "default.handlebars->29->1170" ] }, { @@ -31686,8 +31700,8 @@ "zh-chs": "序列号", "zh-cht": "序列號", "xloc": [ - "default-mobile.handlebars->9->381", - "default.handlebars->29->963" + "default-mobile.handlebars->9->387", + "default.handlebars->29->966" ] }, { @@ -31707,7 +31721,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->29->1763" + "default.handlebars->29->1766" ] }, { @@ -31727,7 +31741,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->29->2069" + "default.handlebars->29->2072" ] }, { @@ -31747,7 +31761,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->29->2070" + "default.handlebars->29->2073" ] }, { @@ -31767,13 +31781,13 @@ "zh-chs": "服务器档案", "zh-cht": "伺服器檔案", "xloc": [ - "default-mobile.handlebars->9->429", - "default-mobile.handlebars->9->444", - "default.handlebars->29->1415", - "default.handlebars->29->1445", - "default.handlebars->29->1760", - "default.handlebars->29->660", - "default.handlebars->29->681" + "default-mobile.handlebars->9->435", + "default-mobile.handlebars->9->450", + "default.handlebars->29->1418", + "default.handlebars->29->1448", + "default.handlebars->29->1763", + "default.handlebars->29->663", + "default.handlebars->29->684" ] }, { @@ -31793,8 +31807,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->29->1685", - "default.handlebars->29->1774" + "default.handlebars->29->1688", + "default.handlebars->29->1777" ] }, { @@ -31814,7 +31828,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->29->1879" + "default.handlebars->29->1882" ] }, { @@ -31834,7 +31848,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->29->1764" + "default.handlebars->29->1767" ] }, { @@ -31854,7 +31868,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->29->1878" + "default.handlebars->29->1881" ] }, { @@ -31874,7 +31888,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->29->2017" + "default.handlebars->29->2020" ] }, { @@ -31914,7 +31928,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->29->2080" + "default.handlebars->29->2083" ] }, { @@ -31934,7 +31948,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->29->1765" + "default.handlebars->29->1768" ] }, { @@ -32077,7 +32091,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->29->2061" + "default.handlebars->29->2064" ] }, { @@ -32097,7 +32111,7 @@ "zh-chs": "服务详情", "zh-cht": "服務詳情", "xloc": [ - "default.handlebars->29->841" + "default.handlebars->29->844" ] }, { @@ -32137,7 +32151,7 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->29->1981" + "default.handlebars->29->1984" ] }, { @@ -32157,7 +32171,7 @@ "zh-chs": "会话信息", "zh-cht": "會議訊息", "xloc": [ - "default.handlebars->29->814", + "default.handlebars->29->817", "desktop.handlebars->3->19" ] }, @@ -32262,7 +32276,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->29->1568" + "default.handlebars->29->1571" ] }, { @@ -32330,7 +32344,7 @@ { "en": "Setup", "xloc": [ - "default.handlebars->29->1338", + "default.handlebars->29->1341", "default.handlebars->29->281" ] }, @@ -32385,7 +32399,7 @@ "zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。", "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ - "default.handlebars->29->1271" + "default.handlebars->29->1274" ] }, { @@ -32431,7 +32445,7 @@ "zh-chs": "共享", "zh-cht": "共享", "xloc": [ - "default.handlebars->29->606" + "default.handlebars->29->609" ] }, { @@ -32452,7 +32466,7 @@ "zh-cht": "共享裝置", "xloc": [ "default.handlebars->29->196", - "default.handlebars->29->719" + "default.handlebars->29->722" ] }, { @@ -32492,7 +32506,7 @@ "zh-chs": "共享过程", "zh-cht": "共享過程", "xloc": [ - "default.handlebars->29->835" + "default.handlebars->29->838" ] }, { @@ -32643,8 +32657,8 @@ "zh-chs": "只显示自己的事件", "zh-cht": "只顯示自己的事件", "xloc": [ - "default-mobile.handlebars->9->432", - "default.handlebars->29->1418" + "default-mobile.handlebars->9->438", + "default.handlebars->29->1421" ] }, { @@ -32664,7 +32678,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->29->1380" + "default.handlebars->29->1383" ] }, { @@ -32684,7 +32698,7 @@ "zh-chs": "显示设备位置信息", "zh-cht": "顯示裝置位置訊息", "xloc": [ - "default.handlebars->29->614" + "default.handlebars->29->617" ] }, { @@ -32704,7 +32718,7 @@ "zh-chs": "显示设备网络接口信息", "zh-cht": "顯示裝置網絡介面訊息", "xloc": [ - "default.handlebars->29->612" + "default.handlebars->29->615" ] }, { @@ -32744,8 +32758,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->29->1716", - "default.handlebars->29->1739" + "default.handlebars->29->1719", + "default.handlebars->29->1742" ] }, { @@ -32765,8 +32779,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->29->1715", - "default.handlebars->29->1738" + "default.handlebars->29->1718", + "default.handlebars->29->1741" ] }, { @@ -32786,8 +32800,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->29->1717", - "default.handlebars->29->1740" + "default.handlebars->29->1720", + "default.handlebars->29->1743" ] }, { @@ -32807,8 +32821,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->29->1714", - "default.handlebars->29->1737" + "default.handlebars->29->1717", + "default.handlebars->29->1740" ] }, { @@ -33002,8 +33016,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->29->1330", - "default.handlebars->29->1347" + "default.handlebars->29->1333", + "default.handlebars->29->1350" ] }, { @@ -33023,8 +33037,8 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->29->1328", - "default.handlebars->29->1351" + "default.handlebars->29->1331", + "default.handlebars->29->1354" ] }, { @@ -33044,7 +33058,7 @@ "zh-chs": "信地", "zh-cht": "信地", "xloc": [ - "default.handlebars->29->1165" + "default.handlebars->29->1168" ] }, { @@ -33064,7 +33078,7 @@ "zh-chs": "僧伽罗文", "zh-cht": "僧伽羅文", "xloc": [ - "default.handlebars->29->1166" + "default.handlebars->29->1169" ] }, { @@ -33106,8 +33120,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->29->1984", - "default.handlebars->29->1999", + "default.handlebars->29->1987", + "default.handlebars->29->2002", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -33128,7 +33142,7 @@ "zh-chs": "缩放:100%", "zh-cht": "縮放:100%", "xloc": [ - "default.handlebars->29->895" + "default.handlebars->29->898" ] }, { @@ -33148,7 +33162,7 @@ "zh-chs": "缩放:125%", "zh-cht": "縮放:125%", "xloc": [ - "default.handlebars->29->896" + "default.handlebars->29->899" ] }, { @@ -33168,7 +33182,7 @@ "zh-chs": "缩放:150%", "zh-cht": "縮放:150%", "xloc": [ - "default.handlebars->29->897" + "default.handlebars->29->900" ] }, { @@ -33188,7 +33202,7 @@ "zh-chs": "缩放:200%", "zh-cht": "縮放:200%", "xloc": [ - "default.handlebars->29->898" + "default.handlebars->29->901" ] }, { @@ -33211,11 +33225,11 @@ "default-mobile.handlebars->9->183", "default-mobile.handlebars->9->184", "default-mobile.handlebars->9->185", - "default-mobile.handlebars->9->266", + "default-mobile.handlebars->9->272", "default.handlebars->29->2", "default.handlebars->29->3", "default.handlebars->29->4", - "default.handlebars->29->723" + "default.handlebars->29->726" ] }, { @@ -33278,7 +33292,7 @@ "zh-chs": "斯洛伐克文", "zh-cht": "斯洛伐克文", "xloc": [ - "default.handlebars->29->1168" + "default.handlebars->29->1171" ] }, { @@ -33298,7 +33312,7 @@ "zh-chs": "斯洛文尼亞文", "zh-cht": "斯洛文尼亞文", "xloc": [ - "default.handlebars->29->1169" + "default.handlebars->29->1172" ] }, { @@ -33361,7 +33375,7 @@ "zh-chs": "小焦点", "zh-cht": "小焦點", "xloc": [ - "default.handlebars->29->820" + "default.handlebars->29->823" ] }, { @@ -33381,7 +33395,7 @@ "zh-chs": "软断开代理", "zh-cht": "軟斷開代理", "xloc": [ - "default.handlebars->29->995" + "default.handlebars->29->998" ] }, { @@ -33442,7 +33456,7 @@ "zh-chs": "索马尼", "zh-cht": "索馬尼", "xloc": [ - "default.handlebars->29->1170" + "default.handlebars->29->1173" ] }, { @@ -33462,7 +33476,7 @@ "zh-chs": "索比亚文", "zh-cht": "索比亞文", "xloc": [ - "default.handlebars->29->1171" + "default.handlebars->29->1174" ] }, { @@ -33613,7 +33627,7 @@ "zh-chs": "西班牙文", "zh-cht": "西班牙文", "xloc": [ - "default.handlebars->29->1172" + "default.handlebars->29->1175" ] }, { @@ -33633,7 +33647,7 @@ "zh-chs": "西班牙文(阿根廷)", "zh-cht": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->29->1173" + "default.handlebars->29->1176" ] }, { @@ -33653,7 +33667,7 @@ "zh-chs": "西班牙文(玻利维亚)", "zh-cht": "西班牙文(玻利維亞)", "xloc": [ - "default.handlebars->29->1174" + "default.handlebars->29->1177" ] }, { @@ -33673,7 +33687,7 @@ "zh-chs": "西班牙文(智利)", "zh-cht": "西班牙文(智利)", "xloc": [ - "default.handlebars->29->1175" + "default.handlebars->29->1178" ] }, { @@ -33693,7 +33707,7 @@ "zh-chs": "西班牙文(哥伦比亚)", "zh-cht": "西班牙文(哥倫比亞)", "xloc": [ - "default.handlebars->29->1176" + "default.handlebars->29->1179" ] }, { @@ -33713,7 +33727,7 @@ "zh-chs": "西班牙文(哥斯达黎加)", "zh-cht": "西班牙文(哥斯達黎加)", "xloc": [ - "default.handlebars->29->1177" + "default.handlebars->29->1180" ] }, { @@ -33733,7 +33747,7 @@ "zh-chs": "西班牙文(多米尼加共和国)", "zh-cht": "西班牙文(多米尼加共和國)", "xloc": [ - "default.handlebars->29->1178" + "default.handlebars->29->1181" ] }, { @@ -33753,7 +33767,7 @@ "zh-chs": "西班牙文(厄瓜多尔)", "zh-cht": "西班牙文(厄瓜多爾)", "xloc": [ - "default.handlebars->29->1179" + "default.handlebars->29->1182" ] }, { @@ -33773,7 +33787,7 @@ "zh-chs": "西班牙文(萨尔瓦多)", "zh-cht": "西班牙文(薩爾瓦多)", "xloc": [ - "default.handlebars->29->1180" + "default.handlebars->29->1183" ] }, { @@ -33793,7 +33807,7 @@ "zh-chs": "西班牙文(危地马拉)", "zh-cht": "西班牙文(危地馬拉)", "xloc": [ - "default.handlebars->29->1181" + "default.handlebars->29->1184" ] }, { @@ -33813,7 +33827,7 @@ "zh-chs": "西班牙文(洪都拉斯)", "zh-cht": "西班牙文(洪都拉斯)", "xloc": [ - "default.handlebars->29->1182" + "default.handlebars->29->1185" ] }, { @@ -33833,7 +33847,7 @@ "zh-chs": "西班牙文(墨西哥)", "zh-cht": "西班牙文(墨西哥)", "xloc": [ - "default.handlebars->29->1183" + "default.handlebars->29->1186" ] }, { @@ -33853,7 +33867,7 @@ "zh-chs": "西班牙文(尼加拉瓜)", "zh-cht": "西班牙文(尼加拉瓜)", "xloc": [ - "default.handlebars->29->1184" + "default.handlebars->29->1187" ] }, { @@ -33873,7 +33887,7 @@ "zh-chs": "西班牙文(巴拿马)", "zh-cht": "西班牙文(巴拿馬)", "xloc": [ - "default.handlebars->29->1185" + "default.handlebars->29->1188" ] }, { @@ -33893,7 +33907,7 @@ "zh-chs": "西班牙文(巴拉圭)", "zh-cht": "西班牙文(巴拉圭)", "xloc": [ - "default.handlebars->29->1186" + "default.handlebars->29->1189" ] }, { @@ -33913,7 +33927,7 @@ "zh-chs": "西班牙文(秘鲁)", "zh-cht": "西班牙文(秘魯)", "xloc": [ - "default.handlebars->29->1187" + "default.handlebars->29->1190" ] }, { @@ -33933,7 +33947,7 @@ "zh-chs": "西班牙文(波多黎各)", "zh-cht": "西班牙文(波多黎各)", "xloc": [ - "default.handlebars->29->1188" + "default.handlebars->29->1191" ] }, { @@ -33953,7 +33967,7 @@ "zh-chs": "西班牙文(西班牙)", "zh-cht": "西班牙文(西班牙)", "xloc": [ - "default.handlebars->29->1189" + "default.handlebars->29->1192" ] }, { @@ -33973,7 +33987,7 @@ "zh-chs": "西班牙文(乌拉圭)", "zh-cht": "西班牙文(烏拉圭)", "xloc": [ - "default.handlebars->29->1190" + "default.handlebars->29->1193" ] }, { @@ -33993,7 +34007,7 @@ "zh-chs": "西班牙文(委内瑞拉)", "zh-cht": "西班牙文(委內瑞拉)", "xloc": [ - "default.handlebars->29->1191" + "default.handlebars->29->1194" ] }, { @@ -34013,7 +34027,7 @@ "zh-chs": "特殊键", "zh-cht": "特殊鍵", "xloc": [ - "default-mobile.handlebars->9->292" + "default-mobile.handlebars->9->298" ] }, { @@ -34060,7 +34074,7 @@ "zh-chs": "开始", "zh-cht": "開始", "xloc": [ - "default.handlebars->29->838" + "default.handlebars->29->841" ] }, { @@ -34097,9 +34111,9 @@ "zh-chs": "开始时间", "zh-cht": "開始時間", "xloc": [ - "default.handlebars->29->1982", - "default.handlebars->29->2001", - "default.handlebars->29->810", + "default.handlebars->29->1985", + "default.handlebars->29->2004", + "default.handlebars->29->813", "desktop.handlebars->3->15" ] }, @@ -34120,7 +34134,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->29->1552" + "default.handlebars->29->1555" ] }, { @@ -34140,7 +34154,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->29->1561" + "default.handlebars->29->1564" ] }, { @@ -34160,7 +34174,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->29->1562" + "default.handlebars->29->1565" ] }, { @@ -34180,7 +34194,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->29->1559" + "default.handlebars->29->1562" ] }, { @@ -34200,7 +34214,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->29->1581" + "default.handlebars->29->1584" ] }, { @@ -34220,7 +34234,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->29->1582" + "default.handlebars->29->1585" ] }, { @@ -34240,7 +34254,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->29->1588" + "default.handlebars->29->1591" ] }, { @@ -34260,7 +34274,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->29->1589" + "default.handlebars->29->1592" ] }, { @@ -34280,7 +34294,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->29->1560" + "default.handlebars->29->1563" ] }, { @@ -34300,7 +34314,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->29->1576" + "default.handlebars->29->1579" ] }, { @@ -34320,7 +34334,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->29->1586" + "default.handlebars->29->1589" ] }, { @@ -34340,7 +34354,7 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->29->829", + "default.handlebars->29->832", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -34381,8 +34395,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->29->1931", - "default.handlebars->29->1994", + "default.handlebars->29->1934", + "default.handlebars->29->1997", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -34403,7 +34417,7 @@ "zh-chs": "停止", "zh-cht": "停止", "xloc": [ - "default.handlebars->29->839" + "default.handlebars->29->842" ] }, { @@ -34423,15 +34437,15 @@ "zh-chs": "停止进程", "zh-cht": "停止進程", "xloc": [ - "default.handlebars->29->826" + "default.handlebars->29->829" ] }, { "en": "Stop process #{0} \\\"{1}\\\"?", "nl": "Stop proces #{0} \\\"{1}\\\"?", "xloc": [ - "default-mobile.handlebars->9->296", - "default.handlebars->29->845", + "default-mobile.handlebars->9->302", + "default.handlebars->29->848", "desktop.handlebars->3->26" ] }, @@ -34469,8 +34483,8 @@ "zh-chs": "储存", "zh-cht": "儲存", "xloc": [ - "default-mobile.handlebars->9->397", - "default.handlebars->29->979" + "default-mobile.handlebars->9->403", + "default.handlebars->29->982" ] }, { @@ -34510,7 +34524,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->29->1507" + "default.handlebars->29->1510" ] }, { @@ -34530,7 +34544,7 @@ "zh-chs": "强", "zh-cht": "強", "xloc": [ - "default.handlebars->29->1264" + "default.handlebars->29->1267" ] }, { @@ -34575,7 +34589,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->29->1711" + "default.handlebars->29->1714" ] }, { @@ -34675,7 +34689,7 @@ "zh-chs": "苏图", "zh-cht": "蘇圖", "xloc": [ - "default.handlebars->29->1192" + "default.handlebars->29->1195" ] }, { @@ -34695,7 +34709,7 @@ "zh-chs": "斯瓦希里文", "zh-cht": "斯瓦希里文", "xloc": [ - "default.handlebars->29->1193" + "default.handlebars->29->1196" ] }, { @@ -34722,7 +34736,7 @@ "zh-chs": "瑞典文", "zh-cht": "瑞典文", "xloc": [ - "default.handlebars->29->1194" + "default.handlebars->29->1197" ] }, { @@ -34742,7 +34756,7 @@ "zh-chs": "瑞典文(芬兰)", "zh-cht": "瑞典文(芬蘭)", "xloc": [ - "default.handlebars->29->1195" + "default.handlebars->29->1198" ] }, { @@ -34762,7 +34776,7 @@ "zh-chs": "瑞典文(瑞典)", "zh-cht": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->29->1196" + "default.handlebars->29->1199" ] }, { @@ -34782,7 +34796,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->29->1388" + "default.handlebars->29->1391" ] }, { @@ -34910,7 +34924,7 @@ "zh-chs": "TLS", "zh-cht": "TLS", "xloc": [ - "default-mobile.handlebars->9->237", + "default-mobile.handlebars->9->238", "default.handlebars->29->555" ] }, @@ -34931,8 +34945,8 @@ "zh-chs": "未设置TLS", "zh-cht": "未設置TLS", "xloc": [ - "default-mobile.handlebars->9->371", - "default.handlebars->29->953" + "default-mobile.handlebars->9->377", + "default.handlebars->29->956" ] }, { @@ -34952,9 +34966,9 @@ "zh-chs": "需要TLS加密", "zh-cht": "需要TLS加密", "xloc": [ - "default-mobile.handlebars->9->278", + "default-mobile.handlebars->9->284", "default.handlebars->29->295", - "default.handlebars->29->746" + "default.handlebars->29->749" ] }, { @@ -34995,7 +35009,7 @@ "zh-cht": "標籤1,標籤2,標籤3", "xloc": [ "default.handlebars->29->459", - "default.handlebars->29->800" + "default.handlebars->29->803" ] }, { @@ -35015,11 +35029,11 @@ "zh-chs": "标签", "zh-cht": "標籤", "xloc": [ - "default-mobile.handlebars->9->251", - "default-mobile.handlebars->9->252", - "default-mobile.handlebars->9->287", + "default-mobile.handlebars->9->257", + "default-mobile.handlebars->9->258", + "default-mobile.handlebars->9->293", "default.handlebars->29->458", - "default.handlebars->29->799", + "default.handlebars->29->802", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7" ] }, @@ -35040,7 +35054,7 @@ "zh-chs": "泰米尔文", "zh-cht": "泰米爾文", "xloc": [ - "default.handlebars->29->1197" + "default.handlebars->29->1200" ] }, { @@ -35060,7 +35074,7 @@ "zh-chs": "塔塔尔族", "zh-cht": "塔塔爾族", "xloc": [ - "default.handlebars->29->1198" + "default.handlebars->29->1201" ] }, { @@ -35080,7 +35094,7 @@ "zh-chs": "泰卢加", "zh-cht": "泰盧加", "xloc": [ - "default.handlebars->29->1199" + "default.handlebars->29->1202" ] }, { @@ -35101,8 +35115,8 @@ "zh-cht": "終端機", "xloc": [ "default-mobile.handlebars->9->168", - "default.handlebars->29->1381", - "default.handlebars->29->1988", + "default.handlebars->29->1384", + "default.handlebars->29->1991", "default.handlebars->29->255", "default.handlebars->29->507", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -35146,10 +35160,10 @@ "zh-chs": "终端通知", "zh-cht": "終端機通知", "xloc": [ - "default.handlebars->29->1313", - "default.handlebars->29->1810", - "default.handlebars->29->1897", - "default.handlebars->29->579" + "default.handlebars->29->1316", + "default.handlebars->29->1813", + "default.handlebars->29->1900", + "default.handlebars->29->582" ] }, { @@ -35169,10 +35183,10 @@ "zh-chs": "终端提示", "zh-cht": "終端機提示", "xloc": [ - "default.handlebars->29->1312", - "default.handlebars->29->1809", - "default.handlebars->29->1896", - "default.handlebars->29->578" + "default.handlebars->29->1315", + "default.handlebars->29->1812", + "default.handlebars->29->1899", + "default.handlebars->29->581" ] }, { @@ -35240,7 +35254,7 @@ "zh-chs": "泰国", "zh-cht": "泰國", "xloc": [ - "default.handlebars->29->1200" + "default.handlebars->29->1203" ] }, { @@ -35342,7 +35356,7 @@ "zh-chs": "目前没有任何通知", "zh-cht": "目前沒有任何通知", "xloc": [ - "default.handlebars->29->2009" + "default.handlebars->29->2012" ] }, { @@ -35403,7 +35417,7 @@ "zh-cht": "此帳戶無權建立新的裝置群。", "xloc": [ "default-mobile.handlebars->9->92", - "default.handlebars->29->1250" + "default.handlebars->29->1253" ] }, { @@ -35480,7 +35494,7 @@ "zh-chs": "这是不安全政策,因为将用代理执行激活。", "zh-cht": "這是不安全政策,因為將用代理執行啟動。", "xloc": [ - "default.handlebars->29->1365" + "default.handlebars->29->1368" ] }, { @@ -35521,7 +35535,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->29->1364" + "default.handlebars->29->1367" ] }, { @@ -35604,7 +35618,7 @@ "zh-chs": "这会在此设备的事件日志中添加一个条目。", "zh-cht": "這會在此裝置的事件日誌中增加一個記錄。", "xloc": [ - "default.handlebars->29->691" + "default.handlebars->29->694" ] }, { @@ -35641,7 +35655,7 @@ "zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。", "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ - "default.handlebars->29->753" + "default.handlebars->29->756" ] }, { @@ -35661,7 +35675,7 @@ "zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。", "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ - "default.handlebars->29->754" + "default.handlebars->29->757" ] }, { @@ -35681,7 +35695,7 @@ "zh-chs": "蒂格雷", "zh-cht": "蒂格雷", "xloc": [ - "default.handlebars->29->1201" + "default.handlebars->29->1204" ] }, { @@ -35721,7 +35735,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->29->1650" + "default.handlebars->29->1653" ] }, { @@ -35741,7 +35755,7 @@ "zh-chs": "超时", "zh-cht": "超時", "xloc": [ - "default.handlebars->29->805", + "default.handlebars->29->808", "desktop.handlebars->3->10" ] }, @@ -35893,7 +35907,7 @@ "zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。", "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->29->1237" + "default.handlebars->29->1240" ] }, { @@ -36369,7 +36383,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->29->748" + "default.handlebars->29->751" ] }, { @@ -36429,7 +36443,7 @@ "zh-chs": "用于通过此服务器连接到设备的流量路由器", "zh-cht": "用於通過此伺服器連接到裝置的流量路由器", "xloc": [ - "default.handlebars->29->616" + "default.handlebars->29->619" ] }, { @@ -36469,7 +36483,7 @@ "zh-chs": "特松加", "zh-cht": "特松加", "xloc": [ - "default.handlebars->29->1202" + "default.handlebars->29->1205" ] }, { @@ -36489,7 +36503,7 @@ "zh-chs": "茨瓦纳", "zh-cht": "茨瓦納", "xloc": [ - "default.handlebars->29->1203" + "default.handlebars->29->1206" ] }, { @@ -36509,7 +36523,7 @@ "zh-chs": "土耳其", "zh-cht": "土耳其", "xloc": [ - "default.handlebars->29->1204" + "default.handlebars->29->1207" ] }, { @@ -36529,7 +36543,7 @@ "zh-chs": "土库曼文", "zh-cht": "土庫曼文", "xloc": [ - "default.handlebars->29->1205" + "default.handlebars->29->1208" ] }, { @@ -36569,12 +36583,12 @@ "zh-chs": "类型", "zh-cht": "類型", "xloc": [ - "default-mobile.handlebars->9->405", + "default-mobile.handlebars->9->411", "default-mobile.handlebars->9->98", - "default.handlebars->29->1257", - "default.handlebars->29->1299", - "default.handlebars->29->1348", - "default.handlebars->29->836", + "default.handlebars->29->1260", + "default.handlebars->29->1302", + "default.handlebars->29->1351", + "default.handlebars->29->839", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", "desktop.handlebars->p11->deskarea0->deskarea4->3" ] @@ -36596,7 +36610,7 @@ "zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。", "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->29->1014" + "default.handlebars->29->1017" ] }, { @@ -36616,7 +36630,7 @@ "zh-chs": "输入要添加的密钥的名称。", "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ - "default.handlebars->29->1011" + "default.handlebars->29->1014" ] }, { @@ -36657,7 +36671,7 @@ "zh-chs": "UTF8终端", "zh-cht": "UTF8終端", "xloc": [ - "default.handlebars->29->849" + "default.handlebars->29->852" ] }, { @@ -36677,7 +36691,7 @@ "zh-chs": "乌克兰", "zh-cht": "烏克蘭", "xloc": [ - "default.handlebars->29->1206" + "default.handlebars->29->1209" ] }, { @@ -36697,7 +36711,7 @@ "zh-chs": "在验证电邮地址之前,无法访问设备。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电邮地址。", "zh-cht": "在驗證電郵地址之前,無法訪問裝置。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電郵地址。", "xloc": [ - "default.handlebars->29->1252", + "default.handlebars->29->1255", "default.handlebars->29->523" ] }, @@ -36760,7 +36774,7 @@ "zh-chs": "在启用两因素身份验证之前,无法访问设备。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。", "zh-cht": "在啟用二因子身份驗證之前,無法訪問裝置。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->29->1254", + "default.handlebars->29->1257", "default.handlebars->29->525" ] }, @@ -36887,10 +36901,10 @@ "zh-chs": "卸载", "zh-cht": "卸載", "xloc": [ - "default-mobile.handlebars->9->454", - "default.handlebars->29->1456", - "default.handlebars->29->665", - "default.handlebars->29->686" + "default-mobile.handlebars->9->460", + "default.handlebars->29->1459", + "default.handlebars->29->668", + "default.handlebars->29->689" ] }, { @@ -36910,9 +36924,9 @@ "zh-chs": "卸载代理", "zh-cht": "卸載代理", "xloc": [ - "default-mobile.handlebars->9->434", + "default-mobile.handlebars->9->440", "default.handlebars->29->429", - "default.handlebars->29->727" + "default.handlebars->29->730" ] }, { @@ -36932,7 +36946,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->29->1420" + "default.handlebars->29->1423" ] }, { @@ -36952,7 +36966,7 @@ "zh-chs": "卸载代理", "zh-cht": "卸載代理", "xloc": [ - "default.handlebars->29->756" + "default.handlebars->29->759" ] }, { @@ -36974,24 +36988,24 @@ "xloc": [ "default-mobile.handlebars->9->208", "default-mobile.handlebars->9->35", - "default-mobile.handlebars->9->361", - "default-mobile.handlebars->9->368", + "default-mobile.handlebars->9->367", + "default-mobile.handlebars->9->374", "default-mobile.handlebars->9->6", "default.handlebars->29->107", "default.handlebars->29->108", "default.handlebars->29->109", "default.handlebars->29->111", "default.handlebars->29->113", - "default.handlebars->29->1286", - "default.handlebars->29->1287", + "default.handlebars->29->1289", + "default.handlebars->29->1290", "default.handlebars->29->13", - "default.handlebars->29->1971", - "default.handlebars->29->1986", - "default.handlebars->29->1987", + "default.handlebars->29->1974", + "default.handlebars->29->1989", + "default.handlebars->29->1990", "default.handlebars->29->42", "default.handlebars->29->424", - "default.handlebars->29->943", - "default.handlebars->29->950" + "default.handlebars->29->946", + "default.handlebars->29->953" ] }, { @@ -37011,8 +37025,8 @@ "zh-chs": "未知#{0}", "zh-cht": "未知#{0}", "xloc": [ - "default-mobile.handlebars->9->399", - "default.handlebars->29->1293" + "default-mobile.handlebars->9->405", + "default.handlebars->29->1296" ] }, { @@ -37032,7 +37046,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->29->2023" + "default.handlebars->29->2026" ] }, { @@ -37052,8 +37066,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->29->1835", - "default.handlebars->29->1959" + "default.handlebars->29->1838", + "default.handlebars->29->1962" ] }, { @@ -37073,9 +37087,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->29->1829", - "default.handlebars->29->1947", - "default.handlebars->29->2027" + "default.handlebars->29->1832", + "default.handlebars->29->1950", + "default.handlebars->29->2030" ] }, { @@ -37095,7 +37109,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->29->2019" + "default.handlebars->29->2022" ] }, { @@ -37136,7 +37150,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->29->1953" + "default.handlebars->29->1956" ] }, { @@ -37199,7 +37213,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->29->1704" + "default.handlebars->29->1707" ] }, { @@ -37243,7 +37257,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->29->2087" + "default.handlebars->29->2090" ] }, { @@ -37288,14 +37302,14 @@ "zh-cht": "上載檔案", "xloc": [ "default-mobile.handlebars->9->126", - "default-mobile.handlebars->9->311", - "default-mobile.handlebars->9->329", - "default-mobile.handlebars->9->332", - "default.handlebars->29->1536", - "default.handlebars->29->1544", - "default.handlebars->29->875", - "default.handlebars->29->899", + "default-mobile.handlebars->9->317", + "default-mobile.handlebars->9->335", + "default-mobile.handlebars->9->338", + "default.handlebars->29->1539", + "default.handlebars->29->1547", + "default.handlebars->29->878", "default.handlebars->29->902", + "default.handlebars->29->905", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1" ] }, @@ -37316,7 +37330,7 @@ "zh-chs": "上载网格代理核心", "zh-cht": "上載mesh agent核心", "xloc": [ - "default.handlebars->29->997" + "default.handlebars->29->1000" ] }, { @@ -37336,7 +37350,7 @@ "zh-chs": "上载核心档案", "zh-cht": "上載核心檔案", "xloc": [ - "default.handlebars->29->994" + "default.handlebars->29->997" ] }, { @@ -37356,7 +37370,7 @@ "zh-chs": "上载默认服务器核心", "zh-cht": "上載默認伺服器核心", "xloc": [ - "default.handlebars->29->991" + "default.handlebars->29->994" ] }, { @@ -37396,7 +37410,7 @@ "zh-chs": "上传恢复核心", "zh-cht": "上傳恢復核心", "xloc": [ - "default.handlebars->29->993" + "default.handlebars->29->996" ] }, { @@ -37416,9 +37430,9 @@ "zh-chs": "上传将覆盖1个档案。继续?", "zh-cht": "上傳將覆蓋1個檔案。繼續?", "xloc": [ - "default-mobile.handlebars->9->330", - "default.handlebars->29->1545", - "default.handlebars->29->900" + "default-mobile.handlebars->9->336", + "default.handlebars->29->1548", + "default.handlebars->29->903" ] }, { @@ -37438,9 +37452,9 @@ "zh-chs": "上传将覆盖{0}个档案。继续?", "zh-cht": "上傳將覆蓋{0}個檔案。繼續?", "xloc": [ - "default-mobile.handlebars->9->331", - "default.handlebars->29->1546", - "default.handlebars->29->901" + "default-mobile.handlebars->9->337", + "default.handlebars->29->1549", + "default.handlebars->29->904" ] }, { @@ -37477,7 +37491,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->29->1596" + "default.handlebars->29->1599" ] }, { @@ -37497,7 +37511,7 @@ "zh-chs": "上索布族", "zh-cht": "上索布族", "xloc": [ - "default.handlebars->29->1207" + "default.handlebars->29->1210" ] }, { @@ -37517,7 +37531,7 @@ "zh-chs": "乌尔都文", "zh-cht": "烏爾都文", "xloc": [ - "default.handlebars->29->1208" + "default.handlebars->29->1211" ] }, { @@ -37581,8 +37595,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->29->2013", - "default.handlebars->29->2015" + "default.handlebars->29->2016", + "default.handlebars->29->2018" ] }, { @@ -37602,13 +37616,13 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->29->1345", - "default.handlebars->29->1657", - "default.handlebars->29->1686", - "default.handlebars->29->1825", - "default.handlebars->29->2006", + "default.handlebars->29->1348", + "default.handlebars->29->1660", + "default.handlebars->29->1689", + "default.handlebars->29->1828", + "default.handlebars->29->2009", "default.handlebars->29->232", - "default.handlebars->29->649" + "default.handlebars->29->652" ] }, { @@ -37628,7 +37642,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->29->1687" + "default.handlebars->29->1690" ] }, { @@ -37648,10 +37662,10 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->29->1720", - "default.handlebars->29->1721", "default.handlebars->29->1723", - "default.handlebars->29->1725" + "default.handlebars->29->1724", + "default.handlebars->29->1726", + "default.handlebars->29->1728" ] }, { @@ -37671,7 +37685,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->29->2032" + "default.handlebars->29->2035" ] }, { @@ -37691,9 +37705,9 @@ "zh-chs": "用户授权", "zh-cht": "用戶授權", "xloc": [ - "default-mobile.handlebars->9->407", - "default.handlebars->29->1343", - "default.handlebars->29->645" + "default-mobile.handlebars->9->413", + "default.handlebars->29->1346", + "default.handlebars->29->648" ] }, { @@ -37713,12 +37727,12 @@ "zh-chs": "用户同意", "zh-cht": "用戶同意", "xloc": [ - "default.handlebars->29->1319", - "default.handlebars->29->1816", - "default.handlebars->29->1903", + "default.handlebars->29->1322", + "default.handlebars->29->1819", + "default.handlebars->29->1906", "default.handlebars->29->193", - "default.handlebars->29->585", - "default.handlebars->29->716" + "default.handlebars->29->588", + "default.handlebars->29->719" ] }, { @@ -37738,12 +37752,12 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->29->1396", - "default.handlebars->29->1397", - "default.handlebars->29->1789", - "default.handlebars->29->1955", - "default.handlebars->29->1974", - "default.handlebars->29->648" + "default.handlebars->29->1399", + "default.handlebars->29->1400", + "default.handlebars->29->1792", + "default.handlebars->29->1958", + "default.handlebars->29->1977", + "default.handlebars->29->651" ] }, { @@ -37783,7 +37797,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->29->1952" + "default.handlebars->29->1955" ] }, { @@ -37803,7 +37817,7 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default-mobile.handlebars->9->459" + "default-mobile.handlebars->9->465" ] }, { @@ -37823,9 +37837,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->29->1461", - "default.handlebars->29->1870", - "default.handlebars->29->1871" + "default.handlebars->29->1464", + "default.handlebars->29->1873", + "default.handlebars->29->1874" ] }, { @@ -37845,8 +37859,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->29->1394", - "default.handlebars->29->1854" + "default.handlebars->29->1397", + "default.handlebars->29->1857" ] }, { @@ -37866,7 +37880,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->29->1732" + "default.handlebars->29->1735" ] }, { @@ -37886,8 +37900,8 @@ "zh-chs": "用户名", "zh-cht": "用戶名", "xloc": [ - "default-mobile.handlebars->9->458", - "default.handlebars->29->1460" + "default-mobile.handlebars->9->464", + "default.handlebars->29->1463" ] }, { @@ -37962,7 +37976,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->29->2052" + "default.handlebars->29->2055" ] }, { @@ -38045,7 +38059,7 @@ "zh-chs": "用户“{0}”", "zh-cht": "用戶“{0}”", "xloc": [ - "default.handlebars->29->813", + "default.handlebars->29->816", "desktop.handlebars->3->18" ] }, @@ -38066,8 +38080,8 @@ "zh-chs": "用户浏览器值", "zh-cht": "用戶瀏覽器值", "xloc": [ - "default.handlebars->29->1219", - "default.handlebars->29->1221" + "default.handlebars->29->1222", + "default.handlebars->29->1224" ] }, { @@ -38087,7 +38101,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->29->1625" + "default.handlebars->29->1628" ] }, { @@ -38107,7 +38121,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->29->1615" + "default.handlebars->29->1618" ] }, { @@ -38127,7 +38141,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->29->1613" + "default.handlebars->29->1616" ] }, { @@ -38192,10 +38206,10 @@ "zh-chs": "用户名", "zh-cht": "用戶名", "xloc": [ - "default-mobile.handlebars->9->274", - "default.handlebars->29->1744", + "default-mobile.handlebars->9->280", + "default.handlebars->29->1747", "default.handlebars->29->290", - "default.handlebars->29->742", + "default.handlebars->29->745", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->0->1", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->0->1", "mstsc.handlebars->main->1->3->1->4->1->0", @@ -38267,9 +38281,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->29->1777", - "default.handlebars->29->1817", - "default.handlebars->29->2051", + "default.handlebars->29->1780", + "default.handlebars->29->1820", + "default.handlebars->29->2054", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -38290,7 +38304,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->29->2036" + "default.handlebars->29->2039" ] }, { @@ -38310,7 +38324,7 @@ "zh-chs": "VT100 +(F10 = ESC + [OY)", "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->29->854" + "default.handlebars->29->857" ] }, { @@ -38330,7 +38344,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->29->1699" + "default.handlebars->29->1702" ] }, { @@ -38350,7 +38364,7 @@ "zh-chs": "文达", "zh-cht": "文達", "xloc": [ - "default.handlebars->29->1209" + "default.handlebars->29->1212" ] }, { @@ -38370,10 +38384,10 @@ "zh-chs": "供应商", "zh-cht": "供應商", "xloc": [ - "default-mobile.handlebars->9->376", - "default-mobile.handlebars->9->379", - "default.handlebars->29->958", - "default.handlebars->29->961" + "default-mobile.handlebars->9->382", + "default-mobile.handlebars->9->385", + "default.handlebars->29->961", + "default.handlebars->29->964" ] }, { @@ -38414,7 +38428,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->29->1933" + "default.handlebars->29->1936" ] }, { @@ -38456,8 +38470,8 @@ "zh-cht": "驗證電話號碼", "xloc": [ "default-mobile.handlebars->9->63", - "default.handlebars->29->1695", - "default.handlebars->29->998" + "default.handlebars->29->1001", + "default.handlebars->29->1698" ] }, { @@ -38477,7 +38491,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->29->1642" + "default.handlebars->29->1645" ] }, { @@ -38538,14 +38552,14 @@ "zh-chs": "版本", "zh-cht": "版", "xloc": [ - "default-mobile.handlebars->9->335", - "default-mobile.handlebars->9->360", - "default-mobile.handlebars->9->377", - "default-mobile.handlebars->9->382", - "default.handlebars->29->907", - "default.handlebars->29->942", - "default.handlebars->29->959", - "default.handlebars->29->964", + "default-mobile.handlebars->9->341", + "default-mobile.handlebars->9->366", + "default-mobile.handlebars->9->383", + "default-mobile.handlebars->9->388", + "default.handlebars->29->910", + "default.handlebars->29->945", + "default.handlebars->29->962", + "default.handlebars->29->967", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -38566,7 +38580,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->29->2083" + "default.handlebars->29->2086" ] }, { @@ -38608,7 +38622,7 @@ "zh-chs": "越南文", "zh-cht": "越南文", "xloc": [ - "default.handlebars->29->1210" + "default.handlebars->29->1213" ] }, { @@ -38648,7 +38662,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->29->1769" + "default.handlebars->29->1772" ] }, { @@ -38668,8 +38682,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->29->2086", - "default.handlebars->29->2088" + "default.handlebars->29->2089", + "default.handlebars->29->2091" ] }, { @@ -38689,7 +38703,7 @@ "zh-chs": "查看有关此设备的注释", "zh-cht": "查看有關此裝置的註釋", "xloc": [ - "default.handlebars->29->601" + "default.handlebars->29->604" ] }, { @@ -38709,7 +38723,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->29->1334" + "default.handlebars->29->1337" ] }, { @@ -38729,7 +38743,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->29->1911" + "default.handlebars->29->1914" ] }, { @@ -38749,7 +38763,7 @@ "zh-chs": "沃拉普克", "zh-cht": "沃拉普克", "xloc": [ - "default.handlebars->29->1211" + "default.handlebars->29->1214" ] }, { @@ -38809,7 +38823,7 @@ "zh-chs": "正在等待用户授予访问权限...", "zh-cht": "正在等待用戶授予訪問權限...", "xloc": [ - "default.handlebars->29->802", + "default.handlebars->29->805", "desktop.handlebars->3->7" ] }, @@ -38830,8 +38844,8 @@ "zh-chs": "唤醒", "zh-cht": "喚醒", "xloc": [ - "default.handlebars->29->661", - "default.handlebars->29->682" + "default.handlebars->29->664", + "default.handlebars->29->685" ] }, { @@ -38851,10 +38865,10 @@ "zh-chs": "唤醒设备", "zh-cht": "喚醒裝置", "xloc": [ - "default-mobile.handlebars->9->430", - "default-mobile.handlebars->9->445", - "default.handlebars->29->1416", - "default.handlebars->29->1446" + "default-mobile.handlebars->9->436", + "default-mobile.handlebars->9->451", + "default.handlebars->29->1419", + "default.handlebars->29->1449" ] }, { @@ -38874,8 +38888,8 @@ "zh-chs": "唤醒", "zh-cht": "喚醒", "xloc": [ - "default-mobile.handlebars->9->265", - "default.handlebars->29->721" + "default-mobile.handlebars->9->271", + "default.handlebars->29->724" ] }, { @@ -38915,7 +38929,7 @@ "zh-chs": "瓦隆", "zh-cht": "瓦隆", "xloc": [ - "default.handlebars->29->1212" + "default.handlebars->29->1215" ] }, { @@ -38935,7 +38949,7 @@ "zh-chs": "弱", "zh-cht": "弱", "xloc": [ - "default.handlebars->29->1266" + "default.handlebars->29->1269" ] }, { @@ -38980,8 +38994,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->29->2072", - "default.handlebars->29->2073" + "default.handlebars->29->2075", + "default.handlebars->29->2076" ] }, { @@ -39001,7 +39015,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->29->2074" + "default.handlebars->29->2077" ] }, { @@ -39021,7 +39035,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->29->2075" + "default.handlebars->29->2078" ] }, { @@ -39041,7 +39055,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->29->629" + "default.handlebars->29->632" ] }, { @@ -39103,7 +39117,7 @@ "zh-chs": "威尔士文", "zh-cht": "威爾士文", "xloc": [ - "default.handlebars->29->1213" + "default.handlebars->29->1216" ] }, { @@ -39123,7 +39137,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->29->1469" + "default.handlebars->29->1472" ] }, { @@ -39144,7 +39158,7 @@ "zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。", "xloc": [ "default-mobile.handlebars->9->69", - "default.handlebars->29->1005" + "default.handlebars->29->1008" ] }, { @@ -39164,7 +39178,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->29->1883" + "default.handlebars->29->1886" ] }, { @@ -39358,7 +39372,7 @@ "zh-chs": "Win32可执行档案", "zh-cht": "Win32可執行檔案", "xloc": [ - "default.handlebars->29->770" + "default.handlebars->29->773" ] }, { @@ -39378,7 +39392,7 @@ "zh-chs": "WinSCP", "zh-cht": "WinSCP", "xloc": [ - "default.handlebars->29->625" + "default.handlebars->29->628" ] }, { @@ -39439,7 +39453,7 @@ "zh-chs": "Windows(32位)", "zh-cht": "Windows(32位)", "xloc": [ - "default.handlebars->29->774" + "default.handlebars->29->777" ] }, { @@ -39459,7 +39473,7 @@ "zh-chs": "Windows(64位)", "zh-cht": "Windows(64位)", "xloc": [ - "default.handlebars->29->775" + "default.handlebars->29->778" ] }, { @@ -39624,7 +39638,7 @@ "zh-cht": "Windows命令提示", "xloc": [ "default.handlebars->29->446", - "default.handlebars->29->732" + "default.handlebars->29->735" ] }, { @@ -39687,7 +39701,7 @@ "zh-cht": "Windows PowerShell", "xloc": [ "default.handlebars->29->447", - "default.handlebars->29->733" + "default.handlebars->29->736" ] }, { @@ -39768,7 +39782,7 @@ "zh-chs": "换行:关", "zh-cht": "换行:關", "xloc": [ - "default.handlebars->29->894" + "default.handlebars->29->897" ] }, { @@ -39788,7 +39802,7 @@ "zh-chs": "换行:开", "zh-cht": "换行:開", "xloc": [ - "default.handlebars->29->893" + "default.handlebars->29->896" ] }, { @@ -39808,7 +39822,7 @@ "zh-chs": "为此设备写一个事件", "zh-cht": "為此裝置寫一個事件", "xloc": [ - "default.handlebars->29->603" + "default.handlebars->29->606" ] }, { @@ -39869,7 +39883,7 @@ "zh-chs": "XTerm", "zh-cht": "XTerm", "xloc": [ - "default.handlebars->29->619" + "default.handlebars->29->622" ] }, { @@ -39889,7 +39903,7 @@ "zh-chs": "科萨", "zh-cht": "科薩", "xloc": [ - "default.handlebars->29->1214" + "default.handlebars->29->1217" ] }, { @@ -39909,7 +39923,7 @@ "zh-chs": "意第绪文", "zh-cht": "意第緒文", "xloc": [ - "default.handlebars->29->1215" + "default.handlebars->29->1218" ] }, { @@ -40027,7 +40041,7 @@ "zh-chs": "YubiKey™ OTP", "zh-cht": "YubiKey™OTP", "xloc": [ - "default.handlebars->29->1017" + "default.handlebars->29->1020" ] }, { @@ -40067,7 +40081,7 @@ "zh-chs": "邮编档案名", "zh-cht": "郵編檔案名", "xloc": [ - "default.handlebars->29->878" + "default.handlebars->29->881" ] }, { @@ -40149,7 +40163,7 @@ "zh-chs": "祖鲁族", "zh-cht": "祖魯族", "xloc": [ - "default.handlebars->29->1216" + "default.handlebars->29->1219" ] }, { @@ -40417,7 +40431,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->29->2084" + "default.handlebars->29->2087" ] }, { @@ -40643,7 +40657,7 @@ "zh-chs": "console.txt", "zh-cht": "console.txt", "xloc": [ - "default.handlebars->29->988" + "default.handlebars->29->991" ] }, { @@ -40664,7 +40678,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->9->130", - "default.handlebars->29->1541" + "default.handlebars->29->1544" ] }, { @@ -40763,8 +40777,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->29->1664", - "default.handlebars->29->1669" + "default.handlebars->29->1667", + "default.handlebars->29->1672" ] }, { @@ -40784,8 +40798,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->29->1666", - "default.handlebars->29->1670" + "default.handlebars->29->1669", + "default.handlebars->29->1673" ] }, { @@ -40825,8 +40839,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->29->2044", - "default.handlebars->29->2047" + "default.handlebars->29->2047", + "default.handlebars->29->2050" ] }, { @@ -41041,7 +41055,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->29->1733" + "default.handlebars->29->1736" ] }, { @@ -41164,7 +41178,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->29->1761" + "default.handlebars->29->1764" ] }, { @@ -41225,7 +41239,7 @@ "zh-chs": "macOS (64位)", "zh-cht": "macOS(64位)", "xloc": [ - "default.handlebars->29->778" + "default.handlebars->29->781" ] }, { @@ -41306,7 +41320,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->9->131", - "default.handlebars->29->1542" + "default.handlebars->29->1545" ] }, { @@ -41326,7 +41340,7 @@ "zh-chs": "无VNC", "zh-cht": "無VNC", "xloc": [ - "default.handlebars->29->627" + "default.handlebars->29->630" ] }, { @@ -41403,7 +41417,7 @@ "zh-chs": "servererrors.txt", "zh-cht": "servererrors.txt", "xloc": [ - "default.handlebars->29->1290" + "default.handlebars->29->1293" ] }, { @@ -41423,7 +41437,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->29->2082" + "default.handlebars->29->2085" ] }, { @@ -41489,7 +41503,7 @@ "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->29->2060" + "default.handlebars->29->2063" ] }, { @@ -41509,7 +41523,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->29->2081" + "default.handlebars->29->2084" ] }, { @@ -41546,8 +41560,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->29->2045", - "default.handlebars->29->2048" + "default.handlebars->29->2048", + "default.handlebars->29->2051" ] }, { @@ -41630,8 +41644,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->29->1729", - "default.handlebars->29->1734" + "default.handlebars->29->1732", + "default.handlebars->29->1737" ] }, { @@ -41651,8 +41665,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->29->1731", - "default.handlebars->29->1735" + "default.handlebars->29->1734", + "default.handlebars->29->1738" ] }, { @@ -41672,7 +41686,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->29->1668" + "default.handlebars->29->1671" ] }, { @@ -41712,8 +41726,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->29->1516", - "default.handlebars->29->1521" + "default.handlebars->29->1519", + "default.handlebars->29->1524" ] }, { @@ -41733,9 +41747,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->29->1514", - "default.handlebars->29->1519", - "default.handlebars->29->1985" + "default.handlebars->29->1517", + "default.handlebars->29->1522", + "default.handlebars->29->1988" ] }, { @@ -41755,12 +41769,12 @@ "zh-chs": "{0} Mb", "zh-cht": "{0} Mb", "xloc": [ - "default-mobile.handlebars->9->390", - "default-mobile.handlebars->9->395", - "default.handlebars->29->1515", - "default.handlebars->29->1520", - "default.handlebars->29->972", - "default.handlebars->29->977" + "default-mobile.handlebars->9->396", + "default-mobile.handlebars->9->401", + "default.handlebars->29->1518", + "default.handlebars->29->1523", + "default.handlebars->29->975", + "default.handlebars->29->980" ] }, { @@ -41780,8 +41794,8 @@ "zh-chs": "{0} Mb,{1} Mhz", "zh-cht": "{0} Mb,{1} Mhz", "xloc": [ - "default-mobile.handlebars->9->388", - "default.handlebars->29->970" + "default-mobile.handlebars->9->394", + "default.handlebars->29->973" ] }, { @@ -41801,7 +41815,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->29->1923" + "default.handlebars->29->1926" ] }, { @@ -41821,8 +41835,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->29->1513", - "default.handlebars->29->1518" + "default.handlebars->29->1516", + "default.handlebars->29->1521" ] }, { @@ -41843,8 +41857,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->9->119", - "default.handlebars->29->1529", - "default.handlebars->29->2000", + "default.handlebars->29->1532", + "default.handlebars->29->2003", "download.handlebars->3->2", "download2.handlebars->5->2" ] @@ -41866,7 +41880,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->29->1508" + "default.handlebars->29->1511" ] }, { @@ -41886,7 +41900,7 @@ "zh-chs": "{0}个连接", "zh-cht": "{0}個連接", "xloc": [ - "default.handlebars->29->812", + "default.handlebars->29->815", "desktop.handlebars->3->17" ] }, @@ -41907,7 +41921,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->29->1511" + "default.handlebars->29->1514" ] }, { @@ -41927,7 +41941,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->29->1888" + "default.handlebars->29->1891" ] }, { @@ -41984,7 +41998,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->29->1509" + "default.handlebars->29->1512" ] }, { @@ -42026,7 +42040,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->29->1510" + "default.handlebars->29->1513" ] }, { @@ -42066,7 +42080,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->29->1678" + "default.handlebars->29->1681" ] }, { @@ -42230,7 +42244,7 @@ "default-mobile.handlebars->9->173", "default-mobile.handlebars->9->176", "default-mobile.handlebars->9->179", - "default.handlebars->29->1682", + "default.handlebars->29->1685", "default.handlebars->29->251", "default.handlebars->29->254", "default.handlebars->29->257", @@ -42378,7 +42392,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->29->1523" + "default.handlebars->29->1526" ] }, { @@ -42398,7 +42412,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->29->1522" + "default.handlebars->29->1525" ] }, { diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 7ec62945..25bb2cd7 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -828,6 +828,7 @@ var args = urlargs; var debugLevel = parseInt('{{{debuglevel}}}'); var features = parseInt('{{{features}}}'); + var features2 = parseInt('{{{features2}}}'); var sessionTime = parseInt('{{{sessiontime}}}'); var sessionRefreshTimer = null; var domain = '{{{domain}}}'; @@ -1075,6 +1076,7 @@ powerTimelineNode = message.nodeid; powerTimeline = message.timeline; powerTimelineUpdate = Date.now() + 300000; // Update every 5 minutes + for (var i in powerTimeline) { if (i % 2 == 1) { powerTimeline[i] = powerTimeline[i] * 1000; } } // Decompress time if (currentNode._id == message.nodeid) { drawDeviceTimeline(); } break; } @@ -1382,6 +1384,7 @@ if (message.event.node.intelamt.uuid != null) { node.intelamt.uuid = message.event.node.intelamt.uuid; } if (message.event.node.intelamt.realm != null) { node.intelamt.realm = message.event.node.intelamt.realm; } if (message.event.node.intelamt.flags != null) { node.intelamt.flags = message.event.node.intelamt.flags; } + if (message.event.node.intelamt.warn != null) { node.intelamt.warn = message.event.node.intelamt.warn; } else { delete node.intelamt.warn; } } node.namel = node.name.toLowerCase(); if (node.rname) { node.rnamel = node.rname.toLowerCase(); } else { node.rnamel = node.namel; } @@ -2594,15 +2597,45 @@ var provisioningStates = { 0: nobreak("Not Activated (Pre)"), 1: nobreak("Not Activated (In)"), 2: nobreak("Activated") }; if (node.intelamt.ver != null && node.intelamt.state == null) { str += '' + nobreak("Unknown State") + ', v' + EscapeHtml(node.intelamt.ver); } else - if ((node.intelamt.ver == null) && (node.intelamt.state == 2)) { str += '' + "Activated" + ''; } - else if ((node.intelamt.ver == null) || (node.intelamt.state == null)) { str += '' + "Unknown Version & State" + ''; } - else { - str += provisioningStates[node.intelamt.state]; - if (node.intelamt.flags) { if (node.intelamt.flags & 2) { str = ' ' + "CCM" + ''; } else if (node.intelamt.flags & 4) { str = ' ' + "ACM" + ''; } } - str += (', v' + EscapeHtml(node.intelamt.ver)); + if ((node.intelamt.ver == null) && (node.intelamt.state == 2)) { str += '' + "Activated" + ''; } + else if ((node.intelamt.ver == null) || (node.intelamt.state == null)) { str += '' + "Unknown Version & State" + ''; } + else { + str += provisioningStates[node.intelamt.state]; + if (node.intelamt.flags) { if (node.intelamt.flags & 2) { str = ' ' + "CCM" + ''; } else if (node.intelamt.flags & 4) { str = ' ' + "ACM" + ''; } } + str += (', v' + EscapeHtml(node.intelamt.ver)); + } + + // If Intel AMT is activated, show additional options + if (node.intelamt.state == 2) { + if (node.intelamt.tls == 1) { str += ', ' + "TLS" + ''; } + + var editUserCredentialsIcon = false; + if (node.intelamt.user == null || node.intelamt.user == '') { // If credentials are not set, allow setting them. + if ((meshrights & 4) != 0) { + str += ', ' + "No Credentials" + ''; + editUserCredentialsIcon = true; + } else { + str += ', ' + "No Credentials" + ''; + } + } else if (((features2 & 1) != 0) && (node.intelamt.warn != null) && ((node.intelamt.warn & 1) != 0)) { // If AMT manager is running and warned of invalid credentials, allow setting them. + if ((meshrights & 4) != 0) { + str += ', ' + "Invalid Credentials" + ''; + editUserCredentialsIcon = true; + } else { + str += ', ' + "Invalid Credentials" + ''; + } } - if (node.intelamt.tls == 1) { str += ', ' + "TLS" + ''; } + // If the AMT manager is not running, always allow Intel AMT credentials to be edited. + if (((meshrights & 4) != 0) && ((features2 & 1) == 0)) { editUserCredentialsIcon = true; } + + str += ' '; + if (editUserCredentialsIcon) { + str += ''; + } + } + + /* if (node.intelamt.state == 2) { if (node.intelamt.user == null || node.intelamt.user == '') { if ((meshrights & 4) != 0) { @@ -2616,6 +2649,7 @@ str += ''; } } + */ var meName = "Intel® ME"; if (typeof node.intelamt.sku == 'number') { @@ -2839,11 +2873,12 @@ if ((meshrights & 4) == 0) return; x += addHtmlValue("Username", ''); x += addHtmlValue("Password", ''); - x += addHtmlValue("Security", ''); + // Only display the TLS setting if the Intel AMT manager is not running on the server. With the manager TLS is auto-detected. + if ((features2 & 1) == 0) { x += addHtmlValue("Security", ''); } if ((node.intelamt.user != null) && (node.intelamt.user != '')) { buttons = 7; } setDialogMode(2, "Edit Intel® AMT credentials", buttons, editDeviceAmtSettingsEx, x, { node: node, func: func }); if ((node.intelamt.user != null) && (node.intelamt.user != '')) { Q('dp10username').value = node.intelamt.user; } else { Q('dp10username').value = 'admin'; } - Q('dp10tls').value = node.intelamt.tls; + if ((features2 & 1) == 0) { Q('dp10tls').value = node.intelamt.tls; } validateDeviceAmtSettings(); } @@ -2861,10 +2896,10 @@ if (amtuser == '') amtuser = 'admin'; var amtpass = Q('dp10password').value; if (amtpass == '') amtuser = ''; - meshserver.send({ action: 'changedevice', nodeid: tag.node._id, intelamt: { user: amtuser, pass: amtpass, tls: parseInt(Q('dp10tls').value) } }); - tag.node.intelamt.user = amtuser; - tag.node.intelamt.tls = parseInt(Q('dp10tls').value); - if (tag.func) { setTimeout(tag.func, 300); } + var x = { action: 'changedevice', nodeid: tag.node._id, intelamt: { user: amtuser, pass: amtpass } }; + if ((features2 & 1) == 0) { x.intelamt.tls = parseInt(Q('dp10tls').value); } + meshserver.send(x); + if (tag.func) { setTimeout(tag.func, 1000); } } } @@ -4451,7 +4486,7 @@ function putstore(name, val) { try { if ((typeof (localStorage) === 'undefined') || (localStorage.getItem(name) == val)) return; if (val == null) { localStorage.removeItem(name); } else { localStorage.setItem(name, val); } } catch (e) { } if (name[0] != '_') { var s = {}; for (var i = 0, len = localStorage.length; i < len; ++i) { var k = localStorage.key(i); if (k[0] != '_') { s[k] = localStorage.getItem(k); } } meshserver.send({ action: 'userWebState', state: JSON.stringify(s) }); } } function getstore(name, val) { try { if (typeof (localStorage) === 'undefined') return val; var v = localStorage.getItem(name); if ((v == null) || (v == null)) return val; return v; } catch (e) { return val; } } - function center() { onDevicesScroll(); QS('dialog').left = ((((getDocWidth() - 300) / 2)) + 'px'); deskAdjust(); deskAdjust(); /*drawDeviceTimeline();*/ } + function center() { onDevicesScroll(); QS('dialog').left = ((((getDocWidth() - 300) / 2)) + 'px'); deskAdjust(); deskAdjust(); if (currentNode != null) { drawDeviceTimeline(); } } function messagebox(t, m) { QH('id_dialogMessage', m); setDialogMode(1, t, 1); } function statusbox(t, m) { QH('id_dialogMessage', m); setDialogMode(1, t); } function getDocWidth() { if (window.innerWidth) return window.innerWidth; if (document.documentElement && document.documentElement.clientWidth && document.documentElement.clientWidth != 0) return document.documentElement.clientWidth; return document.getElementsByTagName('body')[0].clientWidth; } diff --git a/views/default.handlebars b/views/default.handlebars index 6c85bb0f..a0f6f1e0 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -2793,6 +2793,7 @@ if (message.event.node.intelamt.uuid != null) { node.intelamt.uuid = message.event.node.intelamt.uuid; } if (message.event.node.intelamt.realm != null) { node.intelamt.realm = message.event.node.intelamt.realm; } if (message.event.node.intelamt.flags != null) { node.intelamt.flags = message.event.node.intelamt.flags; } + if (message.event.node.intelamt.warn != null) { node.intelamt.warn = message.event.node.intelamt.warn; } else { delete node.intelamt.warn; } } if (message.event.node.av != null) { node.av = message.event.node.av; } node.namel = node.name.toLowerCase(); @@ -5599,17 +5600,32 @@ str += (', v' + EscapeHtml(node.intelamt.ver)); } + // If Intel AMT is activated, show additional options if (node.intelamt.state == 2) { if (node.intelamt.tls == 1) { str += ', ' + "TLS" + ''; } - if (node.intelamt.user == null || node.intelamt.user == '') { + + var editUserCredentialsIcon = false; + if (node.intelamt.user == null || node.intelamt.user == '') { // If credentials are not set, allow setting them. if ((meshrights & 4) != 0) { str += ', ' + "No Credentials" + ''; + editUserCredentialsIcon = true; } else { str += ', ' + "No Credentials" + ''; } + } else if (((features2 & 1) != 0) && (node.intelamt.warn != null) && ((node.intelamt.warn & 1) != 0)) { // If AMT manager is running and warned of invalid credentials, allow setting them. + if ((meshrights & 4) != 0) { + str += ', ' + "Invalid Credentials" + ''; + editUserCredentialsIcon = true; + } else { + str += ', ' + "Invalid Credentials" + ''; + } } + + // If the AMT manager is not running, always allow Intel AMT credentials to be edited. + if (((meshrights & 4) != 0) && ((features2 & 1) == 0)) { editUserCredentialsIcon = true; } + str += ' '; - if ((meshrights & 4) != 0) { + if (editUserCredentialsIcon) { str += ''; } } @@ -6249,9 +6265,7 @@ var x = { action: 'changedevice', nodeid: tag.node._id, intelamt: { user: amtuser, pass: amtpass } }; if ((features2 & 1) == 0) { x.intelamt.tls = parseInt(Q('dp10tls').value); } meshserver.send(x); - tag.node.intelamt.user = amtuser; - if ((features2 & 1) == 0) { tag.node.intelamt.tls = parseInt(Q('dp10tls').value); } - if (tag.func) { setTimeout(function () { tag.func(null, tag.arg); }, 300); } + if (tag.func) { setTimeout(function () { tag.func(null, tag.arg); }, 1000); } } }