diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index d54e589f..e13ff842 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -295,6 +295,7 @@ "footer": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is logged in." }, "loginfooter": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is not logged in." }, "guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." }, + "autoRemoveInactiveDevices": { "type": "integer", "default": 0, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." }, "altMessenging": { "type": "object", "properties": { diff --git a/meshuser.js b/meshuser.js index 5a7d31be..6244ea52 100644 --- a/meshuser.js +++ b/meshuser.js @@ -506,6 +506,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use serverinfo.redirport = args.redirport; if (parent.parent.webpush != null) { serverinfo.vapidpublickey = parent.parent.webpush.vapidPublicKey; } // Web push public key if (parent.parent.amtProvisioningServer != null) { serverinfo.amtProvServerMeshId = parent.parent.amtProvisioningServer.meshid; } // Device group that allows for bare-metal Intel AMT activation + if ((typeof domain.autoremoveinactivedevices == 'number') && (domain.autoremoveinactivedevices > 0)) { serverinfo.autoremoveinactivedevices = domain.autoremoveinactivedevices; } // Default number of days before inactive devices are removed // Build the mobile agent URL, this is used to connect mobile devices var agentServerName = parent.getWebServerName(domain); diff --git a/sample-config-advanced.json b/sample-config-advanced.json index b17963c9..7fb43aee 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -138,6 +138,7 @@ "_meshQuota": 248576, "minify": true, "_guestDeviceSharing" : false, + "_AutoRemoveInactiveDevices": 37, "_loginKey": [ "abc", "123" ], "_newAccounts": true, "_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ], diff --git a/translate/translate.json b/translate/translate.json index 439dd909..d024926d 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -42,8 +42,8 @@ "zh-chs": " + CIRA", "zh-cht": " + CIRA", "xloc": [ - "default.handlebars->35->1687", - "default.handlebars->35->1689" + "default.handlebars->35->1688", + "default.handlebars->35->1690" ] }, { @@ -281,8 +281,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->35->1777", - "default.handlebars->35->2274" + "default.handlebars->35->1780", + "default.handlebars->35->2277" ] }, { @@ -650,7 +650,7 @@ "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。", "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "xloc": [ - "default.handlebars->35->1746", + "default.handlebars->35->1747", "default.handlebars->35->407" ] }, @@ -733,7 +733,7 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->11->633", - "default.handlebars->35->1851" + "default.handlebars->35->1854" ] }, { @@ -1193,8 +1193,8 @@ "default-mobile.handlebars->11->132", "default-mobile.handlebars->11->425", "default.handlebars->35->1165", - "default.handlebars->35->1903", - "default.handlebars->35->2447", + "default.handlebars->35->1906", + "default.handlebars->35->2450", "sharing.handlebars->11->50" ] }, @@ -1327,7 +1327,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->35->2349" + "default.handlebars->35->2352" ] }, { @@ -1351,7 +1351,7 @@ "xloc": [ "default-mobile.handlebars->11->142", "default-mobile.handlebars->11->676", - "default.handlebars->35->1927", + "default.handlebars->35->1930", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -1423,7 +1423,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->35->2308" + "default.handlebars->35->2311" ] }, { @@ -1538,7 +1538,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->35->2098" + "default.handlebars->35->2101" ] }, { @@ -1651,7 +1651,7 @@ "default-mobile.handlebars->11->204", "default-mobile.handlebars->11->207", "default-mobile.handlebars->11->210", - "default.handlebars->35->2102", + "default.handlebars->35->2105", "default.handlebars->35->340", "default.handlebars->35->343", "default.handlebars->35->346", @@ -2274,7 +2274,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->35->2038" + "default.handlebars->35->2041" ] }, { @@ -2296,8 +2296,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->35->2115", - "default.handlebars->35->2332" + "default.handlebars->35->2118", + "default.handlebars->35->2335" ] }, { @@ -3342,7 +3342,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->11->274", - "default.handlebars->35->1703", + "default.handlebars->35->1704", "default.handlebars->35->716" ] }, @@ -3420,7 +3420,7 @@ "zh-chs": "操作系统", "it": "AMT-OS", "xloc": [ - "default.handlebars->35->2525" + "default.handlebars->35->2528" ] }, { @@ -3639,7 +3639,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->35->2280" + "default.handlebars->35->2283" ] }, { @@ -3738,7 +3738,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->35->1597", "default.handlebars->35->1599", - "default.handlebars->35->2578", + "default.handlebars->35->2581", "default.handlebars->35->678", "default.handlebars->35->680" ] @@ -3757,7 +3757,7 @@ "zh-chs": "帐号设定", "xloc": [ "default-mobile.handlebars->11->644", - "default.handlebars->35->2455" + "default.handlebars->35->2458" ] }, { @@ -3824,7 +3824,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->35->2011" + "default.handlebars->35->2014" ] }, { @@ -3846,7 +3846,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->35->2010" + "default.handlebars->35->2013" ] }, { @@ -3868,7 +3868,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->35->2009" + "default.handlebars->35->2012" ] }, { @@ -3890,8 +3890,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->35->2117", - "default.handlebars->35->2277" + "default.handlebars->35->2120", + "default.handlebars->35->2280" ] }, { @@ -3914,7 +3914,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->656", - "default.handlebars->35->2467", + "default.handlebars->35->2470", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -3963,7 +3963,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->35->1946" + "default.handlebars->35->1949" ] }, { @@ -3979,7 +3979,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的帐户登录", "it": "Accesso all'account da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2052" + "default.handlebars->35->2055" ] }, { @@ -4001,7 +4001,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->35->1947" + "default.handlebars->35->1950" ] }, { @@ -4047,7 +4047,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->35->2019" + "default.handlebars->35->2022" ] }, { @@ -4069,7 +4069,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->35->2008" + "default.handlebars->35->2011" ] }, { @@ -4255,7 +4255,7 @@ "zh-chs": "如果ACM失败,则激活到CCM", "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ - "default.handlebars->35->1737" + "default.handlebars->35->1738" ] }, { @@ -4424,7 +4424,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->35->1699", + "default.handlebars->35->1700", "default.handlebars->35->373" ] }, @@ -4466,8 +4466,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->35->2254", - "default.handlebars->35->2386", + "default.handlebars->35->2257", + "default.handlebars->35->2389", "default.handlebars->35->377" ] }, @@ -4512,9 +4512,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->35->1813", - "default.handlebars->35->2248", - "default.handlebars->35->2374", + "default.handlebars->35->1816", + "default.handlebars->35->2251", + "default.handlebars->35->2377", "default.handlebars->35->306" ] }, @@ -4537,7 +4537,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->35->1810" + "default.handlebars->35->1813" ] }, { @@ -4559,8 +4559,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->35->1815", - "default.handlebars->35->1817" + "default.handlebars->35->1818", + "default.handlebars->35->1820" ] }, { @@ -4679,7 +4679,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->35->2406" + "default.handlebars->35->2409" ] }, { @@ -4785,7 +4785,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->35->1820" + "default.handlebars->35->1823" ] }, { @@ -4807,9 +4807,9 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->35->1695", - "default.handlebars->35->1812", - "default.handlebars->35->2380", + "default.handlebars->35->1696", + "default.handlebars->35->1815", + "default.handlebars->35->2383", "default.handlebars->35->834" ] }, @@ -4832,7 +4832,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->35->1822" + "default.handlebars->35->1825" ] }, { @@ -4895,8 +4895,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->35->1694", - "default.handlebars->35->2243" + "default.handlebars->35->1695", + "default.handlebars->35->2246" ] }, { @@ -4918,7 +4918,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->35->1809" + "default.handlebars->35->1812" ] }, { @@ -4940,7 +4940,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->35->2276" + "default.handlebars->35->2279" ] }, { @@ -5085,7 +5085,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->35->1698", + "default.handlebars->35->1699", "default.handlebars->35->372" ] }, @@ -5184,7 +5184,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->35->2035" + "default.handlebars->35->2038" ] }, { @@ -5206,7 +5206,7 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->35->2046" + "default.handlebars->35->2049" ] }, { @@ -5228,8 +5228,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->35->2002", - "default.handlebars->35->2029" + "default.handlebars->35->2005", + "default.handlebars->35->2032" ] }, { @@ -5245,7 +5245,7 @@ "zh-chs": "添加登录令牌", "it": "Aggiunto token di accesso", "xloc": [ - "default.handlebars->35->2060" + "default.handlebars->35->2063" ] }, { @@ -5260,7 +5260,7 @@ "zh-chs": "新增推送通知认证装置", "it": "Aggiunto dispositivo di autenticazione delle notifiche push", "xloc": [ - "default.handlebars->35->2058" + "default.handlebars->35->2061" ] }, { @@ -5282,7 +5282,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->35->2040" + "default.handlebars->35->2043" ] }, { @@ -5304,7 +5304,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->35->2013" + "default.handlebars->35->2016" ] }, { @@ -5326,8 +5326,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->35->2016", - "default.handlebars->35->2025" + "default.handlebars->35->2019", + "default.handlebars->35->2028" ] }, { @@ -5462,7 +5462,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->35->2312" + "default.handlebars->35->2315" ] }, { @@ -5507,7 +5507,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->35->2180" + "default.handlebars->35->2183" ] }, { @@ -5529,7 +5529,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->35->2109" + "default.handlebars->35->2112" ] }, { @@ -5577,9 +5577,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->1878", - "default.handlebars->35->1891", - "default.handlebars->35->2523", + "default.handlebars->35->1881", + "default.handlebars->35->1894", + "default.handlebars->35->2526", "default.handlebars->35->322", "default.handlebars->35->543", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1" @@ -5604,8 +5604,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->35->1880", - "default.handlebars->35->1893" + "default.handlebars->35->1883", + "default.handlebars->35->1896" ] }, { @@ -5651,7 +5651,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->11->615", - "default.handlebars->35->1830" + "default.handlebars->35->1833" ] }, { @@ -5673,7 +5673,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->35->2492" + "default.handlebars->35->2495" ] }, { @@ -5808,7 +5808,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->35->2508" + "default.handlebars->35->2511" ] }, { @@ -5865,7 +5865,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->35->1889", + "default.handlebars->35->1892", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -5888,7 +5888,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->35->1999" + "default.handlebars->35->2002" ] }, { @@ -6145,7 +6145,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->35->2536" + "default.handlebars->35->2539" ] }, { @@ -6214,7 +6214,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->35->2072" + "default.handlebars->35->2075" ] }, { @@ -6258,7 +6258,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->35->2070" + "default.handlebars->35->2073" ] }, { @@ -6316,8 +6316,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->35->1775", - "default.handlebars->35->2273" + "default.handlebars->35->1778", + "default.handlebars->35->2276" ] }, { @@ -6339,7 +6339,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->35->1776" + "default.handlebars->35->1779" ] }, { @@ -6524,9 +6524,9 @@ "zh-chs": "一直通知", "zh-cht": "一直通知", "xloc": [ - "default.handlebars->35->1674", - "default.handlebars->35->2234", - "default.handlebars->35->2321", + "default.handlebars->35->1675", + "default.handlebars->35->2237", + "default.handlebars->35->2324", "default.handlebars->35->760" ] }, @@ -6549,9 +6549,9 @@ "zh-chs": "一直提示", "zh-cht": "一直提示", "xloc": [ - "default.handlebars->35->1675", - "default.handlebars->35->2235", - "default.handlebars->35->2322", + "default.handlebars->35->1676", + "default.handlebars->35->2238", + "default.handlebars->35->2325", "default.handlebars->35->761" ] }, @@ -6746,8 +6746,8 @@ "zh-chs": "杀毒软件未激活", "it": "Antivirus non attivo", "xloc": [ - "default.handlebars->35->1882", - "default.handlebars->35->1896" + "default.handlebars->35->1885", + "default.handlebars->35->1899" ] }, { @@ -7417,7 +7417,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->11->580", - "default.handlebars->35->1751" + "default.handlebars->35->1752" ] }, { @@ -7505,7 +7505,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->35->2587" + "default.handlebars->35->2590" ] }, { @@ -7716,7 +7716,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->35->1968" + "default.handlebars->35->1971" ] }, { @@ -7771,7 +7771,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->35->2325" + "default.handlebars->35->2328" ] }, { @@ -7972,7 +7972,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->35->2049" + "default.handlebars->35->2052" ] }, { @@ -8007,6 +8007,12 @@ "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar->9" ] }, + { + "en": "Automatically remove inactive devices", + "xloc": [ + "default.handlebars->35->1775" + ] + }, { "cs": "Dostupná paměť", "de": "Verfügbarer Speicher", @@ -8026,7 +8032,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->35->2517" + "default.handlebars->35->2520" ] }, { @@ -8233,8 +8239,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->35->1861", - "default.handlebars->35->1868", + "default.handlebars->35->1864", + "default.handlebars->35->1871", "default.handlebars->35->437", "default.handlebars->35->451" ] @@ -8258,8 +8264,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->35->1862", - "default.handlebars->35->1869", + "default.handlebars->35->1865", + "default.handlebars->35->1872", "default.handlebars->35->438", "default.handlebars->35->452", "default.handlebars->35->468" @@ -8307,7 +8313,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->35->2328" + "default.handlebars->35->2331" ] }, { @@ -8329,7 +8335,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->35->2499" + "default.handlebars->35->2502" ] }, { @@ -8351,7 +8357,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->35->2498" + "default.handlebars->35->2501" ] }, { @@ -8439,7 +8445,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->35->2048" + "default.handlebars->35->2051" ] }, { @@ -8603,7 +8609,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->35->2241", + "default.handlebars->35->2244", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -8626,7 +8632,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->35->2162" + "default.handlebars->35->2165" ] }, { @@ -8648,7 +8654,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->35->2157" + "default.handlebars->35->2160" ] }, { @@ -8754,7 +8760,7 @@ "zh-chs": "CCM模式", "zh-cht": "CCM模式", "xloc": [ - "default.handlebars->35->1734" + "default.handlebars->35->1735" ] }, { @@ -8777,7 +8783,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->236", - "default.handlebars->35->2524", + "default.handlebars->35->2527", "default.handlebars->35->324", "default.handlebars->35->545" ] @@ -8801,7 +8807,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->35->2571" + "default.handlebars->35->2574" ] }, { @@ -8823,7 +8829,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->35->2572" + "default.handlebars->35->2575" ] }, { @@ -8845,7 +8851,7 @@ "zh-chs": "CIRA设置", "zh-cht": "CIRA設置", "xloc": [ - "default.handlebars->35->1742" + "default.handlebars->35->1743" ] }, { @@ -8869,7 +8875,7 @@ "xloc": [ "default-mobile.handlebars->11->533", "default.handlebars->35->1280", - "default.handlebars->35->2548", + "default.handlebars->35->2551", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -8892,7 +8898,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->35->2513" + "default.handlebars->35->2516" ] }, { @@ -8914,7 +8920,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->35->2516" + "default.handlebars->35->2519" ] }, { @@ -8936,7 +8942,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->35->2515" + "default.handlebars->35->2518" ] }, { @@ -8958,7 +8964,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->35->2514" + "default.handlebars->35->2517" ] }, { @@ -9007,7 +9013,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->35->2080" + "default.handlebars->35->2083" ] }, { @@ -9029,8 +9035,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->35->2084", - "default.handlebars->35->2149", + "default.handlebars->35->2087", + "default.handlebars->35->2152", "default.handlebars->35->611" ] }, @@ -9072,7 +9078,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->35->2588" + "default.handlebars->35->2591" ] }, { @@ -9098,7 +9104,7 @@ "default-mobile.handlebars->11->106", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->35->1638", - "default.handlebars->35->2577", + "default.handlebars->35->2580", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -9322,7 +9328,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->35->2361" + "default.handlebars->35->2364" ] }, { @@ -9370,7 +9376,7 @@ "xloc": [ "default-mobile.handlebars->11->114", "default.handlebars->35->1594", - "default.handlebars->35->2346" + "default.handlebars->35->2349" ] }, { @@ -9392,7 +9398,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->35->2370" + "default.handlebars->35->2373" ] }, { @@ -9414,7 +9420,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->35->2356" + "default.handlebars->35->2359" ] }, { @@ -9532,7 +9538,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->35->2345" + "default.handlebars->35->2348" ] }, { @@ -9620,7 +9626,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->35->2020" + "default.handlebars->35->2023" ] }, { @@ -9642,7 +9648,7 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->35->2004" + "default.handlebars->35->2007" ] }, { @@ -9664,7 +9670,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->35->1948" + "default.handlebars->35->1951" ] }, { @@ -9686,8 +9692,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->35->2006", - "default.handlebars->35->2027" + "default.handlebars->35->2009", + "default.handlebars->35->2030" ] }, { @@ -9743,9 +9749,9 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->35->2101", - "default.handlebars->35->2341", - "default.handlebars->35->2342", + "default.handlebars->35->2104", + "default.handlebars->35->2344", + "default.handlebars->35->2345", "default.handlebars->35->791", "default.handlebars->35->870", "default.handlebars->35->892" @@ -9772,8 +9778,8 @@ "xloc": [ "default-mobile.handlebars->11->605", "default-mobile.handlebars->11->625", - "default.handlebars->35->1804", - "default.handlebars->35->1841" + "default.handlebars->35->1807", + "default.handlebars->35->1844" ] }, { @@ -9790,7 +9796,7 @@ "zh-chs": "聊天请求,点击这里接受。", "xloc": [ "default-mobile.handlebars->11->657", - "default.handlebars->35->2468" + "default.handlebars->35->2471" ] }, { @@ -9945,7 +9951,7 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->35->1346", - "default.handlebars->35->2582" + "default.handlebars->35->2585" ] }, { @@ -10196,7 +10202,7 @@ "default.handlebars->35->1193", "default.handlebars->35->1195", "default.handlebars->35->1197", - "default.handlebars->35->1942", + "default.handlebars->35->1945", "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", @@ -10309,7 +10315,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->640", - "default.handlebars->35->2451" + "default.handlebars->35->2454" ] }, { @@ -10400,7 +10406,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->639", - "default.handlebars->35->2450" + "default.handlebars->35->2453" ] }, { @@ -10467,7 +10473,7 @@ "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ "default.handlebars->35->1649", - "default.handlebars->35->1887" + "default.handlebars->35->1890" ] }, { @@ -10511,7 +10517,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->35->2218" + "default.handlebars->35->2221" ] }, { @@ -10720,7 +10726,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->35->1741" + "default.handlebars->35->1742" ] }, { @@ -10792,7 +10798,7 @@ "default.handlebars->35->1167", "default.handlebars->35->182", "default.handlebars->35->190", - "default.handlebars->35->2576", + "default.handlebars->35->2579", "sharing.handlebars->11->52" ] }, @@ -10815,7 +10821,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->35->1953" + "default.handlebars->35->1956" ] }, { @@ -10962,7 +10968,7 @@ "zh-cht": "指令", "xloc": [ "default-mobile.handlebars->11->627", - "default.handlebars->35->1843", + "default.handlebars->35->1846", "default.handlebars->35->872", "default.handlebars->35->894" ] @@ -10986,8 +10992,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->35->2249", - "default.handlebars->35->2375" + "default.handlebars->35->2252", + "default.handlebars->35->2378" ] }, { @@ -11009,8 +11015,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->35->2255", - "default.handlebars->35->2387" + "default.handlebars->35->2258", + "default.handlebars->35->2390" ] }, { @@ -11099,11 +11105,11 @@ "default-mobile.handlebars->11->352", "default-mobile.handlebars->11->581", "default.handlebars->35->1006", - "default.handlebars->35->1752", - "default.handlebars->35->2129", - "default.handlebars->35->2208", - "default.handlebars->35->2269", - "default.handlebars->35->2373", + "default.handlebars->35->1753", + "default.handlebars->35->2132", + "default.handlebars->35->2211", + "default.handlebars->35->2272", + "default.handlebars->35->2376", "default.handlebars->35->575", "default.handlebars->35->997" ] @@ -11208,7 +11214,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->35->2128" + "default.handlebars->35->2131" ] }, { @@ -11252,7 +11258,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->35->2207" + "default.handlebars->35->2210" ] }, { @@ -11274,7 +11280,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->35->2372" + "default.handlebars->35->2375" ] }, { @@ -11296,7 +11302,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->35->2272" + "default.handlebars->35->2275" ] }, { @@ -11318,7 +11324,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->35->2404" + "default.handlebars->35->2407" ] }, { @@ -11409,7 +11415,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->35->1936" + "default.handlebars->35->1939" ] }, { @@ -11431,8 +11437,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2262", - "default.handlebars->35->2395" + "default.handlebars->35->2265", + "default.handlebars->35->2398" ] }, { @@ -11454,8 +11460,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2264", - "default.handlebars->35->2408" + "default.handlebars->35->2267", + "default.handlebars->35->2411" ] }, { @@ -11477,7 +11483,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2397" + "default.handlebars->35->2400" ] }, { @@ -11499,7 +11505,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->35->2400" + "default.handlebars->35->2403" ] }, { @@ -11521,8 +11527,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->35->2398", - "default.handlebars->35->2401" + "default.handlebars->35->2401", + "default.handlebars->35->2404" ] }, { @@ -11586,7 +11592,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->35->2393" + "default.handlebars->35->2396" ] }, { @@ -11661,7 +11667,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->35->1854" + "default.handlebars->35->1857" ] }, { @@ -11683,7 +11689,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->35->1856" + "default.handlebars->35->1859" ] }, { @@ -11763,7 +11769,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->151", - "default.handlebars->35->1937" + "default.handlebars->35->1940" ] }, { @@ -11791,7 +11797,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span", "default.handlebars->35->1149", - "default.handlebars->35->1678", + "default.handlebars->35->1679", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3", @@ -11858,7 +11864,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->35->1745" + "default.handlebars->35->1746" ] }, { @@ -11993,7 +11999,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->35->2504" + "default.handlebars->35->2507" ] }, { @@ -12015,7 +12021,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->35->2509" + "default.handlebars->35->2512" ] }, { @@ -12151,7 +12157,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->35->2535" + "default.handlebars->35->2538" ] }, { @@ -12192,7 +12198,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->35->2570" + "default.handlebars->35->2573" ] }, { @@ -12259,7 +12265,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->11->293", - "default.handlebars->35->1894", + "default.handlebars->35->1897", "default.handlebars->35->302", "default.handlebars->35->774", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -12366,7 +12372,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->35->2554" + "default.handlebars->35->2557" ] }, { @@ -12555,8 +12561,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->35->1905", - "default.handlebars->35->1924", + "default.handlebars->35->1908", + "default.handlebars->35->1927", "default.handlebars->35->250", "default.handlebars->35->272", "default.handlebars->35->274", @@ -12673,7 +12679,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->35->1996" + "default.handlebars->35->1999" ] }, { @@ -12833,7 +12839,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->35->2553" + "default.handlebars->35->2556" ] }, { @@ -12889,7 +12895,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->35->2176", + "default.handlebars->35->2179", "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" @@ -12965,7 +12971,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->35->2215" + "default.handlebars->35->2218" ] }, { @@ -13091,7 +13097,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->35->1989" + "default.handlebars->35->1992" ] }, { @@ -13129,7 +13135,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->35->2140" + "default.handlebars->35->2143" ] }, { @@ -13175,7 +13181,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->35->2000" + "default.handlebars->35->2003" ] }, { @@ -13257,7 +13263,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->35->2301" + "default.handlebars->35->2304" ] }, { @@ -13609,7 +13615,7 @@ "zh-chs": "当前密码不正确。", "xloc": [ "default-mobile.handlebars->11->667", - "default.handlebars->35->2478" + "default.handlebars->35->2481" ] }, { @@ -13840,7 +13846,7 @@ "zh-chs": "停用", "zh-cht": "停用", "xloc": [ - "default.handlebars->35->1724" + "default.handlebars->35->1725" ] }, { @@ -13862,7 +13868,7 @@ "zh-chs": "如果设置停用CCM", "zh-cht": "如果設置停用CCM", "xloc": [ - "default.handlebars->35->1736" + "default.handlebars->35->1737" ] }, { @@ -13926,10 +13932,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->35->2163", - "default.handlebars->35->2211", - "default.handlebars->35->2222", - "default.handlebars->35->2290" + "default.handlebars->35->2166", + "default.handlebars->35->2214", + "default.handlebars->35->2225", + "default.handlebars->35->2293" ] }, { @@ -13974,7 +13980,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->1177", - "default.handlebars->35->1931", + "default.handlebars->35->1934", "default.handlebars->35->656", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -14030,7 +14036,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->35->2130" + "default.handlebars->35->2133" ] }, { @@ -14077,9 +14083,9 @@ "xloc": [ "default-mobile.handlebars->11->579", "default-mobile.handlebars->11->582", - "default.handlebars->35->1711", "default.handlebars->35->1712", - "default.handlebars->35->1753" + "default.handlebars->35->1713", + "default.handlebars->35->1754" ] }, { @@ -14146,7 +14152,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->35->2344" + "default.handlebars->35->2347" ] }, { @@ -14168,8 +14174,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->35->2260", - "default.handlebars->35->2270" + "default.handlebars->35->2263", + "default.handlebars->35->2273" ] }, { @@ -14191,7 +14197,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->35->2209" + "default.handlebars->35->2212" ] }, { @@ -14213,7 +14219,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->35->2371" + "default.handlebars->35->2374" ] }, { @@ -14236,7 +14242,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->35->2126", + "default.handlebars->35->2129", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -14281,7 +14287,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->35->2205" + "default.handlebars->35->2208" ] }, { @@ -14325,7 +14331,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->35->1991" + "default.handlebars->35->1994" ] }, { @@ -14350,7 +14356,7 @@ "default-mobile.handlebars->11->148", "default-mobile.handlebars->11->434", "default.handlebars->35->1179", - "default.handlebars->35->1933", + "default.handlebars->35->1936", "sharing.handlebars->11->63" ] }, @@ -14373,7 +14379,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->35->2268" + "default.handlebars->35->2271" ] }, { @@ -14398,7 +14404,7 @@ "default-mobile.handlebars->11->147", "default-mobile.handlebars->11->433", "default.handlebars->35->1178", - "default.handlebars->35->1932", + "default.handlebars->35->1935", "sharing.handlebars->11->62" ] }, @@ -14443,7 +14449,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->35->1990" + "default.handlebars->35->1993" ] }, { @@ -14465,7 +14471,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->35->1992" + "default.handlebars->35->1995" ] }, { @@ -14615,11 +14621,11 @@ "default.handlebars->35->1242", "default.handlebars->35->1607", "default.handlebars->35->1655", - "default.handlebars->35->1755", - "default.handlebars->35->2214", - "default.handlebars->35->2224", - "default.handlebars->35->2225", - "default.handlebars->35->2266", + "default.handlebars->35->1756", + "default.handlebars->35->2217", + "default.handlebars->35->2227", + "default.handlebars->35->2228", + "default.handlebars->35->2269", "default.handlebars->35->697", "default.handlebars->35->698", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -14665,9 +14671,9 @@ "xloc": [ "default-mobile.handlebars->11->310", "default.handlebars->35->1123", - "default.handlebars->35->1761", - "default.handlebars->35->2428", - "default.handlebars->35->2529", + "default.handlebars->35->1762", + "default.handlebars->35->2431", + "default.handlebars->35->2532", "default.handlebars->35->662", "default.handlebars->35->845", "default.handlebars->35->912", @@ -14761,7 +14767,7 @@ "zh-chs": "桌面复用", "it": "Desktop Multiplex", "xloc": [ - "default.handlebars->35->2534" + "default.handlebars->35->2537" ] }, { @@ -14783,9 +14789,9 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->35->1669", - "default.handlebars->35->2229", - "default.handlebars->35->2316", + "default.handlebars->35->1670", + "default.handlebars->35->2232", + "default.handlebars->35->2319", "default.handlebars->35->755" ] }, @@ -14808,9 +14814,9 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->35->1668", - "default.handlebars->35->2228", - "default.handlebars->35->2315", + "default.handlebars->35->1669", + "default.handlebars->35->2231", + "default.handlebars->35->2318", "default.handlebars->35->754" ] }, @@ -14833,9 +14839,9 @@ "zh-chs": "桌面提示+工具栏", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->35->1666", - "default.handlebars->35->2226", - "default.handlebars->35->2313", + "default.handlebars->35->1667", + "default.handlebars->35->2229", + "default.handlebars->35->2316", "default.handlebars->35->752" ] }, @@ -14852,7 +14858,7 @@ "zh-chs": "桌面会话", "it": "Sessione desktop", "xloc": [ - "default.handlebars->35->2421" + "default.handlebars->35->2424" ] }, { @@ -14932,9 +14938,9 @@ "zh-chs": "桌面工具栏", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->35->1667", - "default.handlebars->35->2227", - "default.handlebars->35->2314", + "default.handlebars->35->1668", + "default.handlebars->35->2230", + "default.handlebars->35->2317", "default.handlebars->35->753" ] }, @@ -15036,7 +15042,7 @@ "zh-cht": "細節", "xloc": [ "default-mobile.handlebars->11->313", - "default.handlebars->35->1846", + "default.handlebars->35->1849", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -15085,9 +15091,9 @@ "default-mobile.handlebars->11->490", "default.handlebars->35->1227", "default.handlebars->35->1335", - "default.handlebars->35->1784", + "default.handlebars->35->1787", "default.handlebars->35->231", - "default.handlebars->35->2390", + "default.handlebars->35->2393", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -15141,7 +15147,7 @@ { "en": "Device Details", "xloc": [ - "default.handlebars->35->1808" + "default.handlebars->35->1811" ] }, { @@ -15187,15 +15193,15 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->645", - "default.handlebars->35->1779", "default.handlebars->35->1782", - "default.handlebars->35->1783", - "default.handlebars->35->2077", - "default.handlebars->35->2252", - "default.handlebars->35->2258", - "default.handlebars->35->2378", - "default.handlebars->35->2437", - "default.handlebars->35->2456" + "default.handlebars->35->1785", + "default.handlebars->35->1786", + "default.handlebars->35->2080", + "default.handlebars->35->2255", + "default.handlebars->35->2261", + "default.handlebars->35->2381", + "default.handlebars->35->2440", + "default.handlebars->35->2459" ] }, { @@ -15218,7 +15224,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->11->634", - "default.handlebars->35->1852" + "default.handlebars->35->1855" ] }, { @@ -15241,11 +15247,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->35->2093", - "default.handlebars->35->2199", - "default.handlebars->35->2239", - "default.handlebars->35->2310", - "default.handlebars->35->2507", + "default.handlebars->35->2096", + "default.handlebars->35->2202", + "default.handlebars->35->2242", + "default.handlebars->35->2313", + "default.handlebars->35->2510", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -15336,7 +15342,7 @@ "xloc": [ "default-mobile.handlebars->11->358", "default.handlebars->35->1047", - "default.handlebars->35->2436", + "default.handlebars->35->2439", "default.handlebars->35->379", "default.handlebars->35->388", "player.handlebars->3->24" @@ -15384,7 +15390,7 @@ { "en": "Device Push", "xloc": [ - "default.handlebars->35->2329" + "default.handlebars->35->2332" ] }, { @@ -15530,7 +15536,7 @@ "zh-cht": "裝置連接。", "xloc": [ "default.handlebars->35->1574", - "default.handlebars->35->1873" + "default.handlebars->35->1876" ] }, { @@ -15553,7 +15559,7 @@ "zh-cht": "裝置斷開連接。", "xloc": [ "default.handlebars->35->1575", - "default.handlebars->35->1874" + "default.handlebars->35->1877" ] }, { @@ -15575,7 +15581,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->35->2021" + "default.handlebars->35->2024" ] }, { @@ -15597,7 +15603,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->35->2022" + "default.handlebars->35->2025" ] }, { @@ -15619,7 +15625,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->35->2023" + "default.handlebars->35->2026" ] }, { @@ -15664,7 +15670,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->35->2018" + "default.handlebars->35->2021" ] }, { @@ -15686,7 +15692,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->35->2001" + "default.handlebars->35->2004" ] }, { @@ -16111,7 +16117,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->2056" + "default.handlebars->35->2059" ] }, { @@ -16133,7 +16139,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->35->2003" + "default.handlebars->35->2006" ] }, { @@ -16174,9 +16180,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->35->1709", - "default.handlebars->35->2200", - "default.handlebars->35->2240" + "default.handlebars->35->1710", + "default.handlebars->35->2203", + "default.handlebars->35->2243" ] }, { @@ -16234,7 +16240,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->35->2034" + "default.handlebars->35->2037" ] }, { @@ -16261,7 +16267,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span", "default.handlebars->35->1150", - "default.handlebars->35->1679", + "default.handlebars->35->1680", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "sharing.handlebars->11->43", @@ -16503,7 +16509,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->35->1904" + "default.handlebars->35->1907" ] }, { @@ -16541,7 +16547,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->35->1963" + "default.handlebars->35->1966" ] }, { @@ -16563,7 +16569,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->35->1971" + "default.handlebars->35->1974" ] }, { @@ -16585,8 +16591,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->35->1739", - "default.handlebars->35->1743" + "default.handlebars->35->1740", + "default.handlebars->35->1744" ] }, { @@ -16608,10 +16614,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->35->2164", - "default.handlebars->35->2212", - "default.handlebars->35->2221", - "default.handlebars->35->2289", + "default.handlebars->35->2167", + "default.handlebars->35->2215", + "default.handlebars->35->2224", + "default.handlebars->35->2292", "default.handlebars->35->91", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" @@ -16648,7 +16654,7 @@ "zh-chs": "请勿更改,如果设置请保留CCM", "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ - "default.handlebars->35->1735" + "default.handlebars->35->1736" ] }, { @@ -16689,7 +16695,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->35->1744" + "default.handlebars->35->1745" ] }, { @@ -16977,7 +16983,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->35->2082", + "default.handlebars->35->2085", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -17052,7 +17058,7 @@ "nl": "Apparatenlijst downloaden", "fr": "Télécharger la liste des appareils", "xloc": [ - "default.handlebars->35->1707" + "default.handlebars->35->1708" ] }, { @@ -17222,7 +17228,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->35->2083" + "default.handlebars->35->2086" ] }, { @@ -17244,7 +17250,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->35->2148" + "default.handlebars->35->2151" ] }, { @@ -17333,7 +17339,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->35->1994" + "default.handlebars->35->1997" ] }, { @@ -17349,7 +17355,7 @@ "zh-chs": "下载:\\\"{0}\\\",大小:{1}", "it": "Scarica: \\\"{0}\\\", Dimensioni: {1}", "xloc": [ - "default.handlebars->35->2051" + "default.handlebars->35->2054" ] }, { @@ -17393,7 +17399,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->35->2503" + "default.handlebars->35->2506" ] }, { @@ -17437,7 +17443,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->35->2216" + "default.handlebars->35->2219" ] }, { @@ -17478,8 +17484,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->35->2416", - "default.handlebars->35->2442", + "default.handlebars->35->2419", + "default.handlebars->35->2445", "player.handlebars->3->17" ] }, @@ -17902,10 +17908,10 @@ "default-mobile.handlebars->11->585", "default-mobile.handlebars->11->591", "default-mobile.handlebars->11->611", - "default.handlebars->35->1756", - "default.handlebars->35->1788", - "default.handlebars->35->1814", - "default.handlebars->35->1826" + "default.handlebars->35->1757", + "default.handlebars->35->1791", + "default.handlebars->35->1817", + "default.handlebars->35->1829" ] }, { @@ -17927,7 +17933,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->35->1774" + "default.handlebars->35->1777" ] }, { @@ -17949,8 +17955,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->35->1811", - "default.handlebars->35->1823" + "default.handlebars->35->1814", + "default.handlebars->35->1826" ] }, { @@ -17972,7 +17978,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->35->1757" + "default.handlebars->35->1758" ] }, { @@ -17995,7 +18001,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->11->603", - "default.handlebars->35->1802" + "default.handlebars->35->1805" ] }, { @@ -18017,8 +18023,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->35->1816", - "default.handlebars->35->1818" + "default.handlebars->35->1819", + "default.handlebars->35->1821" ] }, { @@ -18062,7 +18068,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->35->1759" + "default.handlebars->35->1760" ] }, { @@ -18136,7 +18142,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->11->618", - "default.handlebars->35->1833" + "default.handlebars->35->1836" ] }, { @@ -18158,7 +18164,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->35->1758" + "default.handlebars->35->1759" ] }, { @@ -18180,7 +18186,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->35->1824" + "default.handlebars->35->1827" ] }, { @@ -18202,7 +18208,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->35->1819" + "default.handlebars->35->1822" ] }, { @@ -18224,7 +18230,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->35->2267" + "default.handlebars->35->2270" ] }, { @@ -18246,7 +18252,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->35->1821" + "default.handlebars->35->1824" ] }, { @@ -18268,7 +18274,7 @@ "zh-chs": "编辑用户组用户同意", "zh-cht": "編輯用戶組用戶同意", "xloc": [ - "default.handlebars->35->1760" + "default.handlebars->35->1761" ] }, { @@ -18358,12 +18364,12 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->102", - "default.handlebars->35->2166", - "default.handlebars->35->2293", - "default.handlebars->35->2295", - "default.handlebars->35->2327", - "default.handlebars->35->2337", - "default.handlebars->35->2357", + "default.handlebars->35->2169", + "default.handlebars->35->2296", + "default.handlebars->35->2298", + "default.handlebars->35->2330", + "default.handlebars->35->2340", + "default.handlebars->35->2360", "default.handlebars->35->421", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -18531,7 +18537,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->35->2112" + "default.handlebars->35->2115" ] }, { @@ -18553,8 +18559,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->35->2113", - "default.handlebars->35->2287" + "default.handlebars->35->2116", + "default.handlebars->35->2290" ] }, { @@ -18576,7 +18582,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->35->2172" + "default.handlebars->35->2175" ] }, { @@ -18598,7 +18604,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->35->2288" + "default.handlebars->35->2291" ] }, { @@ -18633,7 +18639,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->660", - "default.handlebars->35->2471", + "default.handlebars->35->2474", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -18694,7 +18700,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->35->2173" + "default.handlebars->35->2176" ] }, { @@ -18729,7 +18735,7 @@ "zh-chs": "电子邮件/短信/推送流量", "it": "Email/SMS/Push Traffico", "xloc": [ - "default.handlebars->35->2562" + "default.handlebars->35->2565" ] }, { @@ -18779,7 +18785,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->35->1858" + "default.handlebars->35->1861" ] }, { @@ -18868,7 +18874,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->35->2444", + "default.handlebars->35->2447", "default.handlebars->35->94" ] }, @@ -18891,7 +18897,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->35->2033" + "default.handlebars->35->2036" ] }, { @@ -18952,7 +18958,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->35->2441" + "default.handlebars->35->2444" ] }, { @@ -18974,7 +18980,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->35->1956" + "default.handlebars->35->1959" ] }, { @@ -18996,7 +19002,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->35->1957" + "default.handlebars->35->1960" ] }, { @@ -19005,7 +19011,7 @@ "sv": "Avslutade lokal relä sejour \\\"{0}\\\", protokoll {1} till {2}, {3} sekund(er)", "es": "Sesión de relay local finalizada \\\"{0}\\\", protocolo {1} a {2}, {3} segundo(s)", "xloc": [ - "default.handlebars->35->2066" + "default.handlebars->35->2069" ] }, { @@ -19021,7 +19027,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->2057" + "default.handlebars->35->2060" ] }, { @@ -19043,7 +19049,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->35->1954" + "default.handlebars->35->1957" ] }, { @@ -19065,7 +19071,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->35->1955" + "default.handlebars->35->1958" ] }, { @@ -19412,7 +19418,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->35->2177" + "default.handlebars->35->2180" ] }, { @@ -19633,7 +19639,7 @@ "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。", "xloc": [ "default-mobile.handlebars->11->668", - "default.handlebars->35->2479" + "default.handlebars->35->2482" ] }, { @@ -19650,7 +19656,7 @@ "zh-chs": "错误,密码未更改。", "xloc": [ "default-mobile.handlebars->11->665", - "default.handlebars->35->2476" + "default.handlebars->35->2479" ] }, { @@ -19666,7 +19672,7 @@ "zh-chs": "错误,无法更改为常用密码。", "xloc": [ "default-mobile.handlebars->11->664", - "default.handlebars->35->2475" + "default.handlebars->35->2478" ] }, { @@ -19682,7 +19688,7 @@ "zh-chs": "错误,无法更改为以前使用的密码。", "xloc": [ "default-mobile.handlebars->11->663", - "default.handlebars->35->2474" + "default.handlebars->35->2477" ] }, { @@ -19821,7 +19827,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->35->2088" + "default.handlebars->35->2091" ] }, { @@ -20091,7 +20097,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->35->2542" + "default.handlebars->35->2545" ] }, { @@ -20196,7 +20202,7 @@ "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->659", - "default.handlebars->35->2470" + "default.handlebars->35->2473" ] }, { @@ -20234,7 +20240,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->35->1979" + "default.handlebars->35->1982" ] }, { @@ -20268,7 +20274,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->35->1986" + "default.handlebars->35->1989" ] }, { @@ -20373,7 +20379,7 @@ "zh-chs": "功能", "zh-cht": "功能", "xloc": [ - "default.handlebars->35->1665" + "default.handlebars->35->1666" ] }, { @@ -20523,7 +20529,7 @@ "zh-chs": "文件传输", "it": "Trasferimento di file", "xloc": [ - "default.handlebars->35->2422" + "default.handlebars->35->2425" ] }, { @@ -20569,9 +20575,9 @@ "xloc": [ "default-mobile.handlebars->11->203", "default-mobile.handlebars->11->312", - "default.handlebars->35->1768", - "default.handlebars->35->2429", - "default.handlebars->35->2530", + "default.handlebars->35->1769", + "default.handlebars->35->2432", + "default.handlebars->35->2533", "default.handlebars->35->348", "default.handlebars->35->847", "default.handlebars->35->914", @@ -20621,9 +20627,9 @@ "zh-chs": "档案通知", "zh-cht": "檔案通知", "xloc": [ - "default.handlebars->35->1673", - "default.handlebars->35->2233", - "default.handlebars->35->2320", + "default.handlebars->35->1674", + "default.handlebars->35->2236", + "default.handlebars->35->2323", "default.handlebars->35->759" ] }, @@ -20646,9 +20652,9 @@ "zh-chs": "档案提示", "zh-cht": "檔案提示", "xloc": [ - "default.handlebars->35->1672", - "default.handlebars->35->2232", - "default.handlebars->35->2319", + "default.handlebars->35->1673", + "default.handlebars->35->2235", + "default.handlebars->35->2322", "default.handlebars->35->758" ] }, @@ -20744,7 +20750,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->35->1952" + "default.handlebars->35->1955" ] }, { @@ -20801,8 +20807,8 @@ "zh-chs": "防火墙未激活", "it": "Firewall non attivo", "xloc": [ - "default.handlebars->35->1884", - "default.handlebars->35->1898" + "default.handlebars->35->1887", + "default.handlebars->35->1901" ] }, { @@ -21050,8 +21056,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->35->2171", - "default.handlebars->35->2368" + "default.handlebars->35->2174", + "default.handlebars->35->2371" ] }, { @@ -21142,7 +21148,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->35->2079" + "default.handlebars->35->2082" ] }, { @@ -21200,8 +21206,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->35->2488", - "default.handlebars->35->2490" + "default.handlebars->35->2491", + "default.handlebars->35->2493" ] }, { @@ -21449,8 +21455,8 @@ "default-mobile.handlebars->11->590", "default-mobile.handlebars->11->610", "default.handlebars->35->1616", - "default.handlebars->35->1787", - "default.handlebars->35->2183" + "default.handlebars->35->1790", + "default.handlebars->35->2186" ] }, { @@ -21472,7 +21478,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->35->1825" + "default.handlebars->35->1828" ] }, { @@ -21604,7 +21610,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->35->2281" + "default.handlebars->35->2284" ] }, { @@ -21626,8 +21632,8 @@ "zh-chs": "全自动的", "zh-cht": "全自動的", "xloc": [ - "default.handlebars->35->1690", - "default.handlebars->35->1726" + "default.handlebars->35->1691", + "default.handlebars->35->1727" ] }, { @@ -22053,7 +22059,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->35->1966" + "default.handlebars->35->1969" ] }, { @@ -22322,8 +22328,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->35->2127", - "default.handlebars->35->2206", + "default.handlebars->35->2130", + "default.handlebars->35->2209", "default.handlebars->35->573", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -22349,7 +22355,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->35->2075" + "default.handlebars->35->2078" ] }, { @@ -22371,7 +22377,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->35->2223" + "default.handlebars->35->2226" ] }, { @@ -22393,7 +22399,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->35->2244" + "default.handlebars->35->2247" ] }, { @@ -22415,7 +22421,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->35->1786" + "default.handlebars->35->1789" ] }, { @@ -22437,7 +22443,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->35->1785" + "default.handlebars->35->1788" ] }, { @@ -22559,7 +22565,7 @@ "zh-chs": "嘉宾分享", "it": "Condivisione degli ospiti", "xloc": [ - "default.handlebars->35->1794" + "default.handlebars->35->1797" ] }, { @@ -22597,7 +22603,7 @@ "zh-chs": "HTTP", "it": "HTTP", "xloc": [ - "default.handlebars->35->2526" + "default.handlebars->35->2529" ] }, { @@ -22732,7 +22738,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->35->2544" + "default.handlebars->35->2547" ] }, { @@ -22754,7 +22760,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->35->2543" + "default.handlebars->35->2546" ] }, { @@ -22855,7 +22861,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->35->2043" + "default.handlebars->35->2046" ] }, { @@ -23174,7 +23180,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->153", - "default.handlebars->35->1939" + "default.handlebars->35->1942" ] }, { @@ -23640,7 +23646,7 @@ "zh-chs": "如果在CCM中,请重新激活英特尔®AMT", "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ - "default.handlebars->35->1740" + "default.handlebars->35->1741" ] }, { @@ -23776,9 +23782,9 @@ "nl": "Importeer Intel® AMT apparaten", "fr": "Importer la liste des appareils Intel® AMT", "xloc": [ - "default.handlebars->35->1714", "default.handlebars->35->1715", - "default.handlebars->35->1719" + "default.handlebars->35->1716", + "default.handlebars->35->1720" ] }, { @@ -23787,7 +23793,7 @@ "fr": "Importer une liste locale d'appareils Intel® AMT au format MeshCommander (JSON).", "es": "Importa una lista local de dispositivos con Intel® AMT en el formato MeshCommander JSON.", "xloc": [ - "default.handlebars->35->1713" + "default.handlebars->35->1714" ] }, { @@ -23796,7 +23802,7 @@ "fr": "Importer la liste des appareils", "es": "Importar lista de dispositivos", "xloc": [ - "default.handlebars->35->1708" + "default.handlebars->35->1709" ] }, { @@ -23814,6 +23820,12 @@ "default.handlebars->35->1333" ] }, + { + "en": "Inactivate days until removal", + "xloc": [ + "default.handlebars->35->1776" + ] + }, { "de": "Eingehender Datenverkehr", "en": "Inbound Traffic", @@ -24203,8 +24215,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->35->1860", - "default.handlebars->35->1867", + "default.handlebars->35->1863", + "default.handlebars->35->1870", "default.handlebars->35->436", "default.handlebars->35->450", "default.handlebars->35->466", @@ -24255,7 +24267,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->35->2540" + "default.handlebars->35->2543" ] }, { @@ -24270,7 +24282,7 @@ "zh-chs": "英特尔 AMT 经理", "it": "Gestore Intel AMT", "xloc": [ - "default.handlebars->35->2569" + "default.handlebars->35->2572" ] }, { @@ -24318,11 +24330,11 @@ "default-mobile.handlebars->11->237", "default-mobile.handlebars->11->285", "default-mobile.handlebars->11->290", - "default.handlebars->35->1680", - "default.handlebars->35->1691", - "default.handlebars->35->1879", - "default.handlebars->35->1892", - "default.handlebars->35->2568", + "default.handlebars->35->1681", + "default.handlebars->35->1692", + "default.handlebars->35->1882", + "default.handlebars->35->1895", + "default.handlebars->35->2571", "default.handlebars->35->664", "default.handlebars->35->729", "default.handlebars->35->769" @@ -24531,7 +24543,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->35->1727" + "default.handlebars->35->1728" ] }, { @@ -24605,8 +24617,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->35->2424", - "default.handlebars->35->2431", + "default.handlebars->35->2427", + "default.handlebars->35->2434", "player.handlebars->3->29" ] }, @@ -24667,8 +24679,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->35->2423", - "default.handlebars->35->2430", + "default.handlebars->35->2426", + "default.handlebars->35->2433", "player.handlebars->3->28" ] }, @@ -24735,7 +24747,7 @@ "zh-cht": "Intel® AMT桌面和串行事件。", "xloc": [ "default.handlebars->35->1576", - "default.handlebars->35->1875" + "default.handlebars->35->1878" ] }, { @@ -25310,8 +25322,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->35->1863", - "default.handlebars->35->1870", + "default.handlebars->35->1866", + "default.handlebars->35->1873", "default.handlebars->35->439", "default.handlebars->35->453", "default.handlebars->35->469" @@ -25428,7 +25440,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->35->2502" + "default.handlebars->35->2505" ] }, { @@ -25450,7 +25462,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->35->2496" + "default.handlebars->35->2499" ] }, { @@ -25472,9 +25484,9 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->35->1720", - "default.handlebars->35->2145", - "default.handlebars->35->2147" + "default.handlebars->35->1721", + "default.handlebars->35->2148", + "default.handlebars->35->2150" ] }, { @@ -25496,8 +25508,8 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->35->1716", - "default.handlebars->35->2143" + "default.handlebars->35->1717", + "default.handlebars->35->2146" ] }, { @@ -25519,7 +25531,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->35->2494" + "default.handlebars->35->2497" ] }, { @@ -25540,7 +25552,7 @@ "zh-cht": "無效的RSA密碼", "it": "Firma RSA non valida", "xloc": [ - "default.handlebars->35->2495" + "default.handlebars->35->2498" ] }, { @@ -25557,7 +25569,7 @@ "zh-chs": "无效的短信", "xloc": [ "default-mobile.handlebars->11->671", - "default.handlebars->35->2482" + "default.handlebars->35->2485" ] }, { @@ -25598,7 +25610,7 @@ "zh-chs": "无效域", "xloc": [ "default-mobile.handlebars->11->651", - "default.handlebars->35->2462" + "default.handlebars->35->2465" ] }, { @@ -25627,7 +25639,7 @@ "zh-chs": "不合规电邮", "xloc": [ "default-mobile.handlebars->11->650", - "default.handlebars->35->2461" + "default.handlebars->35->2464" ] }, { @@ -25714,7 +25726,7 @@ "xloc": [ "default-mobile.handlebars->11->649", "default-mobile.handlebars->11->78", - "default.handlebars->35->2460", + "default.handlebars->35->2463", "default.handlebars->35->265" ] }, @@ -25732,7 +25744,7 @@ "zh-chs": "网站权限无效", "xloc": [ "default-mobile.handlebars->11->652", - "default.handlebars->35->2463" + "default.handlebars->35->2466" ] }, { @@ -25772,7 +25784,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试", "it": "Tentativo di accesso utente non valido da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2055" + "default.handlebars->35->2058" ] }, { @@ -25789,7 +25801,7 @@ "zh-chs": "无效的用户名", "xloc": [ "default-mobile.handlebars->11->648", - "default.handlebars->35->2459" + "default.handlebars->35->2462" ] }, { @@ -25823,7 +25835,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->35->2121" + "default.handlebars->35->2124" ] }, { @@ -25908,7 +25920,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->35->1865" + "default.handlebars->35->1868" ] }, { @@ -25952,7 +25964,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->35->1701", + "default.handlebars->35->1702", "default.handlebars->35->375", "default.handlebars->35->455" ] @@ -25977,12 +25989,12 @@ "zh-cht": "邀請碼", "xloc": [ "default-mobile.handlebars->11->646", - "default.handlebars->35->1684", - "default.handlebars->35->1859", - "default.handlebars->35->1864", - "default.handlebars->35->1866", - "default.handlebars->35->1871", - "default.handlebars->35->2457" + "default.handlebars->35->1685", + "default.handlebars->35->1862", + "default.handlebars->35->1867", + "default.handlebars->35->1869", + "default.handlebars->35->1874", + "default.handlebars->35->2460" ] }, { @@ -26026,7 +26038,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->35->1700", + "default.handlebars->35->1701", "default.handlebars->35->374" ] }, @@ -26149,7 +26161,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->35->2081" + "default.handlebars->35->2084" ] }, { @@ -26171,8 +26183,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->35->2086", - "default.handlebars->35->2151", + "default.handlebars->35->2089", + "default.handlebars->35->2154", "default.handlebars->35->613" ] }, @@ -26217,7 +26229,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->35->1949" + "default.handlebars->35->1952" ] }, { @@ -26305,7 +26317,7 @@ "zh-chs": "保留现有密码", "zh-cht": "保留現有密碼", "xloc": [ - "default.handlebars->35->1728" + "default.handlebars->35->1729" ] }, { @@ -26449,7 +26461,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->35->1964" + "default.handlebars->35->1967" ] }, { @@ -26918,7 +26930,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->35->2094" + "default.handlebars->35->2097" ] }, { @@ -26940,7 +26952,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->35->2302" + "default.handlebars->35->2305" ] }, { @@ -27026,7 +27038,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->35->2306" + "default.handlebars->35->2309" ] }, { @@ -27092,7 +27104,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->35->2104" + "default.handlebars->35->2107" ] }, { @@ -27354,7 +27366,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->35->2352" + "default.handlebars->35->2355" ] }, { @@ -27420,7 +27432,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->35->1950" + "default.handlebars->35->1953" ] }, { @@ -27442,7 +27454,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->35->2590" + "default.handlebars->35->2593" ] }, { @@ -27528,7 +27540,7 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->11->623", - "default.handlebars->35->1839", + "default.handlebars->35->1842", "default.handlebars->35->861", "default.handlebars->35->883" ] @@ -27553,7 +27565,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->11->596", - "default.handlebars->35->1793" + "default.handlebars->35->1796" ] }, { @@ -28210,8 +28222,8 @@ "default.handlebars->35->1327", "default.handlebars->35->1642", "default.handlebars->35->1646", - "default.handlebars->35->2363", - "default.handlebars->35->2412" + "default.handlebars->35->2366", + "default.handlebars->35->2415" ] }, { @@ -28342,7 +28354,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->35->1972" + "default.handlebars->35->1975" ] }, { @@ -28364,7 +28376,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->35->1973" + "default.handlebars->35->1976" ] }, { @@ -28453,7 +28465,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->35->2191" + "default.handlebars->35->2194" ] }, { @@ -28475,7 +28487,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->35->2194" + "default.handlebars->35->2197" ] }, { @@ -28513,7 +28525,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->35->2124" + "default.handlebars->35->2127" ] }, { @@ -28583,7 +28595,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->35->2105" + "default.handlebars->35->2108" ] }, { @@ -28606,7 +28618,7 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->77", - "default.handlebars->35->2278", + "default.handlebars->35->2281", "default.handlebars->35->264" ] }, @@ -28629,7 +28641,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->35->1998" + "default.handlebars->35->2001" ] }, { @@ -29391,7 +29403,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->35->2556" + "default.handlebars->35->2559" ] }, { @@ -29521,8 +29533,8 @@ "xloc": [ "default-mobile.handlebars->11->593", "default-mobile.handlebars->11->613", - "default.handlebars->35->1790", - "default.handlebars->35->1828" + "default.handlebars->35->1793", + "default.handlebars->35->1831" ] }, { @@ -29546,8 +29558,8 @@ "xloc": [ "default-mobile.handlebars->11->592", "default-mobile.handlebars->11->612", - "default.handlebars->35->1789", - "default.handlebars->35->1827" + "default.handlebars->35->1792", + "default.handlebars->35->1830" ] }, { @@ -29591,7 +29603,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->35->2189" + "default.handlebars->35->2192" ] }, { @@ -29635,7 +29647,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->35->2188" + "default.handlebars->35->2191" ] }, { @@ -29657,7 +29669,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->35->2187", + "default.handlebars->35->2190", "default.handlebars->35->877" ] }, @@ -29856,7 +29868,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->35->2110" + "default.handlebars->35->2113" ] }, { @@ -30007,7 +30019,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->35->2500" + "default.handlebars->35->2503" ] }, { @@ -30078,8 +30090,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->35->2541", - "default.handlebars->35->2546" + "default.handlebars->35->2544", + "default.handlebars->35->2549" ] }, { @@ -30103,7 +30115,7 @@ "xloc": [ "default-mobile.handlebars->11->541", "default.handlebars->35->1288", - "default.handlebars->35->2520", + "default.handlebars->35->2523", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -30162,7 +30174,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->11->600", - "default.handlebars->35->1799" + "default.handlebars->35->1802" ] }, { @@ -30321,7 +30333,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->35->2558" + "default.handlebars->35->2561" ] }, { @@ -30343,7 +30355,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->35->2559" + "default.handlebars->35->2562" ] }, { @@ -30625,7 +30637,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->35->2557" + "default.handlebars->35->2560" ] }, { @@ -31040,7 +31052,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->35->2555" + "default.handlebars->35->2558" ] }, { @@ -31099,7 +31111,7 @@ "zh-chs": "信使", "it": "Messaggero", "xloc": [ - "default.handlebars->35->2425" + "default.handlebars->35->2428" ] }, { @@ -31291,7 +31303,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->35->2589" + "default.handlebars->35->2592" ] }, { @@ -31380,7 +31392,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->35->1997" + "default.handlebars->35->2000" ] }, { @@ -31402,7 +31414,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->35->2030" + "default.handlebars->35->2033" ] }, { @@ -31440,8 +31452,8 @@ "zh-chs": "多个问题", "it": "Problemi multipli", "xloc": [ - "default.handlebars->35->1885", - "default.handlebars->35->1899" + "default.handlebars->35->1888", + "default.handlebars->35->1902" ] }, { @@ -31475,7 +31487,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->35->2443" + "default.handlebars->35->2446" ] }, { @@ -31925,13 +31937,13 @@ "default.handlebars->35->1620", "default.handlebars->35->1625", "default.handlebars->35->1654", - "default.handlebars->35->1754", - "default.handlebars->35->2092", - "default.handlebars->35->2197", - "default.handlebars->35->2213", - "default.handlebars->35->2220", - "default.handlebars->35->2265", - "default.handlebars->35->2284", + "default.handlebars->35->1755", + "default.handlebars->35->2095", + "default.handlebars->35->2200", + "default.handlebars->35->2216", + "default.handlebars->35->2223", + "default.handlebars->35->2268", + "default.handlebars->35->2287", "default.handlebars->35->269", "default.handlebars->35->687", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -31980,7 +31992,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->35->2179" + "default.handlebars->35->2182" ] }, { @@ -32157,7 +32169,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->35->2037" + "default.handlebars->35->2040" ] }, { @@ -32174,7 +32186,7 @@ "zh-chs": "新账户", "xloc": [ "default-mobile.handlebars->11->641", - "default.handlebars->35->2452" + "default.handlebars->35->2455" ] }, { @@ -32268,7 +32280,7 @@ "default-mobile.handlebars->11->144", "default-mobile.handlebars->11->430", "default.handlebars->35->1175", - "default.handlebars->35->1929", + "default.handlebars->35->1932", "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", @@ -32361,8 +32373,8 @@ "zh-chs": "新密码*", "zh-cht": "新密碼*", "xloc": [ - "default.handlebars->35->1732", - "default.handlebars->35->1733" + "default.handlebars->35->1733", + "default.handlebars->35->1734" ] }, { @@ -32528,7 +32540,7 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->35->1835", + "default.handlebars->35->1838", "default.handlebars->35->862", "default.handlebars->35->884" ] @@ -32552,7 +32564,7 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->35->1795" + "default.handlebars->35->1798" ] }, { @@ -32587,8 +32599,8 @@ "zh-cht": "找不到事件", "xloc": [ "default.handlebars->35->1211", - "default.handlebars->35->2068", - "default.handlebars->35->2411" + "default.handlebars->35->2071", + "default.handlebars->35->2414" ] }, { @@ -32611,7 +32623,7 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->11->598", - "default.handlebars->35->1797" + "default.handlebars->35->1800" ] }, { @@ -32634,7 +32646,7 @@ "zh-cht": "沒有檔案", "xloc": [ "default-mobile.handlebars->11->621", - "default.handlebars->35->1837", + "default.handlebars->35->1840", "default.handlebars->35->859", "default.handlebars->35->881" ] @@ -32683,8 +32695,8 @@ "xloc": [ "default-mobile.handlebars->11->599", "default-mobile.handlebars->11->622", - "default.handlebars->35->1798", - "default.handlebars->35->1838" + "default.handlebars->35->1801", + "default.handlebars->35->1841" ] }, { @@ -32785,7 +32797,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->35->2247" + "default.handlebars->35->2250" ] }, { @@ -32807,7 +32819,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->35->2192" + "default.handlebars->35->2195" ] }, { @@ -32829,8 +32841,8 @@ "zh-chs": "没有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->35->1685", - "default.handlebars->35->1723" + "default.handlebars->35->1686", + "default.handlebars->35->1724" ] }, { @@ -32868,7 +32880,7 @@ "default-mobile.handlebars->11->578", "default-mobile.handlebars->11->629", "default.handlebars->35->1617", - "default.handlebars->35->1847", + "default.handlebars->35->1850", "default.handlebars->35->874", "default.handlebars->35->896" ] @@ -32929,7 +32941,7 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->11->620", - "default.handlebars->35->1836", + "default.handlebars->35->1839", "default.handlebars->35->858", "default.handlebars->35->880" ] @@ -32954,7 +32966,7 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->11->597", - "default.handlebars->35->1796" + "default.handlebars->35->1799" ] }, { @@ -32976,7 +32988,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->35->2193" + "default.handlebars->35->2196" ] }, { @@ -33027,8 +33039,8 @@ "zh-chs": "没有自动更新", "it": "Nessun aggiornamento automatico", "xloc": [ - "default.handlebars->35->1883", - "default.handlebars->35->1897" + "default.handlebars->35->1886", + "default.handlebars->35->1900" ] }, { @@ -33050,8 +33062,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->35->2253", - "default.handlebars->35->2379" + "default.handlebars->35->2256", + "default.handlebars->35->2382" ] }, { @@ -33183,8 +33195,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->35->2259", - "default.handlebars->35->2391" + "default.handlebars->35->2262", + "default.handlebars->35->2394" ] }, { @@ -33222,7 +33234,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->35->1901" + "default.handlebars->35->1904" ] }, { @@ -33335,7 +33347,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->35->2196" + "default.handlebars->35->2199" ] }, { @@ -33492,7 +33504,7 @@ "zh-chs": "此用户没有电话号码", "xloc": [ "default-mobile.handlebars->11->672", - "default.handlebars->35->2483" + "default.handlebars->35->2486" ] }, { @@ -33536,7 +33548,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->35->2413" + "default.handlebars->35->2416" ] }, { @@ -33570,7 +33582,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->35->2279" + "default.handlebars->35->2282" ] }, { @@ -33599,7 +33611,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->35->2385" + "default.handlebars->35->2388" ] }, { @@ -33616,7 +33628,7 @@ "zh-chs": "无用户管理权限", "xloc": [ "default-mobile.handlebars->11->670", - "default.handlebars->35->2481" + "default.handlebars->35->2484" ] }, { @@ -33638,7 +33650,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->35->2100" + "default.handlebars->35->2103" ] }, { @@ -33749,22 +33761,22 @@ "default.handlebars->35->1088", "default.handlebars->35->1648", "default.handlebars->35->1656", - "default.handlebars->35->1664", - "default.handlebars->35->1676", - "default.handlebars->35->1681", - "default.handlebars->35->1683", - "default.handlebars->35->1886", - "default.handlebars->35->1911", - "default.handlebars->35->1916", - "default.handlebars->35->2076", - "default.handlebars->35->2217", - "default.handlebars->35->2219", + "default.handlebars->35->1665", + "default.handlebars->35->1677", + "default.handlebars->35->1682", + "default.handlebars->35->1684", + "default.handlebars->35->1889", + "default.handlebars->35->1914", + "default.handlebars->35->1919", + "default.handlebars->35->2079", "default.handlebars->35->222", - "default.handlebars->35->2236", - "default.handlebars->35->2298", - "default.handlebars->35->2307", - "default.handlebars->35->2311", - "default.handlebars->35->2323", + "default.handlebars->35->2220", + "default.handlebars->35->2222", + "default.handlebars->35->2239", + "default.handlebars->35->2301", + "default.handlebars->35->2310", + "default.handlebars->35->2314", + "default.handlebars->35->2326", "default.handlebars->35->241", "default.handlebars->35->317", "default.handlebars->35->318", @@ -33783,7 +33795,7 @@ "fr": "Aucun", "es": "Ninguno", "xloc": [ - "default.handlebars->35->1710" + "default.handlebars->35->1711" ] }, { @@ -33963,8 +33975,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->35->1877", - "default.handlebars->35->1890" + "default.handlebars->35->1880", + "default.handlebars->35->1893" ] }, { @@ -34025,7 +34037,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->35->2435" + "default.handlebars->35->2438" ] }, { @@ -34047,8 +34059,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->35->2285", - "default.handlebars->35->2286" + "default.handlebars->35->2288", + "default.handlebars->35->2289" ] }, { @@ -34070,7 +34082,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->35->2359" + "default.handlebars->35->2362" ] }, { @@ -34093,8 +34105,8 @@ "zh-cht": "筆記", "xloc": [ "default-mobile.handlebars->11->339", - "default.handlebars->35->1692", - "default.handlebars->35->2333", + "default.handlebars->35->1693", + "default.handlebars->35->2336", "default.handlebars->35->785", "default.handlebars->35->868", "default.handlebars->35->890", @@ -34143,7 +34155,7 @@ "zh-cht": "通知設定", "xloc": [ "default.handlebars->35->1577", - "default.handlebars->35->1876", + "default.handlebars->35->1879", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -34179,7 +34191,7 @@ "zh-chs": "通知设置还必须在帐户设置中启用。", "zh-cht": "通知設定還必須在帳戶設定中啟用。", "xloc": [ - "default.handlebars->35->1872" + "default.handlebars->35->1875" ] }, { @@ -34223,7 +34235,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->35->1682" + "default.handlebars->35->1683" ] }, { @@ -34245,7 +34257,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->35->2339", + "default.handlebars->35->2342", "default.handlebars->35->238" ] }, @@ -34290,9 +34302,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->35->1762", - "default.handlebars->35->1766", - "default.handlebars->35->1769" + "default.handlebars->35->1763", + "default.handlebars->35->1767", + "default.handlebars->35->1770" ] }, { @@ -34314,7 +34326,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->35->2139" + "default.handlebars->35->2142" ] }, { @@ -34330,7 +34342,7 @@ "zh-chs": "空值", "it": "Nullo", "xloc": [ - "default.handlebars->35->2549" + "default.handlebars->35->2552" ] }, { @@ -34372,8 +34384,8 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->35->1639", - "default.handlebars->35->1881", - "default.handlebars->35->1895", + "default.handlebars->35->1884", + "default.handlebars->35->1898", "default.handlebars->35->736", "default.handlebars->35->740", "default.handlebars->35->744", @@ -34470,7 +34482,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->638", - "default.handlebars->35->2449" + "default.handlebars->35->2452" ] }, { @@ -34514,7 +34526,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->35->2097" + "default.handlebars->35->2100" ] }, { @@ -34581,7 +34593,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->35->2073" + "default.handlebars->35->2076" ] }, { @@ -34650,7 +34662,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->35->2096" + "default.handlebars->35->2099" ] }, { @@ -34902,7 +34914,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->35->1965" + "default.handlebars->35->1968" ] }, { @@ -34953,8 +34965,8 @@ "zh-cht": "操作", "xloc": [ "default-mobile.handlebars->11->329", - "default.handlebars->35->2123", - "default.handlebars->35->2204", + "default.handlebars->35->2126", + "default.handlebars->35->2207", "default.handlebars->35->571", "default.handlebars->35->586", "default.handlebars->35->962" @@ -35298,7 +35310,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->35->2111" + "default.handlebars->35->2114" ] }, { @@ -35382,7 +35394,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->35->2282" + "default.handlebars->35->2285" ] }, { @@ -35431,13 +35443,13 @@ "default-mobile.handlebars->11->417", "default.handlebars->35->1133", "default.handlebars->35->1154", - "default.handlebars->35->1729", - "default.handlebars->35->2167", - "default.handlebars->35->2168", - "default.handlebars->35->2303", - "default.handlebars->35->2305", - "default.handlebars->35->2364", - "default.handlebars->35->2365", + "default.handlebars->35->1730", + "default.handlebars->35->2170", + "default.handlebars->35->2171", + "default.handlebars->35->2306", + "default.handlebars->35->2308", + "default.handlebars->35->2367", + "default.handlebars->35->2368", "default.handlebars->35->273", "default.handlebars->35->393", "default.handlebars->35->985", @@ -35566,7 +35578,7 @@ "zh-chs": "密码已更改。", "xloc": [ "default-mobile.handlebars->11->666", - "default.handlebars->35->2477" + "default.handlebars->35->2480" ] }, { @@ -35611,7 +35623,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->35->2366" + "default.handlebars->35->2369" ] }, { @@ -35764,7 +35776,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", "default.handlebars->35->1148", "default.handlebars->35->1189", - "default.handlebars->35->1938", + "default.handlebars->35->1941", "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", @@ -35938,7 +35950,7 @@ "zh-chs": "执行英特尔®AMT激活和配置。", "zh-cht": "執行英特爾®AMT激活和配置。", "xloc": [ - "default.handlebars->35->1696", + "default.handlebars->35->1697", "default.handlebars->35->370" ] }, @@ -36155,7 +36167,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->35->1970" + "default.handlebars->35->1973" ] }, { @@ -36172,7 +36184,7 @@ "zh-chs": "没有权限", "xloc": [ "default-mobile.handlebars->11->647", - "default.handlebars->35->2458" + "default.handlebars->35->2461" ] }, { @@ -36195,8 +36207,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->11->632", - "default.handlebars->35->1850", - "default.handlebars->35->2095" + "default.handlebars->35->1853", + "default.handlebars->35->2098" ] }, { @@ -36278,7 +36290,7 @@ "default.handlebars->35->1319", "default.handlebars->35->1322", "default.handlebars->35->204", - "default.handlebars->35->2354" + "default.handlebars->35->2357" ] }, { @@ -36300,7 +36312,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->35->2297" + "default.handlebars->35->2300" ] }, { @@ -36324,7 +36336,7 @@ "xloc": [ "default-mobile.handlebars->11->90", "default.handlebars->35->1321", - "default.handlebars->35->2353" + "default.handlebars->35->2356" ] }, { @@ -36522,7 +36534,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->35->254", - "default.handlebars->35->2586" + "default.handlebars->35->2589" ] }, { @@ -36883,7 +36895,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->35->1888", + "default.handlebars->35->1891", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -37025,7 +37037,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->35->2434" + "default.handlebars->35->2437" ] }, { @@ -37135,8 +37147,8 @@ "default-mobile.handlebars->11->79", "default-mobile.handlebars->11->80", "default.handlebars->35->1314", - "default.handlebars->35->2348", - "default.handlebars->35->2362", + "default.handlebars->35->2351", + "default.handlebars->35->2365", "default.handlebars->35->266" ] }, @@ -37323,7 +37335,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->35->1962" + "default.handlebars->35->1965" ] }, { @@ -37389,9 +37401,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->35->1763", - "default.handlebars->35->1767", - "default.handlebars->35->1770" + "default.handlebars->35->1764", + "default.handlebars->35->1768", + "default.handlebars->35->1771" ] }, { @@ -37413,7 +37425,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->35->2432", + "default.handlebars->35->2435", "player.handlebars->3->31" ] }, @@ -37491,7 +37503,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->11->139", - "default.handlebars->35->1923" + "default.handlebars->35->1926" ] }, { @@ -37910,7 +37922,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->35->2545" + "default.handlebars->35->2548" ] }, { @@ -37954,7 +37966,7 @@ "zh-chs": "随机密码", "zh-cht": "隨機密碼", "xloc": [ - "default.handlebars->35->1730" + "default.handlebars->35->1731" ] }, { @@ -37976,7 +37988,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->35->2169" + "default.handlebars->35->2172" ] }, { @@ -38039,9 +38051,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->35->2294", - "default.handlebars->35->2296", - "default.handlebars->35->2355" + "default.handlebars->35->2297", + "default.handlebars->35->2299", + "default.handlebars->35->2358" ] }, { @@ -38063,7 +38075,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->35->2178" + "default.handlebars->35->2181" ] }, { @@ -38154,7 +38166,7 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->35->1773" + "default.handlebars->35->1772" ] }, { @@ -38176,7 +38188,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->35->2446" + "default.handlebars->35->2449" ] }, { @@ -38235,7 +38247,7 @@ "default-mobile.handlebars->11->145", "default-mobile.handlebars->11->431", "default.handlebars->35->1176", - "default.handlebars->35->1930", + "default.handlebars->35->1933", "sharing.handlebars->11->60" ] }, @@ -38357,7 +38369,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->238", - "default.handlebars->35->2527", + "default.handlebars->35->2530", "default.handlebars->35->328", "default.handlebars->35->549" ] @@ -38381,7 +38393,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->35->2512" + "default.handlebars->35->2515" ] }, { @@ -38415,7 +38427,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->35->2505" + "default.handlebars->35->2508" ] }, { @@ -38449,8 +38461,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->35->2511", - "default.handlebars->35->2539" + "default.handlebars->35->2514", + "default.handlebars->35->2542" ] }, { @@ -38669,7 +38681,7 @@ "zh-cht": "遠程命令", "xloc": [ "default-mobile.handlebars->11->607", - "default.handlebars->35->1806" + "default.handlebars->35->1809" ] }, { @@ -38693,8 +38705,8 @@ "xloc": [ "default-mobile.handlebars->11->594", "default-mobile.handlebars->11->614", - "default.handlebars->35->1791", - "default.handlebars->35->1829" + "default.handlebars->35->1794", + "default.handlebars->35->1832" ] }, { @@ -38789,8 +38801,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->35->1976", - "default.handlebars->35->1982" + "default.handlebars->35->1979", + "default.handlebars->35->1985" ] }, { @@ -38812,7 +38824,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->35->1977" + "default.handlebars->35->1980" ] }, { @@ -38834,7 +38846,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->35->1983" + "default.handlebars->35->1986" ] }, { @@ -38856,9 +38868,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->35->1974", - "default.handlebars->35->1978", - "default.handlebars->35->1984" + "default.handlebars->35->1977", + "default.handlebars->35->1981", + "default.handlebars->35->1987" ] }, { @@ -39195,8 +39207,8 @@ "xloc": [ "default-mobile.handlebars->11->595", "default-mobile.handlebars->11->619", - "default.handlebars->35->1792", - "default.handlebars->35->1834" + "default.handlebars->35->1795", + "default.handlebars->35->1837" ] }, { @@ -39402,8 +39414,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->35->2263", - "default.handlebars->35->2407" + "default.handlebars->35->2266", + "default.handlebars->35->2410" ] }, { @@ -39425,8 +39437,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->35->2261", - "default.handlebars->35->2394" + "default.handlebars->35->2264", + "default.handlebars->35->2397" ] }, { @@ -39448,7 +39460,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->35->2392" + "default.handlebars->35->2395" ] }, { @@ -39505,7 +39517,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->35->2403" + "default.handlebars->35->2406" ] }, { @@ -39527,8 +39539,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->35->1855", - "default.handlebars->35->2399" + "default.handlebars->35->1858", + "default.handlebars->35->2402" ] }, { @@ -39550,7 +39562,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->35->2271" + "default.handlebars->35->2274" ] }, { @@ -39572,8 +39584,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->35->1853", - "default.handlebars->35->2396" + "default.handlebars->35->1856", + "default.handlebars->35->2399" ] }, { @@ -39595,7 +39607,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->35->2369" + "default.handlebars->35->2372" ] }, { @@ -39617,7 +39629,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->35->2170" + "default.handlebars->35->2173" ] }, { @@ -39639,7 +39651,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->35->1771" + "default.handlebars->35->1774" ] }, { @@ -39664,6 +39676,12 @@ "default.handlebars->35->843" ] }, + { + "en": "Remove inactive", + "xloc": [ + "default.handlebars->35->1664" + ] + }, { "de": "Anmeldetoken entfernen", "en": "Remove login token", @@ -39788,7 +39806,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->35->2343" + "default.handlebars->35->2346" ] }, { @@ -39810,7 +39828,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->35->2383" + "default.handlebars->35->2386" ] }, { @@ -39832,7 +39850,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->35->2257" + "default.handlebars->35->2260" ] }, { @@ -39854,7 +39872,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->35->2251", + "default.handlebars->35->2254", "default.handlebars->35->836" ] }, @@ -39877,10 +39895,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->35->1705", - "default.handlebars->35->2245", - "default.handlebars->35->2377", - "default.handlebars->35->2389", + "default.handlebars->35->1706", + "default.handlebars->35->2248", + "default.handlebars->35->2380", + "default.handlebars->35->2392", "default.handlebars->35->837" ] }, @@ -39915,7 +39933,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->35->2036" + "default.handlebars->35->2039" ] }, { @@ -39937,7 +39955,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->35->2047" + "default.handlebars->35->2050" ] }, { @@ -39959,7 +39977,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->35->2032" + "default.handlebars->35->2035" ] }, { @@ -39975,7 +39993,7 @@ "zh-chs": "删除了登录令牌", "it": "Token di accesso rimosso", "xloc": [ - "default.handlebars->35->2061" + "default.handlebars->35->2064" ] }, { @@ -39997,7 +40015,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->35->2042" + "default.handlebars->35->2045" ] }, { @@ -40012,7 +40030,7 @@ "zh-chs": "删除了推送通知身份验证设备", "it": "Dispositivo di autenticazione delle notifiche push rimosso", "xloc": [ - "default.handlebars->35->2059" + "default.handlebars->35->2062" ] }, { @@ -40034,7 +40052,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->35->2039" + "default.handlebars->35->2042" ] }, { @@ -40056,9 +40074,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->35->2005", - "default.handlebars->35->2026", - "default.handlebars->35->2031" + "default.handlebars->35->2008", + "default.handlebars->35->2029", + "default.handlebars->35->2034" ] }, { @@ -40080,7 +40098,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->35->2015" + "default.handlebars->35->2018" ] }, { @@ -40102,7 +40120,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->35->2028" + "default.handlebars->35->2031" ] }, { @@ -40124,8 +40142,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->35->2007", - "default.handlebars->35->2017" + "default.handlebars->35->2010", + "default.handlebars->35->2020" ] }, { @@ -40152,7 +40170,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->1180", - "default.handlebars->35->1934", + "default.handlebars->35->1937", "default.handlebars->35->653", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -40192,7 +40210,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->35->1993" + "default.handlebars->35->1996" ] }, { @@ -40214,7 +40232,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->35->2074" + "default.handlebars->35->2077" ] }, { @@ -40236,7 +40254,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->35->2069" + "default.handlebars->35->2072" ] }, { @@ -40347,8 +40365,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->35->2175", - "default.handlebars->35->2367" + "default.handlebars->35->2178", + "default.handlebars->35->2370" ] }, { @@ -40465,7 +40483,7 @@ "zh-cht": "重置/關閉電源", "xloc": [ "default-mobile.handlebars->11->608", - "default.handlebars->35->1807" + "default.handlebars->35->1810" ] }, { @@ -40604,7 +40622,7 @@ "zh-cht": "重置/關閉", "xloc": [ "default-mobile.handlebars->11->628", - "default.handlebars->35->1844", + "default.handlebars->35->1847", "default.handlebars->35->873", "default.handlebars->35->895" ] @@ -40742,7 +40760,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->35->2283" + "default.handlebars->35->2286" ] }, { @@ -40850,7 +40868,7 @@ "default-mobile.handlebars->11->131", "default-mobile.handlebars->11->424", "default.handlebars->35->1164", - "default.handlebars->35->1902", + "default.handlebars->35->1905", "sharing.handlebars->11->49" ] }, @@ -41182,7 +41200,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->35->1969" + "default.handlebars->35->1972" ] }, { @@ -41204,7 +41222,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->35->2044" + "default.handlebars->35->2047" ] }, { @@ -41226,7 +41244,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->35->2045" + "default.handlebars->35->2048" ] }, { @@ -41338,8 +41356,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->35->2330", - "default.handlebars->35->2335", + "default.handlebars->35->2333", + "default.handlebars->35->2338", "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", @@ -41366,7 +41384,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->35->2351" + "default.handlebars->35->2354" ] }, { @@ -41383,7 +41401,7 @@ "zh-chs": "短信错误", "xloc": [ "default-mobile.handlebars->11->674", - "default.handlebars->35->2485" + "default.handlebars->35->2488" ] }, { @@ -41400,7 +41418,7 @@ "zh-chs": "短信错误:{0}", "xloc": [ "default-mobile.handlebars->11->675", - "default.handlebars->35->2486" + "default.handlebars->35->2489" ] }, { @@ -41417,7 +41435,7 @@ "zh-chs": "短信网关未启用", "xloc": [ "default-mobile.handlebars->11->669", - "default.handlebars->35->2480" + "default.handlebars->35->2483" ] }, { @@ -41470,7 +41488,7 @@ "zh-chs": "短信发送成功。", "xloc": [ "default-mobile.handlebars->11->673", - "default.handlebars->35->2484" + "default.handlebars->35->2487" ] }, { @@ -42145,8 +42163,8 @@ "default-mobile.handlebars->11->346", "default-mobile.handlebars->11->518", "default.handlebars->35->1265", - "default.handlebars->35->1900", - "default.handlebars->35->2331", + "default.handlebars->35->1903", + "default.handlebars->35->2334", "default.handlebars->35->394", "default.handlebars->35->986", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" @@ -42171,7 +42189,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->35->2326" + "default.handlebars->35->2329" ] }, { @@ -42188,7 +42206,7 @@ "zh-chs": "安全警告", "xloc": [ "default-mobile.handlebars->11->643", - "default.handlebars->35->2454" + "default.handlebars->35->2457" ] }, { @@ -42246,9 +42264,9 @@ "xloc": [ "default.handlebars->35->1171", "default.handlebars->35->1173", - "default.handlebars->35->1926", - "default.handlebars->35->2119", - "default.handlebars->35->2202", + "default.handlebars->35->1929", + "default.handlebars->35->2122", + "default.handlebars->35->2205", "default.handlebars->35->554", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", @@ -42281,9 +42299,9 @@ "zh-cht": "選擇無", "xloc": [ "default.handlebars->35->1172", - "default.handlebars->35->1925", - "default.handlebars->35->2118", - "default.handlebars->35->2201", + "default.handlebars->35->1928", + "default.handlebars->35->2121", + "default.handlebars->35->2204", "default.handlebars->35->553", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -42411,8 +42429,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->35->2122", - "default.handlebars->35->2203" + "default.handlebars->35->2125", + "default.handlebars->35->2206" ] }, { @@ -42457,7 +42475,7 @@ "zh-chs": "选择新密码", "zh-cht": "選擇新密碼", "xloc": [ - "default.handlebars->35->1731" + "default.handlebars->35->1732" ] }, { @@ -42503,7 +42521,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->11->624", - "default.handlebars->35->1840" + "default.handlebars->35->1843" ] }, { @@ -42563,7 +42581,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->35->2133" + "default.handlebars->35->2136" ] }, { @@ -42630,7 +42648,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->35->2131" + "default.handlebars->35->2134" ] }, { @@ -42652,7 +42670,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->35->2336" + "default.handlebars->35->2339" ] }, { @@ -42674,7 +42692,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->35->2338" + "default.handlebars->35->2341" ] }, { @@ -42696,7 +42714,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->35->2242" + "default.handlebars->35->2245" ] }, { @@ -42718,7 +42736,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->35->2134" + "default.handlebars->35->2137" ] }, { @@ -42740,7 +42758,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->35->2114" + "default.handlebars->35->2117" ] }, { @@ -42784,7 +42802,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->35->2174" + "default.handlebars->35->2177" ] }, { @@ -42919,7 +42937,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->35->2340" + "default.handlebars->35->2343" ] }, { @@ -43029,7 +43047,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->35->2184" + "default.handlebars->35->2187" ] }, { @@ -43051,7 +43069,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->35->2560" + "default.handlebars->35->2563" ] }, { @@ -43089,7 +43107,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->35->2561" + "default.handlebars->35->2564" ] }, { @@ -43113,9 +43131,9 @@ "xloc": [ "default-mobile.handlebars->11->601", "default-mobile.handlebars->11->616", - "default.handlebars->35->1800", - "default.handlebars->35->1831", - "default.handlebars->35->2181", + "default.handlebars->35->1803", + "default.handlebars->35->1834", + "default.handlebars->35->2184", "default.handlebars->35->866", "default.handlebars->35->888" ] @@ -43155,7 +43173,7 @@ "zh-chs": "服务器限制", "xloc": [ "default-mobile.handlebars->11->642", - "default.handlebars->35->2453" + "default.handlebars->35->2456" ] }, { @@ -43193,8 +43211,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->35->2106", - "default.handlebars->35->2195" + "default.handlebars->35->2109", + "default.handlebars->35->2198" ] }, { @@ -43216,7 +43234,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->35->2300" + "default.handlebars->35->2303" ] }, { @@ -43238,7 +43256,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->35->2185" + "default.handlebars->35->2188" ] }, { @@ -43260,7 +43278,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->35->2299" + "default.handlebars->35->2302" ] }, { @@ -43282,7 +43300,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->35->2491" + "default.handlebars->35->2494" ] }, { @@ -43326,7 +43344,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->35->2573" + "default.handlebars->35->2576" ] }, { @@ -43342,7 +43360,7 @@ "zh-chs": "服务器跟踪事件", "it": "Evento di tracciamento del server", "xloc": [ - "default.handlebars->35->2552" + "default.handlebars->35->2555" ] }, { @@ -43409,7 +43427,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->35->2186" + "default.handlebars->35->2189" ] }, { @@ -43616,7 +43634,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->35->2551" + "default.handlebars->35->2554" ] }, { @@ -43682,7 +43700,7 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->35->2414", + "default.handlebars->35->2417", "ssh.handlebars->3->10" ] }, @@ -43913,7 +43931,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->35->1967" + "default.handlebars->35->1970" ] }, { @@ -44004,7 +44022,7 @@ "zh-cht": "設定", "xloc": [ "agent-translations.json", - "default.handlebars->35->1697", + "default.handlebars->35->1698", "default.handlebars->35->371" ] }, @@ -44189,7 +44207,7 @@ { "en": "Sharing", "xloc": [ - "default.handlebars->35->1845" + "default.handlebars->35->1848" ] }, { @@ -44491,7 +44509,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->11->604", - "default.handlebars->35->1803" + "default.handlebars->35->1806" ] }, { @@ -44525,7 +44543,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->35->1764" + "default.handlebars->35->1765" ] }, { @@ -44635,8 +44653,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->35->2137", - "default.handlebars->35->2160" + "default.handlebars->35->2140", + "default.handlebars->35->2163" ] }, { @@ -44658,8 +44676,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->35->2136", - "default.handlebars->35->2159" + "default.handlebars->35->2139", + "default.handlebars->35->2162" ] }, { @@ -44681,8 +44699,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->35->2138", - "default.handlebars->35->2161" + "default.handlebars->35->2141", + "default.handlebars->35->2164" ] }, { @@ -44704,8 +44722,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->35->2135", - "default.handlebars->35->2158" + "default.handlebars->35->2138", + "default.handlebars->35->2161" ] }, { @@ -44929,8 +44947,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->35->1688", - "default.handlebars->35->1721" + "default.handlebars->35->1689", + "default.handlebars->35->1722" ] }, { @@ -44952,8 +44970,8 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->35->1686", - "default.handlebars->35->1725" + "default.handlebars->35->1687", + "default.handlebars->35->1726" ] }, { @@ -45055,8 +45073,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->35->2417", - "default.handlebars->35->2438", + "default.handlebars->35->2420", + "default.handlebars->35->2441", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -46191,8 +46209,8 @@ "xloc": [ "default.handlebars->35->1062", "default.handlebars->35->236", - "default.handlebars->35->2415", - "default.handlebars->35->2440", + "default.handlebars->35->2418", + "default.handlebars->35->2443", "default.handlebars->35->92", "sharing.handlebars->11->14" ] @@ -46254,7 +46272,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->35->1951" + "default.handlebars->35->1954" ] }, { @@ -46276,7 +46294,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->35->1960" + "default.handlebars->35->1963" ] }, { @@ -46298,7 +46316,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->35->1961" + "default.handlebars->35->1964" ] }, { @@ -46307,7 +46325,7 @@ "sv": "Staratade lokal relä sejour\\\"{0}\\\", protokoll {1} to {2}", "es": "Sesión de relé local iniciada \\\"{0}\\\", protocolo {1} a {2}", "xloc": [ - "default.handlebars->35->2065" + "default.handlebars->35->2068" ] }, { @@ -46329,7 +46347,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->35->1958" + "default.handlebars->35->1961" ] }, { @@ -46351,7 +46369,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->35->1980" + "default.handlebars->35->1983" ] }, { @@ -46373,7 +46391,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->35->1981" + "default.handlebars->35->1984" ] }, { @@ -46395,7 +46413,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->35->1987" + "default.handlebars->35->1990" ] }, { @@ -46417,7 +46435,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->35->1988" + "default.handlebars->35->1991" ] }, { @@ -46439,7 +46457,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->35->1959" + "default.handlebars->35->1962" ] }, { @@ -46483,7 +46501,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->35->1975" + "default.handlebars->35->1978" ] }, { @@ -46505,7 +46523,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->35->1985" + "default.handlebars->35->1988" ] }, { @@ -46596,8 +46614,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->35->2358", - "default.handlebars->35->2433", + "default.handlebars->35->2361", + "default.handlebars->35->2436", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -46763,7 +46781,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->35->1906" + "default.handlebars->35->1909" ] }, { @@ -46834,7 +46852,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->35->2132" + "default.handlebars->35->2135" ] }, { @@ -47077,7 +47095,7 @@ "zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。", "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ - "default.handlebars->35->1702" + "default.handlebars->35->1703" ] }, { @@ -47099,7 +47117,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->35->1772" + "default.handlebars->35->1773" ] }, { @@ -47567,9 +47585,9 @@ "xloc": [ "default-mobile.handlebars->11->200", "default-mobile.handlebars->11->311", - "default.handlebars->35->1765", - "default.handlebars->35->2427", - "default.handlebars->35->2528", + "default.handlebars->35->1766", + "default.handlebars->35->2430", + "default.handlebars->35->2531", "default.handlebars->35->345", "default.handlebars->35->663", "default.handlebars->35->844", @@ -47637,9 +47655,9 @@ "zh-chs": "终端通知", "zh-cht": "終端機通知", "xloc": [ - "default.handlebars->35->1671", - "default.handlebars->35->2231", - "default.handlebars->35->2318", + "default.handlebars->35->1672", + "default.handlebars->35->2234", + "default.handlebars->35->2321", "default.handlebars->35->757" ] }, @@ -47662,9 +47680,9 @@ "zh-chs": "终端提示", "zh-cht": "終端機提示", "xloc": [ - "default.handlebars->35->1670", - "default.handlebars->35->2230", - "default.handlebars->35->2317", + "default.handlebars->35->1671", + "default.handlebars->35->2233", + "default.handlebars->35->2320", "default.handlebars->35->756" ] }, @@ -47680,7 +47698,7 @@ "zh-chs": "终端会话", "it": "Sessione terminale", "xloc": [ - "default.handlebars->35->2420" + "default.handlebars->35->2423" ] }, { @@ -47953,7 +47971,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->637", - "default.handlebars->35->2448" + "default.handlebars->35->2451" ] }, { @@ -47970,7 +47988,7 @@ "zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。", "xloc": [ "default-mobile.handlebars->11->658", - "default.handlebars->35->2469" + "default.handlebars->35->2472" ] }, { @@ -48061,7 +48079,7 @@ "fr": "Le certificat de cet agent n'est plus valable, pensez à le mettre à jour.", "es": "Este agente tiene un mecanismo de validación de certificados obsoleto, considera la posibilidad de actualizarlo.", "xloc": [ - "default.handlebars->35->2063" + "default.handlebars->35->2066" ] }, { @@ -48073,7 +48091,7 @@ "fr": "La connexion de cet agent n'est pas sécurisée, pensez à le mettre à jour.", "es": "Este agente está utilizando túneles inseguros, considera actualizar.", "xloc": [ - "default.handlebars->35->2064" + "default.handlebars->35->2067" ] }, { @@ -48121,9 +48139,9 @@ "en": "This is a guest sharing session", "xloc": [ "default.handlebars->35->1210", - "default.handlebars->35->2067", - "default.handlebars->35->2409", - "default.handlebars->35->2410" + "default.handlebars->35->2070", + "default.handlebars->35->2412", + "default.handlebars->35->2413" ] }, { @@ -48157,7 +48175,7 @@ "fr": "Cet agent a une version obsolète, pensez à la mettre à jour.", "es": "Esta es una versión antigua del agente, considera actualizar.", "xloc": [ - "default.handlebars->35->2062" + "default.handlebars->35->2065" ] }, { @@ -48198,7 +48216,7 @@ "zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。", "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ - "default.handlebars->35->1750" + "default.handlebars->35->1751" ] }, { @@ -48243,7 +48261,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->35->1747" + "default.handlebars->35->1748" ] }, { @@ -48499,7 +48517,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->35->2071" + "default.handlebars->35->2074" ] }, { @@ -49618,7 +49636,7 @@ "default.handlebars->35->1116", "default.handlebars->35->1604", "default.handlebars->35->1657", - "default.handlebars->35->1722", + "default.handlebars->35->1723", "default.handlebars->35->382", "default.handlebars->35->919", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", @@ -49888,7 +49906,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->35->1600", - "default.handlebars->35->2579", + "default.handlebars->35->2582", "default.handlebars->35->681" ] }, @@ -49906,7 +49924,7 @@ "zh-chs": "无法在此模式下添加用户", "xloc": [ "default-mobile.handlebars->11->654", - "default.handlebars->35->2465" + "default.handlebars->35->2468" ] }, { @@ -50014,7 +50032,7 @@ "fr": "Impossible d'importer des appareils.", "es": "No se puede importar ningún dispostivo", "xloc": [ - "default.handlebars->35->1718" + "default.handlebars->35->1719" ] }, { @@ -50122,7 +50140,7 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->626", - "default.handlebars->35->1842", + "default.handlebars->35->1845", "default.handlebars->35->871", "default.handlebars->35->893" ] @@ -50170,7 +50188,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->35->1805" + "default.handlebars->35->1808" ] }, { @@ -50234,9 +50252,9 @@ "default.handlebars->35->158", "default.handlebars->35->1643", "default.handlebars->35->1644", - "default.handlebars->35->2402", - "default.handlebars->35->2419", - "default.handlebars->35->2426", + "default.handlebars->35->2405", + "default.handlebars->35->2422", + "default.handlebars->35->2429", "default.handlebars->35->44", "default.handlebars->35->48", "default.handlebars->35->49", @@ -50288,7 +50306,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->35->2497" + "default.handlebars->35->2500" ] }, { @@ -50310,8 +50328,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->35->2256", - "default.handlebars->35->2388" + "default.handlebars->35->2259", + "default.handlebars->35->2391" ] }, { @@ -50333,9 +50351,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->35->2250", - "default.handlebars->35->2376", - "default.handlebars->35->2501" + "default.handlebars->35->2253", + "default.handlebars->35->2379", + "default.handlebars->35->2504" ] }, { @@ -50357,7 +50375,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->35->2493" + "default.handlebars->35->2496" ] }, { @@ -50402,7 +50420,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->35->2382" + "default.handlebars->35->2385" ] }, { @@ -50447,7 +50465,7 @@ "zh-chs": "密码未知", "zh-cht": "密碼未知", "xloc": [ - "default.handlebars->35->1738" + "default.handlebars->35->1739" ] }, { @@ -50494,7 +50512,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->35->2125" + "default.handlebars->35->2128" ] }, { @@ -50583,7 +50601,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->35->2584" + "default.handlebars->35->2587" ] }, { @@ -50677,8 +50695,8 @@ "default.handlebars->35->1181", "default.handlebars->35->1205", "default.handlebars->35->1208", - "default.handlebars->35->1935", - "default.handlebars->35->1943", + "default.handlebars->35->1938", + "default.handlebars->35->1946", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -50898,7 +50916,7 @@ "xloc": [ "default-mobile.handlebars->11->455", "default.handlebars->35->1206", - "default.handlebars->35->1944", + "default.handlebars->35->1947", "sharing.handlebars->11->90" ] }, @@ -50923,7 +50941,7 @@ "xloc": [ "default-mobile.handlebars->11->456", "default.handlebars->35->1207", - "default.handlebars->35->1945", + "default.handlebars->35->1948", "sharing.handlebars->11->91" ] }, @@ -50965,7 +50983,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->35->1995" + "default.handlebars->35->1998" ] }, { @@ -50981,7 +50999,7 @@ "zh-chs": "上传:\\\"{0}\\\",大小:{1}", "it": "Carica: \\\"{0}\\\", Dimensioni: {1}", "xloc": [ - "default.handlebars->35->2050" + "default.handlebars->35->2053" ] }, { @@ -51034,7 +51052,7 @@ "sv": "Användande", "es": "Uso", "xloc": [ - "default.handlebars->35->2547" + "default.handlebars->35->2550" ] }, { @@ -51173,8 +51191,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->35->2487", - "default.handlebars->35->2489" + "default.handlebars->35->2490", + "default.handlebars->35->2492" ] }, { @@ -51196,11 +51214,11 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->35->1706", - "default.handlebars->35->2078", - "default.handlebars->35->2107", - "default.handlebars->35->2246", - "default.handlebars->35->2445", + "default.handlebars->35->1707", + "default.handlebars->35->2081", + "default.handlebars->35->2110", + "default.handlebars->35->2249", + "default.handlebars->35->2448", "default.handlebars->35->300", "default.handlebars->35->839", "default.handlebars->35->90" @@ -51225,7 +51243,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->35->2108" + "default.handlebars->35->2111" ] }, { @@ -51247,11 +51265,11 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->35->1717", - "default.handlebars->35->2141", - "default.handlebars->35->2142", + "default.handlebars->35->1718", "default.handlebars->35->2144", - "default.handlebars->35->2146" + "default.handlebars->35->2145", + "default.handlebars->35->2147", + "default.handlebars->35->2149" ] }, { @@ -51273,7 +51291,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->35->2506" + "default.handlebars->35->2509" ] }, { @@ -51296,7 +51314,7 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->11->575", - "default.handlebars->35->1704", + "default.handlebars->35->1705", "default.handlebars->35->835" ] }, @@ -51319,9 +51337,9 @@ "zh-chs": "用户同意", "zh-cht": "用戶同意", "xloc": [ - "default.handlebars->35->1677", - "default.handlebars->35->2237", - "default.handlebars->35->2324", + "default.handlebars->35->1678", + "default.handlebars->35->2240", + "default.handlebars->35->2327", "default.handlebars->35->242", "default.handlebars->35->763", "default.handlebars->35->940" @@ -51346,11 +51364,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->35->1780", - "default.handlebars->35->1781", - "default.handlebars->35->2210", - "default.handlebars->35->2384", - "default.handlebars->35->2405", + "default.handlebars->35->1783", + "default.handlebars->35->1784", + "default.handlebars->35->2213", + "default.handlebars->35->2387", + "default.handlebars->35->2408", "default.handlebars->35->838" ] }, @@ -51395,7 +51413,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->35->2381" + "default.handlebars->35->2384" ] }, { @@ -51439,9 +51457,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->35->1849", - "default.handlebars->35->2291", - "default.handlebars->35->2292" + "default.handlebars->35->1852", + "default.handlebars->35->2294", + "default.handlebars->35->2295" ] }, { @@ -51463,8 +51481,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->35->1778", - "default.handlebars->35->2275" + "default.handlebars->35->1781", + "default.handlebars->35->2278" ] }, { @@ -51501,7 +51519,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->35->2153" + "default.handlebars->35->2156" ] }, { @@ -51524,7 +51542,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->11->630", - "default.handlebars->35->1848" + "default.handlebars->35->1851" ] }, { @@ -51617,7 +51635,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->35->2538" + "default.handlebars->35->2541" ] }, { @@ -51726,7 +51744,7 @@ "zh-chs": "用户已存在", "xloc": [ "default-mobile.handlebars->11->653", - "default.handlebars->35->2464" + "default.handlebars->35->2467" ] }, { @@ -51771,7 +51789,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->35->2024" + "default.handlebars->35->2027" ] }, { @@ -51793,7 +51811,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->35->2014" + "default.handlebars->35->2017" ] }, { @@ -51815,7 +51833,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->35->2012" + "default.handlebars->35->2015" ] }, { @@ -51858,7 +51876,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试", "it": "Tentativo di accesso utente su account bloccato da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2054" + "default.handlebars->35->2057" ] }, { @@ -51873,7 +51891,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的第二个因素不正确的用户登录尝试", "it": "Tentativo di accesso utente con 2° fattore errato da {0}, {1}, {2}", "xloc": [ - "default.handlebars->35->2053" + "default.handlebars->35->2056" ] }, { @@ -51890,7 +51908,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->661", - "default.handlebars->35->2472" + "default.handlebars->35->2475" ] }, { @@ -51941,7 +51959,7 @@ "default.handlebars->35->1153", "default.handlebars->35->1621", "default.handlebars->35->1626", - "default.handlebars->35->2165", + "default.handlebars->35->2168", "default.handlebars->35->271", "default.handlebars->35->391", "default.handlebars->35->984", @@ -52023,9 +52041,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->35->2198", - "default.handlebars->35->2238", - "default.handlebars->35->2537", + "default.handlebars->35->2201", + "default.handlebars->35->2241", + "default.handlebars->35->2540", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -52048,7 +52066,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->35->2510" + "default.handlebars->35->2513" ] }, { @@ -52065,7 +52083,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->662", - "default.handlebars->35->2473" + "default.handlebars->35->2476" ] }, { @@ -52158,7 +52176,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->35->2120" + "default.handlebars->35->2123" ] }, { @@ -52174,7 +52192,7 @@ "zh-chs": "验证异常", "xloc": [ "default-mobile.handlebars->11->655", - "default.handlebars->35->2466" + "default.handlebars->35->2469" ] }, { @@ -52300,7 +52318,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->35->2360" + "default.handlebars->35->2363" ] }, { @@ -52347,7 +52365,7 @@ "xloc": [ "default-mobile.handlebars->11->87", "default.handlebars->35->1317", - "default.handlebars->35->2116" + "default.handlebars->35->2119" ] }, { @@ -52369,7 +52387,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->35->2041" + "default.handlebars->35->2044" ] }, { @@ -52466,7 +52484,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->35->2580" + "default.handlebars->35->2583" ] }, { @@ -52585,7 +52603,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->35->2190" + "default.handlebars->35->2193" ] }, { @@ -52619,8 +52637,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->35->2583", - "default.handlebars->35->2585" + "default.handlebars->35->2586", + "default.handlebars->35->2588" ] }, { @@ -52664,7 +52682,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->35->1693" + "default.handlebars->35->1694" ] }, { @@ -52686,7 +52704,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->35->2334" + "default.handlebars->35->2337" ] }, { @@ -52719,7 +52737,7 @@ "zh-chs": "查看此用户以前的登录", "it": "Visualizza gli accessi precedenti per questo utente", "xloc": [ - "default.handlebars->35->2347" + "default.handlebars->35->2350" ] }, { @@ -52975,8 +52993,8 @@ "xloc": [ "default-mobile.handlebars->11->602", "default-mobile.handlebars->11->617", - "default.handlebars->35->1801", - "default.handlebars->35->1832" + "default.handlebars->35->1804", + "default.handlebars->35->1835" ] }, { @@ -53114,8 +53132,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->35->2563", - "default.handlebars->35->2564" + "default.handlebars->35->2566", + "default.handlebars->35->2567" ] }, { @@ -53131,7 +53149,7 @@ "zh-chs": "Web 服务器 HTTP 标头", "it": "Intestazioni HTTP del server Web", "xloc": [ - "default.handlebars->35->2567" + "default.handlebars->35->2570" ] }, { @@ -53153,7 +53171,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->35->2565" + "default.handlebars->35->2568" ] }, { @@ -53175,7 +53193,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->35->2566" + "default.handlebars->35->2569" ] }, { @@ -53245,7 +53263,7 @@ "zh-chs": "网络RDP", "it": "WebRDP", "xloc": [ - "default.handlebars->35->2531" + "default.handlebars->35->2534" ] }, { @@ -53261,7 +53279,7 @@ "zh-chs": "网络SSH", "it": "WebSSH", "xloc": [ - "default.handlebars->35->2532" + "default.handlebars->35->2535" ] }, { @@ -53277,7 +53295,7 @@ "zh-chs": "网络VNC", "it": "WebVNC", "xloc": [ - "default.handlebars->35->2533" + "default.handlebars->35->2536" ] }, { @@ -53367,7 +53385,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->35->1857" + "default.handlebars->35->1860" ] }, { @@ -53412,7 +53430,7 @@ "zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。", "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ - "default.handlebars->35->1748" + "default.handlebars->35->1749" ] }, { @@ -53453,7 +53471,7 @@ "zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。", "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ - "default.handlebars->35->1749" + "default.handlebars->35->1750" ] }, { @@ -53475,7 +53493,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->35->2304" + "default.handlebars->35->2307" ] }, { @@ -54955,7 +54973,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->35->2581" + "default.handlebars->35->2584" ] }, { @@ -55307,7 +55325,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->154", - "default.handlebars->35->1940" + "default.handlebars->35->1943" ] }, { @@ -55465,8 +55483,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->35->2085", - "default.handlebars->35->2090" + "default.handlebars->35->2088", + "default.handlebars->35->2093" ] }, { @@ -55488,8 +55506,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->35->2087", - "default.handlebars->35->2091" + "default.handlebars->35->2090", + "default.handlebars->35->2094" ] }, { @@ -55542,8 +55560,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->35->2518", - "default.handlebars->35->2521" + "default.handlebars->35->2521", + "default.handlebars->35->2524" ] }, { @@ -55778,7 +55796,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->35->2154" + "default.handlebars->35->2157" ] }, { @@ -55930,7 +55948,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->35->2182" + "default.handlebars->35->2185" ] }, { @@ -56217,7 +56235,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->155", - "default.handlebars->35->1941" + "default.handlebars->35->1944" ] }, { @@ -56392,7 +56410,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->35->2575" + "default.handlebars->35->2578" ] }, { @@ -56476,7 +56494,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->2550" + "default.handlebars->35->2553" ] }, { @@ -56498,7 +56516,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->35->2574" + "default.handlebars->35->2577" ] }, { @@ -56539,8 +56557,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->35->2519", - "default.handlebars->35->2522" + "default.handlebars->35->2522", + "default.handlebars->35->2525" ] }, { @@ -56639,8 +56657,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->35->2150", - "default.handlebars->35->2155" + "default.handlebars->35->2153", + "default.handlebars->35->2158" ] }, { @@ -56662,8 +56680,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->35->2152", - "default.handlebars->35->2156" + "default.handlebars->35->2155", + "default.handlebars->35->2159" ] }, { @@ -56685,7 +56703,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->35->2089" + "default.handlebars->35->2092" ] }, { @@ -56828,8 +56846,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->35->1915", - "default.handlebars->35->1920" + "default.handlebars->35->1918", + "default.handlebars->35->1923" ] }, { @@ -56851,9 +56869,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->35->1913", - "default.handlebars->35->1918", - "default.handlebars->35->2418" + "default.handlebars->35->1916", + "default.handlebars->35->1921", + "default.handlebars->35->2421" ] }, { @@ -56879,8 +56897,8 @@ "default-mobile.handlebars->11->544", "default.handlebars->35->1286", "default.handlebars->35->1291", - "default.handlebars->35->1914", - "default.handlebars->35->1919" + "default.handlebars->35->1917", + "default.handlebars->35->1922" ] }, { @@ -56925,7 +56943,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->35->2350" + "default.handlebars->35->2353" ] }, { @@ -56947,8 +56965,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->35->1912", - "default.handlebars->35->1917" + "default.handlebars->35->1915", + "default.handlebars->35->1920" ] }, { @@ -56971,8 +56989,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->11->143", - "default.handlebars->35->1928", - "default.handlebars->35->2439", + "default.handlebars->35->1931", + "default.handlebars->35->2442", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -56997,7 +57015,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->35->1907" + "default.handlebars->35->1910" ] }, { @@ -57058,7 +57076,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->35->1910" + "default.handlebars->35->1913" ] }, { @@ -57080,7 +57098,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->35->2309" + "default.handlebars->35->2312" ] }, { @@ -57143,7 +57161,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->35->1908" + "default.handlebars->35->1911" ] }, { @@ -57189,7 +57207,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->35->1909" + "default.handlebars->35->1912" ] }, { @@ -57233,7 +57251,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->35->2099" + "default.handlebars->35->2102" ] }, { @@ -57448,7 +57466,7 @@ "default-mobile.handlebars->11->205", "default-mobile.handlebars->11->208", "default-mobile.handlebars->11->211", - "default.handlebars->35->2103", + "default.handlebars->35->2106", "default.handlebars->35->341", "default.handlebars->35->344", "default.handlebars->35->347", @@ -57649,7 +57667,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->35->1922" + "default.handlebars->35->1925" ] }, { @@ -57671,7 +57689,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->35->1921" + "default.handlebars->35->1924" ] }, { @@ -57912,4 +57930,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/views/default.handlebars b/views/default.handlebars index b12ad533..1df94c68 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -11469,6 +11469,15 @@ } x += '