From 148fe804bbdcb50b63d52a9085c083971af44464 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 2 Jul 2021 16:36:02 -0700 Subject: [PATCH] Added Intel AMT device import to AMT-only device group. --- meshuser.js | 8 + package.json | 18 +- translate/translate.json | 1767 +++++++++++++++++++------------------- views/default.handlebars | 41 +- 4 files changed, 952 insertions(+), 882 deletions(-) diff --git a/meshuser.js b/meshuser.js index 6ed56729..a03e333f 100644 --- a/meshuser.js +++ b/meshuser.js @@ -3737,6 +3737,14 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use // Create the new node nodeid = 'node/' + domain.id + '/' + buf.toString('base64').replace(/\+/g, '@').replace(/\//g, '$'); var device = { type: 'node', _id: nodeid, meshid: command.meshid, mtype: 1, icon: 1, name: command.devicename, host: command.hostname, domain: domain.id, intelamt: { user: command.amtusername, pass: command.amtpassword, tls: command.amttls } }; + + // Add optional feilds + if (common.validateInt(command.state, 0, 3)) { device.intelamt.state = command.state; } + if (common.validateString(command.ver, 1, 16)) { device.intelamt.ver = command.ver; } + if (common.validateString(command.hash, 1, 256)) { device.intelamt.hash = command.hash; } + if (common.validateString(command.realm, 1, 256)) { device.intelamt.realm = command.realm; } + + // Save the device to the database db.Set(device); // Event the new node diff --git a/package.json b/package.json index 55433f13..f285139a 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,6 @@ "sample-config-advanced.json" ], "dependencies": { - "archiver": "^4.0.2", - "archiver-zip-encrypted": "^1.0.10", "body-parser": "^1.19.0", "cbor": "~5.2.0", "compression": "^1.7.4", @@ -45,25 +43,17 @@ "express": "^4.17.0", "express-handlebars": "^3.1.0", "express-ws": "^4.0.0", - "image-size": "^1.0.0", + "html-minifier": "^4.0.0", "ipcheck": "^0.1.0", - "loadavg-windows": "^1.1.1", + "jsdom": "^16.6.0", + "minify-js": "0.0.4", "minimist": "^1.2.0", - "mongodb": "^3.6.9", "multiparty": "^4.2.1", "nedb": "^1.8.0", "node-forge": "^0.10.0", - "node-rdpjs-2": "^0.3.5", - "node-windows": "^1.0.0-beta.5", - "nodemailer": "^6.6.2", - "otplib": "^10.2.3", - "saslprep": "^1.0.3", - "ssh2": "^1.1.0", - "web-push": "^3.4.5", "ws": "^5.2.0", "xmldom": "^0.5.0", - "yauzl": "^2.10.0", - "yubikeyotp": "^0.2.0" + "yauzl": "^2.10.0" }, "repository": { "type": "git", diff --git a/translate/translate.json b/translate/translate.json index 93c07131..5e846716 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -258,8 +258,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->35->1761", - "default.handlebars->35->2254" + "default.handlebars->35->1771", + "default.handlebars->35->2264" ] }, { @@ -627,7 +627,7 @@ "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。", "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "xloc": [ - "default.handlebars->35->1730", + "default.handlebars->35->1740", "default.handlebars->35->403" ] }, @@ -710,7 +710,7 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->11->633", - "default.handlebars->35->1832" + "default.handlebars->35->1842" ] }, { @@ -1170,15 +1170,15 @@ "default-mobile.handlebars->11->132", "default-mobile.handlebars->11->425", "default.handlebars->35->1158", - "default.handlebars->35->1884", - "default.handlebars->35->2423", + "default.handlebars->35->1894", + "default.handlebars->35->2433", "sharing.handlebars->11->50" ] }, { "en": ".json", "xloc": [ - "default.handlebars->35->1704" + "default.handlebars->35->1706" ] }, { @@ -1236,7 +1236,7 @@ { "en": "0.9.0", "xloc": [ - "default.handlebars->35->1703" + "default.handlebars->35->1705" ] }, { @@ -1280,7 +1280,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->35->2327" + "default.handlebars->35->2337" ] }, { @@ -1304,7 +1304,7 @@ "xloc": [ "default-mobile.handlebars->11->142", "default-mobile.handlebars->11->676", - "default.handlebars->35->1908", + "default.handlebars->35->1918", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -1376,7 +1376,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->35->2288" + "default.handlebars->35->2298" ] }, { @@ -1491,7 +1491,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->35->2078" + "default.handlebars->35->2088" ] }, { @@ -1604,7 +1604,7 @@ "default-mobile.handlebars->11->204", "default-mobile.handlebars->11->207", "default-mobile.handlebars->11->210", - "default.handlebars->35->2082", + "default.handlebars->35->2092", "default.handlebars->35->336", "default.handlebars->35->339", "default.handlebars->35->342", @@ -2169,7 +2169,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->35->2019" + "default.handlebars->35->2029" ] }, { @@ -2191,8 +2191,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->35->2095", - "default.handlebars->35->2310" + "default.handlebars->35->2105", + "default.handlebars->35->2320" ] }, { @@ -3227,7 +3227,7 @@ "zh-chs": "操作系统", "it": "AMT-OS", "xloc": [ - "default.handlebars->35->2501" + "default.handlebars->35->2511" ] }, { @@ -3446,7 +3446,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->35->2260" + "default.handlebars->35->2270" ] }, { @@ -3545,7 +3545,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->35->1589", "default.handlebars->35->1591", - "default.handlebars->35->2554", + "default.handlebars->35->2564", "default.handlebars->35->671", "default.handlebars->35->673" ] @@ -3564,7 +3564,7 @@ "zh-chs": "帐号设定", "xloc": [ "default-mobile.handlebars->11->644", - "default.handlebars->35->2431" + "default.handlebars->35->2441" ] }, { @@ -3631,7 +3631,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->35->1992" + "default.handlebars->35->2002" ] }, { @@ -3653,7 +3653,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->35->1991" + "default.handlebars->35->2001" ] }, { @@ -3675,7 +3675,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->35->1990" + "default.handlebars->35->2000" ] }, { @@ -3697,8 +3697,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->35->2097", - "default.handlebars->35->2257" + "default.handlebars->35->2107", + "default.handlebars->35->2267" ] }, { @@ -3721,7 +3721,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->656", - "default.handlebars->35->2443", + "default.handlebars->35->2453", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -3770,7 +3770,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->35->1927" + "default.handlebars->35->1937" ] }, { @@ -3786,7 +3786,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的帐户登录", "it": "Accesso all'account da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2033" + "default.handlebars->35->2043" ] }, { @@ -3808,7 +3808,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->35->1928" + "default.handlebars->35->1938" ] }, { @@ -3854,7 +3854,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->35->2000" + "default.handlebars->35->2010" ] }, { @@ -3876,7 +3876,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->35->1989" + "default.handlebars->35->1999" ] }, { @@ -4062,7 +4062,7 @@ "zh-chs": "如果ACM失败,则激活到CCM", "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ - "default.handlebars->35->1721" + "default.handlebars->35->1731" ] }, { @@ -4273,8 +4273,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->35->2234", - "default.handlebars->35->2364", + "default.handlebars->35->2244", + "default.handlebars->35->2374", "default.handlebars->35->373" ] }, @@ -4319,9 +4319,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->35->1796", - "default.handlebars->35->2228", - "default.handlebars->35->2352", + "default.handlebars->35->1806", + "default.handlebars->35->2238", + "default.handlebars->35->2362", "default.handlebars->35->303" ] }, @@ -4344,7 +4344,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->35->1793" + "default.handlebars->35->1803" ] }, { @@ -4366,8 +4366,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->35->1798", - "default.handlebars->35->1800" + "default.handlebars->35->1808", + "default.handlebars->35->1810" ] }, { @@ -4486,7 +4486,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->35->2384" + "default.handlebars->35->2394" ] }, { @@ -4592,7 +4592,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->35->1803" + "default.handlebars->35->1813" ] }, { @@ -4615,8 +4615,8 @@ "zh-cht": "新增用戶群", "xloc": [ "default.handlebars->35->1687", - "default.handlebars->35->1795", - "default.handlebars->35->2358", + "default.handlebars->35->1805", + "default.handlebars->35->2368", "default.handlebars->35->827" ] }, @@ -4639,7 +4639,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->35->1805" + "default.handlebars->35->1815" ] }, { @@ -4703,7 +4703,7 @@ "zh-cht": "新增用戶", "xloc": [ "default.handlebars->35->1686", - "default.handlebars->35->2223" + "default.handlebars->35->2233" ] }, { @@ -4725,7 +4725,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->35->1792" + "default.handlebars->35->1802" ] }, { @@ -4747,7 +4747,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->35->2256" + "default.handlebars->35->2266" ] }, { @@ -4991,7 +4991,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->35->2016" + "default.handlebars->35->2026" ] }, { @@ -5013,7 +5013,7 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->35->2027" + "default.handlebars->35->2037" ] }, { @@ -5035,8 +5035,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->35->1983", - "default.handlebars->35->2010" + "default.handlebars->35->1993", + "default.handlebars->35->2020" ] }, { @@ -5052,7 +5052,7 @@ "zh-chs": "添加登录令牌", "it": "Aggiunto token di accesso", "xloc": [ - "default.handlebars->35->2041" + "default.handlebars->35->2051" ] }, { @@ -5067,7 +5067,7 @@ "zh-chs": "新增推送通知认证装置", "it": "Aggiunto dispositivo di autenticazione delle notifiche push", "xloc": [ - "default.handlebars->35->2039" + "default.handlebars->35->2049" ] }, { @@ -5089,7 +5089,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->35->2021" + "default.handlebars->35->2031" ] }, { @@ -5111,7 +5111,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->35->1994" + "default.handlebars->35->2004" ] }, { @@ -5133,8 +5133,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->35->1997", - "default.handlebars->35->2006" + "default.handlebars->35->2007", + "default.handlebars->35->2016" ] }, { @@ -5269,7 +5269,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->35->2292" + "default.handlebars->35->2302" ] }, { @@ -5314,7 +5314,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->35->2160" + "default.handlebars->35->2170" ] }, { @@ -5336,7 +5336,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->35->2089" + "default.handlebars->35->2099" ] }, { @@ -5384,9 +5384,9 @@ "default-mobile.handlebars->11->235", "default-mobile.handlebars->11->288", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", - "default.handlebars->35->1859", - "default.handlebars->35->1872", - "default.handlebars->35->2499", + "default.handlebars->35->1869", + "default.handlebars->35->1882", + "default.handlebars->35->2509", "default.handlebars->35->319", "default.handlebars->35->539", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1" @@ -5411,8 +5411,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->35->1861", - "default.handlebars->35->1874" + "default.handlebars->35->1871", + "default.handlebars->35->1884" ] }, { @@ -5458,7 +5458,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->11->615", - "default.handlebars->35->1813" + "default.handlebars->35->1823" ] }, { @@ -5480,7 +5480,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->35->2468" + "default.handlebars->35->2478" ] }, { @@ -5614,7 +5614,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->35->2484" + "default.handlebars->35->2494" ] }, { @@ -5671,7 +5671,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->35->1870", + "default.handlebars->35->1880", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -5694,7 +5694,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->35->1980" + "default.handlebars->35->1990" ] }, { @@ -5951,7 +5951,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->35->2512" + "default.handlebars->35->2522" ] }, { @@ -6020,7 +6020,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->35->2052" + "default.handlebars->35->2062" ] }, { @@ -6064,7 +6064,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->35->2050" + "default.handlebars->35->2060" ] }, { @@ -6122,8 +6122,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->35->1759", - "default.handlebars->35->2253" + "default.handlebars->35->1769", + "default.handlebars->35->2263" ] }, { @@ -6145,7 +6145,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->35->1760" + "default.handlebars->35->1770" ] }, { @@ -6331,8 +6331,8 @@ "zh-cht": "一直通知", "xloc": [ "default.handlebars->35->1666", - "default.handlebars->35->2214", - "default.handlebars->35->2301", + "default.handlebars->35->2224", + "default.handlebars->35->2311", "default.handlebars->35->753" ] }, @@ -6356,8 +6356,8 @@ "zh-cht": "一直提示", "xloc": [ "default.handlebars->35->1667", - "default.handlebars->35->2215", - "default.handlebars->35->2302", + "default.handlebars->35->2225", + "default.handlebars->35->2312", "default.handlebars->35->754" ] }, @@ -6552,8 +6552,8 @@ "zh-chs": "杀毒软件未激活", "it": "Antivirus non attivo", "xloc": [ - "default.handlebars->35->1863", - "default.handlebars->35->1877" + "default.handlebars->35->1873", + "default.handlebars->35->1887" ] }, { @@ -7219,7 +7219,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->11->580", - "default.handlebars->35->1735" + "default.handlebars->35->1745" ] }, { @@ -7307,7 +7307,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->35->2563" + "default.handlebars->35->2573" ] }, { @@ -7518,7 +7518,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->35->1949" + "default.handlebars->35->1959" ] }, { @@ -7573,7 +7573,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->35->2305" + "default.handlebars->35->2315" ] }, { @@ -7774,7 +7774,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->35->2030" + "default.handlebars->35->2040" ] }, { @@ -7826,7 +7826,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->35->2493" + "default.handlebars->35->2503" ] }, { @@ -8033,8 +8033,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->35->1842", - "default.handlebars->35->1849", + "default.handlebars->35->1852", + "default.handlebars->35->1859", "default.handlebars->35->433", "default.handlebars->35->447" ] @@ -8058,8 +8058,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->35->1843", - "default.handlebars->35->1850", + "default.handlebars->35->1853", + "default.handlebars->35->1860", "default.handlebars->35->434", "default.handlebars->35->448", "default.handlebars->35->464" @@ -8107,7 +8107,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->35->2307" + "default.handlebars->35->2317" ] }, { @@ -8129,7 +8129,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->35->2475" + "default.handlebars->35->2485" ] }, { @@ -8151,7 +8151,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->35->2474" + "default.handlebars->35->2484" ] }, { @@ -8239,7 +8239,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->35->2029" + "default.handlebars->35->2039" ] }, { @@ -8403,7 +8403,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->35->2221", + "default.handlebars->35->2231", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -8426,7 +8426,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->35->2142" + "default.handlebars->35->2152" ] }, { @@ -8448,7 +8448,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->35->2137" + "default.handlebars->35->2147" ] }, { @@ -8554,7 +8554,7 @@ "zh-chs": "CCM模式", "zh-cht": "CCM模式", "xloc": [ - "default.handlebars->35->1718" + "default.handlebars->35->1728" ] }, { @@ -8577,7 +8577,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->236", - "default.handlebars->35->2500", + "default.handlebars->35->2510", "default.handlebars->35->321", "default.handlebars->35->541" ] @@ -8601,7 +8601,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->35->2547" + "default.handlebars->35->2557" ] }, { @@ -8623,7 +8623,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->35->2548" + "default.handlebars->35->2558" ] }, { @@ -8645,7 +8645,7 @@ "zh-chs": "CIRA设置", "zh-cht": "CIRA設置", "xloc": [ - "default.handlebars->35->1726" + "default.handlebars->35->1736" ] }, { @@ -8669,7 +8669,7 @@ "xloc": [ "default-mobile.handlebars->11->533", "default.handlebars->35->1272", - "default.handlebars->35->2524", + "default.handlebars->35->2534", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -8692,7 +8692,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->35->2489" + "default.handlebars->35->2499" ] }, { @@ -8714,7 +8714,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->35->2492" + "default.handlebars->35->2502" ] }, { @@ -8736,7 +8736,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->35->2491" + "default.handlebars->35->2501" ] }, { @@ -8758,7 +8758,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->35->2490" + "default.handlebars->35->2500" ] }, { @@ -8807,7 +8807,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->35->2060" + "default.handlebars->35->2070" ] }, { @@ -8829,8 +8829,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->35->2064", - "default.handlebars->35->2129", + "default.handlebars->35->2074", + "default.handlebars->35->2139", "default.handlebars->35->607" ] }, @@ -8872,7 +8872,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->35->2564" + "default.handlebars->35->2574" ] }, { @@ -8898,7 +8898,7 @@ "default-mobile.handlebars->11->106", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->35->1630", - "default.handlebars->35->2553", + "default.handlebars->35->2563", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -9122,7 +9122,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->35->2339" + "default.handlebars->35->2349" ] }, { @@ -9170,7 +9170,7 @@ "xloc": [ "default-mobile.handlebars->11->114", "default.handlebars->35->1586", - "default.handlebars->35->2324" + "default.handlebars->35->2334" ] }, { @@ -9192,7 +9192,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->35->2348" + "default.handlebars->35->2358" ] }, { @@ -9214,7 +9214,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->35->2334" + "default.handlebars->35->2344" ] }, { @@ -9332,7 +9332,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->35->2323" + "default.handlebars->35->2333" ] }, { @@ -9420,7 +9420,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->35->2001" + "default.handlebars->35->2011" ] }, { @@ -9442,7 +9442,7 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->35->1985" + "default.handlebars->35->1995" ] }, { @@ -9464,7 +9464,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->35->1929" + "default.handlebars->35->1939" ] }, { @@ -9486,8 +9486,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->35->1987", - "default.handlebars->35->2008" + "default.handlebars->35->1997", + "default.handlebars->35->2018" ] }, { @@ -9543,9 +9543,9 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->35->2081", - "default.handlebars->35->2319", - "default.handlebars->35->2320", + "default.handlebars->35->2091", + "default.handlebars->35->2329", + "default.handlebars->35->2330", "default.handlebars->35->784", "default.handlebars->35->863", "default.handlebars->35->885" @@ -9572,8 +9572,8 @@ "xloc": [ "default-mobile.handlebars->11->605", "default-mobile.handlebars->11->625", - "default.handlebars->35->1788", - "default.handlebars->35->1824" + "default.handlebars->35->1798", + "default.handlebars->35->1834" ] }, { @@ -9590,7 +9590,7 @@ "zh-chs": "聊天请求,点击这里接受。", "xloc": [ "default-mobile.handlebars->11->657", - "default.handlebars->35->2444" + "default.handlebars->35->2454" ] }, { @@ -9745,7 +9745,7 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->35->1338", - "default.handlebars->35->2558" + "default.handlebars->35->2568" ] }, { @@ -9996,7 +9996,7 @@ "default.handlebars->35->1186", "default.handlebars->35->1188", "default.handlebars->35->1190", - "default.handlebars->35->1923", + "default.handlebars->35->1933", "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->1->1->0->5", @@ -10106,7 +10106,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->640", - "default.handlebars->35->2427" + "default.handlebars->35->2437" ] }, { @@ -10197,7 +10197,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->639", - "default.handlebars->35->2426" + "default.handlebars->35->2436" ] }, { @@ -10264,7 +10264,7 @@ "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ "default.handlebars->35->1641", - "default.handlebars->35->1868" + "default.handlebars->35->1878" ] }, { @@ -10308,7 +10308,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->35->2198" + "default.handlebars->35->2208" ] }, { @@ -10517,7 +10517,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->35->1725" + "default.handlebars->35->1735" ] }, { @@ -10589,7 +10589,7 @@ "default.handlebars->35->1160", "default.handlebars->35->182", "default.handlebars->35->190", - "default.handlebars->35->2552", + "default.handlebars->35->2562", "sharing.handlebars->11->52" ] }, @@ -10612,7 +10612,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->35->1934" + "default.handlebars->35->1944" ] }, { @@ -10757,7 +10757,7 @@ "zh-cht": "指令", "xloc": [ "default-mobile.handlebars->11->627", - "default.handlebars->35->1826", + "default.handlebars->35->1836", "default.handlebars->35->865", "default.handlebars->35->887" ] @@ -10781,8 +10781,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->35->2229", - "default.handlebars->35->2353" + "default.handlebars->35->2239", + "default.handlebars->35->2363" ] }, { @@ -10804,8 +10804,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->35->2235", - "default.handlebars->35->2365" + "default.handlebars->35->2245", + "default.handlebars->35->2375" ] }, { @@ -10893,11 +10893,11 @@ "xloc": [ "default-mobile.handlebars->11->352", "default-mobile.handlebars->11->581", - "default.handlebars->35->1736", - "default.handlebars->35->2109", - "default.handlebars->35->2188", - "default.handlebars->35->2249", - "default.handlebars->35->2351", + "default.handlebars->35->1746", + "default.handlebars->35->2119", + "default.handlebars->35->2198", + "default.handlebars->35->2259", + "default.handlebars->35->2361", "default.handlebars->35->571", "default.handlebars->35->990", "default.handlebars->35->999" @@ -11003,7 +11003,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->35->2108" + "default.handlebars->35->2118" ] }, { @@ -11047,7 +11047,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->35->2187" + "default.handlebars->35->2197" ] }, { @@ -11069,7 +11069,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->35->2350" + "default.handlebars->35->2360" ] }, { @@ -11091,7 +11091,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->35->2252" + "default.handlebars->35->2262" ] }, { @@ -11113,7 +11113,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->35->2382" + "default.handlebars->35->2392" ] }, { @@ -11204,7 +11204,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->35->1917" + "default.handlebars->35->1927" ] }, { @@ -11226,8 +11226,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2242", - "default.handlebars->35->2373" + "default.handlebars->35->2252", + "default.handlebars->35->2383" ] }, { @@ -11249,8 +11249,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2244", - "default.handlebars->35->2386" + "default.handlebars->35->2254", + "default.handlebars->35->2396" ] }, { @@ -11272,7 +11272,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2375" + "default.handlebars->35->2385" ] }, { @@ -11294,7 +11294,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2378" + "default.handlebars->35->2388" ] }, { @@ -11316,8 +11316,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->35->2376", - "default.handlebars->35->2379" + "default.handlebars->35->2386", + "default.handlebars->35->2389" ] }, { @@ -11381,7 +11381,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->35->2371" + "default.handlebars->35->2381" ] }, { @@ -11456,7 +11456,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->35->1835" + "default.handlebars->35->1845" ] }, { @@ -11478,7 +11478,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->35->1837" + "default.handlebars->35->1847" ] }, { @@ -11558,7 +11558,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->151", - "default.handlebars->35->1918" + "default.handlebars->35->1928" ] }, { @@ -11653,7 +11653,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->35->1729" + "default.handlebars->35->1739" ] }, { @@ -11787,7 +11787,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->35->2480" + "default.handlebars->35->2490" ] }, { @@ -11809,7 +11809,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->35->2485" + "default.handlebars->35->2495" ] }, { @@ -11945,7 +11945,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->35->2511" + "default.handlebars->35->2521" ] }, { @@ -11986,7 +11986,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->35->2546" + "default.handlebars->35->2556" ] }, { @@ -12053,7 +12053,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->11->293", - "default.handlebars->35->1875", + "default.handlebars->35->1885", "default.handlebars->35->300", "default.handlebars->35->767", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -12151,7 +12151,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->35->2530" + "default.handlebars->35->2540" ] }, { @@ -12340,8 +12340,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->35->1886", - "default.handlebars->35->1905", + "default.handlebars->35->1896", + "default.handlebars->35->1915", "default.handlebars->35->250", "default.handlebars->35->272", "default.handlebars->35->274", @@ -12458,7 +12458,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->35->1977" + "default.handlebars->35->1987" ] }, { @@ -12618,7 +12618,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->35->2529" + "default.handlebars->35->2539" ] }, { @@ -12674,7 +12674,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->35->2156", + "default.handlebars->35->2166", "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" @@ -12750,7 +12750,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->35->2195" + "default.handlebars->35->2205" ] }, { @@ -12876,7 +12876,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->35->1970" + "default.handlebars->35->1980" ] }, { @@ -12914,7 +12914,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->35->2120" + "default.handlebars->35->2130" ] }, { @@ -12960,7 +12960,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->35->1981" + "default.handlebars->35->1991" ] }, { @@ -13042,7 +13042,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->35->2281" + "default.handlebars->35->2291" ] }, { @@ -13394,7 +13394,7 @@ "zh-chs": "当前密码不正确。", "xloc": [ "default-mobile.handlebars->11->667", - "default.handlebars->35->2454" + "default.handlebars->35->2464" ] }, { @@ -13625,7 +13625,7 @@ "zh-chs": "停用", "zh-cht": "停用", "xloc": [ - "default.handlebars->35->1708" + "default.handlebars->35->1718" ] }, { @@ -13647,7 +13647,7 @@ "zh-chs": "如果设置停用CCM", "zh-cht": "如果設置停用CCM", "xloc": [ - "default.handlebars->35->1720" + "default.handlebars->35->1730" ] }, { @@ -13711,10 +13711,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->35->2143", - "default.handlebars->35->2191", - "default.handlebars->35->2202", - "default.handlebars->35->2270" + "default.handlebars->35->2153", + "default.handlebars->35->2201", + "default.handlebars->35->2212", + "default.handlebars->35->2280" ] }, { @@ -13759,7 +13759,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default-mobile.handlebars->dialog->idx_dlgButtonBar->5", "default.handlebars->35->1170", - "default.handlebars->35->1912", + "default.handlebars->35->1922", "default.handlebars->35->649", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -13815,7 +13815,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->35->2110" + "default.handlebars->35->2120" ] }, { @@ -13862,9 +13862,9 @@ "xloc": [ "default-mobile.handlebars->11->579", "default-mobile.handlebars->11->582", - "default.handlebars->35->1701", - "default.handlebars->35->1702", - "default.handlebars->35->1737" + "default.handlebars->35->1703", + "default.handlebars->35->1704", + "default.handlebars->35->1747" ] }, { @@ -13931,7 +13931,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->35->2322" + "default.handlebars->35->2332" ] }, { @@ -13953,8 +13953,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->35->2240", - "default.handlebars->35->2250" + "default.handlebars->35->2250", + "default.handlebars->35->2260" ] }, { @@ -13976,7 +13976,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->35->2189" + "default.handlebars->35->2199" ] }, { @@ -13998,7 +13998,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->35->2349" + "default.handlebars->35->2359" ] }, { @@ -14021,7 +14021,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->35->2106", + "default.handlebars->35->2116", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -14066,7 +14066,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->35->2185" + "default.handlebars->35->2195" ] }, { @@ -14110,7 +14110,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->35->1972" + "default.handlebars->35->1982" ] }, { @@ -14135,7 +14135,7 @@ "default-mobile.handlebars->11->148", "default-mobile.handlebars->11->434", "default.handlebars->35->1172", - "default.handlebars->35->1914", + "default.handlebars->35->1924", "sharing.handlebars->11->63" ] }, @@ -14158,7 +14158,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->35->2248" + "default.handlebars->35->2258" ] }, { @@ -14183,7 +14183,7 @@ "default-mobile.handlebars->11->147", "default-mobile.handlebars->11->433", "default.handlebars->35->1171", - "default.handlebars->35->1913", + "default.handlebars->35->1923", "sharing.handlebars->11->62" ] }, @@ -14228,7 +14228,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->35->1971" + "default.handlebars->35->1981" ] }, { @@ -14250,7 +14250,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->35->1973" + "default.handlebars->35->1983" ] }, { @@ -14400,11 +14400,11 @@ "default.handlebars->35->1234", "default.handlebars->35->1599", "default.handlebars->35->1647", - "default.handlebars->35->1739", - "default.handlebars->35->2194", + "default.handlebars->35->1749", "default.handlebars->35->2204", - "default.handlebars->35->2205", - "default.handlebars->35->2246", + "default.handlebars->35->2214", + "default.handlebars->35->2215", + "default.handlebars->35->2256", "default.handlebars->35->690", "default.handlebars->35->691", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -14450,9 +14450,9 @@ "xloc": [ "default-mobile.handlebars->11->310", "default.handlebars->35->1116", - "default.handlebars->35->1745", - "default.handlebars->35->2404", - "default.handlebars->35->2505", + "default.handlebars->35->1755", + "default.handlebars->35->2414", + "default.handlebars->35->2515", "default.handlebars->35->655", "default.handlebars->35->838", "default.handlebars->35->905", @@ -14546,7 +14546,7 @@ "zh-chs": "桌面复用", "it": "Desktop Multiplex", "xloc": [ - "default.handlebars->35->2510" + "default.handlebars->35->2520" ] }, { @@ -14569,8 +14569,8 @@ "zh-cht": "桌面通知", "xloc": [ "default.handlebars->35->1661", - "default.handlebars->35->2209", - "default.handlebars->35->2296", + "default.handlebars->35->2219", + "default.handlebars->35->2306", "default.handlebars->35->748" ] }, @@ -14594,8 +14594,8 @@ "zh-cht": "桌面提示", "xloc": [ "default.handlebars->35->1660", - "default.handlebars->35->2208", - "default.handlebars->35->2295", + "default.handlebars->35->2218", + "default.handlebars->35->2305", "default.handlebars->35->747" ] }, @@ -14619,8 +14619,8 @@ "zh-cht": "桌面提示+工具欄", "xloc": [ "default.handlebars->35->1658", - "default.handlebars->35->2206", - "default.handlebars->35->2293", + "default.handlebars->35->2216", + "default.handlebars->35->2303", "default.handlebars->35->745" ] }, @@ -14637,7 +14637,7 @@ "zh-chs": "桌面会话", "it": "Sessione desktop", "xloc": [ - "default.handlebars->35->2397" + "default.handlebars->35->2407" ] }, { @@ -14718,8 +14718,8 @@ "zh-cht": "桌面工具欄", "xloc": [ "default.handlebars->35->1659", - "default.handlebars->35->2207", - "default.handlebars->35->2294", + "default.handlebars->35->2217", + "default.handlebars->35->2304", "default.handlebars->35->746" ] }, @@ -14869,9 +14869,9 @@ "default-mobile.handlebars->11->490", "default.handlebars->35->1219", "default.handlebars->35->1327", - "default.handlebars->35->1768", + "default.handlebars->35->1778", "default.handlebars->35->231", - "default.handlebars->35->2368", + "default.handlebars->35->2378", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -14958,15 +14958,15 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->645", - "default.handlebars->35->1763", - "default.handlebars->35->1766", - "default.handlebars->35->1767", - "default.handlebars->35->2057", - "default.handlebars->35->2232", - "default.handlebars->35->2238", - "default.handlebars->35->2356", - "default.handlebars->35->2413", - "default.handlebars->35->2432" + "default.handlebars->35->1773", + "default.handlebars->35->1776", + "default.handlebars->35->1777", + "default.handlebars->35->2067", + "default.handlebars->35->2242", + "default.handlebars->35->2248", + "default.handlebars->35->2366", + "default.handlebars->35->2423", + "default.handlebars->35->2442" ] }, { @@ -14989,7 +14989,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->11->634", - "default.handlebars->35->1833" + "default.handlebars->35->1843" ] }, { @@ -15012,11 +15012,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->35->2073", - "default.handlebars->35->2179", - "default.handlebars->35->2219", - "default.handlebars->35->2290", - "default.handlebars->35->2483", + "default.handlebars->35->2083", + "default.handlebars->35->2189", + "default.handlebars->35->2229", + "default.handlebars->35->2300", + "default.handlebars->35->2493", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -15107,7 +15107,7 @@ "xloc": [ "default-mobile.handlebars->11->358", "default.handlebars->35->1040", - "default.handlebars->35->2412", + "default.handlebars->35->2422", "default.handlebars->35->375", "default.handlebars->35->384", "player.handlebars->3->9" @@ -15295,7 +15295,7 @@ "zh-cht": "裝置連接。", "xloc": [ "default.handlebars->35->1566", - "default.handlebars->35->1854" + "default.handlebars->35->1864" ] }, { @@ -15318,7 +15318,7 @@ "zh-cht": "裝置斷開連接。", "xloc": [ "default.handlebars->35->1567", - "default.handlebars->35->1855" + "default.handlebars->35->1865" ] }, { @@ -15340,7 +15340,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->35->2002" + "default.handlebars->35->2012" ] }, { @@ -15362,7 +15362,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->35->2003" + "default.handlebars->35->2013" ] }, { @@ -15384,7 +15384,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->35->2004" + "default.handlebars->35->2014" ] }, { @@ -15429,7 +15429,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->35->1999" + "default.handlebars->35->2009" ] }, { @@ -15451,7 +15451,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->35->1982" + "default.handlebars->35->1992" ] }, { @@ -15876,7 +15876,7 @@ "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "it": "Il dispositivo ha richiesto l'attivazione di Intel(R) AMT ACM TLS, FQDN: {0}", "xloc": [ - "default.handlebars->35->2037" + "default.handlebars->35->2047" ] }, { @@ -15898,7 +15898,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->35->1984" + "default.handlebars->35->1994" ] }, { @@ -15939,9 +15939,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->35->1700", - "default.handlebars->35->2180", - "default.handlebars->35->2220" + "default.handlebars->35->1701", + "default.handlebars->35->2190", + "default.handlebars->35->2230" ] }, { @@ -15999,7 +15999,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->35->2015" + "default.handlebars->35->2025" ] }, { @@ -16265,7 +16265,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->35->1885" + "default.handlebars->35->1895" ] }, { @@ -16303,7 +16303,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->35->1944" + "default.handlebars->35->1954" ] }, { @@ -16325,7 +16325,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->35->1952" + "default.handlebars->35->1962" ] }, { @@ -16347,8 +16347,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->35->1723", - "default.handlebars->35->1727" + "default.handlebars->35->1733", + "default.handlebars->35->1737" ] }, { @@ -16370,10 +16370,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->35->2144", - "default.handlebars->35->2192", - "default.handlebars->35->2201", - "default.handlebars->35->2269", + "default.handlebars->35->2154", + "default.handlebars->35->2202", + "default.handlebars->35->2211", + "default.handlebars->35->2279", "default.handlebars->35->91", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" @@ -16410,7 +16410,7 @@ "zh-chs": "请勿更改,如果设置请保留CCM", "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ - "default.handlebars->35->1719" + "default.handlebars->35->1729" ] }, { @@ -16451,7 +16451,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->35->1728" + "default.handlebars->35->1738" ] }, { @@ -16739,7 +16739,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->35->2062", + "default.handlebars->35->2072", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -16982,7 +16982,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->35->2063" + "default.handlebars->35->2073" ] }, { @@ -17004,7 +17004,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->35->2128" + "default.handlebars->35->2138" ] }, { @@ -17093,7 +17093,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->35->1975" + "default.handlebars->35->1985" ] }, { @@ -17109,7 +17109,7 @@ "zh-chs": "下载:\\\"{0}\\\",大小:{1}", "it": "Scarica: \\\"{0}\\\", Dimensioni: {1}", "xloc": [ - "default.handlebars->35->2032" + "default.handlebars->35->2042" ] }, { @@ -17153,7 +17153,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->35->2479" + "default.handlebars->35->2489" ] }, { @@ -17197,7 +17197,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->35->2196" + "default.handlebars->35->2206" ] }, { @@ -17238,8 +17238,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->35->2392", - "default.handlebars->35->2418", + "default.handlebars->35->2402", + "default.handlebars->35->2428", "player.handlebars->3->2" ] }, @@ -17662,10 +17662,10 @@ "default-mobile.handlebars->11->585", "default-mobile.handlebars->11->591", "default-mobile.handlebars->11->611", - "default.handlebars->35->1740", - "default.handlebars->35->1772", - "default.handlebars->35->1797", - "default.handlebars->35->1809" + "default.handlebars->35->1750", + "default.handlebars->35->1782", + "default.handlebars->35->1807", + "default.handlebars->35->1819" ] }, { @@ -17687,7 +17687,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->35->1758" + "default.handlebars->35->1768" ] }, { @@ -17709,8 +17709,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->35->1794", - "default.handlebars->35->1806" + "default.handlebars->35->1804", + "default.handlebars->35->1816" ] }, { @@ -17732,7 +17732,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->35->1741" + "default.handlebars->35->1751" ] }, { @@ -17755,7 +17755,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->11->603", - "default.handlebars->35->1786" + "default.handlebars->35->1796" ] }, { @@ -17777,8 +17777,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->35->1799", - "default.handlebars->35->1801" + "default.handlebars->35->1809", + "default.handlebars->35->1811" ] }, { @@ -17822,7 +17822,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->35->1743" + "default.handlebars->35->1753" ] }, { @@ -17896,7 +17896,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->11->618", - "default.handlebars->35->1816" + "default.handlebars->35->1826" ] }, { @@ -17918,7 +17918,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->35->1742" + "default.handlebars->35->1752" ] }, { @@ -17940,7 +17940,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->35->1807" + "default.handlebars->35->1817" ] }, { @@ -17962,7 +17962,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->35->1802" + "default.handlebars->35->1812" ] }, { @@ -17984,7 +17984,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->35->2247" + "default.handlebars->35->2257" ] }, { @@ -18006,7 +18006,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->35->1804" + "default.handlebars->35->1814" ] }, { @@ -18028,7 +18028,7 @@ "zh-chs": "编辑用户组用户同意", "zh-cht": "編輯用戶組用戶同意", "xloc": [ - "default.handlebars->35->1744" + "default.handlebars->35->1754" ] }, { @@ -18118,11 +18118,11 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->102", - "default.handlebars->35->2146", - "default.handlebars->35->2273", - "default.handlebars->35->2275", - "default.handlebars->35->2315", - "default.handlebars->35->2335", + "default.handlebars->35->2156", + "default.handlebars->35->2283", + "default.handlebars->35->2285", + "default.handlebars->35->2325", + "default.handlebars->35->2345", "default.handlebars->35->417", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -18290,7 +18290,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->35->2092" + "default.handlebars->35->2102" ] }, { @@ -18312,8 +18312,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->35->2093", - "default.handlebars->35->2267" + "default.handlebars->35->2103", + "default.handlebars->35->2277" ] }, { @@ -18335,7 +18335,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->35->2152" + "default.handlebars->35->2162" ] }, { @@ -18357,7 +18357,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->35->2268" + "default.handlebars->35->2278" ] }, { @@ -18392,7 +18392,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->660", - "default.handlebars->35->2447", + "default.handlebars->35->2457", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -18453,7 +18453,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->35->2153" + "default.handlebars->35->2163" ] }, { @@ -18488,7 +18488,7 @@ "zh-chs": "电子邮件/短信/推送流量", "it": "Email/SMS/Push Traffico", "xloc": [ - "default.handlebars->35->2538" + "default.handlebars->35->2548" ] }, { @@ -18538,7 +18538,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->35->1839" + "default.handlebars->35->1849" ] }, { @@ -18627,7 +18627,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->35->2420", + "default.handlebars->35->2430", "default.handlebars->35->94" ] }, @@ -18650,7 +18650,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->35->2014" + "default.handlebars->35->2024" ] }, { @@ -18711,7 +18711,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->35->2417" + "default.handlebars->35->2427" ] }, { @@ -18733,7 +18733,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->35->1937" + "default.handlebars->35->1947" ] }, { @@ -18755,14 +18755,14 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->35->1938" + "default.handlebars->35->1948" ] }, { "en": "Ended local relay session \\\"{0}\\\", protocol {1} to {2}, {3} second(s)", "nl": "Beëindigde lokale relay sessie \\\"{0}\\\", protocol {1} naar {2}, {3} seconde(n)", "xloc": [ - "default.handlebars->35->2047" + "default.handlebars->35->2057" ] }, { @@ -18778,7 +18778,7 @@ "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"", "it": "Terminata la sessione di messaggistica \\\"{0}\\\" da {1} a {2}, {3} secondo(i)", "xloc": [ - "default.handlebars->35->2038" + "default.handlebars->35->2048" ] }, { @@ -18800,7 +18800,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->35->1935" + "default.handlebars->35->1945" ] }, { @@ -18822,7 +18822,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->35->1936" + "default.handlebars->35->1946" ] }, { @@ -19169,7 +19169,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->35->2157" + "default.handlebars->35->2167" ] }, { @@ -19390,7 +19390,7 @@ "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。", "xloc": [ "default-mobile.handlebars->11->668", - "default.handlebars->35->2455" + "default.handlebars->35->2465" ] }, { @@ -19407,7 +19407,7 @@ "zh-chs": "错误,密码未更改。", "xloc": [ "default-mobile.handlebars->11->665", - "default.handlebars->35->2452" + "default.handlebars->35->2462" ] }, { @@ -19423,7 +19423,7 @@ "zh-chs": "错误,无法更改为常用密码。", "xloc": [ "default-mobile.handlebars->11->664", - "default.handlebars->35->2451" + "default.handlebars->35->2461" ] }, { @@ -19439,7 +19439,7 @@ "zh-chs": "错误,无法更改为以前使用的密码。", "xloc": [ "default-mobile.handlebars->11->663", - "default.handlebars->35->2450" + "default.handlebars->35->2460" ] }, { @@ -19578,7 +19578,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->35->2068" + "default.handlebars->35->2078" ] }, { @@ -19848,7 +19848,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->35->2518" + "default.handlebars->35->2528" ] }, { @@ -19953,7 +19953,7 @@ "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->659", - "default.handlebars->35->2446" + "default.handlebars->35->2456" ] }, { @@ -19991,7 +19991,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->35->1960" + "default.handlebars->35->1970" ] }, { @@ -20025,7 +20025,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->35->1967" + "default.handlebars->35->1977" ] }, { @@ -20280,7 +20280,7 @@ "zh-chs": "文件传输", "it": "Trasferimento di file", "xloc": [ - "default.handlebars->35->2398" + "default.handlebars->35->2408" ] }, { @@ -20326,9 +20326,9 @@ "xloc": [ "default-mobile.handlebars->11->203", "default-mobile.handlebars->11->312", - "default.handlebars->35->1752", - "default.handlebars->35->2405", - "default.handlebars->35->2506", + "default.handlebars->35->1762", + "default.handlebars->35->2415", + "default.handlebars->35->2516", "default.handlebars->35->344", "default.handlebars->35->840", "default.handlebars->35->907", @@ -20379,8 +20379,8 @@ "zh-cht": "檔案通知", "xloc": [ "default.handlebars->35->1665", - "default.handlebars->35->2213", - "default.handlebars->35->2300", + "default.handlebars->35->2223", + "default.handlebars->35->2310", "default.handlebars->35->752" ] }, @@ -20404,8 +20404,8 @@ "zh-cht": "檔案提示", "xloc": [ "default.handlebars->35->1664", - "default.handlebars->35->2212", - "default.handlebars->35->2299", + "default.handlebars->35->2222", + "default.handlebars->35->2309", "default.handlebars->35->751" ] }, @@ -20501,7 +20501,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->35->1933" + "default.handlebars->35->1943" ] }, { @@ -20558,8 +20558,8 @@ "zh-chs": "防火墙未激活", "it": "Firewall non attivo", "xloc": [ - "default.handlebars->35->1865", - "default.handlebars->35->1879" + "default.handlebars->35->1875", + "default.handlebars->35->1889" ] }, { @@ -20807,8 +20807,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->35->2151", - "default.handlebars->35->2346" + "default.handlebars->35->2161", + "default.handlebars->35->2356" ] }, { @@ -20899,7 +20899,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->35->2059" + "default.handlebars->35->2069" ] }, { @@ -20956,8 +20956,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->35->2464", - "default.handlebars->35->2466" + "default.handlebars->35->2474", + "default.handlebars->35->2476" ] }, { @@ -21205,8 +21205,8 @@ "default-mobile.handlebars->11->590", "default-mobile.handlebars->11->610", "default.handlebars->35->1608", - "default.handlebars->35->1771", - "default.handlebars->35->2163" + "default.handlebars->35->1781", + "default.handlebars->35->2173" ] }, { @@ -21228,7 +21228,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->35->1808" + "default.handlebars->35->1818" ] }, { @@ -21360,7 +21360,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->35->2261" + "default.handlebars->35->2271" ] }, { @@ -21383,7 +21383,7 @@ "zh-cht": "全自動的", "xloc": [ "default.handlebars->35->1682", - "default.handlebars->35->1710" + "default.handlebars->35->1720" ] }, { @@ -21809,7 +21809,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->35->1947" + "default.handlebars->35->1957" ] }, { @@ -22078,8 +22078,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->35->2107", - "default.handlebars->35->2186", + "default.handlebars->35->2117", + "default.handlebars->35->2196", "default.handlebars->35->569", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -22105,7 +22105,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->35->2055" + "default.handlebars->35->2065" ] }, { @@ -22127,7 +22127,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->35->2203" + "default.handlebars->35->2213" ] }, { @@ -22149,7 +22149,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->35->2224" + "default.handlebars->35->2234" ] }, { @@ -22171,7 +22171,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->35->1770" + "default.handlebars->35->1780" ] }, { @@ -22193,7 +22193,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->35->1769" + "default.handlebars->35->1779" ] }, { @@ -22315,7 +22315,7 @@ "zh-chs": "嘉宾分享", "it": "Condivisione degli ospiti", "xloc": [ - "default.handlebars->35->1778" + "default.handlebars->35->1788" ] }, { @@ -22353,7 +22353,7 @@ "zh-chs": "HTTP", "it": "HTTP", "xloc": [ - "default.handlebars->35->2502" + "default.handlebars->35->2512" ] }, { @@ -22487,7 +22487,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->35->2520" + "default.handlebars->35->2530" ] }, { @@ -22509,7 +22509,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->35->2519" + "default.handlebars->35->2529" ] }, { @@ -22610,7 +22610,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->35->2024" + "default.handlebars->35->2034" ] }, { @@ -22929,7 +22929,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->153", - "default.handlebars->35->1920" + "default.handlebars->35->1930" ] }, { @@ -23395,7 +23395,7 @@ "zh-chs": "如果在CCM中,请重新激活英特尔®AMT", "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ - "default.handlebars->35->1724" + "default.handlebars->35->1734" ] }, { @@ -23526,6 +23526,26 @@ "sharing.handlebars->dialog->dialogBody->dialog7->d7amtkvm->3->1" ] }, + { + "en": "Import Intel® AMT Devices", + "xloc": [ + "default.handlebars->35->1708", + "default.handlebars->35->1709", + "default.handlebars->35->1713" + ] + }, + { + "en": "Import a list of local Intel® AMT devices in MeshCommander JSON format.", + "xloc": [ + "default.handlebars->35->1707" + ] + }, + { + "en": "Import device list", + "xloc": [ + "default.handlebars->35->1700" + ] + }, { "de": "Um die Push-Benachrichtigungs-Authentifizierung verwenden zu können, muss in Ihrem Konto ein mobiles Gerät mit vollen Rechten eingerichtet sein.", "en": "In order to use push notification authentication, a mobile device must be setup in your account with full rights.", @@ -23930,8 +23950,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->35->1841", - "default.handlebars->35->1848", + "default.handlebars->35->1851", + "default.handlebars->35->1858", "default.handlebars->35->432", "default.handlebars->35->446", "default.handlebars->35->462", @@ -23982,7 +24002,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->35->2516" + "default.handlebars->35->2526" ] }, { @@ -23997,7 +24017,7 @@ "zh-chs": "英特尔 AMT 经理", "it": "Gestore Intel AMT", "xloc": [ - "default.handlebars->35->2545" + "default.handlebars->35->2555" ] }, { @@ -24047,9 +24067,9 @@ "default-mobile.handlebars->11->290", "default.handlebars->35->1672", "default.handlebars->35->1683", - "default.handlebars->35->1860", - "default.handlebars->35->1873", - "default.handlebars->35->2544", + "default.handlebars->35->1870", + "default.handlebars->35->1883", + "default.handlebars->35->2554", "default.handlebars->35->657", "default.handlebars->35->722", "default.handlebars->35->762" @@ -24250,7 +24270,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->35->1711" + "default.handlebars->35->1721" ] }, { @@ -24324,8 +24344,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->35->2400", - "default.handlebars->35->2407", + "default.handlebars->35->2410", + "default.handlebars->35->2417", "player.handlebars->3->14" ] }, @@ -24386,8 +24406,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->35->2399", - "default.handlebars->35->2406", + "default.handlebars->35->2409", + "default.handlebars->35->2416", "player.handlebars->3->13" ] }, @@ -24454,7 +24474,7 @@ "zh-cht": "Intel® AMT桌面和串行事件。", "xloc": [ "default.handlebars->35->1568", - "default.handlebars->35->1856" + "default.handlebars->35->1866" ] }, { @@ -25029,8 +25049,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->35->1844", - "default.handlebars->35->1851", + "default.handlebars->35->1854", + "default.handlebars->35->1861", "default.handlebars->35->435", "default.handlebars->35->449", "default.handlebars->35->465" @@ -25139,7 +25159,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->35->2478" + "default.handlebars->35->2488" ] }, { @@ -25161,7 +25181,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->35->2472" + "default.handlebars->35->2482" ] }, { @@ -25183,8 +25203,9 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->35->2125", - "default.handlebars->35->2127" + "default.handlebars->35->1714", + "default.handlebars->35->2135", + "default.handlebars->35->2137" ] }, { @@ -25206,7 +25227,8 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->35->2123" + "default.handlebars->35->1710", + "default.handlebars->35->2133" ] }, { @@ -25228,7 +25250,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->35->2470" + "default.handlebars->35->2480" ] }, { @@ -25249,7 +25271,7 @@ "zh-cht": "無效的RSA密碼", "it": "Firma RSA non valida", "xloc": [ - "default.handlebars->35->2471" + "default.handlebars->35->2481" ] }, { @@ -25266,7 +25288,7 @@ "zh-chs": "无效的短信", "xloc": [ "default-mobile.handlebars->11->671", - "default.handlebars->35->2458" + "default.handlebars->35->2468" ] }, { @@ -25307,7 +25329,7 @@ "zh-chs": "无效域", "xloc": [ "default-mobile.handlebars->11->651", - "default.handlebars->35->2438" + "default.handlebars->35->2448" ] }, { @@ -25336,7 +25358,7 @@ "zh-chs": "不合规电邮", "xloc": [ "default-mobile.handlebars->11->650", - "default.handlebars->35->2437" + "default.handlebars->35->2447" ] }, { @@ -25423,7 +25445,7 @@ "xloc": [ "default-mobile.handlebars->11->649", "default-mobile.handlebars->11->78", - "default.handlebars->35->2436", + "default.handlebars->35->2446", "default.handlebars->35->265" ] }, @@ -25441,7 +25463,7 @@ "zh-chs": "网站权限无效", "xloc": [ "default-mobile.handlebars->11->652", - "default.handlebars->35->2439" + "default.handlebars->35->2449" ] }, { @@ -25481,7 +25503,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试", "it": "Tentativo di accesso utente non valido da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2036" + "default.handlebars->35->2046" ] }, { @@ -25498,7 +25520,7 @@ "zh-chs": "无效的用户名", "xloc": [ "default-mobile.handlebars->11->648", - "default.handlebars->35->2435" + "default.handlebars->35->2445" ] }, { @@ -25532,7 +25554,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->35->2101" + "default.handlebars->35->2111" ] }, { @@ -25617,7 +25639,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->35->1846" + "default.handlebars->35->1856" ] }, { @@ -25687,11 +25709,11 @@ "xloc": [ "default-mobile.handlebars->11->646", "default.handlebars->35->1676", - "default.handlebars->35->1840", - "default.handlebars->35->1845", - "default.handlebars->35->1847", - "default.handlebars->35->1852", - "default.handlebars->35->2433" + "default.handlebars->35->1850", + "default.handlebars->35->1855", + "default.handlebars->35->1857", + "default.handlebars->35->1862", + "default.handlebars->35->2443" ] }, { @@ -25858,7 +25880,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->35->2061" + "default.handlebars->35->2071" ] }, { @@ -25880,8 +25902,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->35->2066", - "default.handlebars->35->2131", + "default.handlebars->35->2076", + "default.handlebars->35->2141", "default.handlebars->35->609" ] }, @@ -25926,7 +25948,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->35->1930" + "default.handlebars->35->1940" ] }, { @@ -26014,7 +26036,7 @@ "zh-chs": "保留现有密码", "zh-cht": "保留現有密碼", "xloc": [ - "default.handlebars->35->1712" + "default.handlebars->35->1722" ] }, { @@ -26158,7 +26180,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->35->1945" + "default.handlebars->35->1955" ] }, { @@ -26627,7 +26649,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->35->2074" + "default.handlebars->35->2084" ] }, { @@ -26649,7 +26671,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->35->2282" + "default.handlebars->35->2292" ] }, { @@ -26727,7 +26749,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->35->2286" + "default.handlebars->35->2296" ] }, { @@ -26793,7 +26815,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->35->2084" + "default.handlebars->35->2094" ] }, { @@ -27055,7 +27077,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->35->2330" + "default.handlebars->35->2340" ] }, { @@ -27121,7 +27143,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->35->1931" + "default.handlebars->35->1941" ] }, { @@ -27143,7 +27165,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->35->2566" + "default.handlebars->35->2576" ] }, { @@ -27229,7 +27251,7 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->11->623", - "default.handlebars->35->1822", + "default.handlebars->35->1832", "default.handlebars->35->854", "default.handlebars->35->876" ] @@ -27254,7 +27276,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->11->596", - "default.handlebars->35->1777" + "default.handlebars->35->1787" ] }, { @@ -27911,8 +27933,8 @@ "default.handlebars->35->1319", "default.handlebars->35->1634", "default.handlebars->35->1638", - "default.handlebars->35->2341", - "default.handlebars->35->2388" + "default.handlebars->35->2351", + "default.handlebars->35->2398" ] }, { @@ -28043,7 +28065,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->35->1953" + "default.handlebars->35->1963" ] }, { @@ -28065,7 +28087,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->35->1954" + "default.handlebars->35->1964" ] }, { @@ -28154,7 +28176,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->35->2171" + "default.handlebars->35->2181" ] }, { @@ -28176,7 +28198,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->35->2174" + "default.handlebars->35->2184" ] }, { @@ -28214,7 +28236,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->35->2104" + "default.handlebars->35->2114" ] }, { @@ -28284,7 +28306,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->35->2085" + "default.handlebars->35->2095" ] }, { @@ -28307,7 +28329,7 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->77", - "default.handlebars->35->2258", + "default.handlebars->35->2268", "default.handlebars->35->264" ] }, @@ -28330,7 +28352,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->35->1979" + "default.handlebars->35->1989" ] }, { @@ -29074,7 +29096,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->35->2532" + "default.handlebars->35->2542" ] }, { @@ -29204,8 +29226,8 @@ "xloc": [ "default-mobile.handlebars->11->593", "default-mobile.handlebars->11->613", - "default.handlebars->35->1774", - "default.handlebars->35->1811" + "default.handlebars->35->1784", + "default.handlebars->35->1821" ] }, { @@ -29229,8 +29251,8 @@ "xloc": [ "default-mobile.handlebars->11->592", "default-mobile.handlebars->11->612", - "default.handlebars->35->1773", - "default.handlebars->35->1810" + "default.handlebars->35->1783", + "default.handlebars->35->1820" ] }, { @@ -29274,7 +29296,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->35->2169" + "default.handlebars->35->2179" ] }, { @@ -29318,7 +29340,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->35->2168" + "default.handlebars->35->2178" ] }, { @@ -29340,7 +29362,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->35->2167", + "default.handlebars->35->2177", "default.handlebars->35->870" ] }, @@ -29539,7 +29561,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->35->2090" + "default.handlebars->35->2100" ] }, { @@ -29690,7 +29712,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->35->2476" + "default.handlebars->35->2486" ] }, { @@ -29761,8 +29783,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->35->2517", - "default.handlebars->35->2522" + "default.handlebars->35->2527", + "default.handlebars->35->2532" ] }, { @@ -29786,7 +29808,7 @@ "xloc": [ "default-mobile.handlebars->11->541", "default.handlebars->35->1280", - "default.handlebars->35->2496", + "default.handlebars->35->2506", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -29845,7 +29867,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->11->600", - "default.handlebars->35->1783" + "default.handlebars->35->1793" ] }, { @@ -30004,7 +30026,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->35->2534" + "default.handlebars->35->2544" ] }, { @@ -30026,7 +30048,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->35->2535" + "default.handlebars->35->2545" ] }, { @@ -30304,7 +30326,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->35->2533" + "default.handlebars->35->2543" ] }, { @@ -30719,7 +30741,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->35->2531" + "default.handlebars->35->2541" ] }, { @@ -30778,7 +30800,7 @@ "zh-chs": "信使", "it": "Messaggero", "xloc": [ - "default.handlebars->35->2401" + "default.handlebars->35->2411" ] }, { @@ -30970,7 +30992,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->35->2565" + "default.handlebars->35->2575" ] }, { @@ -31059,7 +31081,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->35->1978" + "default.handlebars->35->1988" ] }, { @@ -31081,7 +31103,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->35->2011" + "default.handlebars->35->2021" ] }, { @@ -31119,8 +31141,8 @@ "zh-chs": "多个问题", "it": "Problemi multipli", "xloc": [ - "default.handlebars->35->1866", - "default.handlebars->35->1880" + "default.handlebars->35->1876", + "default.handlebars->35->1890" ] }, { @@ -31154,7 +31176,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->35->2419" + "default.handlebars->35->2429" ] }, { @@ -31604,13 +31626,13 @@ "default.handlebars->35->1612", "default.handlebars->35->1617", "default.handlebars->35->1646", - "default.handlebars->35->1738", - "default.handlebars->35->2072", - "default.handlebars->35->2177", - "default.handlebars->35->2193", - "default.handlebars->35->2200", - "default.handlebars->35->2245", - "default.handlebars->35->2264", + "default.handlebars->35->1748", + "default.handlebars->35->2082", + "default.handlebars->35->2187", + "default.handlebars->35->2203", + "default.handlebars->35->2210", + "default.handlebars->35->2255", + "default.handlebars->35->2274", "default.handlebars->35->269", "default.handlebars->35->680", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -31659,7 +31681,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->35->2159" + "default.handlebars->35->2169" ] }, { @@ -31836,7 +31858,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->35->2018" + "default.handlebars->35->2028" ] }, { @@ -31853,7 +31875,7 @@ "zh-chs": "新账户", "xloc": [ "default-mobile.handlebars->11->641", - "default.handlebars->35->2428" + "default.handlebars->35->2438" ] }, { @@ -31947,7 +31969,7 @@ "default-mobile.handlebars->11->144", "default-mobile.handlebars->11->430", "default.handlebars->35->1168", - "default.handlebars->35->1910", + "default.handlebars->35->1920", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "sharing.handlebars->11->59", @@ -32040,8 +32062,8 @@ "zh-chs": "新密码*", "zh-cht": "新密碼*", "xloc": [ - "default.handlebars->35->1716", - "default.handlebars->35->1717" + "default.handlebars->35->1726", + "default.handlebars->35->1727" ] }, { @@ -32207,7 +32229,7 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->35->1818", + "default.handlebars->35->1828", "default.handlebars->35->855", "default.handlebars->35->877" ] @@ -32231,7 +32253,7 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->35->1779" + "default.handlebars->35->1789" ] }, { @@ -32266,8 +32288,8 @@ "zh-cht": "找不到事件", "xloc": [ "default.handlebars->35->1203", - "default.handlebars->35->2048", - "default.handlebars->35->2387" + "default.handlebars->35->2058", + "default.handlebars->35->2397" ] }, { @@ -32290,7 +32312,7 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->11->598", - "default.handlebars->35->1781" + "default.handlebars->35->1791" ] }, { @@ -32313,7 +32335,7 @@ "zh-cht": "沒有檔案", "xloc": [ "default-mobile.handlebars->11->621", - "default.handlebars->35->1820", + "default.handlebars->35->1830", "default.handlebars->35->852", "default.handlebars->35->874" ] @@ -32362,8 +32384,8 @@ "xloc": [ "default-mobile.handlebars->11->599", "default-mobile.handlebars->11->622", - "default.handlebars->35->1782", - "default.handlebars->35->1821" + "default.handlebars->35->1792", + "default.handlebars->35->1831" ] }, { @@ -32464,7 +32486,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->35->2227" + "default.handlebars->35->2237" ] }, { @@ -32486,7 +32508,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->35->2172" + "default.handlebars->35->2182" ] }, { @@ -32509,7 +32531,7 @@ "zh-cht": "沒有政策", "xloc": [ "default.handlebars->35->1677", - "default.handlebars->35->1707" + "default.handlebars->35->1717" ] }, { @@ -32547,7 +32569,7 @@ "default-mobile.handlebars->11->578", "default-mobile.handlebars->11->629", "default.handlebars->35->1609", - "default.handlebars->35->1828", + "default.handlebars->35->1838", "default.handlebars->35->867", "default.handlebars->35->889" ] @@ -32608,7 +32630,7 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->11->620", - "default.handlebars->35->1819", + "default.handlebars->35->1829", "default.handlebars->35->851", "default.handlebars->35->873" ] @@ -32633,7 +32655,7 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->11->597", - "default.handlebars->35->1780" + "default.handlebars->35->1790" ] }, { @@ -32655,7 +32677,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->35->2173" + "default.handlebars->35->2183" ] }, { @@ -32706,8 +32728,8 @@ "zh-chs": "没有自动更新", "it": "Nessun aggiornamento automatico", "xloc": [ - "default.handlebars->35->1864", - "default.handlebars->35->1878" + "default.handlebars->35->1874", + "default.handlebars->35->1888" ] }, { @@ -32729,8 +32751,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->35->2233", - "default.handlebars->35->2357" + "default.handlebars->35->2243", + "default.handlebars->35->2367" ] }, { @@ -32862,8 +32884,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->35->2239", - "default.handlebars->35->2369" + "default.handlebars->35->2249", + "default.handlebars->35->2379" ] }, { @@ -32901,7 +32923,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->35->1882" + "default.handlebars->35->1892" ] }, { @@ -33014,7 +33036,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->35->2176" + "default.handlebars->35->2186" ] }, { @@ -33161,7 +33183,7 @@ "zh-chs": "此用户没有电话号码", "xloc": [ "default-mobile.handlebars->11->672", - "default.handlebars->35->2459" + "default.handlebars->35->2469" ] }, { @@ -33205,7 +33227,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->35->2389" + "default.handlebars->35->2399" ] }, { @@ -33239,7 +33261,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->35->2259" + "default.handlebars->35->2269" ] }, { @@ -33266,7 +33288,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->35->2363" + "default.handlebars->35->2373" ] }, { @@ -33283,7 +33305,7 @@ "zh-chs": "无用户管理权限", "xloc": [ "default-mobile.handlebars->11->670", - "default.handlebars->35->2457" + "default.handlebars->35->2467" ] }, { @@ -33305,7 +33327,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->35->2080" + "default.handlebars->35->2090" ] }, { @@ -33419,18 +33441,18 @@ "default.handlebars->35->1668", "default.handlebars->35->1673", "default.handlebars->35->1675", - "default.handlebars->35->1867", - "default.handlebars->35->1892", - "default.handlebars->35->1897", - "default.handlebars->35->2056", - "default.handlebars->35->2197", - "default.handlebars->35->2199", - "default.handlebars->35->2216", + "default.handlebars->35->1877", + "default.handlebars->35->1902", + "default.handlebars->35->1907", + "default.handlebars->35->2066", + "default.handlebars->35->2207", + "default.handlebars->35->2209", "default.handlebars->35->222", - "default.handlebars->35->2278", - "default.handlebars->35->2287", - "default.handlebars->35->2291", - "default.handlebars->35->2303", + "default.handlebars->35->2226", + "default.handlebars->35->2288", + "default.handlebars->35->2297", + "default.handlebars->35->2301", + "default.handlebars->35->2313", "default.handlebars->35->241", "default.handlebars->35->314", "default.handlebars->35->315", @@ -33443,6 +33465,12 @@ "default.handlebars->container->column_l->p41->3->3->p41traceStatus" ] }, + { + "en": "None ", + "xloc": [ + "default.handlebars->35->1702" + ] + }, { "cs": "Normalní rychlost", "de": "Normale Geschwindigkeit", @@ -33620,8 +33648,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->35->1858", - "default.handlebars->35->1871" + "default.handlebars->35->1868", + "default.handlebars->35->1881" ] }, { @@ -33682,7 +33710,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->35->2411" + "default.handlebars->35->2421" ] }, { @@ -33704,8 +33732,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->35->2265", - "default.handlebars->35->2266" + "default.handlebars->35->2275", + "default.handlebars->35->2276" ] }, { @@ -33727,7 +33755,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->35->2337" + "default.handlebars->35->2347" ] }, { @@ -33751,7 +33779,7 @@ "xloc": [ "default-mobile.handlebars->11->339", "default.handlebars->35->1684", - "default.handlebars->35->2311", + "default.handlebars->35->2321", "default.handlebars->35->778", "default.handlebars->35->861", "default.handlebars->35->883", @@ -33800,7 +33828,7 @@ "zh-cht": "通知設定", "xloc": [ "default.handlebars->35->1569", - "default.handlebars->35->1857", + "default.handlebars->35->1867", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -33836,7 +33864,7 @@ "zh-chs": "通知设置还必须在帐户设置中启用。", "zh-cht": "通知設定還必須在帳戶設定中啟用。", "xloc": [ - "default.handlebars->35->1853" + "default.handlebars->35->1863" ] }, { @@ -33902,7 +33930,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->35->2317", + "default.handlebars->35->2327", "default.handlebars->35->238" ] }, @@ -33947,9 +33975,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->35->1746", - "default.handlebars->35->1750", - "default.handlebars->35->1753" + "default.handlebars->35->1756", + "default.handlebars->35->1760", + "default.handlebars->35->1763" ] }, { @@ -33971,7 +33999,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->35->2119" + "default.handlebars->35->2129" ] }, { @@ -33987,7 +34015,7 @@ "zh-chs": "空值", "it": "Nullo", "xloc": [ - "default.handlebars->35->2525" + "default.handlebars->35->2535" ] }, { @@ -34029,8 +34057,8 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->35->1631", - "default.handlebars->35->1862", - "default.handlebars->35->1876", + "default.handlebars->35->1872", + "default.handlebars->35->1886", "default.handlebars->35->729", "default.handlebars->35->733", "default.handlebars->35->737", @@ -34127,7 +34155,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->638", - "default.handlebars->35->2425" + "default.handlebars->35->2435" ] }, { @@ -34171,7 +34199,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->35->2077" + "default.handlebars->35->2087" ] }, { @@ -34238,7 +34266,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->35->2053" + "default.handlebars->35->2063" ] }, { @@ -34307,7 +34335,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->35->2076" + "default.handlebars->35->2086" ] }, { @@ -34559,7 +34587,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->35->1946" + "default.handlebars->35->1956" ] }, { @@ -34610,8 +34638,8 @@ "zh-cht": "操作", "xloc": [ "default-mobile.handlebars->11->329", - "default.handlebars->35->2103", - "default.handlebars->35->2184", + "default.handlebars->35->2113", + "default.handlebars->35->2194", "default.handlebars->35->567", "default.handlebars->35->582", "default.handlebars->35->955" @@ -34954,7 +34982,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->35->2091" + "default.handlebars->35->2101" ] }, { @@ -35038,7 +35066,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->35->2262" + "default.handlebars->35->2272" ] }, { @@ -35087,13 +35115,13 @@ "default-mobile.handlebars->11->417", "default.handlebars->35->1126", "default.handlebars->35->1147", - "default.handlebars->35->1713", - "default.handlebars->35->2147", - "default.handlebars->35->2148", - "default.handlebars->35->2283", - "default.handlebars->35->2285", - "default.handlebars->35->2342", - "default.handlebars->35->2343", + "default.handlebars->35->1723", + "default.handlebars->35->2157", + "default.handlebars->35->2158", + "default.handlebars->35->2293", + "default.handlebars->35->2295", + "default.handlebars->35->2352", + "default.handlebars->35->2353", "default.handlebars->35->273", "default.handlebars->35->389", "default.handlebars->35->978", @@ -35222,7 +35250,7 @@ "zh-chs": "密码已更改。", "xloc": [ "default-mobile.handlebars->11->666", - "default.handlebars->35->2453" + "default.handlebars->35->2463" ] }, { @@ -35267,7 +35295,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->35->2344" + "default.handlebars->35->2354" ] }, { @@ -35420,7 +35448,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", "default.handlebars->35->1141", "default.handlebars->35->1182", - "default.handlebars->35->1919", + "default.handlebars->35->1929", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -35808,7 +35836,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->35->1951" + "default.handlebars->35->1961" ] }, { @@ -35825,7 +35853,7 @@ "zh-chs": "没有权限", "xloc": [ "default-mobile.handlebars->11->647", - "default.handlebars->35->2434" + "default.handlebars->35->2444" ] }, { @@ -35848,8 +35876,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->11->632", - "default.handlebars->35->1831", - "default.handlebars->35->2075" + "default.handlebars->35->1841", + "default.handlebars->35->2085" ] }, { @@ -35931,7 +35959,7 @@ "default.handlebars->35->1311", "default.handlebars->35->1314", "default.handlebars->35->204", - "default.handlebars->35->2332" + "default.handlebars->35->2342" ] }, { @@ -35953,7 +35981,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->35->2277" + "default.handlebars->35->2287" ] }, { @@ -35977,7 +36005,7 @@ "xloc": [ "default-mobile.handlebars->11->90", "default.handlebars->35->1313", - "default.handlebars->35->2331" + "default.handlebars->35->2341" ] }, { @@ -36175,7 +36203,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->35->254", - "default.handlebars->35->2562" + "default.handlebars->35->2572" ] }, { @@ -36536,7 +36564,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->35->1869", + "default.handlebars->35->1879", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -36678,7 +36706,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->35->2410" + "default.handlebars->35->2420" ] }, { @@ -36788,8 +36816,8 @@ "default-mobile.handlebars->11->79", "default-mobile.handlebars->11->80", "default.handlebars->35->1306", - "default.handlebars->35->2326", - "default.handlebars->35->2340", + "default.handlebars->35->2336", + "default.handlebars->35->2350", "default.handlebars->35->266" ] }, @@ -36969,7 +36997,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->35->1943" + "default.handlebars->35->1953" ] }, { @@ -37035,9 +37063,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->35->1747", - "default.handlebars->35->1751", - "default.handlebars->35->1754" + "default.handlebars->35->1757", + "default.handlebars->35->1761", + "default.handlebars->35->1764" ] }, { @@ -37059,7 +37087,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->35->2408", + "default.handlebars->35->2418", "player.handlebars->3->16" ] }, @@ -37137,7 +37165,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->11->139", - "default.handlebars->35->1904" + "default.handlebars->35->1914" ] }, { @@ -37555,7 +37583,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->35->2521" + "default.handlebars->35->2531" ] }, { @@ -37599,7 +37627,7 @@ "zh-chs": "随机密码", "zh-cht": "隨機密碼", "xloc": [ - "default.handlebars->35->1714" + "default.handlebars->35->1724" ] }, { @@ -37621,7 +37649,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->35->2149" + "default.handlebars->35->2159" ] }, { @@ -37684,9 +37712,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->35->2274", - "default.handlebars->35->2276", - "default.handlebars->35->2333" + "default.handlebars->35->2284", + "default.handlebars->35->2286", + "default.handlebars->35->2343" ] }, { @@ -37708,7 +37736,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->35->2158" + "default.handlebars->35->2168" ] }, { @@ -37799,7 +37827,7 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->35->1757" + "default.handlebars->35->1767" ] }, { @@ -37821,7 +37849,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->35->2422" + "default.handlebars->35->2432" ] }, { @@ -37880,7 +37908,7 @@ "default-mobile.handlebars->11->145", "default-mobile.handlebars->11->431", "default.handlebars->35->1169", - "default.handlebars->35->1911", + "default.handlebars->35->1921", "sharing.handlebars->11->60" ] }, @@ -38002,7 +38030,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->238", - "default.handlebars->35->2503", + "default.handlebars->35->2513", "default.handlebars->35->325", "default.handlebars->35->545" ] @@ -38026,7 +38054,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->35->2488" + "default.handlebars->35->2498" ] }, { @@ -38060,7 +38088,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->35->2481" + "default.handlebars->35->2491" ] }, { @@ -38094,8 +38122,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->35->2487", - "default.handlebars->35->2515" + "default.handlebars->35->2497", + "default.handlebars->35->2525" ] }, { @@ -38314,7 +38342,7 @@ "zh-cht": "遠程命令", "xloc": [ "default-mobile.handlebars->11->607", - "default.handlebars->35->1790" + "default.handlebars->35->1800" ] }, { @@ -38338,8 +38366,8 @@ "xloc": [ "default-mobile.handlebars->11->594", "default-mobile.handlebars->11->614", - "default.handlebars->35->1775", - "default.handlebars->35->1812" + "default.handlebars->35->1785", + "default.handlebars->35->1822" ] }, { @@ -38434,8 +38462,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->35->1957", - "default.handlebars->35->1963" + "default.handlebars->35->1967", + "default.handlebars->35->1973" ] }, { @@ -38457,7 +38485,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->35->1958" + "default.handlebars->35->1968" ] }, { @@ -38479,7 +38507,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->35->1964" + "default.handlebars->35->1974" ] }, { @@ -38501,9 +38529,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->35->1955", - "default.handlebars->35->1959", - "default.handlebars->35->1965" + "default.handlebars->35->1965", + "default.handlebars->35->1969", + "default.handlebars->35->1975" ] }, { @@ -38840,8 +38868,8 @@ "xloc": [ "default-mobile.handlebars->11->595", "default-mobile.handlebars->11->619", - "default.handlebars->35->1776", - "default.handlebars->35->1817" + "default.handlebars->35->1786", + "default.handlebars->35->1827" ] }, { @@ -39047,8 +39075,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->35->2243", - "default.handlebars->35->2385" + "default.handlebars->35->2253", + "default.handlebars->35->2395" ] }, { @@ -39070,8 +39098,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->35->2241", - "default.handlebars->35->2372" + "default.handlebars->35->2251", + "default.handlebars->35->2382" ] }, { @@ -39093,7 +39121,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->35->2370" + "default.handlebars->35->2380" ] }, { @@ -39150,7 +39178,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->35->2381" + "default.handlebars->35->2391" ] }, { @@ -39172,8 +39200,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->35->1836", - "default.handlebars->35->2377" + "default.handlebars->35->1846", + "default.handlebars->35->2387" ] }, { @@ -39195,7 +39223,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->35->2251" + "default.handlebars->35->2261" ] }, { @@ -39217,8 +39245,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->35->1834", - "default.handlebars->35->2374" + "default.handlebars->35->1844", + "default.handlebars->35->2384" ] }, { @@ -39240,7 +39268,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->35->2347" + "default.handlebars->35->2357" ] }, { @@ -39262,7 +39290,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->35->2150" + "default.handlebars->35->2160" ] }, { @@ -39284,7 +39312,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->35->1755" + "default.handlebars->35->1765" ] }, { @@ -39433,7 +39461,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->35->2321" + "default.handlebars->35->2331" ] }, { @@ -39455,7 +39483,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->35->2361" + "default.handlebars->35->2371" ] }, { @@ -39477,7 +39505,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->35->2237" + "default.handlebars->35->2247" ] }, { @@ -39499,7 +39527,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->35->2231", + "default.handlebars->35->2241", "default.handlebars->35->829" ] }, @@ -39523,9 +39551,9 @@ "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ "default.handlebars->35->1697", - "default.handlebars->35->2225", - "default.handlebars->35->2355", - "default.handlebars->35->2367", + "default.handlebars->35->2235", + "default.handlebars->35->2365", + "default.handlebars->35->2377", "default.handlebars->35->830" ] }, @@ -39560,7 +39588,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->35->2017" + "default.handlebars->35->2027" ] }, { @@ -39582,7 +39610,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->35->2028" + "default.handlebars->35->2038" ] }, { @@ -39604,7 +39632,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->35->2013" + "default.handlebars->35->2023" ] }, { @@ -39620,7 +39648,7 @@ "zh-chs": "删除了登录令牌", "it": "Token di accesso rimosso", "xloc": [ - "default.handlebars->35->2042" + "default.handlebars->35->2052" ] }, { @@ -39642,7 +39670,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->35->2023" + "default.handlebars->35->2033" ] }, { @@ -39657,7 +39685,7 @@ "zh-chs": "删除了推送通知身份验证设备", "it": "Dispositivo di autenticazione delle notifiche push rimosso", "xloc": [ - "default.handlebars->35->2040" + "default.handlebars->35->2050" ] }, { @@ -39679,7 +39707,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->35->2020" + "default.handlebars->35->2030" ] }, { @@ -39701,9 +39729,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->35->1986", - "default.handlebars->35->2007", - "default.handlebars->35->2012" + "default.handlebars->35->1996", + "default.handlebars->35->2017", + "default.handlebars->35->2022" ] }, { @@ -39725,7 +39753,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->35->1996" + "default.handlebars->35->2006" ] }, { @@ -39747,7 +39775,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->35->2009" + "default.handlebars->35->2019" ] }, { @@ -39769,8 +39797,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->35->1988", - "default.handlebars->35->1998" + "default.handlebars->35->1998", + "default.handlebars->35->2008" ] }, { @@ -39797,7 +39825,7 @@ "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->35->1173", - "default.handlebars->35->1915", + "default.handlebars->35->1925", "default.handlebars->35->646", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -39837,7 +39865,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->35->1974" + "default.handlebars->35->1984" ] }, { @@ -39859,7 +39887,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->35->2054" + "default.handlebars->35->2064" ] }, { @@ -39881,7 +39909,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->35->2049" + "default.handlebars->35->2059" ] }, { @@ -39990,8 +40018,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->35->2155", - "default.handlebars->35->2345" + "default.handlebars->35->2165", + "default.handlebars->35->2355" ] }, { @@ -40108,7 +40136,7 @@ "zh-cht": "重置/關閉電源", "xloc": [ "default-mobile.handlebars->11->608", - "default.handlebars->35->1791" + "default.handlebars->35->1801" ] }, { @@ -40247,7 +40275,7 @@ "zh-cht": "重置/關閉", "xloc": [ "default-mobile.handlebars->11->628", - "default.handlebars->35->1827", + "default.handlebars->35->1837", "default.handlebars->35->866", "default.handlebars->35->888" ] @@ -40385,7 +40413,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->35->2263" + "default.handlebars->35->2273" ] }, { @@ -40493,7 +40521,7 @@ "default-mobile.handlebars->11->131", "default-mobile.handlebars->11->424", "default.handlebars->35->1157", - "default.handlebars->35->1883", + "default.handlebars->35->1893", "sharing.handlebars->11->49" ] }, @@ -40825,7 +40853,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->35->1950" + "default.handlebars->35->1960" ] }, { @@ -40847,7 +40875,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->35->2025" + "default.handlebars->35->2035" ] }, { @@ -40869,7 +40897,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->35->2026" + "default.handlebars->35->2036" ] }, { @@ -40981,8 +41009,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->35->2308", - "default.handlebars->35->2313", + "default.handlebars->35->2318", + "default.handlebars->35->2323", "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", @@ -41009,7 +41037,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->35->2329" + "default.handlebars->35->2339" ] }, { @@ -41026,7 +41054,7 @@ "zh-chs": "短信错误", "xloc": [ "default-mobile.handlebars->11->674", - "default.handlebars->35->2461" + "default.handlebars->35->2471" ] }, { @@ -41043,7 +41071,7 @@ "zh-chs": "短信错误:{0}", "xloc": [ "default-mobile.handlebars->11->675", - "default.handlebars->35->2462" + "default.handlebars->35->2472" ] }, { @@ -41060,7 +41088,7 @@ "zh-chs": "短信网关未启用", "xloc": [ "default-mobile.handlebars->11->669", - "default.handlebars->35->2456" + "default.handlebars->35->2466" ] }, { @@ -41113,7 +41141,7 @@ "zh-chs": "短信发送成功。", "xloc": [ "default-mobile.handlebars->11->673", - "default.handlebars->35->2460" + "default.handlebars->35->2470" ] }, { @@ -41788,8 +41816,8 @@ "default-mobile.handlebars->11->346", "default-mobile.handlebars->11->518", "default.handlebars->35->1257", - "default.handlebars->35->1881", - "default.handlebars->35->2309", + "default.handlebars->35->1891", + "default.handlebars->35->2319", "default.handlebars->35->390", "default.handlebars->35->979", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" @@ -41814,7 +41842,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->35->2306" + "default.handlebars->35->2316" ] }, { @@ -41831,7 +41859,7 @@ "zh-chs": "安全警告", "xloc": [ "default-mobile.handlebars->11->643", - "default.handlebars->35->2430" + "default.handlebars->35->2440" ] }, { @@ -41889,9 +41917,9 @@ "xloc": [ "default.handlebars->35->1164", "default.handlebars->35->1166", - "default.handlebars->35->1907", - "default.handlebars->35->2099", - "default.handlebars->35->2182", + "default.handlebars->35->1917", + "default.handlebars->35->2109", + "default.handlebars->35->2192", "default.handlebars->35->550", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", @@ -41924,9 +41952,9 @@ "zh-cht": "選擇無", "xloc": [ "default.handlebars->35->1165", - "default.handlebars->35->1906", - "default.handlebars->35->2098", - "default.handlebars->35->2181", + "default.handlebars->35->1916", + "default.handlebars->35->2108", + "default.handlebars->35->2191", "default.handlebars->35->549", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -42054,8 +42082,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->35->2102", - "default.handlebars->35->2183" + "default.handlebars->35->2112", + "default.handlebars->35->2193" ] }, { @@ -42100,7 +42128,7 @@ "zh-chs": "选择新密码", "zh-cht": "選擇新密碼", "xloc": [ - "default.handlebars->35->1715" + "default.handlebars->35->1725" ] }, { @@ -42146,7 +42174,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->11->624", - "default.handlebars->35->1823" + "default.handlebars->35->1833" ] }, { @@ -42206,7 +42234,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->35->2113" + "default.handlebars->35->2123" ] }, { @@ -42273,7 +42301,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->35->2111" + "default.handlebars->35->2121" ] }, { @@ -42295,7 +42323,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->35->2314" + "default.handlebars->35->2324" ] }, { @@ -42317,7 +42345,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->35->2316" + "default.handlebars->35->2326" ] }, { @@ -42339,7 +42367,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->35->2222" + "default.handlebars->35->2232" ] }, { @@ -42361,7 +42389,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->35->2114" + "default.handlebars->35->2124" ] }, { @@ -42383,7 +42411,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->35->2094" + "default.handlebars->35->2104" ] }, { @@ -42427,7 +42455,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->35->2154" + "default.handlebars->35->2164" ] }, { @@ -42562,7 +42590,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->35->2318" + "default.handlebars->35->2328" ] }, { @@ -42672,7 +42700,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->35->2164" + "default.handlebars->35->2174" ] }, { @@ -42694,7 +42722,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->35->2536" + "default.handlebars->35->2546" ] }, { @@ -42732,7 +42760,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->35->2537" + "default.handlebars->35->2547" ] }, { @@ -42756,9 +42784,9 @@ "xloc": [ "default-mobile.handlebars->11->601", "default-mobile.handlebars->11->616", - "default.handlebars->35->1784", - "default.handlebars->35->1814", - "default.handlebars->35->2161", + "default.handlebars->35->1794", + "default.handlebars->35->1824", + "default.handlebars->35->2171", "default.handlebars->35->859", "default.handlebars->35->881" ] @@ -42798,7 +42826,7 @@ "zh-chs": "服务器限制", "xloc": [ "default-mobile.handlebars->11->642", - "default.handlebars->35->2429" + "default.handlebars->35->2439" ] }, { @@ -42836,8 +42864,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->35->2086", - "default.handlebars->35->2175" + "default.handlebars->35->2096", + "default.handlebars->35->2185" ] }, { @@ -42859,7 +42887,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->35->2280" + "default.handlebars->35->2290" ] }, { @@ -42881,7 +42909,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->35->2165" + "default.handlebars->35->2175" ] }, { @@ -42903,7 +42931,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->35->2279" + "default.handlebars->35->2289" ] }, { @@ -42925,7 +42953,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->35->2467" + "default.handlebars->35->2477" ] }, { @@ -42969,7 +42997,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->35->2549" + "default.handlebars->35->2559" ] }, { @@ -42985,7 +43013,7 @@ "zh-chs": "服务器跟踪事件", "it": "Evento di tracciamento del server", "xloc": [ - "default.handlebars->35->2528" + "default.handlebars->35->2538" ] }, { @@ -43052,7 +43080,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->35->2166" + "default.handlebars->35->2176" ] }, { @@ -43259,7 +43287,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->35->2527" + "default.handlebars->35->2537" ] }, { @@ -43325,7 +43353,7 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->35->2390", + "default.handlebars->35->2400", "ssh.handlebars->3->10" ] }, @@ -43554,7 +43582,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->35->1948" + "default.handlebars->35->1958" ] }, { @@ -44126,7 +44154,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->11->604", - "default.handlebars->35->1787" + "default.handlebars->35->1797" ] }, { @@ -44160,7 +44188,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->35->1748" + "default.handlebars->35->1758" ] }, { @@ -44270,8 +44298,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->35->2117", - "default.handlebars->35->2140" + "default.handlebars->35->2127", + "default.handlebars->35->2150" ] }, { @@ -44293,8 +44321,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->35->2116", - "default.handlebars->35->2139" + "default.handlebars->35->2126", + "default.handlebars->35->2149" ] }, { @@ -44316,8 +44344,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->35->2118", - "default.handlebars->35->2141" + "default.handlebars->35->2128", + "default.handlebars->35->2151" ] }, { @@ -44339,8 +44367,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->35->2115", - "default.handlebars->35->2138" + "default.handlebars->35->2125", + "default.handlebars->35->2148" ] }, { @@ -44565,7 +44593,7 @@ "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ "default.handlebars->35->1680", - "default.handlebars->35->1705" + "default.handlebars->35->1715" ] }, { @@ -44588,7 +44616,7 @@ "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ "default.handlebars->35->1678", - "default.handlebars->35->1709" + "default.handlebars->35->1719" ] }, { @@ -44690,8 +44718,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->35->2393", - "default.handlebars->35->2414", + "default.handlebars->35->2403", + "default.handlebars->35->2424", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -45826,8 +45854,8 @@ "xloc": [ "default.handlebars->35->1055", "default.handlebars->35->236", - "default.handlebars->35->2391", - "default.handlebars->35->2416", + "default.handlebars->35->2401", + "default.handlebars->35->2426", "default.handlebars->35->92", "sharing.handlebars->11->14" ] @@ -45889,7 +45917,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->35->1932" + "default.handlebars->35->1942" ] }, { @@ -45911,7 +45939,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->35->1941" + "default.handlebars->35->1951" ] }, { @@ -45933,14 +45961,14 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->35->1942" + "default.handlebars->35->1952" ] }, { "en": "Started local relay session \\\"{0}\\\", protocol {1} to {2}", "nl": "Lokale doorstuursessie gestart \\\"{0}\\\", protocol {1} naar {2}", "xloc": [ - "default.handlebars->35->2046" + "default.handlebars->35->2056" ] }, { @@ -45962,7 +45990,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->35->1939" + "default.handlebars->35->1949" ] }, { @@ -45984,7 +46012,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->35->1961" + "default.handlebars->35->1971" ] }, { @@ -46006,7 +46034,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->35->1962" + "default.handlebars->35->1972" ] }, { @@ -46028,7 +46056,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->35->1968" + "default.handlebars->35->1978" ] }, { @@ -46050,7 +46078,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->35->1969" + "default.handlebars->35->1979" ] }, { @@ -46072,7 +46100,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->35->1940" + "default.handlebars->35->1950" ] }, { @@ -46116,7 +46144,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->35->1956" + "default.handlebars->35->1966" ] }, { @@ -46138,7 +46166,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->35->1966" + "default.handlebars->35->1976" ] }, { @@ -46229,8 +46257,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->35->2336", - "default.handlebars->35->2409", + "default.handlebars->35->2346", + "default.handlebars->35->2419", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -46393,7 +46421,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->35->1887" + "default.handlebars->35->1897" ] }, { @@ -46464,7 +46492,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->35->2112" + "default.handlebars->35->2122" ] }, { @@ -46729,7 +46757,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->35->1756" + "default.handlebars->35->1766" ] }, { @@ -47194,9 +47222,9 @@ "xloc": [ "default-mobile.handlebars->11->200", "default-mobile.handlebars->11->311", - "default.handlebars->35->1749", - "default.handlebars->35->2403", - "default.handlebars->35->2504", + "default.handlebars->35->1759", + "default.handlebars->35->2413", + "default.handlebars->35->2514", "default.handlebars->35->341", "default.handlebars->35->656", "default.handlebars->35->837", @@ -47265,8 +47293,8 @@ "zh-cht": "終端機通知", "xloc": [ "default.handlebars->35->1663", - "default.handlebars->35->2211", - "default.handlebars->35->2298", + "default.handlebars->35->2221", + "default.handlebars->35->2308", "default.handlebars->35->750" ] }, @@ -47290,8 +47318,8 @@ "zh-cht": "終端機提示", "xloc": [ "default.handlebars->35->1662", - "default.handlebars->35->2210", - "default.handlebars->35->2297", + "default.handlebars->35->2220", + "default.handlebars->35->2307", "default.handlebars->35->749" ] }, @@ -47307,7 +47335,7 @@ "zh-chs": "终端会话", "it": "Sessione terminale", "xloc": [ - "default.handlebars->35->2396" + "default.handlebars->35->2406" ] }, { @@ -47580,7 +47608,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->637", - "default.handlebars->35->2424" + "default.handlebars->35->2434" ] }, { @@ -47597,7 +47625,7 @@ "zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。", "xloc": [ "default-mobile.handlebars->11->658", - "default.handlebars->35->2445" + "default.handlebars->35->2455" ] }, { @@ -47686,7 +47714,7 @@ "sv": "Den här agenten har en föråldrad mekanism för validering av certifikat. Överväg att uppdatera.", "it": "Questo agente ha un meccanismo di convalida del certificato obsoleto, considerare l'aggiornamento.", "xloc": [ - "default.handlebars->35->2044" + "default.handlebars->35->2054" ] }, { @@ -47696,7 +47724,7 @@ "sv": "Den här agenten använder osäkra tunnlar, överväga att uppdatera.", "it": "Questo agente utilizza tunnel non sicuri, considera l'aggiornamento.", "xloc": [ - "default.handlebars->35->2045" + "default.handlebars->35->2055" ] }, { @@ -47769,7 +47797,7 @@ "sv": "Detta är en gammal agentversion, överväga att uppdatera.", "it": "Questa è una vecchia versione dell'agente, considera l'aggiornamento.", "xloc": [ - "default.handlebars->35->2043" + "default.handlebars->35->2053" ] }, { @@ -47810,7 +47838,7 @@ "zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。", "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ - "default.handlebars->35->1734" + "default.handlebars->35->1744" ] }, { @@ -47855,7 +47883,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->35->1731" + "default.handlebars->35->1741" ] }, { @@ -48111,7 +48139,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->35->2051" + "default.handlebars->35->2061" ] }, { @@ -49229,7 +49257,7 @@ "default.handlebars->35->1109", "default.handlebars->35->1596", "default.handlebars->35->1649", - "default.handlebars->35->1706", + "default.handlebars->35->1716", "default.handlebars->35->378", "default.handlebars->35->912", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", @@ -49499,7 +49527,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->35->1592", - "default.handlebars->35->2555", + "default.handlebars->35->2565", "default.handlebars->35->674" ] }, @@ -49517,7 +49545,7 @@ "zh-chs": "无法在此模式下添加用户", "xloc": [ "default-mobile.handlebars->11->654", - "default.handlebars->35->2441" + "default.handlebars->35->2451" ] }, { @@ -49617,6 +49645,12 @@ "login2.handlebars->7->7" ] }, + { + "en": "Unable to import any device.", + "xloc": [ + "default.handlebars->35->1712" + ] + }, { "cs": "Nedaří se ověřit se", "de": "Authentifizierung kann nicht durchgeführt werden", @@ -49722,7 +49756,7 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->626", - "default.handlebars->35->1825", + "default.handlebars->35->1835", "default.handlebars->35->864", "default.handlebars->35->886" ] @@ -49770,7 +49804,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->35->1789" + "default.handlebars->35->1799" ] }, { @@ -49834,9 +49868,9 @@ "default.handlebars->35->158", "default.handlebars->35->1635", "default.handlebars->35->1636", - "default.handlebars->35->2380", - "default.handlebars->35->2395", - "default.handlebars->35->2402", + "default.handlebars->35->2390", + "default.handlebars->35->2405", + "default.handlebars->35->2412", "default.handlebars->35->44", "default.handlebars->35->48", "default.handlebars->35->49", @@ -49888,7 +49922,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->35->2473" + "default.handlebars->35->2483" ] }, { @@ -49910,8 +49944,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->35->2236", - "default.handlebars->35->2366" + "default.handlebars->35->2246", + "default.handlebars->35->2376" ] }, { @@ -49933,9 +49967,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->35->2230", - "default.handlebars->35->2354", - "default.handlebars->35->2477" + "default.handlebars->35->2240", + "default.handlebars->35->2364", + "default.handlebars->35->2487" ] }, { @@ -49957,7 +49991,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->35->2469" + "default.handlebars->35->2479" ] }, { @@ -50002,7 +50036,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->35->2360" + "default.handlebars->35->2370" ] }, { @@ -50047,7 +50081,7 @@ "zh-chs": "密码未知", "zh-cht": "密碼未知", "xloc": [ - "default.handlebars->35->1722" + "default.handlebars->35->1732" ] }, { @@ -50094,7 +50128,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->35->2105" + "default.handlebars->35->2115" ] }, { @@ -50183,7 +50217,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->35->2560" + "default.handlebars->35->2570" ] }, { @@ -50277,8 +50311,8 @@ "default.handlebars->35->1174", "default.handlebars->35->1198", "default.handlebars->35->1201", - "default.handlebars->35->1916", - "default.handlebars->35->1924", + "default.handlebars->35->1926", + "default.handlebars->35->1934", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -50498,7 +50532,7 @@ "xloc": [ "default-mobile.handlebars->11->455", "default.handlebars->35->1199", - "default.handlebars->35->1925", + "default.handlebars->35->1935", "sharing.handlebars->11->90" ] }, @@ -50523,7 +50557,7 @@ "xloc": [ "default-mobile.handlebars->11->456", "default.handlebars->35->1200", - "default.handlebars->35->1926", + "default.handlebars->35->1936", "sharing.handlebars->11->91" ] }, @@ -50565,7 +50599,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->35->1976" + "default.handlebars->35->1986" ] }, { @@ -50581,7 +50615,7 @@ "zh-chs": "上传:\\\"{0}\\\",大小:{1}", "it": "Carica: \\\"{0}\\\", Dimensioni: {1}", "xloc": [ - "default.handlebars->35->2031" + "default.handlebars->35->2041" ] }, { @@ -50633,7 +50667,7 @@ "nl": "Gebruik", "sv": "Användande", "xloc": [ - "default.handlebars->35->2523" + "default.handlebars->35->2533" ] }, { @@ -50767,8 +50801,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->35->2463", - "default.handlebars->35->2465" + "default.handlebars->35->2473", + "default.handlebars->35->2475" ] }, { @@ -50791,10 +50825,10 @@ "zh-cht": "用戶", "xloc": [ "default.handlebars->35->1698", - "default.handlebars->35->2058", - "default.handlebars->35->2087", - "default.handlebars->35->2226", - "default.handlebars->35->2421", + "default.handlebars->35->2068", + "default.handlebars->35->2097", + "default.handlebars->35->2236", + "default.handlebars->35->2431", "default.handlebars->35->298", "default.handlebars->35->832", "default.handlebars->35->90" @@ -50819,7 +50853,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->35->2088" + "default.handlebars->35->2098" ] }, { @@ -50841,10 +50875,11 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->35->2121", - "default.handlebars->35->2122", - "default.handlebars->35->2124", - "default.handlebars->35->2126" + "default.handlebars->35->1711", + "default.handlebars->35->2131", + "default.handlebars->35->2132", + "default.handlebars->35->2134", + "default.handlebars->35->2136" ] }, { @@ -50866,7 +50901,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->35->2482" + "default.handlebars->35->2492" ] }, { @@ -50913,8 +50948,8 @@ "zh-cht": "用戶同意", "xloc": [ "default.handlebars->35->1669", - "default.handlebars->35->2217", - "default.handlebars->35->2304", + "default.handlebars->35->2227", + "default.handlebars->35->2314", "default.handlebars->35->242", "default.handlebars->35->756", "default.handlebars->35->933" @@ -50939,11 +50974,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->35->1764", - "default.handlebars->35->1765", - "default.handlebars->35->2190", - "default.handlebars->35->2362", - "default.handlebars->35->2383", + "default.handlebars->35->1774", + "default.handlebars->35->1775", + "default.handlebars->35->2200", + "default.handlebars->35->2372", + "default.handlebars->35->2393", "default.handlebars->35->831" ] }, @@ -50988,7 +51023,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->35->2359" + "default.handlebars->35->2369" ] }, { @@ -51032,9 +51067,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->35->1830", - "default.handlebars->35->2271", - "default.handlebars->35->2272" + "default.handlebars->35->1840", + "default.handlebars->35->2281", + "default.handlebars->35->2282" ] }, { @@ -51056,8 +51091,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->35->1762", - "default.handlebars->35->2255" + "default.handlebars->35->1772", + "default.handlebars->35->2265" ] }, { @@ -51094,7 +51129,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->35->2133" + "default.handlebars->35->2143" ] }, { @@ -51117,7 +51152,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->11->630", - "default.handlebars->35->1829" + "default.handlebars->35->1839" ] }, { @@ -51209,7 +51244,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->35->2514" + "default.handlebars->35->2524" ] }, { @@ -51318,7 +51353,7 @@ "zh-chs": "用户已存在", "xloc": [ "default-mobile.handlebars->11->653", - "default.handlebars->35->2440" + "default.handlebars->35->2450" ] }, { @@ -51363,7 +51398,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->35->2005" + "default.handlebars->35->2015" ] }, { @@ -51385,7 +51420,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->35->1995" + "default.handlebars->35->2005" ] }, { @@ -51407,7 +51442,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->35->1993" + "default.handlebars->35->2003" ] }, { @@ -51450,7 +51485,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试", "it": "Tentativo di accesso utente su account bloccato da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2035" + "default.handlebars->35->2045" ] }, { @@ -51465,7 +51500,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的第二个因素不正确的用户登录尝试", "it": "Tentativo di accesso utente con 2° fattore errato da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2034" + "default.handlebars->35->2044" ] }, { @@ -51482,7 +51517,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->661", - "default.handlebars->35->2448" + "default.handlebars->35->2458" ] }, { @@ -51533,7 +51568,7 @@ "default.handlebars->35->1146", "default.handlebars->35->1613", "default.handlebars->35->1618", - "default.handlebars->35->2145", + "default.handlebars->35->2155", "default.handlebars->35->271", "default.handlebars->35->387", "default.handlebars->35->977", @@ -51615,9 +51650,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->35->2178", - "default.handlebars->35->2218", - "default.handlebars->35->2513", + "default.handlebars->35->2188", + "default.handlebars->35->2228", + "default.handlebars->35->2523", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -51640,7 +51675,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->35->2486" + "default.handlebars->35->2496" ] }, { @@ -51657,7 +51692,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->662", - "default.handlebars->35->2449" + "default.handlebars->35->2459" ] }, { @@ -51750,7 +51785,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->35->2100" + "default.handlebars->35->2110" ] }, { @@ -51766,7 +51801,7 @@ "zh-chs": "验证异常", "xloc": [ "default-mobile.handlebars->11->655", - "default.handlebars->35->2442" + "default.handlebars->35->2452" ] }, { @@ -51892,7 +51927,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->35->2338" + "default.handlebars->35->2348" ] }, { @@ -51939,7 +51974,7 @@ "xloc": [ "default-mobile.handlebars->11->87", "default.handlebars->35->1309", - "default.handlebars->35->2096" + "default.handlebars->35->2106" ] }, { @@ -51961,7 +51996,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->35->2022" + "default.handlebars->35->2032" ] }, { @@ -52058,7 +52093,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->35->2556" + "default.handlebars->35->2566" ] }, { @@ -52177,7 +52212,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->35->2170" + "default.handlebars->35->2180" ] }, { @@ -52211,8 +52246,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->35->2559", - "default.handlebars->35->2561" + "default.handlebars->35->2569", + "default.handlebars->35->2571" ] }, { @@ -52278,7 +52313,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->35->2312" + "default.handlebars->35->2322" ] }, { @@ -52311,7 +52346,7 @@ "zh-chs": "查看此用户以前的登录", "it": "Visualizza gli accessi precedenti per questo utente", "xloc": [ - "default.handlebars->35->2325" + "default.handlebars->35->2335" ] }, { @@ -52565,8 +52600,8 @@ "xloc": [ "default-mobile.handlebars->11->602", "default-mobile.handlebars->11->617", - "default.handlebars->35->1785", - "default.handlebars->35->1815" + "default.handlebars->35->1795", + "default.handlebars->35->1825" ] }, { @@ -52704,8 +52739,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->35->2539", - "default.handlebars->35->2540" + "default.handlebars->35->2549", + "default.handlebars->35->2550" ] }, { @@ -52721,7 +52756,7 @@ "zh-chs": "Web 服务器 HTTP 标头", "it": "Intestazioni HTTP del server Web", "xloc": [ - "default.handlebars->35->2543" + "default.handlebars->35->2553" ] }, { @@ -52743,7 +52778,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->35->2541" + "default.handlebars->35->2551" ] }, { @@ -52765,7 +52800,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->35->2542" + "default.handlebars->35->2552" ] }, { @@ -52835,7 +52870,7 @@ "zh-chs": "网络RDP", "it": "WebRDP", "xloc": [ - "default.handlebars->35->2507" + "default.handlebars->35->2517" ] }, { @@ -52851,7 +52886,7 @@ "zh-chs": "网络SSH", "it": "WebSSH", "xloc": [ - "default.handlebars->35->2508" + "default.handlebars->35->2518" ] }, { @@ -52867,7 +52902,7 @@ "zh-chs": "网络VNC", "it": "WebVNC", "xloc": [ - "default.handlebars->35->2509" + "default.handlebars->35->2519" ] }, { @@ -52957,7 +52992,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->35->1838" + "default.handlebars->35->1848" ] }, { @@ -53002,7 +53037,7 @@ "zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。", "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ - "default.handlebars->35->1732" + "default.handlebars->35->1742" ] }, { @@ -53043,7 +53078,7 @@ "zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。", "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ - "default.handlebars->35->1733" + "default.handlebars->35->1743" ] }, { @@ -53065,7 +53100,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->35->2284" + "default.handlebars->35->2294" ] }, { @@ -54543,7 +54578,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->35->2557" + "default.handlebars->35->2567" ] }, { @@ -54864,7 +54899,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->154", - "default.handlebars->35->1921" + "default.handlebars->35->1931" ] }, { @@ -55006,8 +55041,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->35->2065", - "default.handlebars->35->2070" + "default.handlebars->35->2075", + "default.handlebars->35->2080" ] }, { @@ -55029,8 +55064,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->35->2067", - "default.handlebars->35->2071" + "default.handlebars->35->2077", + "default.handlebars->35->2081" ] }, { @@ -55074,8 +55109,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->35->2494", - "default.handlebars->35->2497" + "default.handlebars->35->2504", + "default.handlebars->35->2507" ] }, { @@ -55314,7 +55349,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->35->2134" + "default.handlebars->35->2144" ] }, { @@ -55457,7 +55492,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->35->2162" + "default.handlebars->35->2172" ] }, { @@ -55744,7 +55779,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->155", - "default.handlebars->35->1922" + "default.handlebars->35->1932" ] }, { @@ -55886,7 +55921,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->35->2551" + "default.handlebars->35->2561" ] }, { @@ -55970,7 +56005,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->35->2526" + "default.handlebars->35->2536" ] }, { @@ -55992,7 +56027,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->35->2550" + "default.handlebars->35->2560" ] }, { @@ -56033,8 +56068,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->35->2495", - "default.handlebars->35->2498" + "default.handlebars->35->2505", + "default.handlebars->35->2508" ] }, { @@ -56125,8 +56160,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->35->2130", - "default.handlebars->35->2135" + "default.handlebars->35->2140", + "default.handlebars->35->2145" ] }, { @@ -56148,8 +56183,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->35->2132", - "default.handlebars->35->2136" + "default.handlebars->35->2142", + "default.handlebars->35->2146" ] }, { @@ -56171,7 +56206,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->35->2069" + "default.handlebars->35->2079" ] }, { @@ -56314,8 +56349,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->35->1896", - "default.handlebars->35->1901" + "default.handlebars->35->1906", + "default.handlebars->35->1911" ] }, { @@ -56337,9 +56372,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->35->1894", - "default.handlebars->35->1899", - "default.handlebars->35->2394" + "default.handlebars->35->1904", + "default.handlebars->35->1909", + "default.handlebars->35->2404" ] }, { @@ -56365,8 +56400,8 @@ "default-mobile.handlebars->11->544", "default.handlebars->35->1278", "default.handlebars->35->1283", - "default.handlebars->35->1895", - "default.handlebars->35->1900" + "default.handlebars->35->1905", + "default.handlebars->35->1910" ] }, { @@ -56411,7 +56446,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->35->2328" + "default.handlebars->35->2338" ] }, { @@ -56433,8 +56468,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->35->1893", - "default.handlebars->35->1898" + "default.handlebars->35->1903", + "default.handlebars->35->1908" ] }, { @@ -56457,8 +56492,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->11->143", - "default.handlebars->35->1909", - "default.handlebars->35->2415", + "default.handlebars->35->1919", + "default.handlebars->35->2425", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -56483,7 +56518,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->35->1888" + "default.handlebars->35->1898" ] }, { @@ -56544,7 +56579,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->35->1891" + "default.handlebars->35->1901" ] }, { @@ -56566,7 +56601,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->35->2289" + "default.handlebars->35->2299" ] }, { @@ -56629,7 +56664,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->35->1889" + "default.handlebars->35->1899" ] }, { @@ -56675,7 +56710,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->35->1890" + "default.handlebars->35->1900" ] }, { @@ -56719,7 +56754,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->35->2079" + "default.handlebars->35->2089" ] }, { @@ -56933,7 +56968,7 @@ "default-mobile.handlebars->11->205", "default-mobile.handlebars->11->208", "default-mobile.handlebars->11->211", - "default.handlebars->35->2083", + "default.handlebars->35->2093", "default.handlebars->35->337", "default.handlebars->35->340", "default.handlebars->35->343", @@ -57134,7 +57169,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->35->1903" + "default.handlebars->35->1913" ] }, { @@ -57156,7 +57191,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->35->1902" + "default.handlebars->35->1912" ] }, { diff --git a/views/default.handlebars b/views/default.handlebars index b237cc24..42006231 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -11121,7 +11121,7 @@ // Display list of devices in this device group count = 0; nodes.sort(deviceSort); - var dllist = (currentMesh.mtype == 1)?'':''; + var dllist = (currentMesh.mtype == 1)?' ':''; var y = ''; for (var i in nodes) { var node = nodes[i], gray = ((node.conn > 0)?'':' gray'); @@ -11129,8 +11129,8 @@ y += ''; ++count; } + if (count == 0) { y += ''; } y += '
' + "Devices" + '' + dllist + '
 ' + EscapeHtml(node.name) + '
' + PowerStateStr(node.pwr) + ' 
' + (node.osdesc ? EscapeHtml(node.osdesc) : '') + '
' + "None " + '
'; - if (count == 0) { y = ''; } // If we are full administrator on this mesh, allow deletion of the mesh if (meshrights == 0xFFFFFFFF) { @@ -11169,6 +11169,43 @@ saveAs(stringToUtf8BlobNoHeader(JSON.stringify(r, null, 2)), currentMesh.name + ".json"); } + // Import a list of devices into the Intel AMT only device group + function meshImportDeviceList() { + if (xxdialogMode) return; + var x = "Import a list of local Intel® AMT devices in MeshCommander JSON format." + '

'; + setDialogMode(2, "Import Intel® AMT Devices", 3, meshImportDeviceListEx, x); + QE('idx_dlgOkButton', false); + } + + function meshImportDeviceListValidate() { + QE('idx_dlgOkButton', Q('d4importFile').value != null); + } + + function meshImportDeviceListEx() { + var fr = new FileReader(); + fr.onload = function (r) { + var j = null; + try { j = JSON.parse(r.target.result); } catch (ex) { setDialogMode(2, "Import Intel® AMT Devices", 1, null, format("Invalid JSON file: {0}.", ex)); return; } + if ((typeof j == 'object') && (typeof j.webappversion == 'string') && (typeof j.computers == 'object') && (Array.isArray(j.computers))) { + var ok = 0; + for (var k in j.computers) { + var computer = j.computers[k]; + if ((typeof computer.name == 'string') && (typeof computer.host == 'string') && (typeof computer.user == 'string') && (typeof computer.pass == 'string')) { + var cmd = { action: 'addamtdevice', meshid: currentMesh._id, devicename: computer.name, hostname: computer.host, amtusername: computer.user, amtpassword: computer.pass, amttls: (computer.tls == 1)?1:0 }; + if (typeof computer.ver == 'string') { cmd.ver = computer.ver; } + if (typeof computer.pstate == 'number') { cmd.state = computer.pstate; } + if (typeof computer.digestrealm == 'string') { cmd.realm = computer.digestrealm; } + if (typeof computer.tlscerthash == 'string') { cmd.hash = computer.tlscerthash; } + meshserver.send(cmd); + ok++; + } + } + if (ok == 0) { setDialogMode(2, "User Account Import", 1, null, "Unable to import any device."); } + } else { setDialogMode(2, "Import Intel® AMT Devices", 1, null, "Invalid JSON file format."); } + }; + fr.readAsText(Q('d4importFile').files[0]); + } + function p20editMeshAmt() { if (xxdialogMode) return; var x = '', acmoption = '';