From a61e90b0437bd8772ea89f658c0607f465dfb57d Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 11 Sep 2020 16:35:47 -0700 Subject: [PATCH] Desktop sharing max time can now be adjusted. --- meshcentral-config-schema.json | 1 + meshuser.js | 5 +- sample-config-advanced.json | 1 + translate/translate.json | 2784 ++++++++++++++++---------------- views/default.handlebars | 6 +- 5 files changed, 1426 insertions(+), 1371 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index dd3458d0..946d38d3 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -198,6 +198,7 @@ "geoLocation": { "type": "boolean", "default": false, "description": "Enables the geo-location feature and device location map in the user interface, this feature is not being worked on." }, "novnc": { "type": "boolean", "default": true, "description": "When enabled, activates the built-in web-based noVNC client." }, "mstsc": { "type": "boolean", "default": false, "description": "When enabled, activates the built-in web-based RDP client." }, + "maxGuestSessionSharingTime": { "type": "integer", "default": 60, "minimum": 1, "maximum": 5760, "description": "Maximum amount of time in minutes that a remote desktop session can be shared with a guest." }, "webEmailsPath": { "type": "string", "description": "Path where to find custom email templates for this domain." }, "customUI": { "type": "object" }, "consentMessages": { diff --git a/meshuser.js b/meshuser.js index 0cf4a188..4a047f93 100644 --- a/meshuser.js +++ b/meshuser.js @@ -418,6 +418,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use // Build server information object var serverinfo = { domain: domain.id, name: domain.dns ? domain.dns : parent.certificates.CommonName, mpsname: parent.certificates.AmtMpsName, mpsport: mpsport, mpspass: args.mpspass, port: httpport, emailcheck: ((parent.parent.mailserver != null) && (domain.auth != 'sspi') && (domain.auth != 'ldap') && (args.lanonly != true) && (parent.certificates.CommonName != null) && (parent.certificates.CommonName.indexOf('.') != -1) && (user._id.split('/')[2].startsWith('~') == false)), domainauth: (domain.auth == 'sspi'), serverTime: Date.now() }; + serverinfo.maxGuestSessionSharingTime = (typeof domain.maxguestsessionsharingtime == 'number') ? domain.maxguestsessionsharingtime : 60; serverinfo.languages = parent.renderLanguages; serverinfo.tlshash = Buffer.from(parent.webCertificateHashs[domain.id], 'binary').toString('hex').toUpperCase(); // SHA384 of server HTTPS certificate if ((parent.parent.config.domains[domain.id].amtacmactivation != null) && (parent.parent.config.domains[domain.id].amtacmactivation.acmmatch != null)) { @@ -4467,10 +4468,12 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use break; } case 'createDeviceShareLink': { + var maxExpireMinutes = (typeof domain.maxguestsessionsharingtime == 'number') ? domain.maxguestsessionsharingtime : 60; + console.log(maxExpireMinutes); var err = null; if (common.validateString(command.nodeid, 8, 128) == false) { err = 'Invalid node id'; } // Check the meshid else if (common.validateString(command.guestname, 1, 128) == false) { err = 'Invalid guest name'; } // Check the guest name - else if (common.validateInt(command.expire, 1, 60) == false) { err = 'Invalid expire time'; } // Check the expire time in hours + else if (common.validateInt(command.expire, 1, maxExpireMinutes) == false) { err = 'Invalid expire time'; } // Check the expire time in hours else if (common.validateInt(command.consent, 0, 256) == false) { err = 'Invalid flags'; } // Check the flags else { if (command.nodeid.split('/').length == 1) { command.nodeid = 'node/' + domain.id + '/' + command.nodeid; } diff --git a/sample-config-advanced.json b/sample-config-advanced.json index f2fc37f2..201be6f3 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -158,6 +158,7 @@ "_geoLocation": true, "_novnc": false, "_mstsc": true, + "_maxGuestSessionSharingTime": 5760, "_WebEmailsPath": "/myserver/email-templates", "_consentMessages": { "title": "MeshCentral", diff --git a/translate/translate.json b/translate/translate.json index f2314745..dbab22f4 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -17,8 +17,8 @@ "zh-chs": " + CIRA", "zh-cht": " + CIRA", "xloc": [ - "default.handlebars->27->1326", - "default.handlebars->27->1328" + "default.handlebars->27->1334", + "default.handlebars->27->1336" ] }, { @@ -204,7 +204,7 @@ "zh-chs": " 可以使用密码提示,但不建议使用。", "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->27->1240" + "default.handlebars->27->1248" ] }, { @@ -224,8 +224,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->27->1401", - "default.handlebars->27->1843" + "default.handlebars->27->1409", + "default.handlebars->27->1851" ] }, { @@ -458,7 +458,7 @@ "zh-chs": "*保留空白可为每个设备分配一个随机密码。", "zh-cht": "*保留空白可為每個裝置分配一個隨機密碼。", "xloc": [ - "default.handlebars->27->1373" + "default.handlebars->27->1381" ] }, { @@ -496,7 +496,7 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->9->449", - "default.handlebars->27->1468" + "default.handlebars->27->1476" ] }, { @@ -537,7 +537,7 @@ "zh-chs": ",MQTT在线", "zh-cht": ",MQTT在線", "xloc": [ - "default.handlebars->27->982" + "default.handlebars->27->990" ] }, { @@ -557,7 +557,7 @@ "zh-chs": ",软体KVM", "zh-cht": ",軟體KVM", "xloc": [ - "default.handlebars->27->808", + "default.handlebars->27->816", "desktop.handlebars->3->13" ] }, @@ -580,9 +580,9 @@ "xloc": [ "default-mobile.handlebars->9->284", "default-mobile.handlebars->9->293", - "default.handlebars->27->815", - "default.handlebars->27->848", - "default.handlebars->27->860", + "default.handlebars->27->823", + "default.handlebars->27->856", + "default.handlebars->27->868", "desktop.handlebars->3->20", "xterm.handlebars->9->6" ] @@ -703,7 +703,7 @@ "zh-chs": ",{0}观看", "zh-cht": ",{0}觀看", "xloc": [ - "default.handlebars->27->809", + "default.handlebars->27->817", "desktop.handlebars->3->14" ] }, @@ -768,9 +768,9 @@ "xloc": [ "default-mobile.handlebars->9->108", "default-mobile.handlebars->9->295", - "default.handlebars->27->1509", - "default.handlebars->27->1998", - "default.handlebars->27->865" + "default.handlebars->27->1517", + "default.handlebars->27->2006", + "default.handlebars->27->873" ] }, { @@ -826,7 +826,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->27->1912" + "default.handlebars->27->1920" ] }, { @@ -848,7 +848,7 @@ "xloc": [ "default-mobile.handlebars->9->118", "default-mobile.handlebars->9->453", - "default.handlebars->27->1533", + "default.handlebars->27->1541", "download.handlebars->3->1", "download2.handlebars->5->1" ] @@ -870,7 +870,7 @@ "zh-chs": "1条连接", "zh-cht": "1位聯絡文", "xloc": [ - "default.handlebars->27->811", + "default.handlebars->27->819", "desktop.handlebars->3->16" ] }, @@ -913,7 +913,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->27->1877" + "default.handlebars->27->1885" ] }, { @@ -935,8 +935,7 @@ "xloc": [ "default.handlebars->27->176", "default.handlebars->27->343", - "default.handlebars->27->357", - "default.handlebars->27->720" + "default.handlebars->27->357" ] }, { @@ -956,7 +955,7 @@ "zh-chs": "1分钟", "zh-cht": "1分鐘", "xloc": [ - "default.handlebars->27->714" + "default.handlebars->27->713" ] }, { @@ -1018,7 +1017,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->27->1679" + "default.handlebars->27->1687" ] }, { @@ -1084,7 +1083,7 @@ "default-mobile.handlebars->9->168", "default-mobile.handlebars->9->171", "default-mobile.handlebars->9->174", - "default.handlebars->27->1683", + "default.handlebars->27->1691", "default.handlebars->27->243", "default.handlebars->27->246", "default.handlebars->27->249", @@ -1216,7 +1215,7 @@ "zh-chs": "10分钟", "zh-cht": "10分鐘", "xloc": [ - "default.handlebars->27->716" + "default.handlebars->27->715" ] }, { @@ -1281,6 +1280,12 @@ "player.handlebars->p11->deskarea0->deskarea4->3->PlaySpeed->11" ] }, + { + "en": "12 hours", + "xloc": [ + "default.handlebars->27->723" + ] + }, { "cs": "12,5%", "de": "12.5%", @@ -1320,7 +1325,25 @@ "zh-chs": "15分钟", "zh-cht": "15分鐘", "xloc": [ - "default.handlebars->27->717" + "default.handlebars->27->716" + ] + }, + { + "en": "16 hours", + "xloc": [ + "default.handlebars->27->724" + ] + }, + { + "en": "2 days", + "xloc": [ + "default.handlebars->27->726" + ] + }, + { + "en": "2 hours", + "xloc": [ + "default.handlebars->27->720" ] }, { @@ -1407,6 +1430,12 @@ "terms.handlebars->container->column_l->33->1" ] }, + { + "en": "24 hours", + "xloc": [ + "default.handlebars->27->725" + ] + }, { "cs": "25%", "de": "25%", @@ -1466,7 +1495,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->27->1644" + "default.handlebars->27->1652" ] }, { @@ -1486,8 +1515,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->27->1696", - "default.handlebars->27->1899" + "default.handlebars->27->1704", + "default.handlebars->27->1907" ] }, { @@ -1606,7 +1635,7 @@ "zh-chs": "30分钟", "zh-cht": "30分鐘", "xloc": [ - "default.handlebars->27->718" + "default.handlebars->27->717" ] }, { @@ -1652,6 +1681,18 @@ "desktop.handlebars->p11->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->11" ] }, + { + "en": "4 days", + "xloc": [ + "default.handlebars->27->727" + ] + }, + { + "en": "4 hours", + "xloc": [ + "default.handlebars->27->721" + ] + }, { "cs": "4. Názvy „OpenSSL Toolkit“ a „OpenSSL Project“ nesmí být bez předchozího písemného souhlasu použity k doporučování nebo propagaci produktů odvozených z tohoto softwaru. Pro písemné povolení kontaktujte na openssl-core@openssl.org.", "de": "4. Die Namen \"OpenSSL Toolkit\" und \"OpenSSL Project\" dürfen ohne vorherige schriftliche Genehmigung nicht verwendet werden, um von dieser Software abgeleitete Produkte zu unterstützen oder zu bewerben. Für eine schriftliche Genehmigung wenden Sie sich bitte an openssl-core@openssl.org.", @@ -1732,7 +1773,7 @@ "zh-chs": "45分钟", "zh-cht": "45分鐘", "xloc": [ - "default.handlebars->27->719" + "default.handlebars->27->718" ] }, { @@ -1772,7 +1813,7 @@ "zh-chs": "5分钟", "zh-cht": "5分鐘", "xloc": [ - "default.handlebars->27->715" + "default.handlebars->27->714" ] }, { @@ -1881,6 +1922,12 @@ "terms.handlebars->container->column_l->41->1" ] }, + { + "en": "60 minutes", + "xloc": [ + "default.handlebars->27->719" + ] + }, { "cs": "62,5%", "de": "62.5%", @@ -1998,7 +2045,7 @@ "zh-chs": "7天电源状态", "zh-cht": "7天電源狀態", "xloc": [ - "default.handlebars->27->741" + "default.handlebars->27->749" ] }, { @@ -2062,7 +2109,8 @@ "zh-cht": "8小時", "xloc": [ "default.handlebars->27->344", - "default.handlebars->27->358" + "default.handlebars->27->358", + "default.handlebars->27->722" ] }, { @@ -2405,7 +2453,7 @@ "zh-chs": "拒绝访问", "zh-cht": "拒絕存取", "xloc": [ - "default.handlebars->27->983" + "default.handlebars->27->991" ] }, { @@ -2447,7 +2495,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->27->1849" + "default.handlebars->27->1857" ] }, { @@ -2536,8 +2584,8 @@ "default-mobile.handlebars->9->93", "default-mobile.handlebars->9->95", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->27->1249", - "default.handlebars->27->1251", + "default.handlebars->27->1257", + "default.handlebars->27->1259", "default.handlebars->27->541", "default.handlebars->27->543" ] @@ -2599,7 +2647,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->27->1617" + "default.handlebars->27->1625" ] }, { @@ -2619,7 +2667,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->27->1616" + "default.handlebars->27->1624" ] }, { @@ -2639,7 +2687,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->27->1615" + "default.handlebars->27->1623" ] }, { @@ -2659,8 +2707,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->27->1698", - "default.handlebars->27->1846" + "default.handlebars->27->1706", + "default.handlebars->27->1854" ] }, { @@ -2724,7 +2772,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->27->1552" + "default.handlebars->27->1560" ] }, { @@ -2744,7 +2792,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->27->1553" + "default.handlebars->27->1561" ] }, { @@ -2786,7 +2834,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->27->1625" + "default.handlebars->27->1633" ] }, { @@ -2806,7 +2854,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->27->1614" + "default.handlebars->27->1622" ] }, { @@ -2846,7 +2894,7 @@ "zh-chs": "指令", "zh-cht": "指令", "xloc": [ - "default.handlebars->27->988", + "default.handlebars->27->996", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -2867,8 +2915,8 @@ "zh-chs": "动作档案", "zh-cht": "動作檔案", "xloc": [ - "default.handlebars->27->784", - "default.handlebars->27->786" + "default.handlebars->27->792", + "default.handlebars->27->794" ] }, { @@ -2959,7 +3007,7 @@ "default-mobile.handlebars->9->358", "default.handlebars->27->565", "default.handlebars->27->567", - "default.handlebars->27->946" + "default.handlebars->27->954" ] }, { @@ -2979,8 +3027,8 @@ "zh-chs": "激活", "zh-cht": "啟動", "xloc": [ - "default.handlebars->27->1339", - "default.handlebars->27->1341", + "default.handlebars->27->1347", + "default.handlebars->27->1349", "default.handlebars->27->199", "default.handlebars->27->276", "default.handlebars->27->278" @@ -3023,7 +3071,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->27->1343", + "default.handlebars->27->1351", "default.handlebars->27->280" ] }, @@ -3064,8 +3112,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->27->1823", - "default.handlebars->27->1947" + "default.handlebars->27->1831", + "default.handlebars->27->1955" ] }, { @@ -3105,9 +3153,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->27->1434", - "default.handlebars->27->1817", - "default.handlebars->27->1935", + "default.handlebars->27->1442", + "default.handlebars->27->1825", + "default.handlebars->27->1943", "default.handlebars->27->231" ] }, @@ -3128,7 +3176,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->27->1431" + "default.handlebars->27->1439" ] }, { @@ -3148,8 +3196,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->27->1436", - "default.handlebars->27->1438" + "default.handlebars->27->1444", + "default.handlebars->27->1446" ] }, { @@ -3249,7 +3297,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->27->1965" + "default.handlebars->27->1973" ] }, { @@ -3289,8 +3337,8 @@ "zh-chs": "添加安全密钥", "zh-cht": "新增安全密鑰", "xloc": [ - "default.handlebars->27->1016", - "default.handlebars->27->1017", + "default.handlebars->27->1024", + "default.handlebars->27->1025", "default.handlebars->27->149", "default.handlebars->27->151", "default.handlebars->27->154", @@ -3335,7 +3383,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->27->1441" + "default.handlebars->27->1449" ] }, { @@ -3355,9 +3403,9 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->27->1333", - "default.handlebars->27->1433", - "default.handlebars->27->1941", + "default.handlebars->27->1341", + "default.handlebars->27->1441", + "default.handlebars->27->1949", "default.handlebars->27->661" ] }, @@ -3378,7 +3426,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->27->1443" + "default.handlebars->27->1451" ] }, { @@ -3435,8 +3483,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->27->1332", - "default.handlebars->27->1812" + "default.handlebars->27->1340", + "default.handlebars->27->1820" ] }, { @@ -3456,7 +3504,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->27->1430" + "default.handlebars->27->1438" ] }, { @@ -3476,7 +3524,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->27->1845" + "default.handlebars->27->1853" ] }, { @@ -3536,7 +3584,7 @@ "zh-chs": "添加位于互联网上的新英特尔®AMT计算机。", "zh-cht": "新增位於互聯網上的新Intel® AMT電腦。", "xloc": [ - "default.handlebars->27->1334", + "default.handlebars->27->1342", "default.handlebars->27->269" ] }, @@ -3557,7 +3605,7 @@ "zh-chs": "添加位于本地网络上的新英特尔®AMT计算机。", "zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。", "xloc": [ - "default.handlebars->27->1336", + "default.handlebars->27->1344", "default.handlebars->27->271" ] }, @@ -3598,7 +3646,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->27->1342", + "default.handlebars->27->1350", "default.handlebars->27->279" ] }, @@ -3639,7 +3687,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->27->1641" + "default.handlebars->27->1649" ] }, { @@ -3659,8 +3707,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->27->1608", - "default.handlebars->27->1635" + "default.handlebars->27->1616", + "default.handlebars->27->1643" ] }, { @@ -3680,7 +3728,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->27->1646" + "default.handlebars->27->1654" ] }, { @@ -3700,7 +3748,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->27->1619" + "default.handlebars->27->1627" ] }, { @@ -3720,8 +3768,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->27->1622", - "default.handlebars->27->1631" + "default.handlebars->27->1630", + "default.handlebars->27->1639" ] }, { @@ -3782,7 +3830,7 @@ "zh-cht": "管理員控制模式(ACM)", "xloc": [ "default-mobile.handlebars->9->360", - "default.handlebars->27->948" + "default.handlebars->27->956" ] }, { @@ -3803,7 +3851,7 @@ "zh-cht": "管理員憑證", "xloc": [ "default-mobile.handlebars->9->366", - "default.handlebars->27->954" + "default.handlebars->27->962" ] }, { @@ -3844,7 +3892,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->27->1881" + "default.handlebars->27->1889" ] }, { @@ -3885,7 +3933,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->27->1761" + "default.handlebars->27->1769" ] }, { @@ -3905,7 +3953,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->27->1690" + "default.handlebars->27->1698" ] }, { @@ -3925,7 +3973,7 @@ "zh-chs": "南非文", "zh-cht": "南非文", "xloc": [ - "default.handlebars->27->1019" + "default.handlebars->27->1027" ] }, { @@ -3948,8 +3996,8 @@ "default-mobile.handlebars->9->199", "default-mobile.handlebars->9->223", "default-mobile.handlebars->9->239", - "default.handlebars->27->1495", "default.handlebars->27->1503", + "default.handlebars->27->1511", "default.handlebars->27->210", "default.handlebars->27->437", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1" @@ -3972,8 +4020,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->27->1497", - "default.handlebars->27->1505" + "default.handlebars->27->1505", + "default.handlebars->27->1513" ] }, { @@ -4014,7 +4062,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->9->433", - "default.handlebars->27->1451" + "default.handlebars->27->1459" ] }, { @@ -4034,7 +4082,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->27->2008" + "default.handlebars->27->2016" ] }, { @@ -4137,7 +4185,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->27->2024" + "default.handlebars->27->2032" ] }, { @@ -4178,7 +4226,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->27->1501", + "default.handlebars->27->1509", "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1" ] }, @@ -4199,7 +4247,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->27->1605" + "default.handlebars->27->1613" ] }, { @@ -4261,7 +4309,7 @@ "zh-chs": "代理离线", "zh-cht": "代理離線", "xloc": [ - "default.handlebars->27->981" + "default.handlebars->27->989" ] }, { @@ -4281,7 +4329,7 @@ "zh-chs": "代理在线", "zh-cht": "代理在線", "xloc": [ - "default.handlebars->27->980" + "default.handlebars->27->988" ] }, { @@ -4301,7 +4349,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->27->2040" + "default.handlebars->27->2048" ] }, { @@ -4321,7 +4369,7 @@ "zh-chs": "阿尔巴尼亚文", "zh-cht": "阿爾巴尼亞文", "xloc": [ - "default.handlebars->27->1020" + "default.handlebars->27->1028" ] }, { @@ -4363,7 +4411,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->27->1653" + "default.handlebars->27->1661" ] }, { @@ -4400,7 +4448,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->27->1651" + "default.handlebars->27->1659" ] }, { @@ -4420,9 +4468,9 @@ "zh-chs": "全部聚焦", "zh-cht": "全部聚焦", "xloc": [ - "default.handlebars->27->816", - "default.handlebars->27->818", - "default.handlebars->27->819" + "default.handlebars->27->824", + "default.handlebars->27->826", + "default.handlebars->27->827" ] }, { @@ -4442,8 +4490,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->27->1399", - "default.handlebars->27->1842" + "default.handlebars->27->1407", + "default.handlebars->27->1850" ] }, { @@ -4463,7 +4511,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->27->1400" + "default.handlebars->27->1408" ] }, { @@ -4527,7 +4575,7 @@ "zh-chs": "备用(F10 = ESC + 0)", "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->27->853" + "default.handlebars->27->861" ] }, { @@ -4568,8 +4616,8 @@ "zh-chs": "一直通知", "zh-cht": "一直通知", "xloc": [ - "default.handlebars->27->1313", - "default.handlebars->27->1890", + "default.handlebars->27->1321", + "default.handlebars->27->1898", "default.handlebars->27->601" ] }, @@ -4590,8 +4638,8 @@ "zh-chs": "一直提示", "zh-cht": "一直提示", "xloc": [ - "default.handlebars->27->1314", - "default.handlebars->27->1891", + "default.handlebars->27->1322", + "default.handlebars->27->1899", "default.handlebars->27->602" ] }, @@ -4832,7 +4880,7 @@ "zh-chs": "阿拉伯文(阿尔及利亚)", "zh-cht": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->27->1022" + "default.handlebars->27->1030" ] }, { @@ -4852,7 +4900,7 @@ "zh-chs": "阿拉伯文(巴林)", "zh-cht": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->27->1023" + "default.handlebars->27->1031" ] }, { @@ -4872,7 +4920,7 @@ "zh-chs": "阿拉伯文(埃及)", "zh-cht": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->27->1024" + "default.handlebars->27->1032" ] }, { @@ -4892,7 +4940,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "zh-cht": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->27->1025" + "default.handlebars->27->1033" ] }, { @@ -4912,7 +4960,7 @@ "zh-chs": "阿拉伯文(约旦)", "zh-cht": "阿拉伯文(約旦)", "xloc": [ - "default.handlebars->27->1026" + "default.handlebars->27->1034" ] }, { @@ -4932,7 +4980,7 @@ "zh-chs": "阿拉伯文(科威特)", "zh-cht": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->27->1027" + "default.handlebars->27->1035" ] }, { @@ -4952,7 +5000,7 @@ "zh-chs": "阿拉伯文(黎巴嫩)", "zh-cht": "阿拉伯文(黎巴嫩)", "xloc": [ - "default.handlebars->27->1028" + "default.handlebars->27->1036" ] }, { @@ -4972,7 +5020,7 @@ "zh-chs": "阿拉伯文(利比亚)", "zh-cht": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->27->1029" + "default.handlebars->27->1037" ] }, { @@ -4992,7 +5040,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "zh-cht": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->27->1030" + "default.handlebars->27->1038" ] }, { @@ -5012,7 +5060,7 @@ "zh-chs": "阿拉伯文(阿曼)", "zh-cht": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->27->1031" + "default.handlebars->27->1039" ] }, { @@ -5032,7 +5080,7 @@ "zh-chs": "阿拉伯文(卡塔尔)", "zh-cht": "阿拉伯文(卡塔爾)", "xloc": [ - "default.handlebars->27->1032" + "default.handlebars->27->1040" ] }, { @@ -5052,7 +5100,7 @@ "zh-chs": "阿拉伯文(沙特阿拉伯)", "zh-cht": "阿拉伯文(沙特阿拉伯)", "xloc": [ - "default.handlebars->27->1033" + "default.handlebars->27->1041" ] }, { @@ -5072,7 +5120,7 @@ "zh-chs": "阿拉伯文(标准)", "zh-cht": "阿拉伯文(標準)", "xloc": [ - "default.handlebars->27->1021" + "default.handlebars->27->1029" ] }, { @@ -5092,7 +5140,7 @@ "zh-chs": "阿拉伯文(叙利亚)", "zh-cht": "阿拉伯文(敘利亞)", "xloc": [ - "default.handlebars->27->1034" + "default.handlebars->27->1042" ] }, { @@ -5112,7 +5160,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "zh-cht": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->27->1035" + "default.handlebars->27->1043" ] }, { @@ -5132,7 +5180,7 @@ "zh-chs": "阿拉伯文(阿联酋)", "zh-cht": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->27->1036" + "default.handlebars->27->1044" ] }, { @@ -5152,7 +5200,7 @@ "zh-chs": "阿拉伯文(也门)", "zh-cht": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->27->1037" + "default.handlebars->27->1045" ] }, { @@ -5172,7 +5220,7 @@ "zh-chs": "阿拉贡文", "zh-cht": "阿拉貢文", "xloc": [ - "default.handlebars->27->1038" + "default.handlebars->27->1046" ] }, { @@ -5193,7 +5241,7 @@ "zh-cht": "結構", "xloc": [ "default-mobile.handlebars->9->330", - "default.handlebars->27->908" + "default.handlebars->27->916" ] }, { @@ -5234,7 +5282,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->9->404", - "default.handlebars->27->1377" + "default.handlebars->27->1385" ] }, { @@ -5254,7 +5302,7 @@ "zh-chs": "您确定要删除节点{0}吗?", "zh-cht": "你確定要刪除節點{0}嗎?", "xloc": [ - "default.handlebars->27->763" + "default.handlebars->27->771" ] }, { @@ -5274,7 +5322,7 @@ "zh-chs": "您确定要卸载所选代理吗?", "zh-cht": "你確定要卸載所選代理嗎?", "xloc": [ - "default.handlebars->27->752" + "default.handlebars->27->760" ] }, { @@ -5294,7 +5342,7 @@ "zh-chs": "您确定要卸载所选的{0}代理吗?", "zh-cht": "你確定要卸載所選的{0}代理嗎?", "xloc": [ - "default.handlebars->27->751" + "default.handlebars->27->759" ] }, { @@ -5314,7 +5362,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->27->2080" + "default.handlebars->27->2088" ] }, { @@ -5334,7 +5382,7 @@ "zh-chs": "亚美尼亚文", "zh-cht": "亞美尼亞文", "xloc": [ - "default.handlebars->27->1039" + "default.handlebars->27->1047" ] }, { @@ -5394,7 +5442,7 @@ "zh-chs": "阿萨姆文", "zh-cht": "阿薩姆文", "xloc": [ - "default.handlebars->27->1040" + "default.handlebars->27->1048" ] }, { @@ -5414,7 +5462,7 @@ "zh-chs": "阿斯图里亚斯文", "zh-cht": "阿斯圖里亞斯文", "xloc": [ - "default.handlebars->27->1041" + "default.handlebars->27->1049" ] }, { @@ -5434,7 +5482,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->27->1574" + "default.handlebars->27->1582" ] }, { @@ -5454,7 +5502,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->27->1894" + "default.handlebars->27->1902" ] }, { @@ -5478,8 +5526,8 @@ "default-mobile.handlebars->9->52", "default-mobile.handlebars->9->71", "default-mobile.handlebars->9->73", - "default.handlebars->27->1005", - "default.handlebars->27->1007", + "default.handlebars->27->1013", + "default.handlebars->27->1015", "default.handlebars->27->125", "default.handlebars->27->130" ] @@ -5561,7 +5609,7 @@ "zh-chs": "自动删除", "zh-cht": "自動刪除", "xloc": [ - "default.handlebars->27->1301" + "default.handlebars->27->1309" ] }, { @@ -5625,7 +5673,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->27->2033" + "default.handlebars->27->2041" ] }, { @@ -5645,7 +5693,7 @@ "zh-chs": "阿塞拜疆文", "zh-cht": "阿塞拜疆文", "xloc": [ - "default.handlebars->27->1042" + "default.handlebars->27->1050" ] }, { @@ -5666,7 +5714,7 @@ "zh-cht": "的BIOS", "xloc": [ "default-mobile.handlebars->9->372", - "default.handlebars->27->960" + "default.handlebars->27->968" ] }, { @@ -5781,8 +5829,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->27->1478", - "default.handlebars->27->1485", + "default.handlebars->27->1486", + "default.handlebars->27->1493", "default.handlebars->27->350", "default.handlebars->27->364" ] @@ -5804,8 +5852,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->27->1479", - "default.handlebars->27->1486", + "default.handlebars->27->1487", + "default.handlebars->27->1494", "default.handlebars->27->351", "default.handlebars->27->365", "default.handlebars->27->379" @@ -5848,7 +5896,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->27->1896" + "default.handlebars->27->1904" ] }, { @@ -5868,7 +5916,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->27->2015" + "default.handlebars->27->2023" ] }, { @@ -5888,7 +5936,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->27->2014" + "default.handlebars->27->2022" ] }, { @@ -5908,7 +5956,7 @@ "zh-chs": "巴斯克", "zh-cht": "巴斯克", "xloc": [ - "default.handlebars->27->1043" + "default.handlebars->27->1051" ] }, { @@ -5948,7 +5996,7 @@ "zh-chs": "白俄罗斯文", "zh-cht": "白俄羅斯文", "xloc": [ - "default.handlebars->27->1045" + "default.handlebars->27->1053" ] }, { @@ -5968,7 +6016,7 @@ "zh-chs": "孟加拉", "zh-cht": "孟加拉", "xloc": [ - "default.handlebars->27->1046" + "default.handlebars->27->1054" ] }, { @@ -6011,7 +6059,7 @@ "zh-chs": "波斯尼亚文", "zh-cht": "波斯尼亞文", "xloc": [ - "default.handlebars->27->1047" + "default.handlebars->27->1055" ] }, { @@ -6031,7 +6079,7 @@ "zh-chs": "布列塔尼", "zh-cht": "布列塔尼", "xloc": [ - "default.handlebars->27->1048" + "default.handlebars->27->1056" ] }, { @@ -6051,7 +6099,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->27->1810", + "default.handlebars->27->1818", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -6072,7 +6120,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->27->1743" + "default.handlebars->27->1751" ] }, { @@ -6092,7 +6140,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->27->1738" + "default.handlebars->27->1746" ] }, { @@ -6112,7 +6160,7 @@ "zh-chs": "保加利亚文", "zh-cht": "保加利亞文", "xloc": [ - "default.handlebars->27->1044" + "default.handlebars->27->1052" ] }, { @@ -6132,7 +6180,7 @@ "zh-chs": "缅甸文", "zh-cht": "緬甸文", "xloc": [ - "default.handlebars->27->1049" + "default.handlebars->27->1057" ] }, { @@ -6174,8 +6222,8 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->9->200", - "default.handlebars->27->1365", - "default.handlebars->27->1370", + "default.handlebars->27->1373", + "default.handlebars->27->1378", "default.handlebars->27->212", "default.handlebars->27->439" ] @@ -6197,7 +6245,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->27->2068" + "default.handlebars->27->2076" ] }, { @@ -6217,7 +6265,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->27->2069" + "default.handlebars->27->2077" ] }, { @@ -6238,7 +6286,7 @@ "zh-cht": "CPU", "xloc": [ "default-mobile.handlebars->9->378", - "default.handlebars->27->966" + "default.handlebars->27->974" ] }, { @@ -6258,7 +6306,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->27->2029" + "default.handlebars->27->2037" ] }, { @@ -6278,7 +6326,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->27->2032" + "default.handlebars->27->2040" ] }, { @@ -6298,7 +6346,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->27->2031" + "default.handlebars->27->2039" ] }, { @@ -6318,7 +6366,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->27->2030" + "default.handlebars->27->2038" ] }, { @@ -6338,8 +6386,8 @@ "zh-chs": "CR+LF", "zh-cht": "CR+LF", "xloc": [ - "default.handlebars->27->846", - "default.handlebars->27->855", + "default.handlebars->27->854", + "default.handlebars->27->863", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -6360,7 +6408,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->27->1661" + "default.handlebars->27->1669" ] }, { @@ -6380,8 +6428,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->27->1665", - "default.handlebars->27->1730", + "default.handlebars->27->1673", + "default.handlebars->27->1738", "default.handlebars->27->486" ] }, @@ -6402,7 +6450,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->27->2081" + "default.handlebars->27->2089" ] }, { @@ -6424,7 +6472,7 @@ "xloc": [ "default-mobile.handlebars->9->82", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1279", + "default.handlebars->27->1287", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -6453,8 +6501,8 @@ "xloc": [ "default-mobile.handlebars->9->386", "default-mobile.handlebars->9->388", - "default.handlebars->27->974", - "default.handlebars->27->976" + "default.handlebars->27->982", + "default.handlebars->27->984" ] }, { @@ -6475,7 +6523,7 @@ "zh-cht": "容量/速度", "xloc": [ "default-mobile.handlebars->9->381", - "default.handlebars->27->969" + "default.handlebars->27->977" ] }, { @@ -6495,7 +6543,7 @@ "zh-chs": "加泰罗尼亚文", "zh-cht": "加泰羅尼亞文", "xloc": [ - "default.handlebars->27->1050" + "default.handlebars->27->1058" ] }, { @@ -6535,7 +6583,7 @@ "zh-chs": "查莫罗", "zh-cht": "查莫羅", "xloc": [ - "default.handlebars->27->1051" + "default.handlebars->27->1059" ] }, { @@ -6577,7 +6625,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->27->1924" + "default.handlebars->27->1932" ] }, { @@ -6598,8 +6646,8 @@ "zh-cht": "更改群", "xloc": [ "default.handlebars->27->628", - "default.handlebars->27->760", - "default.handlebars->27->761" + "default.handlebars->27->768", + "default.handlebars->27->769" ] }, { @@ -6620,8 +6668,8 @@ "zh-cht": "更改密碼", "xloc": [ "default-mobile.handlebars->9->90", - "default.handlebars->27->1246", - "default.handlebars->27->1911" + "default.handlebars->27->1254", + "default.handlebars->27->1919" ] }, { @@ -6641,7 +6689,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->27->1931" + "default.handlebars->27->1939" ] }, { @@ -6661,7 +6709,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->27->1919" + "default.handlebars->27->1927" ] }, { @@ -6743,7 +6791,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->27->1910" + "default.handlebars->27->1918" ] }, { @@ -6783,7 +6831,7 @@ "zh-chs": "在此处更改您的帐户电邮地址。", "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ - "default.handlebars->27->1233" + "default.handlebars->27->1241" ] }, { @@ -6803,7 +6851,7 @@ "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。", "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->27->1239" + "default.handlebars->27->1247" ] }, { @@ -6823,7 +6871,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->27->1626" + "default.handlebars->27->1634" ] }, { @@ -6843,7 +6891,7 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->27->1610" + "default.handlebars->27->1618" ] }, { @@ -6863,7 +6911,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->27->1554" + "default.handlebars->27->1562" ] }, { @@ -6883,8 +6931,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->27->1612", - "default.handlebars->27->1633" + "default.handlebars->27->1620", + "default.handlebars->27->1641" ] }, { @@ -6904,7 +6952,7 @@ "zh-chs": "更改语言将需要刷新页面。", "zh-cht": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->27->1218" + "default.handlebars->27->1226" ] }, { @@ -6924,7 +6972,7 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->27->1682", + "default.handlebars->27->1690", "default.handlebars->27->681", "default.handlebars->27->700" ] @@ -6948,8 +6996,8 @@ "xloc": [ "default-mobile.handlebars->9->425", "default-mobile.handlebars->9->443", - "default.handlebars->27->1427", - "default.handlebars->27->1462" + "default.handlebars->27->1435", + "default.handlebars->27->1470" ] }, { @@ -6989,7 +7037,7 @@ "zh-chs": "车臣", "zh-cht": "車臣", "xloc": [ - "default.handlebars->27->1052" + "default.handlebars->27->1060" ] }, { @@ -7089,8 +7137,8 @@ "zh-chs": "检查...", "zh-cht": "檢查...", "xloc": [ - "default.handlebars->27->1018", - "default.handlebars->27->2075" + "default.handlebars->27->1026", + "default.handlebars->27->2083" ] }, { @@ -7110,7 +7158,7 @@ "zh-chs": "中文", "zh-cht": "中文", "xloc": [ - "default.handlebars->27->1053" + "default.handlebars->27->1061" ] }, { @@ -7130,7 +7178,7 @@ "zh-chs": "中文(香港)", "zh-cht": "中文(香港)", "xloc": [ - "default.handlebars->27->1054" + "default.handlebars->27->1062" ] }, { @@ -7150,7 +7198,7 @@ "zh-chs": "中文(中国)", "zh-cht": "中文(中國)", "xloc": [ - "default.handlebars->27->1055" + "default.handlebars->27->1063" ] }, { @@ -7170,7 +7218,7 @@ "zh-chs": "简体中文", "zh-cht": "簡體中文", "xloc": [ - "default.handlebars->27->1215" + "default.handlebars->27->1223" ] }, { @@ -7190,7 +7238,7 @@ "zh-chs": "中文(新加坡)", "zh-cht": "中文(新加坡)", "xloc": [ - "default.handlebars->27->1056" + "default.handlebars->27->1064" ] }, { @@ -7210,7 +7258,7 @@ "zh-chs": "中文(台湾)", "zh-cht": "中文(台灣)", "xloc": [ - "default.handlebars->27->1057" + "default.handlebars->27->1065" ] }, { @@ -7230,7 +7278,7 @@ "zh-chs": "繁体中文", "zh-cht": "繁體中文", "xloc": [ - "default.handlebars->27->1216" + "default.handlebars->27->1224" ] }, { @@ -7271,7 +7319,7 @@ "zh-chs": "楚瓦什", "zh-cht": "楚瓦什", "xloc": [ - "default.handlebars->27->1058" + "default.handlebars->27->1066" ] }, { @@ -7317,11 +7365,11 @@ "default-mobile.handlebars->9->318", "default-mobile.handlebars->9->320", "default-mobile.handlebars->9->59", - "default.handlebars->27->1548", - "default.handlebars->27->885", - "default.handlebars->27->887", - "default.handlebars->27->889", - "default.handlebars->27->891", + "default.handlebars->27->1556", + "default.handlebars->27->893", + "default.handlebars->27->895", + "default.handlebars->27->897", + "default.handlebars->27->899", "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" @@ -7364,7 +7412,7 @@ "zh-chs": "全部清除", "zh-cht": "全部清除", "xloc": [ - "default.handlebars->27->2002" + "default.handlebars->27->2010" ] }, { @@ -7384,7 +7432,7 @@ "zh-chs": "清除核心", "zh-cht": "清除核心", "xloc": [ - "default.handlebars->27->990" + "default.handlebars->27->998" ] }, { @@ -7424,7 +7472,7 @@ "zh-chs": "清除此通知", "zh-cht": "清除此通知", "xloc": [ - "default.handlebars->27->2001" + "default.handlebars->27->2009" ] }, { @@ -7484,8 +7532,8 @@ "zh-chs": "单击此处编辑设备组名称", "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ - "default.handlebars->27->1290", - "default.handlebars->27->1499" + "default.handlebars->27->1298", + "default.handlebars->27->1507" ] }, { @@ -7525,7 +7573,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->27->1799" + "default.handlebars->27->1807" ] }, { @@ -7586,7 +7634,7 @@ "zh-cht": "單擊確定將驗證電郵發送到:", "xloc": [ "default-mobile.handlebars->9->75", - "default.handlebars->27->1230" + "default.handlebars->27->1238" ] }, { @@ -7627,7 +7675,7 @@ "zh-cht": "客戶端控制模式(CCM)", "xloc": [ "default-mobile.handlebars->9->359", - "default.handlebars->27->947" + "default.handlebars->27->955" ] }, { @@ -7647,7 +7695,7 @@ "zh-chs": "客户编号", "zh-cht": "客戶編號", "xloc": [ - "default.handlebars->27->1272" + "default.handlebars->27->1280" ] }, { @@ -7667,8 +7715,8 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->27->1364", - "default.handlebars->27->1369" + "default.handlebars->27->1372", + "default.handlebars->27->1377" ] }, { @@ -7688,7 +7736,7 @@ "zh-chs": "客户机密", "zh-cht": "客戶機密", "xloc": [ - "default.handlebars->27->1273" + "default.handlebars->27->1281" ] }, { @@ -7732,7 +7780,7 @@ "default-mobile.handlebars->9->57", "default.handlebars->27->137", "default.handlebars->27->145", - "default.handlebars->27->837" + "default.handlebars->27->845" ] }, { @@ -7752,7 +7800,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->27->1559" + "default.handlebars->27->1567" ] }, { @@ -7840,8 +7888,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->27->1818", - "default.handlebars->27->1936" + "default.handlebars->27->1826", + "default.handlebars->27->1944" ] }, { @@ -7861,8 +7909,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->27->1824", - "default.handlebars->27->1948" + "default.handlebars->27->1832", + "default.handlebars->27->1956" ] }, { @@ -7882,7 +7930,7 @@ "zh-chs": "压缩档案...", "zh-cht": "壓縮檔案...", "xloc": [ - "default.handlebars->27->862" + "default.handlebars->27->870" ] }, { @@ -7903,7 +7951,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->9->127", - "default.handlebars->27->1543" + "default.handlebars->27->1551" ] }, { @@ -7925,14 +7973,14 @@ "xloc": [ "default-mobile.handlebars->9->276", "default-mobile.handlebars->9->405", - "default.handlebars->27->1378", - "default.handlebars->27->1710", - "default.handlebars->27->1789", - "default.handlebars->27->1838", - "default.handlebars->27->1934", + "default.handlebars->27->1386", + "default.handlebars->27->1718", + "default.handlebars->27->1797", + "default.handlebars->27->1846", + "default.handlebars->27->1942", "default.handlebars->27->465", - "default.handlebars->27->755", - "default.handlebars->27->764" + "default.handlebars->27->763", + "default.handlebars->27->772" ] }, { @@ -7953,7 +8001,7 @@ "zh-cht": "確認將1個副本複製到此位置?", "xloc": [ "default-mobile.handlebars->9->309", - "default.handlebars->27->880" + "default.handlebars->27->888" ] }, { @@ -7973,7 +8021,7 @@ "zh-chs": "确认{0}个条目的复制到此位置?", "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ - "default.handlebars->27->879" + "default.handlebars->27->887" ] }, { @@ -8013,7 +8061,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->27->1709" + "default.handlebars->27->1717" ] }, { @@ -8053,7 +8101,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->27->1788" + "default.handlebars->27->1796" ] }, { @@ -8073,7 +8121,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->27->1933" + "default.handlebars->27->1941" ] }, { @@ -8093,7 +8141,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->27->1841" + "default.handlebars->27->1849" ] }, { @@ -8113,7 +8161,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->27->1963" + "default.handlebars->27->1971" ] }, { @@ -8134,7 +8182,7 @@ "zh-cht": "確認將1個條目移動到此位置?", "xloc": [ "default-mobile.handlebars->9->311", - "default.handlebars->27->882" + "default.handlebars->27->890" ] }, { @@ -8154,7 +8202,7 @@ "zh-chs": "确认将{0}个条目移到此位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default.handlebars->27->881" + "default.handlebars->27->889" ] }, { @@ -8194,7 +8242,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->27->1542" + "default.handlebars->27->1550" ] }, { @@ -8214,8 +8262,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1831", - "default.handlebars->27->1954" + "default.handlebars->27->1839", + "default.handlebars->27->1962" ] }, { @@ -8235,8 +8283,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1833", - "default.handlebars->27->1967" + "default.handlebars->27->1841", + "default.handlebars->27->1975" ] }, { @@ -8256,7 +8304,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1956" + "default.handlebars->27->1964" ] }, { @@ -8276,7 +8324,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1959" + "default.handlebars->27->1967" ] }, { @@ -8296,8 +8344,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->27->1957", - "default.handlebars->27->1960" + "default.handlebars->27->1965", + "default.handlebars->27->1968" ] }, { @@ -8318,7 +8366,7 @@ "zh-cht": "確認刪除身份驗證軟體兩步登入?", "xloc": [ "default-mobile.handlebars->9->74", - "default.handlebars->27->1008" + "default.handlebars->27->1016" ] }, { @@ -8389,7 +8437,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->27->1471" + "default.handlebars->27->1479" ] }, { @@ -8409,7 +8457,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->27->1473" + "default.handlebars->27->1481" ] }, { @@ -8469,8 +8517,8 @@ "default-mobile.handlebars->9->291", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", - "default.handlebars->27->1317", - "default.handlebars->27->858", + "default.handlebars->27->1325", + "default.handlebars->27->866", "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", @@ -8517,8 +8565,8 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->27->1368", - "default.handlebars->27->1372" + "default.handlebars->27->1376", + "default.handlebars->27->1380" ] }, { @@ -8639,7 +8687,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->27->2020" + "default.handlebars->27->2028" ] }, { @@ -8659,7 +8707,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->27->2025" + "default.handlebars->27->2033" ] }, { @@ -8680,7 +8728,7 @@ "zh-cht": "現在已連接", "xloc": [ "default-mobile.handlebars->9->334", - "default.handlebars->27->912" + "default.handlebars->27->920" ] }, { @@ -8727,7 +8775,7 @@ "default.handlebars->27->240", "default.handlebars->27->266", "default.handlebars->27->9", - "default.handlebars->27->903", + "default.handlebars->27->911", "desktop.handlebars->3->2", "xterm.handlebars->9->2" ] @@ -8749,7 +8797,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->27->2039" + "default.handlebars->27->2047" ] }, { @@ -8769,7 +8817,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->27->2067" + "default.handlebars->27->2075" ] }, { @@ -8830,7 +8878,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->9->244", - "default.handlebars->27->1506", + "default.handlebars->27->1514", "default.handlebars->27->228", "default.handlebars->27->615", "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1" @@ -8919,7 +8967,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->27->2053" + "default.handlebars->27->2061" ] }, { @@ -9076,8 +9124,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->27->1511", - "default.handlebars->27->1530", + "default.handlebars->27->1519", + "default.handlebars->27->1538", "default.handlebars->27->192", "default.handlebars->27->367" ] @@ -9180,7 +9228,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->27->1602" + "default.handlebars->27->1610" ] }, { @@ -9326,7 +9374,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->27->2052" + "default.handlebars->27->2060" ] }, { @@ -9346,7 +9394,7 @@ "zh-chs": "科西嘉文", "zh-cht": "科西嘉文", "xloc": [ - "default.handlebars->27->1059" + "default.handlebars->27->1067" ] }, { @@ -9366,7 +9414,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->27->1757", + "default.handlebars->27->1765", "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" @@ -9409,7 +9457,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->27->1796" + "default.handlebars->27->1804" ] }, { @@ -9449,7 +9497,7 @@ "zh-chs": "使用以下选项创建一个新的设备组。", "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ - "default.handlebars->27->1253" + "default.handlebars->27->1261" ] }, { @@ -9489,7 +9537,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->27->1595" + "default.handlebars->27->1603" ] }, { @@ -9509,7 +9557,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->27->1721" + "default.handlebars->27->1729" ] }, { @@ -9551,7 +9599,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->27->1606" + "default.handlebars->27->1614" ] }, { @@ -9591,7 +9639,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->27->1870" + "default.handlebars->27->1878" ] }, { @@ -9611,7 +9659,7 @@ "zh-chs": "创建时间", "zh-cht": "創作時間", "xloc": [ - "default.handlebars->27->1300" + "default.handlebars->27->1308" ] }, { @@ -9653,8 +9701,8 @@ "zh-chs": "创建者", "zh-cht": "創作者", "xloc": [ - "default.handlebars->27->1298", - "default.handlebars->27->1299" + "default.handlebars->27->1306", + "default.handlebars->27->1307" ] }, { @@ -9674,7 +9722,7 @@ "zh-chs": "证书", "zh-cht": "證書", "xloc": [ - "default.handlebars->27->1270" + "default.handlebars->27->1278" ] }, { @@ -9694,7 +9742,7 @@ "zh-chs": "克里语", "zh-cht": "克里語", "xloc": [ - "default.handlebars->27->1060" + "default.handlebars->27->1068" ] }, { @@ -9714,7 +9762,7 @@ "zh-chs": "克罗地亚文", "zh-cht": "克羅地亞文", "xloc": [ - "default.handlebars->27->1061" + "default.handlebars->27->1069" ] }, { @@ -9881,7 +9929,7 @@ "zh-chs": "捷克文", "zh-cht": "捷克文", "xloc": [ - "default.handlebars->27->1062" + "default.handlebars->27->1070" ] }, { @@ -9921,7 +9969,7 @@ "zh-chs": "丹麦文", "zh-cht": "丹麥文", "xloc": [ - "default.handlebars->27->1063" + "default.handlebars->27->1071" ] }, { @@ -9941,7 +9989,7 @@ "zh-chs": "数据通道", "zh-cht": "數據通道", "xloc": [ - "default.handlebars->27->807", + "default.handlebars->27->815", "desktop.handlebars->3->12" ] }, @@ -9962,7 +10010,7 @@ "zh-chs": "日期和时间", "zh-cht": "日期和時間", "xloc": [ - "default.handlebars->27->1221" + "default.handlebars->27->1229" ] }, { @@ -9983,7 +10031,7 @@ "zh-cht": "天", "xloc": [ "default-mobile.handlebars->9->266", - "default.handlebars->27->739" + "default.handlebars->27->747" ] }, { @@ -10003,7 +10051,7 @@ "zh-chs": "停用客户端控制模式(CCM)", "zh-cht": "停用客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->27->1356" + "default.handlebars->27->1364" ] }, { @@ -10044,10 +10092,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->27->1744", - "default.handlebars->27->1792", - "default.handlebars->27->1803", - "default.handlebars->27->1859" + "default.handlebars->27->1752", + "default.handlebars->27->1800", + "default.handlebars->27->1811", + "default.handlebars->27->1867" ] }, { @@ -10071,9 +10119,9 @@ "default-mobile.handlebars->9->301", "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->27->1537", + "default.handlebars->27->1545", "default.handlebars->27->519", - "default.handlebars->27->871", + "default.handlebars->27->879", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->idx_dlgButtonBar->5", @@ -10101,7 +10149,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->9->84", - "default.handlebars->27->1238" + "default.handlebars->27->1246" ] }, { @@ -10121,7 +10169,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->27->1711" + "default.handlebars->27->1719" ] }, { @@ -10164,8 +10212,8 @@ "xloc": [ "default-mobile.handlebars->9->403", "default-mobile.handlebars->9->406", - "default.handlebars->27->1349", - "default.handlebars->27->1379" + "default.handlebars->27->1357", + "default.handlebars->27->1387" ] }, { @@ -10186,7 +10234,7 @@ "zh-cht": "刪除節點", "xloc": [ "default-mobile.handlebars->9->274", - "default.handlebars->27->765" + "default.handlebars->27->773" ] }, { @@ -10226,7 +10274,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->27->1909" + "default.handlebars->27->1917" ] }, { @@ -10246,8 +10294,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->27->1829", - "default.handlebars->27->1839" + "default.handlebars->27->1837", + "default.handlebars->27->1847" ] }, { @@ -10267,7 +10315,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->27->1790" + "default.handlebars->27->1798" ] }, { @@ -10287,7 +10335,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->27->1932" + "default.handlebars->27->1940" ] }, { @@ -10308,7 +10356,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->27->1707", + "default.handlebars->27->1715", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -10349,7 +10397,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->27->1786" + "default.handlebars->27->1794" ] }, { @@ -10389,7 +10437,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->27->1597" + "default.handlebars->27->1605" ] }, { @@ -10411,8 +10459,8 @@ "xloc": [ "default-mobile.handlebars->9->124", "default-mobile.handlebars->9->303", - "default.handlebars->27->1539", - "default.handlebars->27->873" + "default.handlebars->27->1547", + "default.handlebars->27->881" ] }, { @@ -10432,7 +10480,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->27->1837" + "default.handlebars->27->1845" ] }, { @@ -10454,8 +10502,8 @@ "xloc": [ "default-mobile.handlebars->9->123", "default-mobile.handlebars->9->302", - "default.handlebars->27->1538", - "default.handlebars->27->872" + "default.handlebars->27->1546", + "default.handlebars->27->880" ] }, { @@ -10495,7 +10543,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->27->1596" + "default.handlebars->27->1604" ] }, { @@ -10515,7 +10563,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->27->1598" + "default.handlebars->27->1606" ] }, { @@ -10535,7 +10583,7 @@ "zh-chs": "被拒绝", "zh-cht": "被拒絕", "xloc": [ - "default.handlebars->27->803", + "default.handlebars->27->811", "desktop.handlebars->3->8" ] }, @@ -10632,19 +10680,19 @@ "default-mobile.handlebars->9->340", "default-mobile.handlebars->9->395", "default-mobile.handlebars->9->408", - "default.handlebars->27->1258", - "default.handlebars->27->1295", - "default.handlebars->27->1381", - "default.handlebars->27->1795", - "default.handlebars->27->1805", - "default.handlebars->27->1806", - "default.handlebars->27->1835", + "default.handlebars->27->1266", + "default.handlebars->27->1303", + "default.handlebars->27->1389", + "default.handlebars->27->1803", + "default.handlebars->27->1813", + "default.handlebars->27->1814", + "default.handlebars->27->1843", "default.handlebars->27->560", "default.handlebars->27->561", "default.handlebars->27->77", - "default.handlebars->27->798", - "default.handlebars->27->918", - "default.handlebars->27->928", + "default.handlebars->27->806", + "default.handlebars->27->926", + "default.handlebars->27->936", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" ] }, @@ -10683,10 +10731,10 @@ "zh-cht": "桌面", "xloc": [ "default-mobile.handlebars->9->256", - "default.handlebars->27->1386", - "default.handlebars->27->1979", + "default.handlebars->27->1394", + "default.handlebars->27->1987", "default.handlebars->27->525", - "default.handlebars->27->843", + "default.handlebars->27->851", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", "desktop.handlebars->3->24" @@ -10729,8 +10777,8 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->27->1308", - "default.handlebars->27->1885", + "default.handlebars->27->1316", + "default.handlebars->27->1893", "default.handlebars->27->596" ] }, @@ -10751,8 +10799,8 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->27->1307", - "default.handlebars->27->1884", + "default.handlebars->27->1315", + "default.handlebars->27->1892", "default.handlebars->27->595" ] }, @@ -10773,8 +10821,8 @@ "zh-chs": "桌面提示+工具栏", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->27->1305", - "default.handlebars->27->1882", + "default.handlebars->27->1313", + "default.handlebars->27->1890", "default.handlebars->27->593" ] }, @@ -10816,8 +10864,8 @@ "zh-chs": "桌面工具栏", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->27->1306", - "default.handlebars->27->1883", + "default.handlebars->27->1314", + "default.handlebars->27->1891", "default.handlebars->27->594" ] }, @@ -10838,7 +10886,7 @@ "zh-chs": "桌面时段", "zh-cht": "桌面時段", "xloc": [ - "default.handlebars->27->842" + "default.handlebars->27->850" ] }, { @@ -10921,9 +10969,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->27->1408", + "default.handlebars->27->1416", "default.handlebars->27->183", - "default.handlebars->27->1951", + "default.handlebars->27->1959", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -10945,7 +10993,7 @@ "zh-cht": "裝置指令", "xloc": [ "default-mobile.handlebars->9->265", - "default.handlebars->27->734" + "default.handlebars->27->742" ] }, { @@ -10965,14 +11013,14 @@ "zh-chs": "设备组", "zh-cht": "裝置群", "xloc": [ - "default.handlebars->27->1403", - "default.handlebars->27->1406", - "default.handlebars->27->1407", - "default.handlebars->27->1658", - "default.handlebars->27->1821", - "default.handlebars->27->1827", - "default.handlebars->27->1939", - "default.handlebars->27->1988" + "default.handlebars->27->1411", + "default.handlebars->27->1414", + "default.handlebars->27->1415", + "default.handlebars->27->1666", + "default.handlebars->27->1829", + "default.handlebars->27->1835", + "default.handlebars->27->1947", + "default.handlebars->27->1996" ] }, { @@ -10993,7 +11041,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->9->450", - "default.handlebars->27->1469" + "default.handlebars->27->1477" ] }, { @@ -11014,11 +11062,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->27->1674", - "default.handlebars->27->1780", - "default.handlebars->27->1808", - "default.handlebars->27->1879", - "default.handlebars->27->2023", + "default.handlebars->27->1682", + "default.handlebars->27->1788", + "default.handlebars->27->1816", + "default.handlebars->27->1887", + "default.handlebars->27->2031", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -11059,7 +11107,7 @@ "zh-chs": "设备位置", "zh-cht": "裝置位置", "xloc": [ - "default.handlebars->27->766" + "default.handlebars->27->774" ] }, { @@ -11100,9 +11148,9 @@ "zh-cht": "裝置名稱", "xloc": [ "default-mobile.handlebars->9->278", - "default.handlebars->27->1987", + "default.handlebars->27->1995", "default.handlebars->27->284", - "default.handlebars->27->796", + "default.handlebars->27->804", "player.handlebars->3->9" ] }, @@ -11164,8 +11212,8 @@ "zh-chs": "设备连接。", "zh-cht": "裝置連接。", "xloc": [ - "default.handlebars->27->1226", - "default.handlebars->27->1490" + "default.handlebars->27->1234", + "default.handlebars->27->1498" ] }, { @@ -11185,8 +11233,8 @@ "zh-chs": "设备断开连接。", "zh-cht": "裝置斷開連接。", "xloc": [ - "default.handlebars->27->1227", - "default.handlebars->27->1491" + "default.handlebars->27->1235", + "default.handlebars->27->1499" ] }, { @@ -11206,7 +11254,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->27->1627" + "default.handlebars->27->1635" ] }, { @@ -11226,7 +11274,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->27->1628" + "default.handlebars->27->1636" ] }, { @@ -11246,7 +11294,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->27->1629" + "default.handlebars->27->1637" ] }, { @@ -11286,7 +11334,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->27->1624" + "default.handlebars->27->1632" ] }, { @@ -11306,7 +11354,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->27->1607" + "default.handlebars->27->1615" ] }, { @@ -11699,7 +11747,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->27->1609" + "default.handlebars->27->1617" ] }, { @@ -11736,8 +11784,8 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->27->1781", - "default.handlebars->27->1809" + "default.handlebars->27->1789", + "default.handlebars->27->1817" ] }, { @@ -11777,7 +11825,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->27->1640" + "default.handlebars->27->1648" ] }, { @@ -11799,8 +11847,8 @@ "xloc": [ "default-mobile.handlebars->9->292", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", - "default.handlebars->27->1318", - "default.handlebars->27->859", + "default.handlebars->27->1326", + "default.handlebars->27->867", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span", @@ -11937,7 +11985,7 @@ "zh-chs": "显示设备组名称", "zh-cht": "顯示裝置群名稱", "xloc": [ - "default.handlebars->27->1225" + "default.handlebars->27->1233" ] }, { @@ -11957,7 +12005,7 @@ "zh-chs": "显示名称", "zh-cht": "顯示名稱", "xloc": [ - "default.handlebars->27->828" + "default.handlebars->27->836" ] }, { @@ -11977,7 +12025,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->27->1510" + "default.handlebars->27->1518" ] }, { @@ -11997,7 +12045,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->27->1569" + "default.handlebars->27->1577" ] }, { @@ -12017,7 +12065,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->27->1577" + "default.handlebars->27->1585" ] }, { @@ -12037,7 +12085,7 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->27->1362" + "default.handlebars->27->1370" ] }, { @@ -12057,10 +12105,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->27->1745", - "default.handlebars->27->1793", - "default.handlebars->27->1802", - "default.handlebars->27->1858", + "default.handlebars->27->1753", + "default.handlebars->27->1801", + "default.handlebars->27->1810", + "default.handlebars->27->1866", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -12082,8 +12130,8 @@ "zh-chs": "不要配置", "zh-cht": "不要配置", "xloc": [ - "default.handlebars->27->1366", - "default.handlebars->27->1371" + "default.handlebars->27->1374", + "default.handlebars->27->1379" ] }, { @@ -12103,7 +12151,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->27->1367" + "default.handlebars->27->1375" ] }, { @@ -12223,7 +12271,7 @@ "zh-cht": "下載檔案", "xloc": [ "default-mobile.handlebars->9->322", - "default.handlebars->27->892" + "default.handlebars->27->900" ] }, { @@ -12263,7 +12311,7 @@ "zh-chs": "下载MeshCmd", "zh-cht": "下載MeshCmd", "xloc": [ - "default.handlebars->27->788" + "default.handlebars->27->796" ] }, { @@ -12323,7 +12371,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->27->1663", + "default.handlebars->27->1671", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -12344,7 +12392,7 @@ "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。", "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。", "xloc": [ - "default.handlebars->27->781" + "default.handlebars->27->789" ] }, { @@ -12424,7 +12472,7 @@ "zh-chs": "下载电源事件", "zh-cht": "下載電源事件", "xloc": [ - "default.handlebars->27->740" + "default.handlebars->27->748" ] }, { @@ -12524,7 +12572,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->27->1664" + "default.handlebars->27->1672" ] }, { @@ -12544,7 +12592,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->27->1729" + "default.handlebars->27->1737" ] }, { @@ -12625,7 +12673,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->27->1600" + "default.handlebars->27->1608" ] }, { @@ -12665,7 +12713,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->27->2019" + "default.handlebars->27->2027" ] }, { @@ -12705,7 +12753,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->27->1797" + "default.handlebars->27->1805" ] }, { @@ -12742,8 +12790,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->27->1973", - "default.handlebars->27->1993", + "default.handlebars->27->1981", + "default.handlebars->27->2001", "player.handlebars->3->2" ] }, @@ -12764,7 +12812,7 @@ "zh-chs": "在激活期间,代理将有权取得管理员密码信息。", "zh-cht": "在啟動期間,代理將有權取得管理員密碼訊息。", "xloc": [ - "default.handlebars->27->1376" + "default.handlebars->27->1384" ] }, { @@ -12784,7 +12832,7 @@ "zh-chs": "荷兰文(比利时)", "zh-cht": "荷蘭文(比利時)", "xloc": [ - "default.handlebars->27->1065" + "default.handlebars->27->1073" ] }, { @@ -12804,7 +12852,7 @@ "zh-chs": "荷兰文(标准)", "zh-cht": "荷蘭文(標準)", "xloc": [ - "default.handlebars->27->1064" + "default.handlebars->27->1072" ] }, { @@ -13066,7 +13114,7 @@ "zh-cht": "編輯裝置", "xloc": [ "default-mobile.handlebars->9->283", - "default.handlebars->27->801" + "default.handlebars->27->809" ] }, { @@ -13089,10 +13137,10 @@ "default-mobile.handlebars->9->409", "default-mobile.handlebars->9->411", "default-mobile.handlebars->9->429", - "default.handlebars->27->1382", - "default.handlebars->27->1412", - "default.handlebars->27->1435", - "default.handlebars->27->1447" + "default.handlebars->27->1390", + "default.handlebars->27->1420", + "default.handlebars->27->1443", + "default.handlebars->27->1455" ] }, { @@ -13112,7 +13160,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->27->1398" + "default.handlebars->27->1406" ] }, { @@ -13132,8 +13180,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->27->1432", - "default.handlebars->27->1444" + "default.handlebars->27->1440", + "default.handlebars->27->1452" ] }, { @@ -13153,7 +13201,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->27->1383" + "default.handlebars->27->1391" ] }, { @@ -13174,7 +13222,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->9->423", - "default.handlebars->27->1425" + "default.handlebars->27->1433" ] }, { @@ -13194,8 +13242,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->27->1437", - "default.handlebars->27->1439" + "default.handlebars->27->1445", + "default.handlebars->27->1447" ] }, { @@ -13235,7 +13283,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->27->1385" + "default.handlebars->27->1393" ] }, { @@ -13278,7 +13326,7 @@ "default-mobile.handlebars->9->273", "default.handlebars->27->575", "default.handlebars->27->578", - "default.handlebars->27->747" + "default.handlebars->27->755" ] }, { @@ -13299,7 +13347,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->9->436", - "default.handlebars->27->1454" + "default.handlebars->27->1462" ] }, { @@ -13319,7 +13367,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->27->1384" + "default.handlebars->27->1392" ] }, { @@ -13339,7 +13387,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->27->1445" + "default.handlebars->27->1453" ] }, { @@ -13359,7 +13407,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->27->1440" + "default.handlebars->27->1448" ] }, { @@ -13379,7 +13427,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->27->1836" + "default.handlebars->27->1844" ] }, { @@ -13399,7 +13447,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->27->1442" + "default.handlebars->27->1450" ] }, { @@ -13461,11 +13509,11 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->9->78", - "default.handlebars->27->1747", - "default.handlebars->27->1862", - "default.handlebars->27->1864", - "default.handlebars->27->1904", - "default.handlebars->27->1920", + "default.handlebars->27->1755", + "default.handlebars->27->1870", + "default.handlebars->27->1872", + "default.handlebars->27->1912", + "default.handlebars->27->1928", "default.handlebars->27->334", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -13496,7 +13544,7 @@ "zh-cht": "電郵地址變更", "xloc": [ "default-mobile.handlebars->9->79", - "default.handlebars->27->1234" + "default.handlebars->27->1242" ] }, { @@ -13517,7 +13565,7 @@ "zh-cht": "電郵認證", "xloc": [ "default-mobile.handlebars->9->68", - "default.handlebars->27->1002" + "default.handlebars->27->1010" ] }, { @@ -13577,7 +13625,7 @@ "zh-cht": "電郵驗證", "xloc": [ "default-mobile.handlebars->9->77", - "default.handlebars->27->1232" + "default.handlebars->27->1240" ] }, { @@ -13617,7 +13665,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->27->1693" + "default.handlebars->27->1701" ] }, { @@ -13637,8 +13685,8 @@ "zh-chs": "电邮已验证", "zh-cht": "電郵已驗證", "xloc": [ - "default.handlebars->27->1694", - "default.handlebars->27->1856" + "default.handlebars->27->1702", + "default.handlebars->27->1864" ] }, { @@ -13658,7 +13706,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->27->1753" + "default.handlebars->27->1761" ] }, { @@ -13678,7 +13726,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->27->1857" + "default.handlebars->27->1865" ] }, { @@ -13742,7 +13790,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->27->1754" + "default.handlebars->27->1762" ] }, { @@ -13762,7 +13810,7 @@ "zh-chs": "电邮/短信流量", "zh-cht": "電郵/短信流量", "xloc": [ - "default.handlebars->27->2061" + "default.handlebars->27->2069" ] }, { @@ -13808,7 +13856,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->27->1475" + "default.handlebars->27->1483" ] }, { @@ -13849,7 +13897,7 @@ "zh-cht": "啟用電郵二因子鑑別。", "xloc": [ "default-mobile.handlebars->9->70", - "default.handlebars->27->1004" + "default.handlebars->27->1012" ] }, { @@ -13889,7 +13937,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->27->1995" + "default.handlebars->27->2003" ] }, { @@ -13909,7 +13957,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->27->1639" + "default.handlebars->27->1647" ] }, { @@ -13949,7 +13997,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->27->1992" + "default.handlebars->27->2000" ] }, { @@ -13969,7 +14017,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->27->1562" + "default.handlebars->27->1570" ] }, { @@ -13989,7 +14037,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->27->1563" + "default.handlebars->27->1571" ] }, { @@ -14009,7 +14057,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->27->1560" + "default.handlebars->27->1568" ] }, { @@ -14029,7 +14077,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->27->1561" + "default.handlebars->27->1569" ] }, { @@ -14049,7 +14097,7 @@ "zh-chs": "英文", "zh-cht": "英文", "xloc": [ - "default.handlebars->27->1066" + "default.handlebars->27->1074" ] }, { @@ -14069,7 +14117,7 @@ "zh-chs": "英文(澳洲)", "zh-cht": "英文(澳洲)", "xloc": [ - "default.handlebars->27->1067" + "default.handlebars->27->1075" ] }, { @@ -14089,7 +14137,7 @@ "zh-chs": "英文(伯利茲)", "zh-cht": "英文(伯利茲)", "xloc": [ - "default.handlebars->27->1068" + "default.handlebars->27->1076" ] }, { @@ -14109,7 +14157,7 @@ "zh-chs": "英文(加拿大)", "zh-cht": "英文(加拿大)", "xloc": [ - "default.handlebars->27->1069" + "default.handlebars->27->1077" ] }, { @@ -14129,7 +14177,7 @@ "zh-chs": "英文(爱尔兰)", "zh-cht": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->27->1070" + "default.handlebars->27->1078" ] }, { @@ -14149,7 +14197,7 @@ "zh-chs": "英文(牙买加)", "zh-cht": "英文(牙買加)", "xloc": [ - "default.handlebars->27->1071" + "default.handlebars->27->1079" ] }, { @@ -14169,7 +14217,7 @@ "zh-chs": "英文(纽西兰)", "zh-cht": "英文(紐西蘭)", "xloc": [ - "default.handlebars->27->1072" + "default.handlebars->27->1080" ] }, { @@ -14189,7 +14237,7 @@ "zh-chs": "英文(菲律宾)", "zh-cht": "英文(菲律賓)", "xloc": [ - "default.handlebars->27->1073" + "default.handlebars->27->1081" ] }, { @@ -14209,7 +14257,7 @@ "zh-chs": "英语(南非)", "zh-cht": "英語(南非)", "xloc": [ - "default.handlebars->27->1074" + "default.handlebars->27->1082" ] }, { @@ -14229,7 +14277,7 @@ "zh-chs": "英文(特立尼达和多巴哥)", "zh-cht": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->27->1075" + "default.handlebars->27->1083" ] }, { @@ -14249,7 +14297,7 @@ "zh-chs": "英文(英国)", "zh-cht": "英文(英國)", "xloc": [ - "default.handlebars->27->1076" + "default.handlebars->27->1084" ] }, { @@ -14269,7 +14317,7 @@ "zh-chs": "美国英文", "zh-cht": "美國英語", "xloc": [ - "default.handlebars->27->1077" + "default.handlebars->27->1085" ] }, { @@ -14289,7 +14337,7 @@ "zh-chs": "英文(津巴布韦)", "zh-cht": "英文(津巴布韋)", "xloc": [ - "default.handlebars->27->1078" + "default.handlebars->27->1086" ] }, { @@ -14309,8 +14357,8 @@ "zh-chs": "输入", "zh-cht": "輸入", "xloc": [ - "default.handlebars->27->1260", - "default.handlebars->27->1261" + "default.handlebars->27->1268", + "default.handlebars->27->1269" ] }, { @@ -14330,7 +14378,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->27->1758" + "default.handlebars->27->1766" ] }, { @@ -14370,7 +14418,7 @@ "zh-chs": "输入文本,然后单击“确定”以使用美式英语键盘远程输入文本。在继续操作之前,请确保将远程鼠标放置在正确的位置。", "zh-cht": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ - "default.handlebars->27->822", + "default.handlebars->27->830", "desktop.handlebars->3->22" ] }, @@ -14433,7 +14481,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ - "default.handlebars->27->999" + "default.handlebars->27->1007" ] }, { @@ -14493,7 +14541,7 @@ "zh-chs": "世界文", "zh-cht": "世界語", "xloc": [ - "default.handlebars->27->1079" + "default.handlebars->27->1087" ] }, { @@ -14513,7 +14561,7 @@ "zh-chs": "爱沙尼亚文", "zh-cht": "愛沙尼亞語", "xloc": [ - "default.handlebars->27->1080" + "default.handlebars->27->1088" ] }, { @@ -14533,7 +14581,7 @@ "zh-chs": "事件详情", "zh-cht": "事件詳情", "xloc": [ - "default.handlebars->27->905" + "default.handlebars->27->913" ] }, { @@ -14553,7 +14601,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->27->1669" + "default.handlebars->27->1677" ] }, { @@ -14639,7 +14687,7 @@ "zh-cht": "到期時間", "xloc": [ "default.handlebars->27->185", - "default.handlebars->27->713" + "default.handlebars->27->728" ] }, { @@ -14699,7 +14747,7 @@ "zh-chs": "扩充式ASCII", "zh-cht": "擴充式ASCII", "xloc": [ - "default.handlebars->27->850" + "default.handlebars->27->858" ] }, { @@ -14739,7 +14787,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->27->2046" + "default.handlebars->27->2054" ] }, { @@ -14779,7 +14827,7 @@ "zh-chs": "FYRO马其顿语", "zh-cht": "FYRO馬其頓語", "xloc": [ - "default.handlebars->27->1130" + "default.handlebars->27->1138" ] }, { @@ -14799,7 +14847,7 @@ "zh-chs": "法罗语", "zh-cht": "法羅語", "xloc": [ - "default.handlebars->27->1081" + "default.handlebars->27->1089" ] }, { @@ -14839,7 +14887,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->27->1585" + "default.handlebars->27->1593" ] }, { @@ -14859,7 +14907,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->27->1592" + "default.handlebars->27->1600" ] }, { @@ -14879,7 +14927,7 @@ "zh-chs": "无法启动远程终端接合{0}({1})", "zh-cht": "無法啟動遠程終端接合{0}({1})", "xloc": [ - "default.handlebars->27->804", + "default.handlebars->27->812", "desktop.handlebars->3->9" ] }, @@ -14900,7 +14948,7 @@ "zh-chs": "波斯文(波斯文)", "zh-cht": "波斯語(波斯語)", "xloc": [ - "default.handlebars->27->1082" + "default.handlebars->27->1090" ] }, { @@ -14942,7 +14990,7 @@ "zh-chs": "功能", "zh-cht": "功能", "xloc": [ - "default.handlebars->27->1304" + "default.handlebars->27->1312" ] }, { @@ -14962,7 +15010,7 @@ "zh-chs": "斐济", "zh-cht": "斐濟", "xloc": [ - "default.handlebars->27->1083" + "default.handlebars->27->1091" ] }, { @@ -15004,7 +15052,7 @@ "xloc": [ "default-mobile.handlebars->9->306", "default.handlebars->27->517", - "default.handlebars->27->876" + "default.handlebars->27->884" ] }, { @@ -15024,8 +15072,8 @@ "zh-chs": "档案操作", "zh-cht": "檔案操作", "xloc": [ - "default.handlebars->27->861", - "default.handlebars->27->863" + "default.handlebars->27->869", + "default.handlebars->27->871" ] }, { @@ -15065,7 +15113,7 @@ "zh-chs": "文件系统驱动", "zh-cht": "FileSystemDriver", "xloc": [ - "default.handlebars->27->831" + "default.handlebars->27->839" ] }, { @@ -15087,8 +15135,8 @@ "xloc": [ "default-mobile.handlebars->9->167", "default-mobile.handlebars->9->257", - "default.handlebars->27->1393", - "default.handlebars->27->1980", + "default.handlebars->27->1401", + "default.handlebars->27->1988", "default.handlebars->27->251", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" @@ -15131,8 +15179,8 @@ "zh-chs": "档案通知", "zh-cht": "檔案通知", "xloc": [ - "default.handlebars->27->1312", - "default.handlebars->27->1889", + "default.handlebars->27->1320", + "default.handlebars->27->1897", "default.handlebars->27->600" ] }, @@ -15153,8 +15201,8 @@ "zh-chs": "档案提示", "zh-cht": "檔案提示", "xloc": [ - "default.handlebars->27->1311", - "default.handlebars->27->1888", + "default.handlebars->27->1319", + "default.handlebars->27->1896", "default.handlebars->27->599" ] }, @@ -15198,7 +15246,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->27->1558" + "default.handlebars->27->1566" ] }, { @@ -15218,7 +15266,7 @@ "zh-chs": "芬兰", "zh-cht": "芬蘭", "xloc": [ - "default.handlebars->27->1084" + "default.handlebars->27->1092" ] }, { @@ -15365,8 +15413,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->27->1752", - "default.handlebars->27->1929" + "default.handlebars->27->1760", + "default.handlebars->27->1937" ] }, { @@ -15449,7 +15497,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->27->1660" + "default.handlebars->27->1668" ] }, { @@ -15490,8 +15538,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->27->2004", - "default.handlebars->27->2006" + "default.handlebars->27->2012", + "default.handlebars->27->2014" ] }, { @@ -15532,7 +15580,7 @@ "zh-chs": "法文(比利时)", "zh-cht": "法語(比利時)", "xloc": [ - "default.handlebars->27->1086" + "default.handlebars->27->1094" ] }, { @@ -15552,7 +15600,7 @@ "zh-chs": "法文(加拿大)", "zh-cht": "法語(加拿大)", "xloc": [ - "default.handlebars->27->1087" + "default.handlebars->27->1095" ] }, { @@ -15572,7 +15620,7 @@ "zh-chs": "法文(法国)", "zh-cht": "法語(法國)", "xloc": [ - "default.handlebars->27->1088" + "default.handlebars->27->1096" ] }, { @@ -15592,7 +15640,7 @@ "zh-chs": "法文(卢森堡)", "zh-cht": "法語(盧森堡)", "xloc": [ - "default.handlebars->27->1089" + "default.handlebars->27->1097" ] }, { @@ -15612,7 +15660,7 @@ "zh-chs": "法文(摩纳哥)", "zh-cht": "法語(摩納哥)", "xloc": [ - "default.handlebars->27->1090" + "default.handlebars->27->1098" ] }, { @@ -15632,7 +15680,7 @@ "zh-chs": "法文(标准)", "zh-cht": "法語(標準)", "xloc": [ - "default.handlebars->27->1085" + "default.handlebars->27->1093" ] }, { @@ -15652,7 +15700,7 @@ "zh-chs": "法文(瑞士)", "zh-cht": "法語(瑞士)", "xloc": [ - "default.handlebars->27->1091" + "default.handlebars->27->1099" ] }, { @@ -15672,7 +15720,7 @@ "zh-chs": "弗里斯兰文", "zh-cht": "弗里斯蘭語", "xloc": [ - "default.handlebars->27->1092" + "default.handlebars->27->1100" ] }, { @@ -15692,7 +15740,7 @@ "zh-chs": "弗留利", "zh-cht": "弗留利", "xloc": [ - "default.handlebars->27->1093" + "default.handlebars->27->1101" ] }, { @@ -15716,9 +15764,9 @@ "default-mobile.handlebars->9->401", "default-mobile.handlebars->9->410", "default-mobile.handlebars->9->428", - "default.handlebars->27->1267", - "default.handlebars->27->1411", - "default.handlebars->27->1764" + "default.handlebars->27->1275", + "default.handlebars->27->1419", + "default.handlebars->27->1772" ] }, { @@ -15738,7 +15786,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->27->1446" + "default.handlebars->27->1454" ] }, { @@ -15837,7 +15885,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->27->1850" + "default.handlebars->27->1858" ] }, { @@ -15858,7 +15906,7 @@ "zh-cht": "GPU", "xloc": [ "default-mobile.handlebars->9->379", - "default.handlebars->27->967" + "default.handlebars->27->975" ] }, { @@ -15878,7 +15926,7 @@ "zh-chs": "盖尔文(爱尔兰)", "zh-cht": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->27->1095" + "default.handlebars->27->1103" ] }, { @@ -15898,7 +15946,7 @@ "zh-chs": "盖尔文(苏格兰文)", "zh-cht": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->27->1094" + "default.handlebars->27->1102" ] }, { @@ -15918,7 +15966,7 @@ "zh-chs": "加拉契文", "zh-cht": "加拉契語", "xloc": [ - "default.handlebars->27->1096" + "default.handlebars->27->1104" ] }, { @@ -16044,7 +16092,7 @@ "zh-chs": "格鲁吉亚文", "zh-cht": "格魯吉亞文", "xloc": [ - "default.handlebars->27->1097" + "default.handlebars->27->1105" ] }, { @@ -16064,7 +16112,7 @@ "zh-chs": "德文(奥地利)", "zh-cht": "德語(奧地利)", "xloc": [ - "default.handlebars->27->1099" + "default.handlebars->27->1107" ] }, { @@ -16084,7 +16132,7 @@ "zh-chs": "德文(德国)", "zh-cht": "德文(德國)", "xloc": [ - "default.handlebars->27->1100" + "default.handlebars->27->1108" ] }, { @@ -16104,7 +16152,7 @@ "zh-chs": "德文(列支敦士登)", "zh-cht": "德文(列支敦士登)", "xloc": [ - "default.handlebars->27->1101" + "default.handlebars->27->1109" ] }, { @@ -16124,7 +16172,7 @@ "zh-chs": "德文(卢森堡)", "zh-cht": "德語(盧森堡)", "xloc": [ - "default.handlebars->27->1102" + "default.handlebars->27->1110" ] }, { @@ -16144,7 +16192,7 @@ "zh-chs": "德文(标准)", "zh-cht": "德語(標準)", "xloc": [ - "default.handlebars->27->1098" + "default.handlebars->27->1106" ] }, { @@ -16164,7 +16212,7 @@ "zh-chs": "德文(瑞士)", "zh-cht": "德文(瑞士)", "xloc": [ - "default.handlebars->27->1103" + "default.handlebars->27->1111" ] }, { @@ -16225,7 +16273,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->27->1572" + "default.handlebars->27->1580" ] }, { @@ -16286,7 +16334,7 @@ "zh-chs": "好", "zh-cht": "好", "xloc": [ - "default.handlebars->27->1263" + "default.handlebars->27->1271" ] }, { @@ -16331,8 +16379,8 @@ "zh-chs": "Google云端硬盘备份", "zh-cht": "Google雲端硬盤備份", "xloc": [ - "default.handlebars->27->1274", - "default.handlebars->27->1277", + "default.handlebars->27->1282", + "default.handlebars->27->1285", "default.handlebars->27->201" ] }, @@ -16353,7 +16401,7 @@ "zh-chs": "Google云端硬盘控制台", "zh-cht": "Google雲端硬盤控制台", "xloc": [ - "default.handlebars->27->1271" + "default.handlebars->27->1279" ] }, { @@ -16393,7 +16441,7 @@ "zh-chs": "Google云端硬盘备份当前处于活动状态。", "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ - "default.handlebars->27->1275" + "default.handlebars->27->1283" ] }, { @@ -16413,7 +16461,7 @@ "zh-chs": "希腊文", "zh-cht": "希臘文", "xloc": [ - "default.handlebars->27->1104" + "default.handlebars->27->1112" ] }, { @@ -16455,8 +16503,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->27->1708", - "default.handlebars->27->1787", + "default.handlebars->27->1716", + "default.handlebars->27->1795", "default.handlebars->27->463", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -16480,7 +16528,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->27->1656" + "default.handlebars->27->1664" ] }, { @@ -16500,7 +16548,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->27->1804" + "default.handlebars->27->1812" ] }, { @@ -16520,7 +16568,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->27->1813" + "default.handlebars->27->1821" ] }, { @@ -16540,7 +16588,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->27->1410" + "default.handlebars->27->1418" ] }, { @@ -16560,7 +16608,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->27->1409" + "default.handlebars->27->1417" ] }, { @@ -16641,7 +16689,7 @@ "zh-chs": "古久拉提", "zh-cht": "古久拉提", "xloc": [ - "default.handlebars->27->1105" + "default.handlebars->27->1113" ] }, { @@ -16684,7 +16732,7 @@ "zh-chs": "海地文", "zh-cht": "海地文", "xloc": [ - "default.handlebars->27->1106" + "default.handlebars->27->1114" ] }, { @@ -16724,7 +16772,7 @@ "zh-chs": "强行断开代理", "zh-cht": "強行斷開代理", "xloc": [ - "default.handlebars->27->994" + "default.handlebars->27->1002" ] }, { @@ -16744,7 +16792,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->27->2048" + "default.handlebars->27->2056" ] }, { @@ -16764,7 +16812,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->27->2047" + "default.handlebars->27->2055" ] }, { @@ -16784,7 +16832,7 @@ "zh-chs": "希伯来文", "zh-cht": "希伯來文", "xloc": [ - "default.handlebars->27->1107" + "default.handlebars->27->1115" ] }, { @@ -16825,7 +16873,7 @@ "zh-chs": "帮助翻译MeshCentral", "zh-cht": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->27->1222" + "default.handlebars->27->1230" ] }, { @@ -16929,7 +16977,7 @@ "zh-chs": "印地文", "zh-cht": "印地文", "xloc": [ - "default.handlebars->27->1108" + "default.handlebars->27->1116" ] }, { @@ -16967,7 +17015,7 @@ "zh-cht": "保存1個項目進行複製", "xloc": [ "default-mobile.handlebars->9->315", - "default.handlebars->27->886" + "default.handlebars->27->894" ] }, { @@ -16988,7 +17036,7 @@ "zh-cht": "保存1個項目進行移動", "xloc": [ "default-mobile.handlebars->9->319", - "default.handlebars->27->890" + "default.handlebars->27->898" ] }, { @@ -17009,7 +17057,7 @@ "zh-cht": "保留{0}個項目進行複製", "xloc": [ "default-mobile.handlebars->9->313", - "default.handlebars->27->884" + "default.handlebars->27->892" ] }, { @@ -17030,7 +17078,7 @@ "zh-cht": "保存{0}個項目以進行移動", "xloc": [ "default-mobile.handlebars->9->317", - "default.handlebars->27->888" + "default.handlebars->27->896" ] }, { @@ -17051,7 +17099,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->9->129", - "default.handlebars->27->1545" + "default.handlebars->27->1553" ] }, { @@ -17077,7 +17125,7 @@ "default-mobile.handlebars->9->279", "default.handlebars->27->285", "default.handlebars->27->557", - "default.handlebars->27->797" + "default.handlebars->27->805" ] }, { @@ -17097,7 +17145,7 @@ "zh-chs": "主机名同步", "zh-cht": "主機名同步", "xloc": [ - "default.handlebars->27->1302" + "default.handlebars->27->1310" ] }, { @@ -17117,7 +17165,7 @@ "zh-chs": "匈牙利文", "zh-cht": "匈牙利文", "xloc": [ - "default.handlebars->27->1109" + "default.handlebars->27->1117" ] }, { @@ -17182,9 +17230,9 @@ "xloc": [ "default-mobile.handlebars->9->348", "default-mobile.handlebars->9->352", - "default.handlebars->27->926", - "default.handlebars->27->936", - "default.handlebars->27->940" + "default.handlebars->27->934", + "default.handlebars->27->944", + "default.handlebars->27->948" ] }, { @@ -17206,9 +17254,9 @@ "xloc": [ "default-mobile.handlebars->9->346", "default-mobile.handlebars->9->350", - "default.handlebars->27->924", - "default.handlebars->27->934", - "default.handlebars->27->938" + "default.handlebars->27->932", + "default.handlebars->27->942", + "default.handlebars->27->946" ] }, { @@ -17230,10 +17278,10 @@ "xloc": [ "default-mobile.handlebars->9->345", "default-mobile.handlebars->9->347", - "default.handlebars->27->923", - "default.handlebars->27->925", + "default.handlebars->27->931", "default.handlebars->27->933", - "default.handlebars->27->935" + "default.handlebars->27->941", + "default.handlebars->27->943" ] }, { @@ -17318,8 +17366,8 @@ "xloc": [ "default-mobile.handlebars->9->349", "default-mobile.handlebars->9->351", - "default.handlebars->27->937", - "default.handlebars->27->939" + "default.handlebars->27->945", + "default.handlebars->27->947" ] }, { @@ -17399,7 +17447,7 @@ "zh-chs": "冰岛文", "zh-cht": "冰島文", "xloc": [ - "default.handlebars->27->1110" + "default.handlebars->27->1118" ] }, { @@ -17420,7 +17468,7 @@ "zh-cht": "圖符選擇", "xloc": [ "default-mobile.handlebars->9->277", - "default.handlebars->27->795" + "default.handlebars->27->803" ] }, { @@ -17441,7 +17489,7 @@ "zh-cht": "識別符", "xloc": [ "default-mobile.handlebars->9->377", - "default.handlebars->27->965" + "default.handlebars->27->973" ] }, { @@ -17587,7 +17635,7 @@ "zh-chs": "印度尼西亚文", "zh-cht": "印度尼西亞文", "xloc": [ - "default.handlebars->27->1111" + "default.handlebars->27->1119" ] }, { @@ -17726,7 +17774,7 @@ "zh-chs": "安装CIRA", "zh-cht": "安裝CIRA", "xloc": [ - "default.handlebars->27->1335" + "default.handlebars->27->1343" ] }, { @@ -17746,7 +17794,7 @@ "zh-chs": "安装本地", "zh-cht": "安裝本地", "xloc": [ - "default.handlebars->27->1337" + "default.handlebars->27->1345" ] }, { @@ -17766,8 +17814,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->27->1477", - "default.handlebars->27->1484", + "default.handlebars->27->1485", + "default.handlebars->27->1492", "default.handlebars->27->349", "default.handlebars->27->363", "default.handlebars->27->377" @@ -17790,7 +17838,7 @@ "zh-chs": "英特尔(F10 = ESC + [OM)", "zh-cht": "Intel(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->27->852", + "default.handlebars->27->860", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -17811,7 +17859,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->27->2044" + "default.handlebars->27->2052" ] }, { @@ -17831,7 +17879,7 @@ "zh-chs": "英特尔ASCII", "zh-cht": "Intel ASCII", "xloc": [ - "default.handlebars->27->851" + "default.handlebars->27->859" ] }, { @@ -17854,11 +17902,11 @@ "default-mobile.handlebars->9->201", "default-mobile.handlebars->9->236", "default-mobile.handlebars->9->241", - "default.handlebars->27->1319", - "default.handlebars->27->1329", - "default.handlebars->27->1496", + "default.handlebars->27->1327", + "default.handlebars->27->1337", "default.handlebars->27->1504", - "default.handlebars->27->2066", + "default.handlebars->27->1512", + "default.handlebars->27->2074", "default.handlebars->27->527", "default.handlebars->27->582", "default.handlebars->27->610" @@ -18007,7 +18055,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->27->1358" + "default.handlebars->27->1366" ] }, { @@ -18027,7 +18075,7 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->27->1982", + "default.handlebars->27->1990", "player.handlebars->3->14" ] }, @@ -18068,7 +18116,7 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->27->1981", + "default.handlebars->27->1989", "player.handlebars->3->13" ] }, @@ -18132,8 +18180,8 @@ "zh-chs": "英特尔®AMT桌面和串行事件。", "zh-cht": "Intel® AMT桌面和串行事件。", "xloc": [ - "default.handlebars->27->1228", - "default.handlebars->27->1492" + "default.handlebars->27->1236", + "default.handlebars->27->1500" ] }, { @@ -18318,8 +18366,8 @@ "zh-cht": "僅限Intel® AMT,無代理", "xloc": [ "default-mobile.handlebars->9->392", - "default.handlebars->27->1257", - "default.handlebars->27->1292" + "default.handlebars->27->1265", + "default.handlebars->27->1300" ] }, { @@ -18380,7 +18428,7 @@ "zh-cht": "Intel ® Active Management Technology(Intel® AMT)", "xloc": [ "default-mobile.handlebars->9->369", - "default.handlebars->27->957" + "default.handlebars->27->965" ] }, { @@ -18582,7 +18630,7 @@ "zh-chs": "互动", "zh-cht": "互動", "xloc": [ - "default.handlebars->27->832" + "default.handlebars->27->840" ] }, { @@ -18602,8 +18650,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->27->1480", - "default.handlebars->27->1487", + "default.handlebars->27->1488", + "default.handlebars->27->1495", "default.handlebars->27->352", "default.handlebars->27->366", "default.handlebars->27->380" @@ -18646,7 +18694,7 @@ "zh-chs": "因纽特文", "zh-cht": "因紐特文", "xloc": [ - "default.handlebars->27->1112" + "default.handlebars->27->1120" ] }, { @@ -18666,7 +18714,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->27->2018" + "default.handlebars->27->2026" ] }, { @@ -18686,7 +18734,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->27->2012" + "default.handlebars->27->2020" ] }, { @@ -18706,8 +18754,8 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->27->1726", - "default.handlebars->27->1728" + "default.handlebars->27->1734", + "default.handlebars->27->1736" ] }, { @@ -18727,7 +18775,7 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->27->1724" + "default.handlebars->27->1732" ] }, { @@ -18747,7 +18795,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->27->2010" + "default.handlebars->27->2018" ] }, { @@ -18767,7 +18815,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->27->2011" + "default.handlebars->27->2019" ] }, { @@ -18894,7 +18942,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->27->1702" + "default.handlebars->27->1710" ] }, { @@ -18971,7 +19019,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->27->1482" + "default.handlebars->27->1490" ] }, { @@ -19011,7 +19059,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->27->1345", + "default.handlebars->27->1353", "default.handlebars->27->282", "default.handlebars->27->368" ] @@ -19033,11 +19081,11 @@ "zh-chs": "邀请码", "zh-cht": "邀請碼", "xloc": [ - "default.handlebars->27->1323", - "default.handlebars->27->1476", - "default.handlebars->27->1481", - "default.handlebars->27->1483", - "default.handlebars->27->1488" + "default.handlebars->27->1331", + "default.handlebars->27->1484", + "default.handlebars->27->1489", + "default.handlebars->27->1491", + "default.handlebars->27->1496" ] }, { @@ -19077,7 +19125,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->27->1344", + "default.handlebars->27->1352", "default.handlebars->27->281" ] }, @@ -19118,7 +19166,7 @@ "zh-chs": "爱尔兰文", "zh-cht": "愛爾蘭文", "xloc": [ - "default.handlebars->27->1113" + "default.handlebars->27->1121" ] }, { @@ -19138,7 +19186,7 @@ "zh-chs": "意大利文(标准)", "zh-cht": "意大利文(標準)", "xloc": [ - "default.handlebars->27->1114" + "default.handlebars->27->1122" ] }, { @@ -19158,7 +19206,7 @@ "zh-chs": "意大利文(瑞士)", "zh-cht": "義大利文(瑞士)", "xloc": [ - "default.handlebars->27->1115" + "default.handlebars->27->1123" ] }, { @@ -19178,7 +19226,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->27->1662" + "default.handlebars->27->1670" ] }, { @@ -19198,8 +19246,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->27->1667", - "default.handlebars->27->1732", + "default.handlebars->27->1675", + "default.handlebars->27->1740", "default.handlebars->27->488" ] }, @@ -19220,7 +19268,7 @@ "zh-chs": "日文", "zh-cht": "日文", "xloc": [ - "default.handlebars->27->1116" + "default.handlebars->27->1124" ] }, { @@ -19240,7 +19288,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->27->1555" + "default.handlebars->27->1563" ] }, { @@ -19260,7 +19308,7 @@ "zh-chs": "卡纳达文", "zh-cht": "卡納達文", "xloc": [ - "default.handlebars->27->1117" + "default.handlebars->27->1125" ] }, { @@ -19280,7 +19328,7 @@ "zh-chs": "克什米尔文", "zh-cht": "克什米爾文", "xloc": [ - "default.handlebars->27->1118" + "default.handlebars->27->1126" ] }, { @@ -19300,7 +19348,7 @@ "zh-chs": "哈萨克文", "zh-cht": "哈薩克文", "xloc": [ - "default.handlebars->27->1119" + "default.handlebars->27->1127" ] }, { @@ -19320,7 +19368,7 @@ "zh-chs": "内核驱动器", "zh-cht": "內核驅動器", "xloc": [ - "default.handlebars->27->833" + "default.handlebars->27->841" ] }, { @@ -19340,8 +19388,8 @@ "zh-chs": "键名", "zh-cht": "鍵名", "xloc": [ - "default.handlebars->27->1010", - "default.handlebars->27->1013" + "default.handlebars->27->1018", + "default.handlebars->27->1021" ] }, { @@ -19401,7 +19449,7 @@ "zh-chs": "高棉文", "zh-cht": "高棉文", "xloc": [ - "default.handlebars->27->1120" + "default.handlebars->27->1128" ] }, { @@ -19421,7 +19469,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->27->1570" + "default.handlebars->27->1578" ] }, { @@ -19441,7 +19489,7 @@ "zh-chs": "吉尔吉斯", "zh-cht": "吉爾吉斯", "xloc": [ - "default.handlebars->27->1121" + "default.handlebars->27->1129" ] }, { @@ -19461,7 +19509,7 @@ "zh-chs": "克林贡", "zh-cht": "克林貢", "xloc": [ - "default.handlebars->27->1122" + "default.handlebars->27->1130" ] }, { @@ -19482,7 +19530,7 @@ "zh-cht": "已知的", "xloc": [ "default-mobile.handlebars->9->368", - "default.handlebars->27->956" + "default.handlebars->27->964" ] }, { @@ -19502,7 +19550,7 @@ "zh-chs": "韩文", "zh-cht": "韓文", "xloc": [ - "default.handlebars->27->1123" + "default.handlebars->27->1131" ] }, { @@ -19522,7 +19570,7 @@ "zh-chs": "韩文(朝鲜)", "zh-cht": "韓文(朝鮮)", "xloc": [ - "default.handlebars->27->1124" + "default.handlebars->27->1132" ] }, { @@ -19542,7 +19590,7 @@ "zh-chs": "韩文(韩国)", "zh-cht": "韓文(韓國)", "xloc": [ - "default.handlebars->27->1125" + "default.handlebars->27->1133" ] }, { @@ -19562,8 +19610,8 @@ "zh-chs": "如果", "zh-cht": "如果", "xloc": [ - "default.handlebars->27->847", - "default.handlebars->27->856" + "default.handlebars->27->855", + "default.handlebars->27->864" ] }, { @@ -19583,7 +19631,7 @@ "zh-chs": "语言", "zh-cht": "語言", "xloc": [ - "default.handlebars->27->1220" + "default.handlebars->27->1228" ] }, { @@ -19623,7 +19671,7 @@ "zh-chs": "大焦点", "zh-cht": "大焦點", "xloc": [ - "default.handlebars->27->821" + "default.handlebars->27->829" ] }, { @@ -19836,7 +19884,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->27->1675" + "default.handlebars->27->1683" ] }, { @@ -19856,7 +19904,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->27->1871" + "default.handlebars->27->1879" ] }, { @@ -19882,9 +19930,9 @@ "default.handlebars->27->69", "default.handlebars->27->71", "default.handlebars->27->73", - "default.handlebars->27->914", - "default.handlebars->27->915", - "default.handlebars->27->916" + "default.handlebars->27->922", + "default.handlebars->27->923", + "default.handlebars->27->924" ] }, { @@ -19907,8 +19955,8 @@ "default-mobile.handlebars->9->333", "default-mobile.handlebars->9->335", "default.handlebars->27->68", - "default.handlebars->27->911", - "default.handlebars->27->913" + "default.handlebars->27->919", + "default.handlebars->27->921" ] }, { @@ -19928,7 +19976,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->27->1875" + "default.handlebars->27->1883" ] }, { @@ -19988,7 +20036,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->27->1685" + "default.handlebars->27->1693" ] }, { @@ -20089,7 +20137,7 @@ "zh-chs": "拉丁文", "zh-cht": "拉丁文", "xloc": [ - "default.handlebars->27->1126" + "default.handlebars->27->1134" ] }, { @@ -20109,7 +20157,7 @@ "zh-chs": "拉脱维亚文", "zh-cht": "拉脫維亞文", "xloc": [ - "default.handlebars->27->1127" + "default.handlebars->27->1135" ] }, { @@ -20129,7 +20177,7 @@ "zh-chs": "启动MeshCentral路由器", "zh-cht": "啟動MeshCentral路由器", "xloc": [ - "default.handlebars->27->772" + "default.handlebars->27->780" ] }, { @@ -20189,7 +20237,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->27->1915" + "default.handlebars->27->1923" ] }, { @@ -20234,7 +20282,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->27->1556" + "default.handlebars->27->1564" ] }, { @@ -20254,7 +20302,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->27->2083" + "default.handlebars->27->2091" ] }, { @@ -20317,7 +20365,7 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->9->441", - "default.handlebars->27->1460", + "default.handlebars->27->1468", "default.handlebars->27->673", "default.handlebars->27->692" ] @@ -20340,7 +20388,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->9->416", - "default.handlebars->27->1417" + "default.handlebars->27->1425" ] }, { @@ -20566,7 +20614,7 @@ "zh-chs": "Linux ARM,Raspberry Pi(32位)", "zh-cht": "Linux ARM,Raspberry Pi(32位)", "xloc": [ - "default.handlebars->27->779" + "default.handlebars->27->787" ] }, { @@ -20690,7 +20738,7 @@ "zh-chs": "Linux x86(32位)", "zh-cht": "Linux x86(32位)", "xloc": [ - "default.handlebars->27->776" + "default.handlebars->27->784" ] }, { @@ -20710,7 +20758,7 @@ "zh-chs": "Linux x86(64位)", "zh-cht": "Linux x86(64位)", "xloc": [ - "default.handlebars->27->777" + "default.handlebars->27->785" ] }, { @@ -20788,7 +20836,7 @@ "zh-chs": "立陶宛文", "zh-cht": "立陶宛文", "xloc": [ - "default.handlebars->27->1128" + "default.handlebars->27->1136" ] }, { @@ -20809,11 +20857,11 @@ "zh-cht": "載入中...", "xloc": [ "default-mobile.handlebars->9->72", - "default.handlebars->27->1006", - "default.handlebars->27->1283", - "default.handlebars->27->1287", - "default.handlebars->27->1969", - "default.handlebars->27->768" + "default.handlebars->27->1014", + "default.handlebars->27->1291", + "default.handlebars->27->1295", + "default.handlebars->27->1977", + "default.handlebars->27->776" ] }, { @@ -20895,7 +20943,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->27->1578" + "default.handlebars->27->1586" ] }, { @@ -20915,7 +20963,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->27->1579" + "default.handlebars->27->1587" ] }, { @@ -20935,7 +20983,7 @@ "zh-chs": "本地化设置", "zh-cht": "本地化設置", "xloc": [ - "default.handlebars->27->1223", + "default.handlebars->27->1231", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -20996,7 +21044,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1772" + "default.handlebars->27->1780" ] }, { @@ -21016,8 +21064,8 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->27->1429", - "default.handlebars->27->1775" + "default.handlebars->27->1437", + "default.handlebars->27->1783" ] }, { @@ -21037,7 +21085,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1705" + "default.handlebars->27->1713" ] }, { @@ -21057,7 +21105,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->27->1686" + "default.handlebars->27->1694" ] }, { @@ -21077,7 +21125,7 @@ "zh-chs": "被锁定账户", "zh-cht": "被鎖定賬戶", "xloc": [ - "default.handlebars->27->1847" + "default.handlebars->27->1855" ] }, { @@ -21097,7 +21145,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->27->1604" + "default.handlebars->27->1612" ] }, { @@ -21337,7 +21385,7 @@ "zh-chs": "卢森堡文", "zh-cht": "盧森堡文", "xloc": [ - "default.handlebars->27->1129" + "default.handlebars->27->1137" ] }, { @@ -21359,10 +21407,10 @@ "xloc": [ "default-mobile.handlebars->9->341", "default-mobile.handlebars->9->343", - "default.handlebars->27->919", - "default.handlebars->27->921", + "default.handlebars->27->927", "default.handlebars->27->929", - "default.handlebars->27->931" + "default.handlebars->27->937", + "default.handlebars->27->939" ] }, { @@ -21404,8 +21452,8 @@ "zh-cht": "MAC:{0}", "xloc": [ "default-mobile.handlebars->9->344", - "default.handlebars->27->922", - "default.handlebars->27->932" + "default.handlebars->27->930", + "default.handlebars->27->940" ] }, { @@ -21426,8 +21474,8 @@ "zh-cht": "MAC:{0},網關:{1}", "xloc": [ "default-mobile.handlebars->9->342", - "default.handlebars->27->920", - "default.handlebars->27->930" + "default.handlebars->27->928", + "default.handlebars->27->938" ] }, { @@ -21515,8 +21563,8 @@ "default.handlebars->27->218", "default.handlebars->27->445", "default.handlebars->27->614", - "default.handlebars->27->984", - "default.handlebars->27->985", + "default.handlebars->27->992", + "default.handlebars->27->993", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3" ] }, @@ -21721,7 +21769,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->27->2055" + "default.handlebars->27->2063" ] }, { @@ -21741,7 +21789,7 @@ "zh-chs": "马来文", "zh-cht": "馬來文", "xloc": [ - "default.handlebars->27->1131" + "default.handlebars->27->1139" ] }, { @@ -21761,7 +21809,7 @@ "zh-chs": "玛拉雅拉姆文", "zh-cht": "馬拉雅拉姆文", "xloc": [ - "default.handlebars->27->1132" + "default.handlebars->27->1140" ] }, { @@ -21781,7 +21829,7 @@ "zh-chs": "马耳他文", "zh-cht": "馬耳他文", "xloc": [ - "default.handlebars->27->1133" + "default.handlebars->27->1141" ] }, { @@ -21824,8 +21872,8 @@ "xloc": [ "default-mobile.handlebars->9->413", "default-mobile.handlebars->9->431", - "default.handlebars->27->1414", - "default.handlebars->27->1449" + "default.handlebars->27->1422", + "default.handlebars->27->1457" ] }, { @@ -21847,8 +21895,8 @@ "xloc": [ "default-mobile.handlebars->9->412", "default-mobile.handlebars->9->430", - "default.handlebars->27->1413", - "default.handlebars->27->1448" + "default.handlebars->27->1421", + "default.handlebars->27->1456" ] }, { @@ -21888,7 +21936,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->27->1770" + "default.handlebars->27->1778" ] }, { @@ -21928,7 +21976,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->27->1769" + "default.handlebars->27->1777" ] }, { @@ -21948,7 +21996,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->27->1768", + "default.handlebars->27->1776", "default.handlebars->27->686" ] }, @@ -22075,7 +22123,7 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default.handlebars->27->1256" + "default.handlebars->27->1264" ] }, { @@ -22096,7 +22144,7 @@ "zh-cht": "使用軟體代理進行管理", "xloc": [ "default-mobile.handlebars->9->393", - "default.handlebars->27->1293" + "default.handlebars->27->1301" ] }, { @@ -22116,7 +22164,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->27->1691" + "default.handlebars->27->1699" ] }, { @@ -22176,7 +22224,7 @@ "zh-chs": "毛利文", "zh-cht": "毛利文", "xloc": [ - "default.handlebars->27->1134" + "default.handlebars->27->1142" ] }, { @@ -22217,7 +22265,7 @@ "zh-chs": "马拉地文", "zh-cht": "馬拉地文", "xloc": [ - "default.handlebars->27->1135" + "default.handlebars->27->1143" ] }, { @@ -22237,7 +22285,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->27->2016" + "default.handlebars->27->2024" ] }, { @@ -22302,7 +22350,7 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->27->2045" + "default.handlebars->27->2053" ] }, { @@ -22323,8 +22371,8 @@ "zh-cht": "記憶體", "xloc": [ "default-mobile.handlebars->9->384", - "default.handlebars->27->2036", - "default.handlebars->27->972", + "default.handlebars->27->2044", + "default.handlebars->27->980", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -22356,8 +22404,8 @@ "default.handlebars->27->407", "default.handlebars->27->562", "default.handlebars->27->606", - "default.handlebars->27->910", - "default.handlebars->27->917" + "default.handlebars->27->918", + "default.handlebars->27->925" ] }, { @@ -22378,7 +22426,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->9->420", - "default.handlebars->27->1422" + "default.handlebars->27->1430" ] }, { @@ -22462,8 +22510,8 @@ "zh-chs": "MeshAction(.txt)", "zh-cht": "MeshAction(.txt)", "xloc": [ - "default.handlebars->27->785", - "default.handlebars->27->787" + "default.handlebars->27->793", + "default.handlebars->27->795" ] }, { @@ -22483,7 +22531,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->27->2057" + "default.handlebars->27->2065" ] }, { @@ -22503,7 +22551,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->27->2058" + "default.handlebars->27->2066" ] }, { @@ -22543,7 +22591,7 @@ "zh-chs": "MeshCentral错误", "zh-cht": "MeshCentral錯誤", "xloc": [ - "default.handlebars->27->1286" + "default.handlebars->27->1294" ] }, { @@ -22563,7 +22611,7 @@ "zh-chs": "MeshCentral路由器", "zh-cht": "MeshCentral Router", "xloc": [ - "default.handlebars->27->773" + "default.handlebars->27->781" ] }, { @@ -22583,7 +22631,7 @@ "zh-chs": "MeshCentral 路由器是Windows工具,用于TCP端口映射。例如,您可以通过该服务器将RDP放入远程设备。", "zh-cht": "MeshCentral Router是Windows工具,用於TCP介面映射。例如,你可以通過該伺服器將RDP放入遠程裝置。", "xloc": [ - "default.handlebars->27->769" + "default.handlebars->27->777" ] }, { @@ -22624,7 +22672,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->27->2056" + "default.handlebars->27->2064" ] }, { @@ -22666,7 +22714,7 @@ "xloc": [ "default.handlebars->27->115", "default.handlebars->27->117", - "default.handlebars->27->1282" + "default.handlebars->27->1290" ] }, { @@ -22688,7 +22736,7 @@ "xloc": [ "default.handlebars->27->233", "default.handlebars->27->636", - "default.handlebars->27->783" + "default.handlebars->27->791" ] }, { @@ -22708,7 +22756,7 @@ "zh-chs": "MeshCmd(Linux ARM,32位)", "zh-cht": "MeshCmd(Linux ARM,32位)", "xloc": [ - "default.handlebars->27->794" + "default.handlebars->27->802" ] }, { @@ -22728,7 +22776,7 @@ "zh-chs": "MeshCmd(Linux x86,32bit)", "zh-cht": "MeshCmd(Linux x86,32bit)", "xloc": [ - "default.handlebars->27->791" + "default.handlebars->27->799" ] }, { @@ -22748,7 +22796,7 @@ "zh-chs": "MeshCmd(Linux x86,64位)", "zh-cht": "MeshCmd(Linux x86,64位)", "xloc": [ - "default.handlebars->27->792" + "default.handlebars->27->800" ] }, { @@ -22768,7 +22816,7 @@ "zh-chs": "MeshCmd(Win32可执行档案)", "zh-cht": "MeshCmd(Win32可執行檔案)", "xloc": [ - "default.handlebars->27->789" + "default.handlebars->27->797" ] }, { @@ -22788,7 +22836,7 @@ "zh-chs": "MeshCmd(Win64可执行档案)", "zh-cht": "MeshCmd(Win64可執行檔案)", "xloc": [ - "default.handlebars->27->790" + "default.handlebars->27->798" ] }, { @@ -22808,7 +22856,7 @@ "zh-chs": "MeshCmd(macOS,64位)", "zh-cht": "MeshCmd(macOS,64位)", "xloc": [ - "default.handlebars->27->793" + "default.handlebars->27->801" ] }, { @@ -22828,7 +22876,7 @@ "zh-chs": "MeshCmd是一个可以执行许多不同操作的命令行工具。可以选择下载和编辑操作档案以提供服务器信息和凭据。", "zh-cht": "MeshCmd是一個可以執行許多不同操作的命令行工具。可以選擇下載和編輯操作檔案以提供伺服器訊息和憑據。", "xloc": [ - "default.handlebars->27->780" + "default.handlebars->27->788" ] }, { @@ -22913,7 +22961,7 @@ "xloc": [ "default.handlebars->27->353", "default.handlebars->27->623", - "default.handlebars->27->749" + "default.handlebars->27->757" ] }, { @@ -22953,7 +23001,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->27->2054" + "default.handlebars->27->2062" ] }, { @@ -23076,7 +23124,7 @@ "zh-cht": "模型", "xloc": [ "default-mobile.handlebars->9->385", - "default.handlebars->27->973" + "default.handlebars->27->981" ] }, { @@ -23116,7 +23164,7 @@ "zh-chs": "摩尔达维亚文", "zh-cht": "摩爾達維亞文", "xloc": [ - "default.handlebars->27->1136" + "default.handlebars->27->1144" ] }, { @@ -23136,7 +23184,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->27->2082" + "default.handlebars->27->2090" ] }, { @@ -23157,7 +23205,7 @@ "zh-cht": "母板", "xloc": [ "default-mobile.handlebars->9->380", - "default.handlebars->27->968" + "default.handlebars->27->976" ] }, { @@ -23217,7 +23265,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->27->1603" + "default.handlebars->27->1611" ] }, { @@ -23237,7 +23285,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->27->1636" + "default.handlebars->27->1644" ] }, { @@ -23277,7 +23325,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->27->1994" + "default.handlebars->27->2002" ] }, { @@ -23410,7 +23458,7 @@ "zh-chs": "我的服务器控制台", "zh-cht": "我的伺服器控制台", "xloc": [ - "default.handlebars->27->979" + "default.handlebars->27->987" ] }, { @@ -23572,8 +23620,8 @@ "zh-chs": "我的密钥", "zh-cht": "我的密鍵", "xloc": [ - "default.handlebars->27->1011", - "default.handlebars->27->1014" + "default.handlebars->27->1019", + "default.handlebars->27->1022" ] }, { @@ -23620,21 +23668,21 @@ "default-mobile.handlebars->9->407", "default-mobile.handlebars->9->97", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1", - "default.handlebars->27->1254", - "default.handlebars->27->1294", - "default.handlebars->27->1380", - "default.handlebars->27->1673", - "default.handlebars->27->1778", - "default.handlebars->27->1794", - "default.handlebars->27->1801", - "default.handlebars->27->1834", - "default.handlebars->27->1853", + "default.handlebars->27->1262", + "default.handlebars->27->1302", + "default.handlebars->27->1388", + "default.handlebars->27->1681", + "default.handlebars->27->1786", + "default.handlebars->27->1802", + "default.handlebars->27->1809", + "default.handlebars->27->1842", + "default.handlebars->27->1861", "default.handlebars->27->550", "default.handlebars->27->76", - "default.handlebars->27->827", + "default.handlebars->27->835", "default.handlebars->27->90", - "default.handlebars->27->906", - "default.handlebars->27->962", + "default.handlebars->27->914", + "default.handlebars->27->970", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default.handlebars->container->column_l->p42->p42tbl->1->0->2" @@ -23677,7 +23725,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->27->1760" + "default.handlebars->27->1768" ] }, { @@ -23697,7 +23745,7 @@ "zh-chs": "纳瓦霍文", "zh-cht": "納瓦霍文", "xloc": [ - "default.handlebars->27->1137" + "default.handlebars->27->1145" ] }, { @@ -23717,7 +23765,7 @@ "zh-chs": "恩东加", "zh-cht": "恩東加", "xloc": [ - "default.handlebars->27->1138" + "default.handlebars->27->1146" ] }, { @@ -23737,7 +23785,7 @@ "zh-chs": "尼泊尔文", "zh-cht": "尼泊爾文", "xloc": [ - "default.handlebars->27->1139" + "default.handlebars->27->1147" ] }, { @@ -23757,7 +23805,7 @@ "zh-chs": "网络接口", "zh-cht": "網絡介面", "xloc": [ - "default.handlebars->27->767" + "default.handlebars->27->775" ] }, { @@ -23795,8 +23843,8 @@ "zh-cht": "網路", "xloc": [ "default-mobile.handlebars->9->353", - "default.handlebars->27->927", - "default.handlebars->27->941" + "default.handlebars->27->935", + "default.handlebars->27->949" ] }, { @@ -23837,7 +23885,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->27->1643" + "default.handlebars->27->1651" ] }, { @@ -23878,9 +23926,9 @@ "zh-cht": "新裝置群", "xloc": [ "default-mobile.handlebars->9->91", - "default.handlebars->27->1247", - "default.handlebars->27->1259", - "default.handlebars->27->759" + "default.handlebars->27->1255", + "default.handlebars->27->1267", + "default.handlebars->27->767" ] }, { @@ -23902,8 +23950,8 @@ "xloc": [ "default-mobile.handlebars->9->120", "default-mobile.handlebars->9->299", - "default.handlebars->27->1535", - "default.handlebars->27->869", + "default.handlebars->27->1543", + "default.handlebars->27->877", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" ] @@ -23967,8 +24015,8 @@ "xloc": [ "default-mobile.handlebars->9->86", "default-mobile.handlebars->9->87", - "default.handlebars->27->1242", - "default.handlebars->27->1243" + "default.handlebars->27->1250", + "default.handlebars->27->1251" ] }, { @@ -24070,7 +24118,7 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->27->1456", + "default.handlebars->27->1464", "default.handlebars->27->674", "default.handlebars->27->693" ] @@ -24092,7 +24140,7 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->27->1418" + "default.handlebars->27->1426" ] }, { @@ -24112,9 +24160,9 @@ "zh-chs": "找不到事件", "zh-cht": "找不到事件", "xloc": [ - "default.handlebars->27->1649", - "default.handlebars->27->1968", - "default.handlebars->27->904" + "default.handlebars->27->1657", + "default.handlebars->27->1976", + "default.handlebars->27->912" ] }, { @@ -24135,7 +24183,7 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->9->418", - "default.handlebars->27->1420" + "default.handlebars->27->1428" ] }, { @@ -24156,7 +24204,7 @@ "zh-cht": "沒有檔案", "xloc": [ "default-mobile.handlebars->9->439", - "default.handlebars->27->1458", + "default.handlebars->27->1466", "default.handlebars->27->671", "default.handlebars->27->690" ] @@ -24201,8 +24249,8 @@ "xloc": [ "default-mobile.handlebars->9->419", "default-mobile.handlebars->9->440", - "default.handlebars->27->1421", - "default.handlebars->27->1459" + "default.handlebars->27->1429", + "default.handlebars->27->1467" ] }, { @@ -24282,7 +24330,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->27->1816" + "default.handlebars->27->1824" ] }, { @@ -24302,7 +24350,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->27->1773" + "default.handlebars->27->1781" ] }, { @@ -24322,9 +24370,9 @@ "zh-chs": "没有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->27->1324", - "default.handlebars->27->1352", - "default.handlebars->27->1355" + "default.handlebars->27->1332", + "default.handlebars->27->1360", + "default.handlebars->27->1363" ] }, { @@ -24347,8 +24395,8 @@ "default-mobile.handlebars->9->106", "default-mobile.handlebars->9->402", "default-mobile.handlebars->9->445", - "default.handlebars->27->1268", - "default.handlebars->27->1464", + "default.handlebars->27->1276", + "default.handlebars->27->1472", "default.handlebars->27->683", "default.handlebars->27->702" ] @@ -24372,7 +24420,7 @@ "xloc": [ "default-mobile.handlebars->9->271", "default.handlebars->27->291", - "default.handlebars->27->745" + "default.handlebars->27->753" ] }, { @@ -24393,7 +24441,7 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->9->438", - "default.handlebars->27->1457", + "default.handlebars->27->1465", "default.handlebars->27->670", "default.handlebars->27->689" ] @@ -24416,7 +24464,7 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->9->417", - "default.handlebars->27->1419" + "default.handlebars->27->1427" ] }, { @@ -24436,7 +24484,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->27->1774" + "default.handlebars->27->1782" ] }, { @@ -24456,8 +24504,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->27->1822", - "default.handlebars->27->1940" + "default.handlebars->27->1830", + "default.handlebars->27->1948" ] }, { @@ -24576,8 +24624,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->27->1828", - "default.handlebars->27->1952" + "default.handlebars->27->1836", + "default.handlebars->27->1960" ] }, { @@ -24597,7 +24645,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->27->1507" + "default.handlebars->27->1515" ] }, { @@ -24679,7 +24727,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->27->1777" + "default.handlebars->27->1785" ] }, { @@ -24700,7 +24748,7 @@ "zh-cht": "沒有此裝置的訊息。", "xloc": [ "default-mobile.handlebars->9->390", - "default.handlebars->27->978" + "default.handlebars->27->986" ] }, { @@ -24760,7 +24808,7 @@ "zh-chs": "没有其他相同类型的设备组。", "zh-cht": "沒有其他相同類型的裝置群。", "xloc": [ - "default.handlebars->27->762" + "default.handlebars->27->770" ] }, { @@ -24800,7 +24848,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->27->1970" + "default.handlebars->27->1978" ] }, { @@ -24820,7 +24868,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->27->1848" + "default.handlebars->27->1856" ] }, { @@ -24840,7 +24888,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->27->1946" + "default.handlebars->27->1954" ] }, { @@ -24860,7 +24908,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->27->1681" + "default.handlebars->27->1689" ] }, { @@ -24950,24 +24998,24 @@ "default-mobile.handlebars->9->245", "default-mobile.handlebars->9->297", "default-mobile.handlebars->9->396", - "default.handlebars->27->1289", - "default.handlebars->27->1296", - "default.handlebars->27->1303", - "default.handlebars->27->1315", - "default.handlebars->27->1320", - "default.handlebars->27->1322", - "default.handlebars->27->1498", - "default.handlebars->27->1517", - "default.handlebars->27->1522", - "default.handlebars->27->1657", + "default.handlebars->27->1297", + "default.handlebars->27->1304", + "default.handlebars->27->1311", + "default.handlebars->27->1323", + "default.handlebars->27->1328", + "default.handlebars->27->1330", + "default.handlebars->27->1506", + "default.handlebars->27->1525", + "default.handlebars->27->1530", + "default.handlebars->27->1665", "default.handlebars->27->174", - "default.handlebars->27->1798", - "default.handlebars->27->1800", - "default.handlebars->27->1867", - "default.handlebars->27->1876", - "default.handlebars->27->1880", + "default.handlebars->27->1806", + "default.handlebars->27->1808", + "default.handlebars->27->1875", + "default.handlebars->27->1884", + "default.handlebars->27->1888", "default.handlebars->27->189", - "default.handlebars->27->1892", + "default.handlebars->27->1900", "default.handlebars->27->205", "default.handlebars->27->206", "default.handlebars->27->547", @@ -25016,7 +25064,7 @@ "zh-chs": "挪威文", "zh-cht": "挪威文", "xloc": [ - "default.handlebars->27->1140" + "default.handlebars->27->1148" ] }, { @@ -25036,7 +25084,7 @@ "zh-chs": "挪威文(Bokmal)", "zh-cht": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->27->1141" + "default.handlebars->27->1149" ] }, { @@ -25056,7 +25104,7 @@ "zh-chs": "挪威文(尼诺斯克)", "zh-cht": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->27->1142" + "default.handlebars->27->1150" ] }, { @@ -25079,7 +25127,7 @@ "default-mobile.handlebars->9->225", "default-mobile.handlebars->9->357", "default.handlebars->27->564", - "default.handlebars->27->945" + "default.handlebars->27->953" ] }, { @@ -25102,7 +25150,7 @@ "default-mobile.handlebars->9->224", "default-mobile.handlebars->9->356", "default.handlebars->27->563", - "default.handlebars->27->944" + "default.handlebars->27->952" ] }, { @@ -25122,8 +25170,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->27->1494", - "default.handlebars->27->1502" + "default.handlebars->27->1502", + "default.handlebars->27->1510" ] }, { @@ -25144,7 +25192,7 @@ "zh-cht": "未知", "xloc": [ "default-mobile.handlebars->9->367", - "default.handlebars->27->955" + "default.handlebars->27->963" ] }, { @@ -25164,7 +25212,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->27->1986" + "default.handlebars->27->1994" ] }, { @@ -25184,8 +25232,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->27->1854", - "default.handlebars->27->1855" + "default.handlebars->27->1862", + "default.handlebars->27->1863" ] }, { @@ -25205,7 +25253,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->27->1922" + "default.handlebars->27->1930" ] }, { @@ -25225,8 +25273,8 @@ "zh-chs": "笔记", "zh-cht": "筆記", "xloc": [ - "default.handlebars->27->1330", - "default.handlebars->27->1900", + "default.handlebars->27->1338", + "default.handlebars->27->1908", "default.handlebars->27->619", "default.handlebars->27->679", "default.handlebars->27->698", @@ -25270,8 +25318,8 @@ "zh-chs": "通知设置", "zh-cht": "通知設定", "xloc": [ - "default.handlebars->27->1229", - "default.handlebars->27->1493", + "default.handlebars->27->1237", + "default.handlebars->27->1501", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -25292,7 +25340,7 @@ "zh-chs": "通知设置还必须在帐户设置中启用。", "zh-cht": "通知設定還必須在帳戶設定中啟用。", "xloc": [ - "default.handlebars->27->1489" + "default.handlebars->27->1497" ] }, { @@ -25312,7 +25360,7 @@ "zh-chs": "通知音效。", "zh-cht": "通知音效。", "xloc": [ - "default.handlebars->27->1224" + "default.handlebars->27->1232" ] }, { @@ -25332,7 +25380,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->27->1321" + "default.handlebars->27->1329" ] }, { @@ -25353,7 +25401,7 @@ "zh-cht": "通知", "xloc": [ "default.handlebars->27->186", - "default.handlebars->27->1906" + "default.handlebars->27->1914" ] }, { @@ -25373,7 +25421,7 @@ "zh-chs": "仅通知", "zh-cht": "只通知", "xloc": [ - "default.handlebars->27->723" + "default.handlebars->27->731" ] }, { @@ -25393,9 +25441,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->27->1387", - "default.handlebars->27->1391", - "default.handlebars->27->1394" + "default.handlebars->27->1395", + "default.handlebars->27->1399", + "default.handlebars->27->1402" ] }, { @@ -25415,7 +25463,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->27->1720" + "default.handlebars->27->1728" ] }, { @@ -25437,7 +25485,7 @@ "xloc": [ "default-mobile.handlebars->9->83", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1280", + "default.handlebars->27->1288", "default.handlebars->27->590", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", @@ -25487,7 +25535,7 @@ "zh-chs": "欧舒丹", "zh-cht": "歐舒丹", "xloc": [ - "default.handlebars->27->1143" + "default.handlebars->27->1151" ] }, { @@ -25507,7 +25555,7 @@ "zh-chs": "发生在{0}", "zh-cht": "發生在{0}", "xloc": [ - "default.handlebars->27->2000" + "default.handlebars->27->2008" ] }, { @@ -25527,7 +25575,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->27->1678" + "default.handlebars->27->1686" ] }, { @@ -25548,7 +25596,7 @@ "zh-cht": "舊密碼:", "xloc": [ "default-mobile.handlebars->9->85", - "default.handlebars->27->1241" + "default.handlebars->27->1249" ] }, { @@ -25568,7 +25616,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->27->1654" + "default.handlebars->27->1662" ] }, { @@ -25630,7 +25678,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->27->1677" + "default.handlebars->27->1685" ] }, { @@ -25652,7 +25700,7 @@ "xloc": [ "default-mobile.handlebars->9->307", "default.handlebars->27->518", - "default.handlebars->27->877" + "default.handlebars->27->885" ] }, { @@ -25814,7 +25862,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->27->1571" + "default.handlebars->27->1579" ] }, { @@ -25838,8 +25886,8 @@ "default.handlebars->27->336", "default.handlebars->27->369", "default.handlebars->27->587", - "default.handlebars->27->782", - "default.handlebars->27->909" + "default.handlebars->27->790", + "default.handlebars->27->917" ] }, { @@ -25860,11 +25908,11 @@ "zh-cht": "操作", "xloc": [ "default-mobile.handlebars->9->264", - "default.handlebars->27->1704", - "default.handlebars->27->1785", + "default.handlebars->27->1712", + "default.handlebars->27->1793", "default.handlebars->27->453", "default.handlebars->27->473", - "default.handlebars->27->733" + "default.handlebars->27->741" ] }, { @@ -25904,7 +25952,7 @@ "zh-chs": "奥里亚", "zh-cht": "奧里亞", "xloc": [ - "default.handlebars->27->1144" + "default.handlebars->27->1152" ] }, { @@ -25924,7 +25972,7 @@ "zh-chs": "奥罗莫", "zh-cht": "奧羅莫", "xloc": [ - "default.handlebars->27->1145" + "default.handlebars->27->1153" ] }, { @@ -26005,7 +26053,7 @@ "zh-chs": "自己的过程", "zh-cht": "自己的過程", "xloc": [ - "default.handlebars->27->834" + "default.handlebars->27->842" ] }, { @@ -26026,7 +26074,7 @@ "zh-cht": "PID", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0", - "default.handlebars->27->830", + "default.handlebars->27->838", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -26048,7 +26096,7 @@ "zh-cht": "零件號", "xloc": [ "default-mobile.handlebars->9->383", - "default.handlebars->27->971" + "default.handlebars->27->979" ] }, { @@ -26068,7 +26116,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->27->1692" + "default.handlebars->27->1700" ] }, { @@ -26124,7 +26172,7 @@ "xloc": [ "default-mobile.handlebars->9->104", "default-mobile.handlebars->9->400", - "default.handlebars->27->1266" + "default.handlebars->27->1274" ] }, { @@ -26144,7 +26192,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->27->1851" + "default.handlebars->27->1859" ] }, { @@ -26185,15 +26233,15 @@ "zh-cht": "密碼", "xloc": [ "default-mobile.handlebars->9->269", - "default.handlebars->27->1748", - "default.handlebars->27->1749", - "default.handlebars->27->1872", - "default.handlebars->27->1874", - "default.handlebars->27->1925", - "default.handlebars->27->1926", + "default.handlebars->27->1756", + "default.handlebars->27->1757", + "default.handlebars->27->1880", + "default.handlebars->27->1882", + "default.handlebars->27->1933", + "default.handlebars->27->1934", "default.handlebars->27->289", "default.handlebars->27->320", - "default.handlebars->27->743", + "default.handlebars->27->751", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->2->1", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->2->1", "mstsc.handlebars->main->1->3->1->6->1->0", @@ -26333,7 +26381,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->27->1927" + "default.handlebars->27->1935" ] }, { @@ -26354,7 +26402,7 @@ "zh-cht": "密碼提示:", "xloc": [ "default-mobile.handlebars->9->88", - "default.handlebars->27->1244" + "default.handlebars->27->1252" ] }, { @@ -26374,7 +26422,7 @@ "zh-chs": "密码不符", "zh-cht": "密碼不符", "xloc": [ - "default.handlebars->27->1361" + "default.handlebars->27->1369" ] }, { @@ -26416,8 +26464,8 @@ "zh-chs": "密码*", "zh-cht": "密碼*", "xloc": [ - "default.handlebars->27->1359", - "default.handlebars->27->1360" + "default.handlebars->27->1367", + "default.handlebars->27->1368" ] }, { @@ -26440,8 +26488,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->9->80", "default-mobile.handlebars->9->81", - "default.handlebars->27->1236", - "default.handlebars->27->1237", + "default.handlebars->27->1244", + "default.handlebars->27->1245", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1", @@ -26479,9 +26527,9 @@ "default-mobile.handlebars->9->312", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->27->1544", - "default.handlebars->27->857", - "default.handlebars->27->883", + "default.handlebars->27->1552", + "default.handlebars->27->865", + "default.handlebars->27->891", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" @@ -26544,7 +26592,7 @@ "zh-chs": "执行代理指令", "zh-cht": "執行代理指令", "xloc": [ - "default.handlebars->27->987" + "default.handlebars->27->995" ] }, { @@ -26618,7 +26666,7 @@ "zh-chs": "执行英特尔®AMT管理员控制模式(ACM)激活。", "zh-cht": "執行英特爾®AMT管理員控制模式(ACM)激活。", "xloc": [ - "default.handlebars->27->1340", + "default.handlebars->27->1348", "default.handlebars->27->277" ] }, @@ -26659,7 +26707,7 @@ "zh-chs": "执行英特尔AMT客户端控制模式(CCM)激活。", "zh-cht": "執行Intel® AMT客戶端控制模式(CCM)啟動。", "xloc": [ - "default.handlebars->27->1338", + "default.handlebars->27->1346", "default.handlebars->27->275" ] }, @@ -26743,7 +26791,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->27->1576" + "default.handlebars->27->1584" ] }, { @@ -26764,8 +26812,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->9->448", - "default.handlebars->27->1467", - "default.handlebars->27->1676" + "default.handlebars->27->1475", + "default.handlebars->27->1684" ] }, { @@ -26785,7 +26833,7 @@ "zh-chs": "波斯/伊朗", "zh-cht": "波斯/伊朗", "xloc": [ - "default.handlebars->27->1146" + "default.handlebars->27->1154" ] }, { @@ -26808,10 +26856,10 @@ "default-mobile.handlebars->9->62", "default-mobile.handlebars->9->65", "default-mobile.handlebars->9->67", - "default.handlebars->27->1001", + "default.handlebars->27->1006", + "default.handlebars->27->1009", "default.handlebars->27->159", - "default.handlebars->27->1917", - "default.handlebars->27->998" + "default.handlebars->27->1925" ] }, { @@ -26831,7 +26879,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->27->1866" + "default.handlebars->27->1874" ] }, { @@ -26852,8 +26900,8 @@ "zh-cht": "電話號碼:", "xloc": [ "default-mobile.handlebars->9->66", - "default.handlebars->27->1000", - "default.handlebars->27->1916" + "default.handlebars->27->1008", + "default.handlebars->27->1924" ] }, { @@ -26992,7 +27040,7 @@ "zh-cht": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->9->76", - "default.handlebars->27->1231" + "default.handlebars->27->1239" ] }, { @@ -27013,7 +27061,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->27->196", - "default.handlebars->27->2079" + "default.handlebars->27->2087" ] }, { @@ -27157,7 +27205,7 @@ "zh-cht": "政策", "xloc": [ "default-mobile.handlebars->9->103", - "default.handlebars->27->1265" + "default.handlebars->27->1273" ] }, { @@ -27177,7 +27225,7 @@ "zh-chs": "波兰文", "zh-cht": "波蘭文", "xloc": [ - "default.handlebars->27->1147" + "default.handlebars->27->1155" ] }, { @@ -27197,7 +27245,7 @@ "zh-chs": "葡萄牙文", "zh-cht": "葡萄牙文", "xloc": [ - "default.handlebars->27->1148" + "default.handlebars->27->1156" ] }, { @@ -27217,7 +27265,7 @@ "zh-chs": "葡萄牙文(巴西)", "zh-cht": "葡萄牙文(巴西)", "xloc": [ - "default.handlebars->27->1149" + "default.handlebars->27->1157" ] }, { @@ -27298,7 +27346,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->27->1500", + "default.handlebars->27->1508", "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1" ] }, @@ -27322,7 +27370,7 @@ "default-mobile.handlebars->9->183", "default-mobile.handlebars->9->263", "default.handlebars->27->6", - "default.handlebars->27->730" + "default.handlebars->27->738" ] }, { @@ -27408,7 +27456,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->27->1985" + "default.handlebars->27->1993" ] }, { @@ -27512,7 +27560,7 @@ "zh-cht": "進程控制", "xloc": [ "default-mobile.handlebars->9->289", - "default.handlebars->27->844", + "default.handlebars->27->852", "desktop.handlebars->3->25" ] }, @@ -27554,7 +27602,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->27->1568" + "default.handlebars->27->1576" ] }, { @@ -27594,7 +27642,7 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->27->722" + "default.handlebars->27->730" ] }, { @@ -27614,9 +27662,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->27->1388", - "default.handlebars->27->1392", - "default.handlebars->27->1395" + "default.handlebars->27->1396", + "default.handlebars->27->1400", + "default.handlebars->27->1403" ] }, { @@ -27636,7 +27684,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->27->1983", + "default.handlebars->27->1991", "player.handlebars->3->16" ] }, @@ -27675,7 +27723,7 @@ "zh-cht": "配置狀態", "xloc": [ "default-mobile.handlebars->9->361", - "default.handlebars->27->949" + "default.handlebars->27->957" ] }, { @@ -27696,7 +27744,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->9->115", - "default.handlebars->27->1529" + "default.handlebars->27->1537" ] }, { @@ -27716,7 +27764,7 @@ "zh-chs": "旁遮普文", "zh-cht": "旁遮普文", "xloc": [ - "default.handlebars->27->1150" + "default.handlebars->27->1158" ] }, { @@ -27736,7 +27784,7 @@ "zh-chs": "旁遮普(印度)", "zh-cht": "旁遮普(印度)", "xloc": [ - "default.handlebars->27->1151" + "default.handlebars->27->1159" ] }, { @@ -27756,7 +27804,7 @@ "zh-chs": "旁遮普(巴基斯坦)", "zh-cht": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->27->1152" + "default.handlebars->27->1160" ] }, { @@ -27818,7 +27866,7 @@ "zh-chs": "盖丘亚族", "zh-cht": "蓋丘亞族", "xloc": [ - "default.handlebars->27->1153" + "default.handlebars->27->1161" ] }, { @@ -28003,7 +28051,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->27->2049" + "default.handlebars->27->2057" ] }, { @@ -28023,7 +28071,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->27->1750" + "default.handlebars->27->1758" ] }, { @@ -28063,7 +28111,7 @@ "zh-chs": "重新激活英特尔®AMT", "zh-cht": "重新啟動Intel® AMT", "xloc": [ - "default.handlebars->27->1363" + "default.handlebars->27->1371" ] }, { @@ -28083,9 +28131,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->27->1863", - "default.handlebars->27->1865", - "default.handlebars->27->1918" + "default.handlebars->27->1871", + "default.handlebars->27->1873", + "default.handlebars->27->1926" ] }, { @@ -28105,7 +28153,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->27->1759" + "default.handlebars->27->1767" ] }, { @@ -28125,7 +28173,7 @@ "zh-chs": "收到无效的网络数据", "zh-cht": "收到無效的網絡數據", "xloc": [ - "default.handlebars->27->806", + "default.handlebars->27->814", "desktop.handlebars->3->11" ] }, @@ -28166,7 +28214,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->27->1997" + "default.handlebars->27->2005" ] }, { @@ -28208,8 +28256,8 @@ "xloc": [ "default-mobile.handlebars->9->121", "default-mobile.handlebars->9->300", - "default.handlebars->27->1536", - "default.handlebars->27->870" + "default.handlebars->27->1544", + "default.handlebars->27->878" ] }, { @@ -28321,7 +28369,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->27->2028" + "default.handlebars->27->2036" ] }, { @@ -28341,7 +28389,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->27->2021" + "default.handlebars->27->2029" ] }, { @@ -28361,8 +28409,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->27->2027", - "default.handlebars->27->2043" + "default.handlebars->27->2035", + "default.handlebars->27->2051" ] }, { @@ -28499,7 +28547,7 @@ "zh-chs": "远程剪贴板", "zh-cht": "遠程剪貼板", "xloc": [ - "default.handlebars->27->825" + "default.handlebars->27->833" ] }, { @@ -28521,8 +28569,8 @@ "xloc": [ "default-mobile.handlebars->9->414", "default-mobile.handlebars->9->432", - "default.handlebars->27->1415", - "default.handlebars->27->1450" + "default.handlebars->27->1423", + "default.handlebars->27->1458" ] }, { @@ -28565,8 +28613,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->27->1582", - "default.handlebars->27->1588" + "default.handlebars->27->1590", + "default.handlebars->27->1596" ] }, { @@ -28586,7 +28634,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->27->1583" + "default.handlebars->27->1591" ] }, { @@ -28606,7 +28654,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->27->1589" + "default.handlebars->27->1597" ] }, { @@ -28626,9 +28674,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->27->1580", - "default.handlebars->27->1584", - "default.handlebars->27->1590" + "default.handlebars->27->1588", + "default.handlebars->27->1592", + "default.handlebars->27->1598" ] }, { @@ -28670,7 +28718,7 @@ "xloc": [ "default-mobile.handlebars->9->285", "default.handlebars->27->268", - "default.handlebars->27->817", + "default.handlebars->27->825", "desktop.handlebars->3->21" ] }, @@ -28691,7 +28739,7 @@ "zh-chs": "远程键盘输入", "zh-cht": "遠程鍵盤輸入", "xloc": [ - "default.handlebars->27->823", + "default.handlebars->27->831", "desktop.handlebars->3->23" ] }, @@ -28751,8 +28799,8 @@ "xloc": [ "default-mobile.handlebars->9->415", "default-mobile.handlebars->9->437", - "default.handlebars->27->1416", - "default.handlebars->27->1455" + "default.handlebars->27->1424", + "default.handlebars->27->1463" ] }, { @@ -28772,7 +28820,7 @@ "zh-chs": "远程剪贴板的有效期为60秒。", "zh-cht": "遠程剪貼板的有效期為60秒。", "xloc": [ - "default.handlebars->27->824" + "default.handlebars->27->832" ] }, { @@ -28833,7 +28881,7 @@ "zh-chs": "删除配置", "zh-cht": "刪除配置", "xloc": [ - "default.handlebars->27->1276" + "default.handlebars->27->1284" ] }, { @@ -28887,8 +28935,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->27->1832", - "default.handlebars->27->1966" + "default.handlebars->27->1840", + "default.handlebars->27->1974" ] }, { @@ -28908,8 +28956,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->27->1830", - "default.handlebars->27->1953" + "default.handlebars->27->1838", + "default.handlebars->27->1961" ] }, { @@ -28946,7 +28994,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->27->1962" + "default.handlebars->27->1970" ] }, { @@ -28966,8 +29014,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->27->1472", - "default.handlebars->27->1958" + "default.handlebars->27->1480", + "default.handlebars->27->1966" ] }, { @@ -28987,7 +29035,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->27->1840" + "default.handlebars->27->1848" ] }, { @@ -29007,8 +29055,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->27->1470", - "default.handlebars->27->1955" + "default.handlebars->27->1478", + "default.handlebars->27->1963" ] }, { @@ -29028,7 +29076,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->27->1930" + "default.handlebars->27->1938" ] }, { @@ -29048,7 +29096,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->27->1751" + "default.handlebars->27->1759" ] }, { @@ -29068,7 +29116,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->27->1396" + "default.handlebars->27->1404" ] }, { @@ -29109,7 +29157,7 @@ "zh-cht": "刪除電話號碼", "xloc": [ "default-mobile.handlebars->9->64", - "default.handlebars->27->997" + "default.handlebars->27->1005" ] }, { @@ -29169,7 +29217,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->27->1908" + "default.handlebars->27->1916" ] }, { @@ -29189,7 +29237,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->27->1944" + "default.handlebars->27->1952" ] }, { @@ -29209,7 +29257,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->27->1826" + "default.handlebars->27->1834" ] }, { @@ -29229,7 +29277,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->27->1820", + "default.handlebars->27->1828", "default.handlebars->27->663" ] }, @@ -29250,10 +29298,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->27->1347", - "default.handlebars->27->1814", - "default.handlebars->27->1938", - "default.handlebars->27->1950", + "default.handlebars->27->1355", + "default.handlebars->27->1822", + "default.handlebars->27->1946", + "default.handlebars->27->1958", "default.handlebars->27->664" ] }, @@ -29274,7 +29322,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->27->1642" + "default.handlebars->27->1650" ] }, { @@ -29294,7 +29342,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->27->1638" + "default.handlebars->27->1646" ] }, { @@ -29314,7 +29362,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->27->1648" + "default.handlebars->27->1656" ] }, { @@ -29334,7 +29382,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->27->1645" + "default.handlebars->27->1653" ] }, { @@ -29354,9 +29402,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->27->1611", - "default.handlebars->27->1632", - "default.handlebars->27->1637" + "default.handlebars->27->1619", + "default.handlebars->27->1640", + "default.handlebars->27->1645" ] }, { @@ -29376,7 +29424,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->27->1621" + "default.handlebars->27->1629" ] }, { @@ -29396,7 +29444,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->27->1634" + "default.handlebars->27->1642" ] }, { @@ -29416,8 +29464,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->27->1613", - "default.handlebars->27->1623" + "default.handlebars->27->1621", + "default.handlebars->27->1631" ] }, { @@ -29441,9 +29489,9 @@ "default-mobile.handlebars->9->304", "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->27->1540", + "default.handlebars->27->1548", "default.handlebars->27->516", - "default.handlebars->27->874", + "default.handlebars->27->882", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->filesContextMenu->1" @@ -29466,7 +29514,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->27->1599" + "default.handlebars->27->1607" ] }, { @@ -29486,7 +29534,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->27->1655" + "default.handlebars->27->1663" ] }, { @@ -29506,7 +29554,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->27->1650" + "default.handlebars->27->1658" ] }, { @@ -29526,7 +29574,7 @@ "zh-chs": "要求:", "zh-cht": "要求:", "xloc": [ - "default.handlebars->27->1245" + "default.handlebars->27->1253" ] }, { @@ -29547,8 +29595,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->9->89", - "default.handlebars->27->1756", - "default.handlebars->27->1928" + "default.handlebars->27->1764", + "default.handlebars->27->1936" ] }, { @@ -29632,7 +29680,7 @@ "zh-cht": "重設", "xloc": [ "default-mobile.handlebars->9->262", - "default.handlebars->27->729", + "default.handlebars->27->737", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -29759,7 +29807,7 @@ "zh-chs": "重新启动", "zh-cht": "重新啟動", "xloc": [ - "default.handlebars->27->840", + "default.handlebars->27->848", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -29780,7 +29828,7 @@ "zh-chs": "还原服务器", "zh-cht": "還原伺服器", "xloc": [ - "default.handlebars->27->1281" + "default.handlebars->27->1289" ] }, { @@ -29820,7 +29868,7 @@ "zh-chs": "使用备份还原服务器,这将删除现有服务器数据。仅当您知道自己在做什么时才这样做。", "zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據。僅當你知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->27->1278" + "default.handlebars->27->1286" ] }, { @@ -29840,7 +29888,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->27->1852" + "default.handlebars->27->1860" ] }, { @@ -29860,7 +29908,7 @@ "zh-chs": "雷托-罗曼语", "zh-cht": "雷托-羅曼語", "xloc": [ - "default.handlebars->27->1154" + "default.handlebars->27->1162" ] }, { @@ -29880,7 +29928,7 @@ "zh-chs": "罗马尼亚文", "zh-cht": "羅馬尼亞文", "xloc": [ - "default.handlebars->27->1155" + "default.handlebars->27->1163" ] }, { @@ -29900,7 +29948,7 @@ "zh-chs": "罗马尼亚文(摩尔达维亚)", "zh-cht": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->27->1156" + "default.handlebars->27->1164" ] }, { @@ -29922,8 +29970,8 @@ "xloc": [ "default-mobile.handlebars->9->107", "default-mobile.handlebars->9->294", - "default.handlebars->27->1508", - "default.handlebars->27->864" + "default.handlebars->27->1516", + "default.handlebars->27->872" ] }, { @@ -30069,8 +30117,8 @@ "zh-cht": "運行命令", "xloc": [ "default.handlebars->27->471", - "default.handlebars->27->727", - "default.handlebars->27->738" + "default.handlebars->27->735", + "default.handlebars->27->746" ] }, { @@ -30090,7 +30138,7 @@ "zh-chs": "运行MeshCentral Router,然后单击“安装”以使其可从浏览器启动。", "zh-cht": "運行MeshCentral Router,然後單擊“安裝”以使其可從瀏覽器啟動。", "xloc": [ - "default.handlebars->27->771" + "default.handlebars->27->779" ] }, { @@ -30150,7 +30198,7 @@ "zh-chs": "在此设备上运行命令。", "zh-cht": "在此裝置上運行命令。", "xloc": [ - "default.handlebars->27->735" + "default.handlebars->27->743" ] }, { @@ -30170,7 +30218,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->27->1575" + "default.handlebars->27->1583" ] }, { @@ -30190,7 +30238,7 @@ "zh-chs": "俄文", "zh-cht": "俄文", "xloc": [ - "default.handlebars->27->1157" + "default.handlebars->27->1165" ] }, { @@ -30210,7 +30258,7 @@ "zh-chs": "俄文(摩尔达维亚)", "zh-cht": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->27->1158" + "default.handlebars->27->1166" ] }, { @@ -30230,8 +30278,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->27->1897", - "default.handlebars->27->1902", + "default.handlebars->27->1905", + "default.handlebars->27->1910", "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->tokenpanel->1->7->1->4->1->3", "login2.handlebars->centralTable->1->0->logincell->tokenpanel->1->7->1->2farow->1->3" @@ -30254,7 +30302,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->27->1914" + "default.handlebars->27->1922" ] }, { @@ -30316,7 +30364,7 @@ "zh-chs": "萨米(拉普兰)", "zh-cht": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->27->1159" + "default.handlebars->27->1167" ] }, { @@ -30374,7 +30422,7 @@ "zh-chs": "三乡", "zh-cht": "三鄉", "xloc": [ - "default.handlebars->27->1160" + "default.handlebars->27->1168" ] }, { @@ -30394,7 +30442,7 @@ "zh-chs": "梵文", "zh-cht": "梵文", "xloc": [ - "default.handlebars->27->1161" + "default.handlebars->27->1169" ] }, { @@ -30414,7 +30462,7 @@ "zh-chs": "撒丁岛", "zh-cht": "撒丁島", "xloc": [ - "default.handlebars->27->1162" + "default.handlebars->27->1170" ] }, { @@ -30782,7 +30830,7 @@ "zh-cht": "已使用TLS保安", "xloc": [ "default-mobile.handlebars->9->364", - "default.handlebars->27->952" + "default.handlebars->27->960" ] }, { @@ -30804,10 +30852,10 @@ "xloc": [ "default-mobile.handlebars->9->270", "default-mobile.handlebars->9->363", - "default.handlebars->27->1898", + "default.handlebars->27->1906", "default.handlebars->27->290", - "default.handlebars->27->744", - "default.handlebars->27->951" + "default.handlebars->27->752", + "default.handlebars->27->959" ] }, { @@ -30827,7 +30875,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->27->1895" + "default.handlebars->27->1903" ] }, { @@ -30867,12 +30915,12 @@ "zh-chs": "全选", "zh-cht": "全選", "xloc": [ - "default.handlebars->27->1532", - "default.handlebars->27->1700", - "default.handlebars->27->1783", + "default.handlebars->27->1540", + "default.handlebars->27->1708", + "default.handlebars->27->1791", "default.handlebars->27->448", - "default.handlebars->27->866", - "default.handlebars->27->868", + "default.handlebars->27->874", + "default.handlebars->27->876", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -30898,11 +30946,11 @@ "zh-chs": "选择无", "zh-cht": "選擇無", "xloc": [ - "default.handlebars->27->1531", - "default.handlebars->27->1699", - "default.handlebars->27->1782", + "default.handlebars->27->1539", + "default.handlebars->27->1707", + "default.handlebars->27->1790", "default.handlebars->27->447", - "default.handlebars->27->867", + "default.handlebars->27->875", "default.handlebars->meshContextMenu->cxselectnone" ] }, @@ -30923,7 +30971,7 @@ "zh-chs": "为所选设备选择一个新组", "zh-cht": "為所選裝置選擇一個新群", "xloc": [ - "default.handlebars->27->758" + "default.handlebars->27->766" ] }, { @@ -30943,7 +30991,7 @@ "zh-chs": "选择此设备的新组", "zh-cht": "選擇此裝置的新群", "xloc": [ - "default.handlebars->27->757" + "default.handlebars->27->765" ] }, { @@ -31003,8 +31051,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->27->1703", - "default.handlebars->27->1784" + "default.handlebars->27->1711", + "default.handlebars->27->1792" ] }, { @@ -31025,7 +31073,7 @@ "zh-cht": "選擇要在此裝置上執行的操作。", "xloc": [ "default-mobile.handlebars->9->259", - "default.handlebars->27->725" + "default.handlebars->27->733" ] }, { @@ -31067,7 +31115,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->9->442", - "default.handlebars->27->1461" + "default.handlebars->27->1469" ] }, { @@ -31110,7 +31158,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->27->1714" + "default.handlebars->27->1722" ] }, { @@ -31131,7 +31179,7 @@ "zh-cht": "發送MQTT消息", "xloc": [ "default.handlebars->27->449", - "default.handlebars->27->731" + "default.handlebars->27->739" ] }, { @@ -31151,7 +31199,7 @@ "zh-chs": "发送MQTT消息", "zh-cht": "發送MQTT消息", "xloc": [ - "default.handlebars->27->750" + "default.handlebars->27->758" ] }, { @@ -31171,7 +31219,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->27->1712" + "default.handlebars->27->1720" ] }, { @@ -31191,7 +31239,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->27->1903" + "default.handlebars->27->1911" ] }, { @@ -31211,7 +31259,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->27->1905" + "default.handlebars->27->1913" ] }, { @@ -31231,7 +31279,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->27->1811" + "default.handlebars->27->1819" ] }, { @@ -31251,7 +31299,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->27->1715" + "default.handlebars->27->1723" ] }, { @@ -31271,7 +31319,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->27->1695" + "default.handlebars->27->1703" ] }, { @@ -31311,7 +31359,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->27->1755" + "default.handlebars->27->1763" ] }, { @@ -31433,7 +31481,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->27->1907" + "default.handlebars->27->1915" ] }, { @@ -31453,7 +31501,7 @@ "zh-chs": "塞尔维亚", "zh-cht": "塞爾維亞", "xloc": [ - "default.handlebars->27->1165" + "default.handlebars->27->1173" ] }, { @@ -31474,7 +31522,7 @@ "zh-cht": "序列號", "xloc": [ "default-mobile.handlebars->9->375", - "default.handlebars->27->963" + "default.handlebars->27->971" ] }, { @@ -31494,7 +31542,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->27->1765" + "default.handlebars->27->1773" ] }, { @@ -31514,7 +31562,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->27->2059" + "default.handlebars->27->2067" ] }, { @@ -31534,7 +31582,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->27->2060" + "default.handlebars->27->2068" ] }, { @@ -31556,9 +31604,9 @@ "xloc": [ "default-mobile.handlebars->9->421", "default-mobile.handlebars->9->434", - "default.handlebars->27->1423", - "default.handlebars->27->1452", - "default.handlebars->27->1762", + "default.handlebars->27->1431", + "default.handlebars->27->1460", + "default.handlebars->27->1770", "default.handlebars->27->677", "default.handlebars->27->696" ] @@ -31580,8 +31628,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->27->1687", - "default.handlebars->27->1776" + "default.handlebars->27->1695", + "default.handlebars->27->1784" ] }, { @@ -31601,7 +31649,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->27->1869" + "default.handlebars->27->1877" ] }, { @@ -31621,7 +31669,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->27->1766" + "default.handlebars->27->1774" ] }, { @@ -31641,7 +31689,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->27->1868" + "default.handlebars->27->1876" ] }, { @@ -31661,7 +31709,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->27->2007" + "default.handlebars->27->2015" ] }, { @@ -31701,7 +31749,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->27->2070" + "default.handlebars->27->2078" ] }, { @@ -31721,7 +31769,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->27->1767" + "default.handlebars->27->1775" ] }, { @@ -31864,7 +31912,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->27->2051" + "default.handlebars->27->2059" ] }, { @@ -31884,7 +31932,7 @@ "zh-chs": "服务详情", "zh-cht": "服務詳情", "xloc": [ - "default.handlebars->27->841" + "default.handlebars->27->849" ] }, { @@ -31924,7 +31972,7 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->27->1971" + "default.handlebars->27->1979" ] }, { @@ -31944,7 +31992,7 @@ "zh-chs": "会话信息", "zh-cht": "會議訊息", "xloc": [ - "default.handlebars->27->814", + "default.handlebars->27->822", "desktop.handlebars->3->19" ] }, @@ -32048,7 +32096,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->27->1573" + "default.handlebars->27->1581" ] }, { @@ -32170,7 +32218,7 @@ "zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。", "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ - "default.handlebars->27->1269" + "default.handlebars->27->1277" ] }, { @@ -32237,7 +32285,7 @@ "zh-cht": "共享裝置", "xloc": [ "default.handlebars->27->193", - "default.handlebars->27->724" + "default.handlebars->27->732" ] }, { @@ -32277,7 +32325,7 @@ "zh-chs": "共享过程", "zh-cht": "共享過程", "xloc": [ - "default.handlebars->27->835" + "default.handlebars->27->843" ] }, { @@ -32429,7 +32477,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->9->424", - "default.handlebars->27->1426" + "default.handlebars->27->1434" ] }, { @@ -32449,7 +32497,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->27->1389" + "default.handlebars->27->1397" ] }, { @@ -32529,8 +32577,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->27->1718", - "default.handlebars->27->1741" + "default.handlebars->27->1726", + "default.handlebars->27->1749" ] }, { @@ -32550,8 +32598,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->27->1717", - "default.handlebars->27->1740" + "default.handlebars->27->1725", + "default.handlebars->27->1748" ] }, { @@ -32571,8 +32619,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->27->1719", - "default.handlebars->27->1742" + "default.handlebars->27->1727", + "default.handlebars->27->1750" ] }, { @@ -32592,8 +32640,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->27->1716", - "default.handlebars->27->1739" + "default.handlebars->27->1724", + "default.handlebars->27->1747" ] }, { @@ -32787,8 +32835,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->27->1327", - "default.handlebars->27->1350" + "default.handlebars->27->1335", + "default.handlebars->27->1358" ] }, { @@ -32808,9 +32856,9 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->27->1325", - "default.handlebars->27->1353", - "default.handlebars->27->1357" + "default.handlebars->27->1333", + "default.handlebars->27->1361", + "default.handlebars->27->1365" ] }, { @@ -32830,7 +32878,7 @@ "zh-chs": "信地", "zh-cht": "信地", "xloc": [ - "default.handlebars->27->1163" + "default.handlebars->27->1171" ] }, { @@ -32850,7 +32898,7 @@ "zh-chs": "僧伽罗文", "zh-cht": "僧伽羅文", "xloc": [ - "default.handlebars->27->1164" + "default.handlebars->27->1172" ] }, { @@ -32892,8 +32940,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->27->1974", - "default.handlebars->27->1989", + "default.handlebars->27->1982", + "default.handlebars->27->1997", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -32914,7 +32962,7 @@ "zh-chs": "缩放:100%", "zh-cht": "縮放:100%", "xloc": [ - "default.handlebars->27->895" + "default.handlebars->27->903" ] }, { @@ -32934,7 +32982,7 @@ "zh-chs": "缩放:125%", "zh-cht": "縮放:125%", "xloc": [ - "default.handlebars->27->896" + "default.handlebars->27->904" ] }, { @@ -32954,7 +33002,7 @@ "zh-chs": "缩放:150%", "zh-cht": "縮放:150%", "xloc": [ - "default.handlebars->27->897" + "default.handlebars->27->905" ] }, { @@ -32974,7 +33022,7 @@ "zh-chs": "缩放:200%", "zh-cht": "縮放:200%", "xloc": [ - "default.handlebars->27->898" + "default.handlebars->27->906" ] }, { @@ -33001,7 +33049,7 @@ "default.handlebars->27->2", "default.handlebars->27->3", "default.handlebars->27->4", - "default.handlebars->27->728" + "default.handlebars->27->736" ] }, { @@ -33064,7 +33112,7 @@ "zh-chs": "斯洛伐克文", "zh-cht": "斯洛伐克文", "xloc": [ - "default.handlebars->27->1166" + "default.handlebars->27->1174" ] }, { @@ -33084,7 +33132,7 @@ "zh-chs": "斯洛文尼亞文", "zh-cht": "斯洛文尼亞文", "xloc": [ - "default.handlebars->27->1167" + "default.handlebars->27->1175" ] }, { @@ -33147,7 +33195,7 @@ "zh-chs": "小焦点", "zh-cht": "小焦點", "xloc": [ - "default.handlebars->27->820" + "default.handlebars->27->828" ] }, { @@ -33167,7 +33215,7 @@ "zh-chs": "软断开代理", "zh-cht": "軟斷開代理", "xloc": [ - "default.handlebars->27->993" + "default.handlebars->27->1001" ] }, { @@ -33228,7 +33276,7 @@ "zh-chs": "索马尼", "zh-cht": "索馬尼", "xloc": [ - "default.handlebars->27->1168" + "default.handlebars->27->1176" ] }, { @@ -33248,7 +33296,7 @@ "zh-chs": "索比亚文", "zh-cht": "索比亞文", "xloc": [ - "default.handlebars->27->1169" + "default.handlebars->27->1177" ] }, { @@ -33399,7 +33447,7 @@ "zh-chs": "西班牙文", "zh-cht": "西班牙文", "xloc": [ - "default.handlebars->27->1170" + "default.handlebars->27->1178" ] }, { @@ -33419,7 +33467,7 @@ "zh-chs": "西班牙文(阿根廷)", "zh-cht": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->27->1171" + "default.handlebars->27->1179" ] }, { @@ -33439,7 +33487,7 @@ "zh-chs": "西班牙文(玻利维亚)", "zh-cht": "西班牙文(玻利維亞)", "xloc": [ - "default.handlebars->27->1172" + "default.handlebars->27->1180" ] }, { @@ -33459,7 +33507,7 @@ "zh-chs": "西班牙文(智利)", "zh-cht": "西班牙文(智利)", "xloc": [ - "default.handlebars->27->1173" + "default.handlebars->27->1181" ] }, { @@ -33479,7 +33527,7 @@ "zh-chs": "西班牙文(哥伦比亚)", "zh-cht": "西班牙文(哥倫比亞)", "xloc": [ - "default.handlebars->27->1174" + "default.handlebars->27->1182" ] }, { @@ -33499,7 +33547,7 @@ "zh-chs": "西班牙文(哥斯达黎加)", "zh-cht": "西班牙文(哥斯達黎加)", "xloc": [ - "default.handlebars->27->1175" + "default.handlebars->27->1183" ] }, { @@ -33519,7 +33567,7 @@ "zh-chs": "西班牙文(多米尼加共和国)", "zh-cht": "西班牙文(多米尼加共和國)", "xloc": [ - "default.handlebars->27->1176" + "default.handlebars->27->1184" ] }, { @@ -33539,7 +33587,7 @@ "zh-chs": "西班牙文(厄瓜多尔)", "zh-cht": "西班牙文(厄瓜多爾)", "xloc": [ - "default.handlebars->27->1177" + "default.handlebars->27->1185" ] }, { @@ -33559,7 +33607,7 @@ "zh-chs": "西班牙文(萨尔瓦多)", "zh-cht": "西班牙文(薩爾瓦多)", "xloc": [ - "default.handlebars->27->1178" + "default.handlebars->27->1186" ] }, { @@ -33579,7 +33627,7 @@ "zh-chs": "西班牙文(危地马拉)", "zh-cht": "西班牙文(危地馬拉)", "xloc": [ - "default.handlebars->27->1179" + "default.handlebars->27->1187" ] }, { @@ -33599,7 +33647,7 @@ "zh-chs": "西班牙文(洪都拉斯)", "zh-cht": "西班牙文(洪都拉斯)", "xloc": [ - "default.handlebars->27->1180" + "default.handlebars->27->1188" ] }, { @@ -33619,7 +33667,7 @@ "zh-chs": "西班牙文(墨西哥)", "zh-cht": "西班牙文(墨西哥)", "xloc": [ - "default.handlebars->27->1181" + "default.handlebars->27->1189" ] }, { @@ -33639,7 +33687,7 @@ "zh-chs": "西班牙文(尼加拉瓜)", "zh-cht": "西班牙文(尼加拉瓜)", "xloc": [ - "default.handlebars->27->1182" + "default.handlebars->27->1190" ] }, { @@ -33659,7 +33707,7 @@ "zh-chs": "西班牙文(巴拿马)", "zh-cht": "西班牙文(巴拿馬)", "xloc": [ - "default.handlebars->27->1183" + "default.handlebars->27->1191" ] }, { @@ -33679,7 +33727,7 @@ "zh-chs": "西班牙文(巴拉圭)", "zh-cht": "西班牙文(巴拉圭)", "xloc": [ - "default.handlebars->27->1184" + "default.handlebars->27->1192" ] }, { @@ -33699,7 +33747,7 @@ "zh-chs": "西班牙文(秘鲁)", "zh-cht": "西班牙文(秘魯)", "xloc": [ - "default.handlebars->27->1185" + "default.handlebars->27->1193" ] }, { @@ -33719,7 +33767,7 @@ "zh-chs": "西班牙文(波多黎各)", "zh-cht": "西班牙文(波多黎各)", "xloc": [ - "default.handlebars->27->1186" + "default.handlebars->27->1194" ] }, { @@ -33739,7 +33787,7 @@ "zh-chs": "西班牙文(西班牙)", "zh-cht": "西班牙文(西班牙)", "xloc": [ - "default.handlebars->27->1187" + "default.handlebars->27->1195" ] }, { @@ -33759,7 +33807,7 @@ "zh-chs": "西班牙文(乌拉圭)", "zh-cht": "西班牙文(烏拉圭)", "xloc": [ - "default.handlebars->27->1188" + "default.handlebars->27->1196" ] }, { @@ -33779,7 +33827,7 @@ "zh-chs": "西班牙文(委内瑞拉)", "zh-cht": "西班牙文(委內瑞拉)", "xloc": [ - "default.handlebars->27->1189" + "default.handlebars->27->1197" ] }, { @@ -33839,7 +33887,7 @@ "zh-chs": "开始", "zh-cht": "開始", "xloc": [ - "default.handlebars->27->838" + "default.handlebars->27->846" ] }, { @@ -33876,9 +33924,9 @@ "zh-chs": "开始时间", "zh-cht": "開始時間", "xloc": [ - "default.handlebars->27->1972", - "default.handlebars->27->1991", - "default.handlebars->27->810", + "default.handlebars->27->1980", + "default.handlebars->27->1999", + "default.handlebars->27->818", "desktop.handlebars->3->15" ] }, @@ -33899,7 +33947,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->27->1557" + "default.handlebars->27->1565" ] }, { @@ -33919,7 +33967,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->27->1566" + "default.handlebars->27->1574" ] }, { @@ -33939,7 +33987,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->27->1567" + "default.handlebars->27->1575" ] }, { @@ -33959,7 +34007,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->27->1564" + "default.handlebars->27->1572" ] }, { @@ -33979,7 +34027,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->27->1586" + "default.handlebars->27->1594" ] }, { @@ -33999,7 +34047,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->27->1587" + "default.handlebars->27->1595" ] }, { @@ -34019,7 +34067,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->27->1593" + "default.handlebars->27->1601" ] }, { @@ -34039,7 +34087,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->27->1594" + "default.handlebars->27->1602" ] }, { @@ -34059,7 +34107,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->27->1565" + "default.handlebars->27->1573" ] }, { @@ -34079,7 +34127,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->27->1581" + "default.handlebars->27->1589" ] }, { @@ -34099,7 +34147,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->27->1591" + "default.handlebars->27->1599" ] }, { @@ -34119,7 +34167,7 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->27->829", + "default.handlebars->27->837", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -34160,8 +34208,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->27->1921", - "default.handlebars->27->1984", + "default.handlebars->27->1929", + "default.handlebars->27->1992", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -34182,7 +34230,7 @@ "zh-chs": "停止", "zh-cht": "停止", "xloc": [ - "default.handlebars->27->839" + "default.handlebars->27->847" ] }, { @@ -34202,14 +34250,14 @@ "zh-chs": "停止进程", "zh-cht": "停止進程", "xloc": [ - "default.handlebars->27->826" + "default.handlebars->27->834" ] }, { "en": "Stop process #{0} \\\"{1}\\\"?", "xloc": [ "default-mobile.handlebars->9->290", - "default.handlebars->27->845", + "default.handlebars->27->853", "desktop.handlebars->3->26" ] }, @@ -34248,7 +34296,7 @@ "zh-cht": "儲存", "xloc": [ "default-mobile.handlebars->9->389", - "default.handlebars->27->977" + "default.handlebars->27->985" ] }, { @@ -34288,7 +34336,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->27->1512" + "default.handlebars->27->1520" ] }, { @@ -34308,7 +34356,7 @@ "zh-chs": "强", "zh-cht": "強", "xloc": [ - "default.handlebars->27->1262" + "default.handlebars->27->1270" ] }, { @@ -34353,7 +34401,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->27->1713" + "default.handlebars->27->1721" ] }, { @@ -34453,7 +34501,7 @@ "zh-chs": "苏图", "zh-cht": "蘇圖", "xloc": [ - "default.handlebars->27->1190" + "default.handlebars->27->1198" ] }, { @@ -34473,7 +34521,7 @@ "zh-chs": "斯瓦希里文", "zh-cht": "斯瓦希里文", "xloc": [ - "default.handlebars->27->1191" + "default.handlebars->27->1199" ] }, { @@ -34493,7 +34541,7 @@ "zh-chs": "瑞典文", "zh-cht": "瑞典文", "xloc": [ - "default.handlebars->27->1192" + "default.handlebars->27->1200" ] }, { @@ -34513,7 +34561,7 @@ "zh-chs": "瑞典文(芬兰)", "zh-cht": "瑞典文(芬蘭)", "xloc": [ - "default.handlebars->27->1193" + "default.handlebars->27->1201" ] }, { @@ -34533,7 +34581,7 @@ "zh-chs": "瑞典文(瑞典)", "zh-cht": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->27->1194" + "default.handlebars->27->1202" ] }, { @@ -34553,7 +34601,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->27->1397" + "default.handlebars->27->1405" ] }, { @@ -34703,7 +34751,7 @@ "zh-cht": "未設置TLS", "xloc": [ "default-mobile.handlebars->9->365", - "default.handlebars->27->953" + "default.handlebars->27->961" ] }, { @@ -34725,7 +34773,7 @@ "xloc": [ "default-mobile.handlebars->9->272", "default.handlebars->27->292", - "default.handlebars->27->746" + "default.handlebars->27->754" ] }, { @@ -34766,7 +34814,7 @@ "zh-cht": "標籤1,標籤2,標籤3", "xloc": [ "default.handlebars->27->478", - "default.handlebars->27->800" + "default.handlebars->27->808" ] }, { @@ -34790,7 +34838,7 @@ "default-mobile.handlebars->9->247", "default-mobile.handlebars->9->281", "default.handlebars->27->477", - "default.handlebars->27->799", + "default.handlebars->27->807", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7" ] }, @@ -34811,7 +34859,7 @@ "zh-chs": "泰米尔文", "zh-cht": "泰米爾文", "xloc": [ - "default.handlebars->27->1195" + "default.handlebars->27->1203" ] }, { @@ -34831,7 +34879,7 @@ "zh-chs": "塔塔尔族", "zh-cht": "塔塔爾族", "xloc": [ - "default.handlebars->27->1196" + "default.handlebars->27->1204" ] }, { @@ -34851,7 +34899,7 @@ "zh-chs": "泰卢加", "zh-cht": "泰盧加", "xloc": [ - "default.handlebars->27->1197" + "default.handlebars->27->1205" ] }, { @@ -34872,8 +34920,8 @@ "zh-cht": "終端機", "xloc": [ "default-mobile.handlebars->9->164", - "default.handlebars->27->1390", - "default.handlebars->27->1978", + "default.handlebars->27->1398", + "default.handlebars->27->1986", "default.handlebars->27->248", "default.handlebars->27->526", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -34917,8 +34965,8 @@ "zh-chs": "终端通知", "zh-cht": "終端機通知", "xloc": [ - "default.handlebars->27->1310", - "default.handlebars->27->1887", + "default.handlebars->27->1318", + "default.handlebars->27->1895", "default.handlebars->27->598" ] }, @@ -34939,8 +34987,8 @@ "zh-chs": "终端提示", "zh-cht": "終端機提示", "xloc": [ - "default.handlebars->27->1309", - "default.handlebars->27->1886", + "default.handlebars->27->1317", + "default.handlebars->27->1894", "default.handlebars->27->597" ] }, @@ -35008,7 +35056,7 @@ "zh-chs": "泰国", "zh-cht": "泰國", "xloc": [ - "default.handlebars->27->1198" + "default.handlebars->27->1206" ] }, { @@ -35110,7 +35158,7 @@ "zh-chs": "目前没有任何通知", "zh-cht": "目前沒有任何通知", "xloc": [ - "default.handlebars->27->1999" + "default.handlebars->27->2007" ] }, { @@ -35171,7 +35219,7 @@ "zh-cht": "此帳戶無權建立新的裝置群。", "xloc": [ "default-mobile.handlebars->9->92", - "default.handlebars->27->1248" + "default.handlebars->27->1256" ] }, { @@ -35248,7 +35296,7 @@ "zh-chs": "这是不安全政策,因为将用代理执行激活。", "zh-cht": "這是不安全政策,因為將用代理執行啟動。", "xloc": [ - "default.handlebars->27->1375" + "default.handlebars->27->1383" ] }, { @@ -35289,7 +35337,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->27->1374" + "default.handlebars->27->1382" ] }, { @@ -35409,7 +35457,7 @@ "zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。", "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ - "default.handlebars->27->753" + "default.handlebars->27->761" ] }, { @@ -35429,7 +35477,7 @@ "zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。", "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ - "default.handlebars->27->754" + "default.handlebars->27->762" ] }, { @@ -35449,7 +35497,7 @@ "zh-chs": "蒂格雷", "zh-cht": "蒂格雷", "xloc": [ - "default.handlebars->27->1199" + "default.handlebars->27->1207" ] }, { @@ -35489,7 +35537,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->27->1652" + "default.handlebars->27->1660" ] }, { @@ -35509,7 +35557,7 @@ "zh-chs": "超时", "zh-cht": "超時", "xloc": [ - "default.handlebars->27->805", + "default.handlebars->27->813", "desktop.handlebars->3->10" ] }, @@ -35670,7 +35718,7 @@ "zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。", "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->27->1235" + "default.handlebars->27->1243" ] }, { @@ -36144,7 +36192,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->27->748" + "default.handlebars->27->756" ] }, { @@ -36244,7 +36292,7 @@ "zh-chs": "特松加", "zh-cht": "特松加", "xloc": [ - "default.handlebars->27->1200" + "default.handlebars->27->1208" ] }, { @@ -36264,7 +36312,7 @@ "zh-chs": "茨瓦纳", "zh-cht": "茨瓦納", "xloc": [ - "default.handlebars->27->1201" + "default.handlebars->27->1209" ] }, { @@ -36284,7 +36332,7 @@ "zh-chs": "土耳其", "zh-cht": "土耳其", "xloc": [ - "default.handlebars->27->1202" + "default.handlebars->27->1210" ] }, { @@ -36304,7 +36352,7 @@ "zh-chs": "土库曼文", "zh-cht": "土庫曼文", "xloc": [ - "default.handlebars->27->1203" + "default.handlebars->27->1211" ] }, { @@ -36346,11 +36394,11 @@ "xloc": [ "default-mobile.handlebars->9->397", "default-mobile.handlebars->9->98", - "default.handlebars->27->1255", - "default.handlebars->27->1297", - "default.handlebars->27->1351", - "default.handlebars->27->1354", - "default.handlebars->27->836", + "default.handlebars->27->1263", + "default.handlebars->27->1305", + "default.handlebars->27->1359", + "default.handlebars->27->1362", + "default.handlebars->27->844", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", "desktop.handlebars->p11->deskarea0->deskarea4->3" ] @@ -36372,7 +36420,7 @@ "zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。", "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->27->1012" + "default.handlebars->27->1020" ] }, { @@ -36392,7 +36440,7 @@ "zh-chs": "输入要添加的密钥的名称。", "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ - "default.handlebars->27->1009" + "default.handlebars->27->1017" ] }, { @@ -36433,7 +36481,7 @@ "zh-chs": "UTF8终端", "zh-cht": "UTF8終端", "xloc": [ - "default.handlebars->27->849" + "default.handlebars->27->857" ] }, { @@ -36453,7 +36501,7 @@ "zh-chs": "乌克兰", "zh-cht": "烏克蘭", "xloc": [ - "default.handlebars->27->1204" + "default.handlebars->27->1212" ] }, { @@ -36473,7 +36521,7 @@ "zh-chs": "在验证电邮地址之前,无法访问设备。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电邮地址。", "zh-cht": "在驗證電郵地址之前,無法訪問裝置。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電郵地址。", "xloc": [ - "default.handlebars->27->1250", + "default.handlebars->27->1258", "default.handlebars->27->542" ] }, @@ -36536,7 +36584,7 @@ "zh-chs": "在启用两因素身份验证之前,无法访问设备。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。", "zh-cht": "在啟用二因子身份驗證之前,無法訪問裝置。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->27->1252", + "default.handlebars->27->1260", "default.handlebars->27->544" ] }, @@ -36664,7 +36712,7 @@ "zh-cht": "卸載", "xloc": [ "default-mobile.handlebars->9->444", - "default.handlebars->27->1463", + "default.handlebars->27->1471", "default.handlebars->27->682", "default.handlebars->27->701" ] @@ -36688,7 +36736,7 @@ "xloc": [ "default-mobile.handlebars->9->426", "default.handlebars->27->451", - "default.handlebars->27->732" + "default.handlebars->27->740" ] }, { @@ -36708,7 +36756,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->27->1428" + "default.handlebars->27->1436" ] }, { @@ -36728,7 +36776,7 @@ "zh-chs": "卸载代理", "zh-cht": "卸載代理", "xloc": [ - "default.handlebars->27->756" + "default.handlebars->27->764" ] }, { @@ -36758,16 +36806,16 @@ "default.handlebars->27->109", "default.handlebars->27->111", "default.handlebars->27->113", - "default.handlebars->27->1284", - "default.handlebars->27->1285", + "default.handlebars->27->1292", + "default.handlebars->27->1293", "default.handlebars->27->13", - "default.handlebars->27->1961", - "default.handlebars->27->1976", - "default.handlebars->27->1977", + "default.handlebars->27->1969", + "default.handlebars->27->1984", + "default.handlebars->27->1985", "default.handlebars->27->42", "default.handlebars->27->446", - "default.handlebars->27->943", - "default.handlebars->27->950" + "default.handlebars->27->951", + "default.handlebars->27->958" ] }, { @@ -36788,7 +36836,7 @@ "zh-cht": "未知#{0}", "xloc": [ "default-mobile.handlebars->9->391", - "default.handlebars->27->1291" + "default.handlebars->27->1299" ] }, { @@ -36808,7 +36856,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->27->2013" + "default.handlebars->27->2021" ] }, { @@ -36828,8 +36876,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->27->1825", - "default.handlebars->27->1949" + "default.handlebars->27->1833", + "default.handlebars->27->1957" ] }, { @@ -36849,9 +36897,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->27->1819", - "default.handlebars->27->1937", - "default.handlebars->27->2017" + "default.handlebars->27->1827", + "default.handlebars->27->1945", + "default.handlebars->27->2025" ] }, { @@ -36871,7 +36919,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->27->2009" + "default.handlebars->27->2017" ] }, { @@ -36912,7 +36960,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->27->1943" + "default.handlebars->27->1951" ] }, { @@ -36975,7 +37023,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->27->1706" + "default.handlebars->27->1714" ] }, { @@ -37019,7 +37067,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->27->2077" + "default.handlebars->27->2085" ] }, { @@ -37067,11 +37115,11 @@ "default-mobile.handlebars->9->305", "default-mobile.handlebars->9->323", "default-mobile.handlebars->9->326", - "default.handlebars->27->1541", "default.handlebars->27->1549", - "default.handlebars->27->875", - "default.handlebars->27->899", - "default.handlebars->27->902", + "default.handlebars->27->1557", + "default.handlebars->27->883", + "default.handlebars->27->907", + "default.handlebars->27->910", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1" ] }, @@ -37092,7 +37140,7 @@ "zh-chs": "上载网格代理核心", "zh-cht": "上載mesh agent核心", "xloc": [ - "default.handlebars->27->995" + "default.handlebars->27->1003" ] }, { @@ -37112,7 +37160,7 @@ "zh-chs": "上载核心档案", "zh-cht": "上載核心檔案", "xloc": [ - "default.handlebars->27->992" + "default.handlebars->27->1000" ] }, { @@ -37132,7 +37180,7 @@ "zh-chs": "上载默认服务器核心", "zh-cht": "上載默認伺服器核心", "xloc": [ - "default.handlebars->27->989" + "default.handlebars->27->997" ] }, { @@ -37172,7 +37220,7 @@ "zh-chs": "上传恢复核心", "zh-cht": "上傳恢復核心", "xloc": [ - "default.handlebars->27->991" + "default.handlebars->27->999" ] }, { @@ -37193,8 +37241,8 @@ "zh-cht": "上傳將覆蓋1個檔案。繼續?", "xloc": [ "default-mobile.handlebars->9->324", - "default.handlebars->27->1550", - "default.handlebars->27->900" + "default.handlebars->27->1558", + "default.handlebars->27->908" ] }, { @@ -37215,8 +37263,8 @@ "zh-cht": "上傳將覆蓋{0}個檔案。繼續?", "xloc": [ "default-mobile.handlebars->9->325", - "default.handlebars->27->1551", - "default.handlebars->27->901" + "default.handlebars->27->1559", + "default.handlebars->27->909" ] }, { @@ -37253,7 +37301,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->27->1601" + "default.handlebars->27->1609" ] }, { @@ -37273,7 +37321,7 @@ "zh-chs": "上索布族", "zh-cht": "上索布族", "xloc": [ - "default.handlebars->27->1205" + "default.handlebars->27->1213" ] }, { @@ -37293,7 +37341,7 @@ "zh-chs": "乌尔都文", "zh-cht": "烏爾都文", "xloc": [ - "default.handlebars->27->1206" + "default.handlebars->27->1214" ] }, { @@ -37355,8 +37403,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->27->2003", - "default.handlebars->27->2005" + "default.handlebars->27->2011", + "default.handlebars->27->2013" ] }, { @@ -37376,11 +37424,11 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->27->1348", - "default.handlebars->27->1659", - "default.handlebars->27->1688", - "default.handlebars->27->1815", - "default.handlebars->27->1996", + "default.handlebars->27->1356", + "default.handlebars->27->1667", + "default.handlebars->27->1696", + "default.handlebars->27->1823", + "default.handlebars->27->2004", "default.handlebars->27->226", "default.handlebars->27->666" ] @@ -37402,7 +37450,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->27->1689" + "default.handlebars->27->1697" ] }, { @@ -37422,10 +37470,10 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->27->1722", - "default.handlebars->27->1723", - "default.handlebars->27->1725", - "default.handlebars->27->1727" + "default.handlebars->27->1730", + "default.handlebars->27->1731", + "default.handlebars->27->1733", + "default.handlebars->27->1735" ] }, { @@ -37445,7 +37493,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->27->2022" + "default.handlebars->27->2030" ] }, { @@ -37466,7 +37514,7 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->9->399", - "default.handlebars->27->1346", + "default.handlebars->27->1354", "default.handlebars->27->662" ] }, @@ -37487,11 +37535,11 @@ "zh-chs": "用户同意", "zh-cht": "用戶同意", "xloc": [ - "default.handlebars->27->1316", - "default.handlebars->27->1893", + "default.handlebars->27->1324", "default.handlebars->27->190", + "default.handlebars->27->1901", "default.handlebars->27->604", - "default.handlebars->27->721" + "default.handlebars->27->729" ] }, { @@ -37511,11 +37559,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->27->1404", - "default.handlebars->27->1405", - "default.handlebars->27->1791", - "default.handlebars->27->1945", - "default.handlebars->27->1964", + "default.handlebars->27->1412", + "default.handlebars->27->1413", + "default.handlebars->27->1799", + "default.handlebars->27->1953", + "default.handlebars->27->1972", "default.handlebars->27->665" ] }, @@ -37556,7 +37604,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->27->1942" + "default.handlebars->27->1950" ] }, { @@ -37596,9 +37644,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->27->1466", - "default.handlebars->27->1860", - "default.handlebars->27->1861" + "default.handlebars->27->1474", + "default.handlebars->27->1868", + "default.handlebars->27->1869" ] }, { @@ -37618,8 +37666,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->27->1402", - "default.handlebars->27->1844" + "default.handlebars->27->1410", + "default.handlebars->27->1852" ] }, { @@ -37639,7 +37687,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->27->1734" + "default.handlebars->27->1742" ] }, { @@ -37660,7 +37708,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->9->446", - "default.handlebars->27->1465" + "default.handlebars->27->1473" ] }, { @@ -37735,7 +37783,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->27->2042" + "default.handlebars->27->2050" ] }, { @@ -37818,7 +37866,7 @@ "zh-chs": "用户“{0}”", "zh-cht": "用戶“{0}”", "xloc": [ - "default.handlebars->27->813", + "default.handlebars->27->821", "desktop.handlebars->3->18" ] }, @@ -37839,8 +37887,8 @@ "zh-chs": "用户浏览器值", "zh-cht": "用戶瀏覽器值", "xloc": [ - "default.handlebars->27->1217", - "default.handlebars->27->1219" + "default.handlebars->27->1225", + "default.handlebars->27->1227" ] }, { @@ -37860,7 +37908,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->27->1630" + "default.handlebars->27->1638" ] }, { @@ -37880,7 +37928,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->27->1620" + "default.handlebars->27->1628" ] }, { @@ -37900,7 +37948,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->27->1618" + "default.handlebars->27->1626" ] }, { @@ -37966,10 +38014,10 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->9->268", - "default.handlebars->27->1746", + "default.handlebars->27->1754", "default.handlebars->27->287", "default.handlebars->27->319", - "default.handlebars->27->742", + "default.handlebars->27->750", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->0->1", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->0->1", "mstsc.handlebars->main->1->3->1->4->1->0", @@ -38041,9 +38089,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->27->1779", - "default.handlebars->27->1807", - "default.handlebars->27->2041", + "default.handlebars->27->1787", + "default.handlebars->27->1815", + "default.handlebars->27->2049", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -38064,7 +38112,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->27->2026" + "default.handlebars->27->2034" ] }, { @@ -38084,7 +38132,7 @@ "zh-chs": "VT100 +(F10 = ESC + [OY)", "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->27->854" + "default.handlebars->27->862" ] }, { @@ -38104,7 +38152,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->27->1701" + "default.handlebars->27->1709" ] }, { @@ -38124,7 +38172,7 @@ "zh-chs": "文达", "zh-cht": "文達", "xloc": [ - "default.handlebars->27->1207" + "default.handlebars->27->1215" ] }, { @@ -38146,8 +38194,8 @@ "xloc": [ "default-mobile.handlebars->9->370", "default-mobile.handlebars->9->373", - "default.handlebars->27->958", - "default.handlebars->27->961" + "default.handlebars->27->966", + "default.handlebars->27->969" ] }, { @@ -38188,7 +38236,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->27->1923" + "default.handlebars->27->1931" ] }, { @@ -38229,8 +38277,8 @@ "zh-cht": "驗證電話號碼", "xloc": [ "default-mobile.handlebars->9->63", - "default.handlebars->27->1697", - "default.handlebars->27->996" + "default.handlebars->27->1004", + "default.handlebars->27->1705" ] }, { @@ -38250,7 +38298,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->27->1647" + "default.handlebars->27->1655" ] }, { @@ -38315,10 +38363,10 @@ "default-mobile.handlebars->9->354", "default-mobile.handlebars->9->371", "default-mobile.handlebars->9->376", - "default.handlebars->27->907", - "default.handlebars->27->942", - "default.handlebars->27->959", - "default.handlebars->27->964", + "default.handlebars->27->915", + "default.handlebars->27->950", + "default.handlebars->27->967", + "default.handlebars->27->972", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -38339,7 +38387,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->27->2073" + "default.handlebars->27->2081" ] }, { @@ -38381,7 +38429,7 @@ "zh-chs": "越南文", "zh-cht": "越南文", "xloc": [ - "default.handlebars->27->1208" + "default.handlebars->27->1216" ] }, { @@ -38421,7 +38469,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->27->1771" + "default.handlebars->27->1779" ] }, { @@ -38441,8 +38489,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->27->2076", - "default.handlebars->27->2078" + "default.handlebars->27->2084", + "default.handlebars->27->2086" ] }, { @@ -38482,7 +38530,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->27->1331" + "default.handlebars->27->1339" ] }, { @@ -38502,7 +38550,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->27->1901" + "default.handlebars->27->1909" ] }, { @@ -38522,7 +38570,7 @@ "zh-chs": "沃拉普克", "zh-cht": "沃拉普克", "xloc": [ - "default.handlebars->27->1209" + "default.handlebars->27->1217" ] }, { @@ -38582,7 +38630,7 @@ "zh-chs": "正在等待用户授予访问权限...", "zh-cht": "正在等待用戶授予訪問權限...", "xloc": [ - "default.handlebars->27->802", + "default.handlebars->27->810", "desktop.handlebars->3->7" ] }, @@ -38626,8 +38674,8 @@ "xloc": [ "default-mobile.handlebars->9->422", "default-mobile.handlebars->9->435", - "default.handlebars->27->1424", - "default.handlebars->27->1453" + "default.handlebars->27->1432", + "default.handlebars->27->1461" ] }, { @@ -38648,7 +38696,7 @@ "zh-cht": "喚醒", "xloc": [ "default-mobile.handlebars->9->260", - "default.handlebars->27->726" + "default.handlebars->27->734" ] }, { @@ -38688,7 +38736,7 @@ "zh-chs": "瓦隆", "zh-cht": "瓦隆", "xloc": [ - "default.handlebars->27->1210" + "default.handlebars->27->1218" ] }, { @@ -38708,7 +38756,7 @@ "zh-chs": "弱", "zh-cht": "弱", "xloc": [ - "default.handlebars->27->1264" + "default.handlebars->27->1272" ] }, { @@ -38753,8 +38801,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->27->2062", - "default.handlebars->27->2063" + "default.handlebars->27->2070", + "default.handlebars->27->2071" ] }, { @@ -38774,7 +38822,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->27->2064" + "default.handlebars->27->2072" ] }, { @@ -38794,7 +38842,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->27->2065" + "default.handlebars->27->2073" ] }, { @@ -38876,7 +38924,7 @@ "zh-chs": "威尔士文", "zh-cht": "威爾士文", "xloc": [ - "default.handlebars->27->1211" + "default.handlebars->27->1219" ] }, { @@ -38896,7 +38944,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->27->1474" + "default.handlebars->27->1482" ] }, { @@ -38917,7 +38965,7 @@ "zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。", "xloc": [ "default-mobile.handlebars->9->69", - "default.handlebars->27->1003" + "default.handlebars->27->1011" ] }, { @@ -38937,7 +38985,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->27->1873" + "default.handlebars->27->1881" ] }, { @@ -39131,7 +39179,7 @@ "zh-chs": "Win32可执行档案", "zh-cht": "Win32可執行檔案", "xloc": [ - "default.handlebars->27->770" + "default.handlebars->27->778" ] }, { @@ -39212,7 +39260,7 @@ "zh-chs": "Windows(32位)", "zh-cht": "Windows(32位)", "xloc": [ - "default.handlebars->27->774" + "default.handlebars->27->782" ] }, { @@ -39232,7 +39280,7 @@ "zh-chs": "Windows(64位)", "zh-cht": "Windows(64位)", "xloc": [ - "default.handlebars->27->775" + "default.handlebars->27->783" ] }, { @@ -39397,7 +39445,7 @@ "zh-cht": "Windows命令提示", "xloc": [ "default.handlebars->27->468", - "default.handlebars->27->736" + "default.handlebars->27->744" ] }, { @@ -39460,7 +39508,7 @@ "zh-cht": "Windows PowerShell", "xloc": [ "default.handlebars->27->469", - "default.handlebars->27->737" + "default.handlebars->27->745" ] }, { @@ -39541,7 +39589,7 @@ "zh-chs": "换行:关", "zh-cht": "换行:關", "xloc": [ - "default.handlebars->27->894" + "default.handlebars->27->902" ] }, { @@ -39561,7 +39609,7 @@ "zh-chs": "换行:开", "zh-cht": "换行:開", "xloc": [ - "default.handlebars->27->893" + "default.handlebars->27->901" ] }, { @@ -39662,7 +39710,7 @@ "zh-chs": "科萨", "zh-cht": "科薩", "xloc": [ - "default.handlebars->27->1212" + "default.handlebars->27->1220" ] }, { @@ -39682,7 +39730,7 @@ "zh-chs": "意第绪文", "zh-cht": "意第緒文", "xloc": [ - "default.handlebars->27->1213" + "default.handlebars->27->1221" ] }, { @@ -39800,7 +39848,7 @@ "zh-chs": "YubiKey™ OTP", "zh-cht": "YubiKey™OTP", "xloc": [ - "default.handlebars->27->1015" + "default.handlebars->27->1023" ] }, { @@ -39840,7 +39888,7 @@ "zh-chs": "邮编档案名", "zh-cht": "郵編檔案名", "xloc": [ - "default.handlebars->27->878" + "default.handlebars->27->886" ] }, { @@ -39922,7 +39970,7 @@ "zh-chs": "祖鲁族", "zh-cht": "祖魯族", "xloc": [ - "default.handlebars->27->1214" + "default.handlebars->27->1222" ] }, { @@ -40190,7 +40238,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->27->2074" + "default.handlebars->27->2082" ] }, { @@ -40416,7 +40464,7 @@ "zh-chs": "console.txt", "zh-cht": "console.txt", "xloc": [ - "default.handlebars->27->986" + "default.handlebars->27->994" ] }, { @@ -40437,7 +40485,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->9->130", - "default.handlebars->27->1546" + "default.handlebars->27->1554" ] }, { @@ -40536,8 +40584,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->27->1666", - "default.handlebars->27->1671" + "default.handlebars->27->1674", + "default.handlebars->27->1679" ] }, { @@ -40557,8 +40605,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->27->1668", - "default.handlebars->27->1672" + "default.handlebars->27->1676", + "default.handlebars->27->1680" ] }, { @@ -40598,8 +40646,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->27->2034", - "default.handlebars->27->2037" + "default.handlebars->27->2042", + "default.handlebars->27->2045" ] }, { @@ -40814,7 +40862,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->27->1735" + "default.handlebars->27->1743" ] }, { @@ -40937,7 +40985,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->27->1763" + "default.handlebars->27->1771" ] }, { @@ -40998,7 +41046,7 @@ "zh-chs": "macOS (64位)", "zh-cht": "macOS(64位)", "xloc": [ - "default.handlebars->27->778" + "default.handlebars->27->786" ] }, { @@ -41079,7 +41127,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->9->131", - "default.handlebars->27->1547" + "default.handlebars->27->1555" ] }, { @@ -41176,7 +41224,7 @@ "zh-chs": "servererrors.txt", "zh-cht": "servererrors.txt", "xloc": [ - "default.handlebars->27->1288" + "default.handlebars->27->1296" ] }, { @@ -41196,7 +41244,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->27->2072" + "default.handlebars->27->2080" ] }, { @@ -41262,7 +41310,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->27->2050" + "default.handlebars->27->2058" ] }, { @@ -41282,7 +41330,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->27->2071" + "default.handlebars->27->2079" ] }, { @@ -41319,8 +41367,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->27->2035", - "default.handlebars->27->2038" + "default.handlebars->27->2043", + "default.handlebars->27->2046" ] }, { @@ -41403,8 +41451,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->27->1731", - "default.handlebars->27->1736" + "default.handlebars->27->1739", + "default.handlebars->27->1744" ] }, { @@ -41424,8 +41472,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->27->1733", - "default.handlebars->27->1737" + "default.handlebars->27->1741", + "default.handlebars->27->1745" ] }, { @@ -41445,7 +41493,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->27->1670" + "default.handlebars->27->1678" ] }, { @@ -41485,8 +41533,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->27->1521", - "default.handlebars->27->1526" + "default.handlebars->27->1529", + "default.handlebars->27->1534" ] }, { @@ -41506,9 +41554,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->27->1519", - "default.handlebars->27->1524", - "default.handlebars->27->1975" + "default.handlebars->27->1527", + "default.handlebars->27->1532", + "default.handlebars->27->1983" ] }, { @@ -41529,9 +41577,9 @@ "zh-cht": "{0} Mb", "xloc": [ "default-mobile.handlebars->9->387", - "default.handlebars->27->1520", - "default.handlebars->27->1525", - "default.handlebars->27->975" + "default.handlebars->27->1528", + "default.handlebars->27->1533", + "default.handlebars->27->983" ] }, { @@ -41552,7 +41600,7 @@ "zh-cht": "{0} Mb,{1} Mhz", "xloc": [ "default-mobile.handlebars->9->382", - "default.handlebars->27->970" + "default.handlebars->27->978" ] }, { @@ -41572,7 +41620,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->27->1913" + "default.handlebars->27->1921" ] }, { @@ -41592,8 +41640,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->27->1518", - "default.handlebars->27->1523" + "default.handlebars->27->1526", + "default.handlebars->27->1531" ] }, { @@ -41614,8 +41662,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->9->119", - "default.handlebars->27->1534", - "default.handlebars->27->1990", + "default.handlebars->27->1542", + "default.handlebars->27->1998", "download.handlebars->3->2", "download2.handlebars->5->2" ] @@ -41637,7 +41685,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->27->1513" + "default.handlebars->27->1521" ] }, { @@ -41657,7 +41705,7 @@ "zh-chs": "{0}个连接", "zh-cht": "{0}個連接", "xloc": [ - "default.handlebars->27->812", + "default.handlebars->27->820", "desktop.handlebars->3->17" ] }, @@ -41678,7 +41726,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->27->1516" + "default.handlebars->27->1524" ] }, { @@ -41698,7 +41746,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->27->1878" + "default.handlebars->27->1886" ] }, { @@ -41755,7 +41803,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->27->1514" + "default.handlebars->27->1522" ] }, { @@ -41797,7 +41845,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->27->1515" + "default.handlebars->27->1523" ] }, { @@ -41837,7 +41885,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->27->1680" + "default.handlebars->27->1688" ] }, { @@ -42001,7 +42049,7 @@ "default-mobile.handlebars->9->169", "default-mobile.handlebars->9->172", "default-mobile.handlebars->9->175", - "default.handlebars->27->1684", + "default.handlebars->27->1692", "default.handlebars->27->244", "default.handlebars->27->247", "default.handlebars->27->250", @@ -42149,7 +42197,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->27->1528" + "default.handlebars->27->1536" ] }, { @@ -42169,7 +42217,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->27->1527" + "default.handlebars->27->1535" ] }, { diff --git a/views/default.handlebars b/views/default.handlebars index 7ce5e0ee..ec6729a7 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -6014,9 +6014,11 @@ function showShareDevice() { if (xxdialogMode) return; - var x = "Creates a link that allows a guest without an account to remote desktop into this device for up to 1 hour." + '

'; + var y = '', x = "Creates a link that allows a guest without an account to remote desktop into this device for up to 1 hour." + '

'; x += addHtmlValue("Guest Name", ''); - x += addHtmlValue("Expire Time", ''); + var options = { 1 : "1 minute", 5 : "5 minutes", 10 : "10 minutes", 15 : "15 minutes", 30 : "30 minutes", 45 : "45 minutes", 60 : "60 minutes", 120 : "2 hours", 240 : "4 hours", 480 : "8 hours", 720 : "12 hours", 960 : "16 hours", 1440 : "24 hours", 2880 : "2 days", 5760 : "4 days" } + for (var i in options) { if (serverinfo.maxGuestSessionSharingTime >= i) { y += ''; } } + x += addHtmlValue("Expire Time", ''); x += addHtmlValue("User Consent", ''); setDialogMode(2, "Share Device", 3, showShareDeviceEx, x); showShareDeviceValidate();