From e04db9fa9f61dfba79e38083546957b76061d379 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 16 Nov 2020 15:14:30 -0800 Subject: [PATCH] Agent TLS certificate improvement. --- agents/meshcore.js | 16 +- public/scripts/amt-wsman-0.2.0-min.js | 2 +- translate/translate.json | 2484 +++++++++++++------------ views/default.handlebars | 11 +- 4 files changed, 1270 insertions(+), 1243 deletions(-) diff --git a/agents/meshcore.js b/agents/meshcore.js index b9e514eb..2ca560ea 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -779,7 +779,13 @@ function createMeshCore(agent) { // Perform manual server TLS certificate checking based on the certificate hash given by the server. woptions.rejectUnauthorized = 0; - woptions.checkServerIdentity = function checkServerIdentity(certs) { if ((checkServerIdentity.servertlshash != null) && (checkServerIdentity.servertlshash != certs[0].digest.split(':').join('').toLowerCase())) { throw new Error('BadCert') } } + woptions.checkServerIdentity = function checkServerIdentity(certs) { + // If the tunnel certificate matches the control channel certificate, accept the connection + try { if (require('MeshAgent').ServerInfo.ControlChannelCertificate.digest == certs[0].digest) return; } catch (ex) { } + try { if (require('MeshAgent').ServerInfo.ControlChannelCertificate.fingerprint == certs[0].fingerprint) return; } catch (ex) { } + // Check that the certificate is the one expected by the server, fail if not. + if ((checkServerIdentity.servertlshash != null) && (checkServerIdentity.servertlshash.toLowerCase() != certs[0].digest.split(':').join('').toLowerCase())) { throw new Error('BadCert') } + } woptions.checkServerIdentity.servertlshash = data.servertlshash; //sendConsoleText(JSON.stringify(woptions)); @@ -1177,7 +1183,13 @@ function createMeshCore(agent) { // Perform manual server TLS certificate checking based on the certificate hash given by the server. agentFileHttpOptions.rejectUnauthorized = 0; - agentFileHttpOptions.checkServerIdentity = function checkServerIdentity(certs) { if ((checkServerIdentity.servertlshash != null) && (checkServerIdentity.servertlshash != certs[0].digest.split(':').join('').toLowerCase())) { throw new Error('BadCert') } } + agentFileHttpOptions.checkServerIdentity = function checkServerIdentity(certs) { + // If the tunnel certificate matches the control channel certificate, accept the connection + try { if (require('MeshAgent').ServerInfo.ControlChannelCertificate.digest == certs[0].digest) return; } catch (ex) { } + try { if (require('MeshAgent').ServerInfo.ControlChannelCertificate.fingerprint == certs[0].fingerprint) return; } catch (ex) { } + // Check that the certificate is the one expected by the server, fail if not. + if ((checkServerIdentity.servertlshash != null) && (checkServerIdentity.servertlshash.toLowerCase() != certs[0].digest.split(':').join('').toLowerCase())) { throw new Error('BadCert') } + } agentFileHttpOptions.checkServerIdentity.servertlshash = data.servertlshash; if (agentFileHttpOptions == null) return; diff --git a/public/scripts/amt-wsman-0.2.0-min.js b/public/scripts/amt-wsman-0.2.0-min.js index 86d1ae50..a8eb3bca 100644 --- a/public/scripts/amt-wsman-0.2.0-min.js +++ b/public/scripts/amt-wsman-0.2.0-min.js @@ -1 +1 @@ -var WsmanStackCreateService=function(e,s,r,a,o,t){var p={};function l(e){if(!e)return"";var s=" ";for(var r in e)e.hasOwnProperty(r)&&0===r.indexOf("@")&&(s+=r.substring(1)+'="'+e[r]+'" ');return s}function w(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return''+e.InstanceID+"";var s="";for(var r in e)if(e.hasOwnProperty(r)){if(s+='',e[r].ReferenceParameters){s+="",s+=""+e[r].Address+""+e[r].ReferenceParameters.ResourceURI+"";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o"+a[o].Value+"";else s+=""+a.Value+"";s+=""}else s+=e[r];s+=""}return s+=""}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('
"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,c,d){var m="",i="";null!=c&&null!=d&&(m="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken"+c+''+d+"",i=''),l=null!=l&&null!=l?""+l+"":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(n)+m+'
'+r+""+i+"PT0.000000S";p.PerformAjax(u+"
",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(o)+"";p.PerformAjax(t+"",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S"+w(t)+""+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+=""+s[o].Address+""+s[o].ReferenceParameters.ResourceURI+"";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n"+t[n].Value+"";else a+=""+t.Value+"";a+=""}else if(Array.isArray(s[o]))for(n=0;n"+s[o][n].toString()+"";else a+=""+s[o].toString()+"";return a+=""}(e,s);p.PerformAjax(n+"",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(t)+"';for(var c in s)l+=""+s[c]+"";p.PerformAjax(l+"",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S'+s+"",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(s)+"";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var c in r)if(null!=r[c])if(Array.isArray(r[c]))for(var d in r[c])l+=""+r[c][d]+"";else l+=""+r[c]+"";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+""+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(n)+"'+r+"",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S'+s+"99999999",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o'+e.InstanceID+"";var s="";for(var r in e)if(e.hasOwnProperty(r)){if(s+='',e[r].ReferenceParameters){s+="",s+=""+e[r].Address+""+e[r].ReferenceParameters.ResourceURI+"";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o"+a[o].Value+"";else s+=""+a.Value+"";s+=""}else s+=e[r];s+=""}return s+=""}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('
"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,d,c){var m="",i="";null!=d&&null!=c&&(m="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken"+d+''+c+"",i=''),l=null!=l&&null!=l?""+l+"":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(n)+m+'
'+r+""+i+"PT0.000000S";p.PerformAjax(u+"
",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(o)+"";p.PerformAjax(t+"",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S"+w(t)+""+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+=""+s[o].Address+""+s[o].ReferenceParameters.ResourceURI+"";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n"+t[n].Value+"";else a+=""+t.Value+"";a+=""}else if(Array.isArray(s[o]))for(n=0;n"+s[o][n].toString()+"";else a+=""+s[o].toString()+"";return a+=""}(e,s);p.PerformAjax(n+"",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(t)+"';for(var d in s)l+=""+s[d]+"";p.PerformAjax(l+"",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S'+s+"",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(s)+"";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var d in r)if(null!=r[d])if(Array.isArray(r[d]))for(var c in r[d])l+=""+r[d][c]+"";else l+=""+r[d]+"";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+""+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(n)+"'+r+"",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S'+s+"99999999",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o29->1360", - "default.handlebars->29->1362" + "default.handlebars->29->1361", + "default.handlebars->29->1363" ] }, { @@ -204,7 +204,7 @@ "zh-chs": " 可以使用密码提示,但不建议使用。", "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->29->1273" + "default.handlebars->29->1274" ] }, { @@ -224,8 +224,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->29->1433", - "default.handlebars->29->1896" + "default.handlebars->29->1434", + "default.handlebars->29->1897" ] }, { @@ -420,7 +420,7 @@ "fr": "* 8 caractères, 1 majuscule, 1 minuscule, 1 numérique, 1 non alphanumérique.", "nl": "* 8 karakters, 1 hoofdletter, 1 normale letter, 1 nummeriek, 1 niet alfanumeriek.", "xloc": [ - "default.handlebars->29->1402", + "default.handlebars->29->1403", "default.handlebars->29->306" ] }, @@ -496,7 +496,7 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->9->467", - "default.handlebars->29->1503" + "default.handlebars->29->1504" ] }, { @@ -537,7 +537,7 @@ "zh-chs": ",MQTT在线", "zh-cht": ",MQTT在線", "xloc": [ - "default.handlebars->29->1015" + "default.handlebars->29->1016" ] }, { @@ -768,9 +768,9 @@ "xloc": [ "default-mobile.handlebars->9->108", "default-mobile.handlebars->9->307", - "default.handlebars->29->1544", - "default.handlebars->29->2053", - "default.handlebars->29->891" + "default.handlebars->29->1545", + "default.handlebars->29->2054", + "default.handlebars->29->892" ] }, { @@ -826,7 +826,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->29->1965" + "default.handlebars->29->1966" ] }, { @@ -848,7 +848,7 @@ "xloc": [ "default-mobile.handlebars->9->118", "default-mobile.handlebars->9->471", - "default.handlebars->29->1568", + "default.handlebars->29->1569", "download.handlebars->3->1", "download2.handlebars->5->1" ] @@ -913,7 +913,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->29->1930" + "default.handlebars->29->1931" ] }, { @@ -1017,7 +1017,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->29->1720" + "default.handlebars->29->1721" ] }, { @@ -1083,7 +1083,7 @@ "default-mobile.handlebars->9->172", "default-mobile.handlebars->9->175", "default-mobile.handlebars->9->178", - "default.handlebars->29->1724", + "default.handlebars->29->1725", "default.handlebars->29->251", "default.handlebars->29->254", "default.handlebars->29->257", @@ -1505,7 +1505,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->29->1679" + "default.handlebars->29->1680" ] }, { @@ -1525,8 +1525,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->29->1737", - "default.handlebars->29->1952" + "default.handlebars->29->1738", + "default.handlebars->29->1953" ] }, { @@ -2344,7 +2344,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->9->236", - "default.handlebars->29->1376", + "default.handlebars->29->1377", "default.handlebars->29->568" ] }, @@ -2470,7 +2470,7 @@ "zh-chs": "拒绝访问", "zh-cht": "拒絕存取", "xloc": [ - "default.handlebars->29->1016" + "default.handlebars->29->1017" ] }, { @@ -2512,7 +2512,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->29->1902" + "default.handlebars->29->1903" ] }, { @@ -2601,8 +2601,8 @@ "default-mobile.handlebars->9->93", "default-mobile.handlebars->9->95", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->29->1282", - "default.handlebars->29->1284", + "default.handlebars->29->1283", + "default.handlebars->29->1285", "default.handlebars->29->537", "default.handlebars->29->539" ] @@ -2665,7 +2665,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->29->1652" + "default.handlebars->29->1653" ] }, { @@ -2685,7 +2685,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->29->1651" + "default.handlebars->29->1652" ] }, { @@ -2705,7 +2705,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->29->1650" + "default.handlebars->29->1651" ] }, { @@ -2725,8 +2725,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->29->1739", - "default.handlebars->29->1899" + "default.handlebars->29->1740", + "default.handlebars->29->1900" ] }, { @@ -2790,7 +2790,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->29->1587" + "default.handlebars->29->1588" ] }, { @@ -2810,7 +2810,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->29->1588" + "default.handlebars->29->1589" ] }, { @@ -2852,7 +2852,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->29->1660" + "default.handlebars->29->1661" ] }, { @@ -2872,7 +2872,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->29->1649" + "default.handlebars->29->1650" ] }, { @@ -2912,7 +2912,7 @@ "zh-chs": "指令", "zh-cht": "指令", "xloc": [ - "default.handlebars->29->1021", + "default.handlebars->29->1022", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -3033,7 +3033,7 @@ "default-mobile.handlebars->9->370", "default.handlebars->29->561", "default.handlebars->29->563", - "default.handlebars->29->977" + "default.handlebars->29->978" ] }, { @@ -3098,7 +3098,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->29->1372", + "default.handlebars->29->1373", "default.handlebars->29->284" ] }, @@ -3136,8 +3136,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->29->1876", - "default.handlebars->29->2000" + "default.handlebars->29->1877", + "default.handlebars->29->2001" ] }, { @@ -3177,9 +3177,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->29->1467", - "default.handlebars->29->1870", - "default.handlebars->29->1988", + "default.handlebars->29->1468", + "default.handlebars->29->1871", + "default.handlebars->29->1989", "default.handlebars->29->238" ] }, @@ -3200,7 +3200,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->29->1464" + "default.handlebars->29->1465" ] }, { @@ -3220,8 +3220,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->29->1469", - "default.handlebars->29->1471" + "default.handlebars->29->1470", + "default.handlebars->29->1472" ] }, { @@ -3318,7 +3318,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->29->2020" + "default.handlebars->29->2021" ] }, { @@ -3358,8 +3358,8 @@ "zh-chs": "添加安全密钥", "zh-cht": "新增安全密鑰", "xloc": [ - "default.handlebars->29->1049", "default.handlebars->29->1050", + "default.handlebars->29->1051", "default.handlebars->29->149", "default.handlebars->29->151", "default.handlebars->29->154", @@ -3404,7 +3404,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->29->1474" + "default.handlebars->29->1475" ] }, { @@ -3424,9 +3424,9 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->29->1368", - "default.handlebars->29->1466", - "default.handlebars->29->1994", + "default.handlebars->29->1369", + "default.handlebars->29->1467", + "default.handlebars->29->1995", "default.handlebars->29->663" ] }, @@ -3447,7 +3447,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->29->1476" + "default.handlebars->29->1477" ] }, { @@ -3504,8 +3504,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->29->1367", - "default.handlebars->29->1865" + "default.handlebars->29->1368", + "default.handlebars->29->1866" ] }, { @@ -3525,7 +3525,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->29->1463" + "default.handlebars->29->1464" ] }, { @@ -3545,7 +3545,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->29->1898" + "default.handlebars->29->1899" ] }, { @@ -3662,7 +3662,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->29->1371", + "default.handlebars->29->1372", "default.handlebars->29->283" ] }, @@ -3711,7 +3711,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->29->1676" + "default.handlebars->29->1677" ] }, { @@ -3719,7 +3719,7 @@ "fr": "Ajout du partage {0} de {1} à {2}", "nl": "Apparaat delen {0} toegevoegd van {1} tot {2}", "xloc": [ - "default.handlebars->29->1687" + "default.handlebars->29->1688" ] }, { @@ -3739,8 +3739,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->29->1643", - "default.handlebars->29->1670" + "default.handlebars->29->1644", + "default.handlebars->29->1671" ] }, { @@ -3760,7 +3760,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->29->1681" + "default.handlebars->29->1682" ] }, { @@ -3780,7 +3780,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->29->1654" + "default.handlebars->29->1655" ] }, { @@ -3800,8 +3800,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->29->1657", - "default.handlebars->29->1666" + "default.handlebars->29->1658", + "default.handlebars->29->1667" ] }, { @@ -3862,7 +3862,7 @@ "zh-cht": "管理員控制模式(ACM)", "xloc": [ "default-mobile.handlebars->9->372", - "default.handlebars->29->979" + "default.handlebars->29->980" ] }, { @@ -3883,7 +3883,7 @@ "zh-cht": "管理員憑證", "xloc": [ "default-mobile.handlebars->9->378", - "default.handlebars->29->985" + "default.handlebars->29->986" ] }, { @@ -3924,7 +3924,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->29->1934" + "default.handlebars->29->1935" ] }, { @@ -3965,7 +3965,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->29->1802" + "default.handlebars->29->1803" ] }, { @@ -3985,7 +3985,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->29->1731" + "default.handlebars->29->1732" ] }, { @@ -4005,7 +4005,7 @@ "zh-chs": "南非文", "zh-cht": "南非文", "xloc": [ - "default.handlebars->29->1052" + "default.handlebars->29->1053" ] }, { @@ -4028,8 +4028,8 @@ "default-mobile.handlebars->9->203", "default-mobile.handlebars->9->228", "default-mobile.handlebars->9->250", - "default.handlebars->29->1530", - "default.handlebars->29->1538", + "default.handlebars->29->1531", + "default.handlebars->29->1539", "default.handlebars->29->214", "default.handlebars->29->423", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1" @@ -4052,8 +4052,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->29->1532", - "default.handlebars->29->1540" + "default.handlebars->29->1533", + "default.handlebars->29->1541" ] }, { @@ -4094,7 +4094,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->9->449", - "default.handlebars->29->1484" + "default.handlebars->29->1485" ] }, { @@ -4114,7 +4114,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->29->2063" + "default.handlebars->29->2064" ] }, { @@ -4217,7 +4217,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->29->2079" + "default.handlebars->29->2080" ] }, { @@ -4258,7 +4258,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->29->1536", + "default.handlebars->29->1537", "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1" ] }, @@ -4279,7 +4279,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->29->1640" + "default.handlebars->29->1641" ] }, { @@ -4341,7 +4341,7 @@ "zh-chs": "代理离线", "zh-cht": "代理離線", "xloc": [ - "default.handlebars->29->1014" + "default.handlebars->29->1015" ] }, { @@ -4361,7 +4361,7 @@ "zh-chs": "代理在线", "zh-cht": "代理在線", "xloc": [ - "default.handlebars->29->1013" + "default.handlebars->29->1014" ] }, { @@ -4390,7 +4390,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->29->2095" + "default.handlebars->29->2096" ] }, { @@ -4410,7 +4410,7 @@ "zh-chs": "阿尔巴尼亚文", "zh-cht": "阿爾巴尼亞文", "xloc": [ - "default.handlebars->29->1053" + "default.handlebars->29->1054" ] }, { @@ -4453,7 +4453,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->29->1694" + "default.handlebars->29->1695" ] }, { @@ -4490,7 +4490,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->29->1692" + "default.handlebars->29->1693" ] }, { @@ -4532,8 +4532,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->29->1431", - "default.handlebars->29->1895" + "default.handlebars->29->1432", + "default.handlebars->29->1896" ] }, { @@ -4553,7 +4553,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->29->1432" + "default.handlebars->29->1433" ] }, { @@ -4658,9 +4658,9 @@ "zh-chs": "一直通知", "zh-cht": "一直通知", "xloc": [ - "default.handlebars->29->1347", - "default.handlebars->29->1856", - "default.handlebars->29->1943", + "default.handlebars->29->1348", + "default.handlebars->29->1857", + "default.handlebars->29->1944", "default.handlebars->29->599" ] }, @@ -4681,9 +4681,9 @@ "zh-chs": "一直提示", "zh-cht": "一直提示", "xloc": [ - "default.handlebars->29->1348", - "default.handlebars->29->1857", - "default.handlebars->29->1944", + "default.handlebars->29->1349", + "default.handlebars->29->1858", + "default.handlebars->29->1945", "default.handlebars->29->600" ] }, @@ -4907,7 +4907,7 @@ "zh-chs": "阿拉伯文(阿尔及利亚)", "zh-cht": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->29->1055" + "default.handlebars->29->1056" ] }, { @@ -4927,7 +4927,7 @@ "zh-chs": "阿拉伯文(巴林)", "zh-cht": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->29->1056" + "default.handlebars->29->1057" ] }, { @@ -4947,7 +4947,7 @@ "zh-chs": "阿拉伯文(埃及)", "zh-cht": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->29->1057" + "default.handlebars->29->1058" ] }, { @@ -4967,7 +4967,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "zh-cht": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->29->1058" + "default.handlebars->29->1059" ] }, { @@ -4987,7 +4987,7 @@ "zh-chs": "阿拉伯文(约旦)", "zh-cht": "阿拉伯文(約旦)", "xloc": [ - "default.handlebars->29->1059" + "default.handlebars->29->1060" ] }, { @@ -5007,7 +5007,7 @@ "zh-chs": "阿拉伯文(科威特)", "zh-cht": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->29->1060" + "default.handlebars->29->1061" ] }, { @@ -5027,7 +5027,7 @@ "zh-chs": "阿拉伯文(黎巴嫩)", "zh-cht": "阿拉伯文(黎巴嫩)", "xloc": [ - "default.handlebars->29->1061" + "default.handlebars->29->1062" ] }, { @@ -5047,7 +5047,7 @@ "zh-chs": "阿拉伯文(利比亚)", "zh-cht": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->29->1062" + "default.handlebars->29->1063" ] }, { @@ -5067,7 +5067,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "zh-cht": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->29->1063" + "default.handlebars->29->1064" ] }, { @@ -5087,7 +5087,7 @@ "zh-chs": "阿拉伯文(阿曼)", "zh-cht": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->29->1064" + "default.handlebars->29->1065" ] }, { @@ -5107,7 +5107,7 @@ "zh-chs": "阿拉伯文(卡塔尔)", "zh-cht": "阿拉伯文(卡塔爾)", "xloc": [ - "default.handlebars->29->1065" + "default.handlebars->29->1066" ] }, { @@ -5127,7 +5127,7 @@ "zh-chs": "阿拉伯文(沙特阿拉伯)", "zh-cht": "阿拉伯文(沙特阿拉伯)", "xloc": [ - "default.handlebars->29->1066" + "default.handlebars->29->1067" ] }, { @@ -5147,7 +5147,7 @@ "zh-chs": "阿拉伯文(标准)", "zh-cht": "阿拉伯文(標準)", "xloc": [ - "default.handlebars->29->1054" + "default.handlebars->29->1055" ] }, { @@ -5167,7 +5167,7 @@ "zh-chs": "阿拉伯文(叙利亚)", "zh-cht": "阿拉伯文(敘利亞)", "xloc": [ - "default.handlebars->29->1067" + "default.handlebars->29->1068" ] }, { @@ -5187,7 +5187,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "zh-cht": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->29->1068" + "default.handlebars->29->1069" ] }, { @@ -5207,7 +5207,7 @@ "zh-chs": "阿拉伯文(阿联酋)", "zh-cht": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->29->1069" + "default.handlebars->29->1070" ] }, { @@ -5227,7 +5227,7 @@ "zh-chs": "阿拉伯文(也门)", "zh-cht": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->29->1070" + "default.handlebars->29->1071" ] }, { @@ -5247,7 +5247,7 @@ "zh-chs": "阿拉贡文", "zh-cht": "阿拉貢文", "xloc": [ - "default.handlebars->29->1071" + "default.handlebars->29->1072" ] }, { @@ -5268,7 +5268,7 @@ "zh-cht": "結構", "xloc": [ "default-mobile.handlebars->9->342", - "default.handlebars->29->939" + "default.handlebars->29->940" ] }, { @@ -5309,7 +5309,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->9->418", - "default.handlebars->29->1407" + "default.handlebars->29->1408" ] }, { @@ -5389,7 +5389,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->29->2135" + "default.handlebars->29->2136" ] }, { @@ -5409,7 +5409,7 @@ "zh-chs": "亚美尼亚文", "zh-cht": "亞美尼亞文", "xloc": [ - "default.handlebars->29->1072" + "default.handlebars->29->1073" ] }, { @@ -5469,7 +5469,7 @@ "zh-chs": "阿萨姆文", "zh-cht": "阿薩姆文", "xloc": [ - "default.handlebars->29->1073" + "default.handlebars->29->1074" ] }, { @@ -5489,7 +5489,7 @@ "zh-chs": "阿斯图里亚斯文", "zh-cht": "阿斯圖里亞斯文", "xloc": [ - "default.handlebars->29->1074" + "default.handlebars->29->1075" ] }, { @@ -5509,7 +5509,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->29->1609" + "default.handlebars->29->1610" ] }, { @@ -5529,7 +5529,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->29->1947" + "default.handlebars->29->1948" ] }, { @@ -5553,8 +5553,8 @@ "default-mobile.handlebars->9->52", "default-mobile.handlebars->9->71", "default-mobile.handlebars->9->73", - "default.handlebars->29->1038", - "default.handlebars->29->1040", + "default.handlebars->29->1039", + "default.handlebars->29->1041", "default.handlebars->29->125", "default.handlebars->29->130" ] @@ -5636,7 +5636,7 @@ "zh-chs": "自动删除", "zh-cht": "自動刪除", "xloc": [ - "default.handlebars->29->1334" + "default.handlebars->29->1335" ] }, { @@ -5700,7 +5700,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->29->2088" + "default.handlebars->29->2089" ] }, { @@ -5720,7 +5720,7 @@ "zh-chs": "阿塞拜疆文", "zh-cht": "阿塞拜疆文", "xloc": [ - "default.handlebars->29->1075" + "default.handlebars->29->1076" ] }, { @@ -5741,7 +5741,7 @@ "zh-cht": "的BIOS", "xloc": [ "default-mobile.handlebars->9->384", - "default.handlebars->29->991" + "default.handlebars->29->992" ] }, { @@ -5856,8 +5856,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->29->1513", - "default.handlebars->29->1520", + "default.handlebars->29->1514", + "default.handlebars->29->1521", "default.handlebars->29->336", "default.handlebars->29->350" ] @@ -5879,8 +5879,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->29->1514", - "default.handlebars->29->1521", + "default.handlebars->29->1515", + "default.handlebars->29->1522", "default.handlebars->29->337", "default.handlebars->29->351", "default.handlebars->29->365" @@ -5923,7 +5923,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->29->1949" + "default.handlebars->29->1950" ] }, { @@ -5943,7 +5943,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->29->2070" + "default.handlebars->29->2071" ] }, { @@ -5963,7 +5963,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->29->2069" + "default.handlebars->29->2070" ] }, { @@ -5983,7 +5983,7 @@ "zh-chs": "巴斯克", "zh-cht": "巴斯克", "xloc": [ - "default.handlebars->29->1076" + "default.handlebars->29->1077" ] }, { @@ -6017,7 +6017,7 @@ "en": "Batch upload of {0} file(s) to folder {1}", "nl": "Batch-upload van {0} bestand (en) naar map {1}", "xloc": [ - "default.handlebars->29->1689" + "default.handlebars->29->1690" ] }, { @@ -6037,7 +6037,7 @@ "zh-chs": "白俄罗斯文", "zh-cht": "白俄羅斯文", "xloc": [ - "default.handlebars->29->1078" + "default.handlebars->29->1079" ] }, { @@ -6057,7 +6057,7 @@ "zh-chs": "孟加拉", "zh-cht": "孟加拉", "xloc": [ - "default.handlebars->29->1079" + "default.handlebars->29->1080" ] }, { @@ -6100,7 +6100,7 @@ "zh-chs": "波斯尼亚文", "zh-cht": "波斯尼亞文", "xloc": [ - "default.handlebars->29->1080" + "default.handlebars->29->1081" ] }, { @@ -6120,7 +6120,7 @@ "zh-chs": "布列塔尼", "zh-cht": "布列塔尼", "xloc": [ - "default.handlebars->29->1081" + "default.handlebars->29->1082" ] }, { @@ -6140,7 +6140,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->29->1863", + "default.handlebars->29->1864", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -6161,7 +6161,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->29->1784" + "default.handlebars->29->1785" ] }, { @@ -6181,7 +6181,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->29->1779" + "default.handlebars->29->1780" ] }, { @@ -6201,7 +6201,7 @@ "zh-chs": "保加利亚文", "zh-cht": "保加利亞文", "xloc": [ - "default.handlebars->29->1077" + "default.handlebars->29->1078" ] }, { @@ -6221,7 +6221,7 @@ "zh-chs": "缅甸文", "zh-cht": "緬甸文", "xloc": [ - "default.handlebars->29->1082" + "default.handlebars->29->1083" ] }, { @@ -6284,7 +6284,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->29->2123" + "default.handlebars->29->2124" ] }, { @@ -6304,7 +6304,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->29->2124" + "default.handlebars->29->2125" ] }, { @@ -6312,7 +6312,7 @@ "fr": "Configuration CIRA", "nl": "CIRA setup", "xloc": [ - "default.handlebars->29->1398" + "default.handlebars->29->1399" ] }, { @@ -6333,7 +6333,7 @@ "zh-cht": "CPU", "xloc": [ "default-mobile.handlebars->9->390", - "default.handlebars->29->997" + "default.handlebars->29->998" ] }, { @@ -6353,7 +6353,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->29->2084" + "default.handlebars->29->2085" ] }, { @@ -6373,7 +6373,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->29->2087" + "default.handlebars->29->2088" ] }, { @@ -6393,7 +6393,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->29->2086" + "default.handlebars->29->2087" ] }, { @@ -6413,7 +6413,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->29->2085" + "default.handlebars->29->2086" ] }, { @@ -6455,7 +6455,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->29->1702" + "default.handlebars->29->1703" ] }, { @@ -6475,8 +6475,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->29->1706", - "default.handlebars->29->1771", + "default.handlebars->29->1707", + "default.handlebars->29->1772", "default.handlebars->29->482" ] }, @@ -6497,7 +6497,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->29->2136" + "default.handlebars->29->2137" ] }, { @@ -6519,7 +6519,7 @@ "xloc": [ "default-mobile.handlebars->9->82", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->29->1312", + "default.handlebars->29->1313", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -6549,9 +6549,9 @@ "default-mobile.handlebars->9->395", "default-mobile.handlebars->9->400", "default-mobile.handlebars->9->402", - "default.handlebars->29->1002", - "default.handlebars->29->1007", - "default.handlebars->29->1009" + "default.handlebars->29->1003", + "default.handlebars->29->1008", + "default.handlebars->29->1010" ] }, { @@ -6572,7 +6572,7 @@ "zh-cht": "容量/速度", "xloc": [ "default-mobile.handlebars->9->393", - "default.handlebars->29->1000" + "default.handlebars->29->1001" ] }, { @@ -6592,7 +6592,7 @@ "zh-chs": "加泰罗尼亚文", "zh-cht": "加泰羅尼亞文", "xloc": [ - "default.handlebars->29->1083" + "default.handlebars->29->1084" ] }, { @@ -6632,7 +6632,7 @@ "zh-chs": "查莫罗", "zh-cht": "查莫羅", "xloc": [ - "default.handlebars->29->1084" + "default.handlebars->29->1085" ] }, { @@ -6674,7 +6674,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->29->1977" + "default.handlebars->29->1978" ] }, { @@ -6717,8 +6717,8 @@ "zh-cht": "更改密碼", "xloc": [ "default-mobile.handlebars->9->90", - "default.handlebars->29->1279", - "default.handlebars->29->1964" + "default.handlebars->29->1280", + "default.handlebars->29->1965" ] }, { @@ -6738,7 +6738,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->29->1984" + "default.handlebars->29->1985" ] }, { @@ -6758,7 +6758,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->29->1972" + "default.handlebars->29->1973" ] }, { @@ -6840,7 +6840,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->29->1963" + "default.handlebars->29->1964" ] }, { @@ -6880,7 +6880,7 @@ "zh-chs": "在此处更改您的帐户电邮地址。", "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ - "default.handlebars->29->1266" + "default.handlebars->29->1267" ] }, { @@ -6900,7 +6900,7 @@ "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。", "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->29->1272" + "default.handlebars->29->1273" ] }, { @@ -6920,7 +6920,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->29->1661" + "default.handlebars->29->1662" ] }, { @@ -6940,7 +6940,7 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->29->1645" + "default.handlebars->29->1646" ] }, { @@ -6960,7 +6960,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->29->1589" + "default.handlebars->29->1590" ] }, { @@ -6980,8 +6980,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->29->1647", - "default.handlebars->29->1668" + "default.handlebars->29->1648", + "default.handlebars->29->1669" ] }, { @@ -7001,7 +7001,7 @@ "zh-chs": "更改语言将需要刷新页面。", "zh-cht": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->29->1251" + "default.handlebars->29->1252" ] }, { @@ -7021,7 +7021,7 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->29->1723", + "default.handlebars->29->1724", "default.handlebars->29->686", "default.handlebars->29->707" ] @@ -7045,8 +7045,8 @@ "xloc": [ "default-mobile.handlebars->9->439", "default-mobile.handlebars->9->459", - "default.handlebars->29->1459", - "default.handlebars->29->1495" + "default.handlebars->29->1460", + "default.handlebars->29->1496" ] }, { @@ -7086,7 +7086,7 @@ "zh-chs": "车臣", "zh-cht": "車臣", "xloc": [ - "default.handlebars->29->1085" + "default.handlebars->29->1086" ] }, { @@ -7186,8 +7186,8 @@ "zh-chs": "检查...", "zh-cht": "檢查...", "xloc": [ - "default.handlebars->29->1051", - "default.handlebars->29->2130" + "default.handlebars->29->1052", + "default.handlebars->29->2131" ] }, { @@ -7207,7 +7207,7 @@ "zh-chs": "中文", "zh-cht": "中文", "xloc": [ - "default.handlebars->29->1086" + "default.handlebars->29->1087" ] }, { @@ -7227,7 +7227,7 @@ "zh-chs": "中文(香港)", "zh-cht": "中文(香港)", "xloc": [ - "default.handlebars->29->1087" + "default.handlebars->29->1088" ] }, { @@ -7247,7 +7247,7 @@ "zh-chs": "中文(中国)", "zh-cht": "中文(中國)", "xloc": [ - "default.handlebars->29->1088" + "default.handlebars->29->1089" ] }, { @@ -7267,7 +7267,7 @@ "zh-chs": "简体中文", "zh-cht": "簡體中文", "xloc": [ - "default.handlebars->29->1248" + "default.handlebars->29->1249" ] }, { @@ -7287,7 +7287,7 @@ "zh-chs": "中文(新加坡)", "zh-cht": "中文(新加坡)", "xloc": [ - "default.handlebars->29->1089" + "default.handlebars->29->1090" ] }, { @@ -7307,7 +7307,7 @@ "zh-chs": "中文(台湾)", "zh-cht": "中文(台灣)", "xloc": [ - "default.handlebars->29->1090" + "default.handlebars->29->1091" ] }, { @@ -7327,7 +7327,7 @@ "zh-chs": "繁体中文", "zh-cht": "繁體中文", "xloc": [ - "default.handlebars->29->1249" + "default.handlebars->29->1250" ] }, { @@ -7368,7 +7368,7 @@ "zh-chs": "楚瓦什", "zh-cht": "楚瓦什", "xloc": [ - "default.handlebars->29->1091" + "default.handlebars->29->1092" ] }, { @@ -7411,11 +7411,11 @@ "default-mobile.handlebars->9->330", "default-mobile.handlebars->9->332", "default-mobile.handlebars->9->59", - "default.handlebars->29->1583", - "default.handlebars->29->916", - "default.handlebars->29->918", - "default.handlebars->29->920", - "default.handlebars->29->922", + "default.handlebars->29->1584", + "default.handlebars->29->917", + "default.handlebars->29->919", + "default.handlebars->29->921", + "default.handlebars->29->923", "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" @@ -7458,7 +7458,7 @@ "zh-chs": "全部清除", "zh-cht": "全部清除", "xloc": [ - "default.handlebars->29->2057" + "default.handlebars->29->2058" ] }, { @@ -7487,7 +7487,7 @@ "zh-chs": "清除核心", "zh-cht": "清除核心", "xloc": [ - "default.handlebars->29->1023" + "default.handlebars->29->1024" ] }, { @@ -7527,7 +7527,7 @@ "zh-chs": "清除此通知", "zh-cht": "清除此通知", "xloc": [ - "default.handlebars->29->2056" + "default.handlebars->29->2057" ] }, { @@ -7587,8 +7587,8 @@ "zh-chs": "单击此处编辑设备组名称", "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ - "default.handlebars->29->1323", - "default.handlebars->29->1534" + "default.handlebars->29->1324", + "default.handlebars->29->1535" ] }, { @@ -7628,7 +7628,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->29->1840" + "default.handlebars->29->1841" ] }, { @@ -7689,7 +7689,7 @@ "zh-cht": "單擊確定將驗證電郵發送到:", "xloc": [ "default-mobile.handlebars->9->75", - "default.handlebars->29->1263" + "default.handlebars->29->1264" ] }, { @@ -7730,7 +7730,7 @@ "zh-cht": "客戶端控制模式(CCM)", "xloc": [ "default-mobile.handlebars->9->371", - "default.handlebars->29->978" + "default.handlebars->29->979" ] }, { @@ -7750,7 +7750,7 @@ "zh-chs": "客户编号", "zh-cht": "客戶編號", "xloc": [ - "default.handlebars->29->1305" + "default.handlebars->29->1306" ] }, { @@ -7770,7 +7770,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->29->1397" + "default.handlebars->29->1398" ] }, { @@ -7790,7 +7790,7 @@ "zh-chs": "客户机密", "zh-cht": "客戶機密", "xloc": [ - "default.handlebars->29->1306" + "default.handlebars->29->1307" ] }, { @@ -7835,7 +7835,7 @@ "default.handlebars->29->137", "default.handlebars->29->145", "default.handlebars->29->863", - "default.handlebars->29->893" + "default.handlebars->29->894" ] }, { @@ -7855,7 +7855,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->29->1594" + "default.handlebars->29->1595" ] }, { @@ -7942,7 +7942,7 @@ "nl": "Opdrachten", "xloc": [ "default-mobile.handlebars->9->461", - "default.handlebars->29->1497", + "default.handlebars->29->1498", "default.handlebars->29->688", "default.handlebars->29->709" ] @@ -7964,8 +7964,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->29->1871", - "default.handlebars->29->1989" + "default.handlebars->29->1872", + "default.handlebars->29->1990" ] }, { @@ -7985,8 +7985,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->29->1877", - "default.handlebars->29->2001" + "default.handlebars->29->1878", + "default.handlebars->29->2002" ] }, { @@ -8006,7 +8006,7 @@ "zh-chs": "压缩档案...", "zh-cht": "壓縮檔案...", "xloc": [ - "default.handlebars->29->888" + "default.handlebars->29->889" ] }, { @@ -8028,11 +8028,11 @@ "xloc": [ "default-mobile.handlebars->9->288", "default-mobile.handlebars->9->419", - "default.handlebars->29->1408", - "default.handlebars->29->1751", - "default.handlebars->29->1830", - "default.handlebars->29->1891", - "default.handlebars->29->1987", + "default.handlebars->29->1409", + "default.handlebars->29->1752", + "default.handlebars->29->1831", + "default.handlebars->29->1892", + "default.handlebars->29->1988", "default.handlebars->29->452", "default.handlebars->29->781", "default.handlebars->29->790" @@ -8056,7 +8056,7 @@ "zh-cht": "確認將1個副本複製到此位置?", "xloc": [ "default-mobile.handlebars->9->321", - "default.handlebars->29->911" + "default.handlebars->29->912" ] }, { @@ -8076,7 +8076,7 @@ "zh-chs": "确认{0}个条目的复制到此位置?", "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ - "default.handlebars->29->910" + "default.handlebars->29->911" ] }, { @@ -8116,7 +8116,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->29->1750" + "default.handlebars->29->1751" ] }, { @@ -8156,7 +8156,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->29->1829" + "default.handlebars->29->1830" ] }, { @@ -8176,7 +8176,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->29->1986" + "default.handlebars->29->1987" ] }, { @@ -8196,7 +8196,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->29->1894" + "default.handlebars->29->1895" ] }, { @@ -8216,7 +8216,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->29->2018" + "default.handlebars->29->2019" ] }, { @@ -8237,7 +8237,7 @@ "zh-cht": "確認將1個條目移動到此位置?", "xloc": [ "default-mobile.handlebars->9->323", - "default.handlebars->29->913" + "default.handlebars->29->914" ] }, { @@ -8257,7 +8257,7 @@ "zh-chs": "确认将{0}个条目移到此位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default.handlebars->29->912" + "default.handlebars->29->913" ] }, { @@ -8297,7 +8297,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->29->1577" + "default.handlebars->29->1578" ] }, { @@ -8317,8 +8317,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->1884", - "default.handlebars->29->2009" + "default.handlebars->29->1885", + "default.handlebars->29->2010" ] }, { @@ -8338,8 +8338,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->1886", - "default.handlebars->29->2022" + "default.handlebars->29->1887", + "default.handlebars->29->2023" ] }, { @@ -8359,7 +8359,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->2011" + "default.handlebars->29->2012" ] }, { @@ -8379,7 +8379,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->29->2014" + "default.handlebars->29->2015" ] }, { @@ -8399,8 +8399,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->29->2012", - "default.handlebars->29->2015" + "default.handlebars->29->2013", + "default.handlebars->29->2016" ] }, { @@ -8421,7 +8421,7 @@ "zh-cht": "確認刪除身份驗證軟體兩步登入?", "xloc": [ "default-mobile.handlebars->9->74", - "default.handlebars->29->1041" + "default.handlebars->29->1042" ] }, { @@ -8446,7 +8446,7 @@ "fr": "Confirmez-vous l'arrêt du partage \\\"{0}\\\"?", "nl": "Bevestig de verwijdering van apparaatdeling \\\"{0}\\\"?", "xloc": [ - "default.handlebars->29->2007" + "default.handlebars->29->2008" ] }, { @@ -8500,7 +8500,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->29->1506" + "default.handlebars->29->1507" ] }, { @@ -8520,7 +8520,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->29->1508" + "default.handlebars->29->1509" ] }, { @@ -8578,7 +8578,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->9->127", - "default.handlebars->29->1578" + "default.handlebars->29->1579" ] }, { @@ -8601,7 +8601,7 @@ "default-mobile.handlebars->9->303", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", - "default.handlebars->29->1351", + "default.handlebars->29->1352", "default.handlebars->29->884", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", @@ -8649,7 +8649,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->29->1401" + "default.handlebars->29->1402" ] }, { @@ -8770,7 +8770,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->29->2075" + "default.handlebars->29->2076" ] }, { @@ -8790,7 +8790,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->29->2080" + "default.handlebars->29->2081" ] }, { @@ -8811,7 +8811,7 @@ "zh-cht": "現在已連接", "xloc": [ "default-mobile.handlebars->9->346", - "default.handlebars->29->943" + "default.handlebars->29->944" ] }, { @@ -8858,7 +8858,7 @@ "default.handlebars->29->247", "default.handlebars->29->274", "default.handlebars->29->9", - "default.handlebars->29->934", + "default.handlebars->29->935", "desktop.handlebars->3->2", "xterm.handlebars->9->2" ] @@ -8880,7 +8880,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->29->2094" + "default.handlebars->29->2095" ] }, { @@ -8900,7 +8900,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->29->2122" + "default.handlebars->29->2123" ] }, { @@ -8961,7 +8961,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->9->255", - "default.handlebars->29->1541", + "default.handlebars->29->1542", "default.handlebars->29->235", "default.handlebars->29->613", "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1" @@ -9050,7 +9050,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->29->2108" + "default.handlebars->29->2109" ] }, { @@ -9207,8 +9207,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->29->1546", - "default.handlebars->29->1565", + "default.handlebars->29->1547", + "default.handlebars->29->1566", "default.handlebars->29->196", "default.handlebars->29->353" ] @@ -9311,7 +9311,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->29->1637" + "default.handlebars->29->1638" ] }, { @@ -9457,7 +9457,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->29->2107" + "default.handlebars->29->2108" ] }, { @@ -9477,7 +9477,7 @@ "zh-chs": "科西嘉文", "zh-cht": "科西嘉文", "xloc": [ - "default.handlebars->29->1092" + "default.handlebars->29->1093" ] }, { @@ -9497,7 +9497,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->29->1798", + "default.handlebars->29->1799", "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" @@ -9540,7 +9540,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->29->1837" + "default.handlebars->29->1838" ] }, { @@ -9580,7 +9580,7 @@ "zh-chs": "使用以下选项创建一个新的设备组。", "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ - "default.handlebars->29->1286" + "default.handlebars->29->1287" ] }, { @@ -9627,7 +9627,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->29->1630" + "default.handlebars->29->1631" ] }, { @@ -9647,7 +9647,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->29->1762" + "default.handlebars->29->1763" ] }, { @@ -9689,7 +9689,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->29->1641" + "default.handlebars->29->1642" ] }, { @@ -9734,7 +9734,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->29->1923" + "default.handlebars->29->1924" ] }, { @@ -9754,7 +9754,7 @@ "zh-chs": "创建时间", "zh-cht": "創作時間", "xloc": [ - "default.handlebars->29->1333" + "default.handlebars->29->1334" ] }, { @@ -9796,8 +9796,8 @@ "zh-chs": "创建者", "zh-cht": "創作者", "xloc": [ - "default.handlebars->29->1331", - "default.handlebars->29->1332" + "default.handlebars->29->1332", + "default.handlebars->29->1333" ] }, { @@ -9817,7 +9817,7 @@ "zh-chs": "证书", "zh-cht": "證書", "xloc": [ - "default.handlebars->29->1303" + "default.handlebars->29->1304" ] }, { @@ -9837,7 +9837,7 @@ "zh-chs": "克里语", "zh-cht": "克里語", "xloc": [ - "default.handlebars->29->1093" + "default.handlebars->29->1094" ] }, { @@ -9857,7 +9857,7 @@ "zh-chs": "克罗地亚文", "zh-cht": "克羅地亞文", "xloc": [ - "default.handlebars->29->1094" + "default.handlebars->29->1095" ] }, { @@ -10024,7 +10024,7 @@ "zh-chs": "捷克文", "zh-cht": "捷克文", "xloc": [ - "default.handlebars->29->1095" + "default.handlebars->29->1096" ] }, { @@ -10064,7 +10064,7 @@ "zh-chs": "丹麦文", "zh-cht": "丹麥文", "xloc": [ - "default.handlebars->29->1096" + "default.handlebars->29->1097" ] }, { @@ -10105,7 +10105,7 @@ "zh-chs": "日期和时间", "zh-cht": "日期和時間", "xloc": [ - "default.handlebars->29->1254" + "default.handlebars->29->1255" ] }, { @@ -10134,7 +10134,7 @@ "fr": "Désactivé", "nl": "Deactiveren", "xloc": [ - "default.handlebars->29->1384" + "default.handlebars->29->1385" ] }, { @@ -10192,10 +10192,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->29->1785", - "default.handlebars->29->1833", - "default.handlebars->29->1844", - "default.handlebars->29->1912" + "default.handlebars->29->1786", + "default.handlebars->29->1834", + "default.handlebars->29->1845", + "default.handlebars->29->1913" ] }, { @@ -10219,9 +10219,9 @@ "default-mobile.handlebars->9->313", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->29->1572", + "default.handlebars->29->1573", "default.handlebars->29->515", - "default.handlebars->29->902", + "default.handlebars->29->903", "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", @@ -10249,7 +10249,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->9->84", - "default.handlebars->29->1271" + "default.handlebars->29->1272" ] }, { @@ -10269,7 +10269,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->29->1752" + "default.handlebars->29->1753" ] }, { @@ -10312,8 +10312,8 @@ "xloc": [ "default-mobile.handlebars->9->417", "default-mobile.handlebars->9->420", - "default.handlebars->29->1380", - "default.handlebars->29->1409" + "default.handlebars->29->1381", + "default.handlebars->29->1410" ] }, { @@ -10374,7 +10374,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->29->1962" + "default.handlebars->29->1963" ] }, { @@ -10394,8 +10394,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->29->1882", - "default.handlebars->29->1892" + "default.handlebars->29->1883", + "default.handlebars->29->1893" ] }, { @@ -10415,7 +10415,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->29->1831" + "default.handlebars->29->1832" ] }, { @@ -10435,7 +10435,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->29->1985" + "default.handlebars->29->1986" ] }, { @@ -10456,7 +10456,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->29->1748", + "default.handlebars->29->1749", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -10497,7 +10497,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->29->1827" + "default.handlebars->29->1828" ] }, { @@ -10537,7 +10537,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->29->1632" + "default.handlebars->29->1633" ] }, { @@ -10559,8 +10559,8 @@ "xloc": [ "default-mobile.handlebars->9->124", "default-mobile.handlebars->9->315", - "default.handlebars->29->1574", - "default.handlebars->29->904" + "default.handlebars->29->1575", + "default.handlebars->29->905" ] }, { @@ -10580,7 +10580,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->29->1890" + "default.handlebars->29->1891" ] }, { @@ -10602,8 +10602,8 @@ "xloc": [ "default-mobile.handlebars->9->123", "default-mobile.handlebars->9->314", - "default.handlebars->29->1573", - "default.handlebars->29->903" + "default.handlebars->29->1574", + "default.handlebars->29->904" ] }, { @@ -10643,7 +10643,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->29->1631" + "default.handlebars->29->1632" ] }, { @@ -10663,7 +10663,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->29->1633" + "default.handlebars->29->1634" ] }, { @@ -10780,19 +10780,19 @@ "default-mobile.handlebars->9->352", "default-mobile.handlebars->9->409", "default-mobile.handlebars->9->422", - "default.handlebars->29->1291", - "default.handlebars->29->1328", - "default.handlebars->29->1411", - "default.handlebars->29->1836", - "default.handlebars->29->1846", + "default.handlebars->29->1292", + "default.handlebars->29->1329", + "default.handlebars->29->1412", + "default.handlebars->29->1837", "default.handlebars->29->1847", - "default.handlebars->29->1888", + "default.handlebars->29->1848", + "default.handlebars->29->1889", "default.handlebars->29->556", "default.handlebars->29->557", "default.handlebars->29->77", "default.handlebars->29->824", - "default.handlebars->29->949", - "default.handlebars->29->959", + "default.handlebars->29->950", + "default.handlebars->29->960", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" ] }, @@ -10831,8 +10831,8 @@ "zh-cht": "桌面", "xloc": [ "default-mobile.handlebars->9->267", - "default.handlebars->29->1417", - "default.handlebars->29->2034", + "default.handlebars->29->1418", + "default.handlebars->29->2035", "default.handlebars->29->521", "default.handlebars->29->869", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -10877,9 +10877,9 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->29->1342", - "default.handlebars->29->1851", - "default.handlebars->29->1938", + "default.handlebars->29->1343", + "default.handlebars->29->1852", + "default.handlebars->29->1939", "default.handlebars->29->594" ] }, @@ -10900,9 +10900,9 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->29->1341", - "default.handlebars->29->1850", - "default.handlebars->29->1937", + "default.handlebars->29->1342", + "default.handlebars->29->1851", + "default.handlebars->29->1938", "default.handlebars->29->593" ] }, @@ -10923,9 +10923,9 @@ "zh-chs": "桌面提示+工具栏", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->29->1339", - "default.handlebars->29->1848", - "default.handlebars->29->1935", + "default.handlebars->29->1340", + "default.handlebars->29->1849", + "default.handlebars->29->1936", "default.handlebars->29->591" ] }, @@ -10976,9 +10976,9 @@ "zh-chs": "桌面工具栏", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->29->1340", - "default.handlebars->29->1849", - "default.handlebars->29->1936", + "default.handlebars->29->1341", + "default.handlebars->29->1850", + "default.handlebars->29->1937", "default.handlebars->29->592" ] }, @@ -11082,9 +11082,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->29->1440", + "default.handlebars->29->1441", "default.handlebars->29->186", - "default.handlebars->29->2004", + "default.handlebars->29->2005", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -11134,14 +11134,14 @@ "zh-chs": "设备组", "zh-cht": "裝置群", "xloc": [ - "default.handlebars->29->1435", - "default.handlebars->29->1438", + "default.handlebars->29->1436", "default.handlebars->29->1439", - "default.handlebars->29->1699", - "default.handlebars->29->1874", - "default.handlebars->29->1880", - "default.handlebars->29->1992", - "default.handlebars->29->2043" + "default.handlebars->29->1440", + "default.handlebars->29->1700", + "default.handlebars->29->1875", + "default.handlebars->29->1881", + "default.handlebars->29->1993", + "default.handlebars->29->2044" ] }, { @@ -11162,7 +11162,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->9->468", - "default.handlebars->29->1504" + "default.handlebars->29->1505" ] }, { @@ -11183,11 +11183,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->29->1715", - "default.handlebars->29->1821", - "default.handlebars->29->1861", - "default.handlebars->29->1932", - "default.handlebars->29->2078", + "default.handlebars->29->1716", + "default.handlebars->29->1822", + "default.handlebars->29->1862", + "default.handlebars->29->1933", + "default.handlebars->29->2079", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -11269,7 +11269,7 @@ "zh-cht": "裝置名稱", "xloc": [ "default-mobile.handlebars->9->290", - "default.handlebars->29->2042", + "default.handlebars->29->2043", "default.handlebars->29->288", "default.handlebars->29->822", "player.handlebars->3->9" @@ -11341,8 +11341,8 @@ "zh-chs": "设备连接。", "zh-cht": "裝置連接。", "xloc": [ - "default.handlebars->29->1259", - "default.handlebars->29->1525" + "default.handlebars->29->1260", + "default.handlebars->29->1526" ] }, { @@ -11362,8 +11362,8 @@ "zh-chs": "设备断开连接。", "zh-cht": "裝置斷開連接。", "xloc": [ - "default.handlebars->29->1260", - "default.handlebars->29->1526" + "default.handlebars->29->1261", + "default.handlebars->29->1527" ] }, { @@ -11383,7 +11383,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->29->1662" + "default.handlebars->29->1663" ] }, { @@ -11403,7 +11403,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->29->1663" + "default.handlebars->29->1664" ] }, { @@ -11423,7 +11423,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->29->1664" + "default.handlebars->29->1665" ] }, { @@ -11463,7 +11463,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->29->1659" + "default.handlebars->29->1660" ] }, { @@ -11483,7 +11483,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->29->1642" + "default.handlebars->29->1643" ] }, { @@ -11876,7 +11876,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->29->1644" + "default.handlebars->29->1645" ] }, { @@ -11913,8 +11913,8 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->29->1822", - "default.handlebars->29->1862" + "default.handlebars->29->1823", + "default.handlebars->29->1863" ] }, { @@ -11954,7 +11954,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->29->1675" + "default.handlebars->29->1676" ] }, { @@ -11976,7 +11976,7 @@ "xloc": [ "default-mobile.handlebars->9->304", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", - "default.handlebars->29->1352", + "default.handlebars->29->1353", "default.handlebars->29->885", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", @@ -12114,7 +12114,7 @@ "zh-chs": "显示设备组名称", "zh-cht": "顯示裝置群名稱", "xloc": [ - "default.handlebars->29->1258" + "default.handlebars->29->1259" ] }, { @@ -12154,7 +12154,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->29->1545" + "default.handlebars->29->1546" ] }, { @@ -12174,7 +12174,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->29->1604" + "default.handlebars->29->1605" ] }, { @@ -12194,7 +12194,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->29->1612" + "default.handlebars->29->1613" ] }, { @@ -12214,8 +12214,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->29->1395", - "default.handlebars->29->1399" + "default.handlebars->29->1396", + "default.handlebars->29->1400" ] }, { @@ -12235,10 +12235,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->29->1786", - "default.handlebars->29->1834", - "default.handlebars->29->1843", - "default.handlebars->29->1911", + "default.handlebars->29->1787", + "default.handlebars->29->1835", + "default.handlebars->29->1844", + "default.handlebars->29->1912", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -12277,7 +12277,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->29->1400" + "default.handlebars->29->1401" ] }, { @@ -12397,7 +12397,7 @@ "zh-cht": "下載檔案", "xloc": [ "default-mobile.handlebars->9->334", - "default.handlebars->29->923" + "default.handlebars->29->924" ] }, { @@ -12497,7 +12497,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->29->1704", + "default.handlebars->29->1705", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -12698,7 +12698,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->29->1705" + "default.handlebars->29->1706" ] }, { @@ -12718,7 +12718,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->29->1770" + "default.handlebars->29->1771" ] }, { @@ -12799,7 +12799,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->29->1635" + "default.handlebars->29->1636" ] }, { @@ -12839,7 +12839,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->29->2074" + "default.handlebars->29->2075" ] }, { @@ -12879,7 +12879,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->29->1838" + "default.handlebars->29->1839" ] }, { @@ -12916,8 +12916,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->29->2028", - "default.handlebars->29->2048", + "default.handlebars->29->2029", + "default.handlebars->29->2049", "player.handlebars->3->2" ] }, @@ -12955,7 +12955,7 @@ "zh-chs": "荷兰文(比利时)", "zh-cht": "荷蘭文(比利時)", "xloc": [ - "default.handlebars->29->1098" + "default.handlebars->29->1099" ] }, { @@ -12975,7 +12975,7 @@ "zh-chs": "荷兰文(标准)", "zh-cht": "荷蘭文(標準)", "xloc": [ - "default.handlebars->29->1097" + "default.handlebars->29->1098" ] }, { @@ -13286,10 +13286,10 @@ "default-mobile.handlebars->9->423", "default-mobile.handlebars->9->425", "default-mobile.handlebars->9->445", - "default.handlebars->29->1412", - "default.handlebars->29->1444", - "default.handlebars->29->1468", - "default.handlebars->29->1480" + "default.handlebars->29->1413", + "default.handlebars->29->1445", + "default.handlebars->29->1469", + "default.handlebars->29->1481" ] }, { @@ -13309,7 +13309,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->29->1430" + "default.handlebars->29->1431" ] }, { @@ -13329,8 +13329,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->29->1465", - "default.handlebars->29->1477" + "default.handlebars->29->1466", + "default.handlebars->29->1478" ] }, { @@ -13350,7 +13350,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->29->1413" + "default.handlebars->29->1414" ] }, { @@ -13371,7 +13371,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->9->437", - "default.handlebars->29->1457" + "default.handlebars->29->1458" ] }, { @@ -13391,8 +13391,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->29->1470", - "default.handlebars->29->1472" + "default.handlebars->29->1471", + "default.handlebars->29->1473" ] }, { @@ -13432,7 +13432,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->29->1415" + "default.handlebars->29->1416" ] }, { @@ -13500,7 +13500,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->9->452", - "default.handlebars->29->1487" + "default.handlebars->29->1488" ] }, { @@ -13520,7 +13520,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->29->1414" + "default.handlebars->29->1415" ] }, { @@ -13540,7 +13540,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->29->1478" + "default.handlebars->29->1479" ] }, { @@ -13560,7 +13560,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->29->1473" + "default.handlebars->29->1474" ] }, { @@ -13580,7 +13580,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->29->1889" + "default.handlebars->29->1890" ] }, { @@ -13600,14 +13600,14 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->29->1475" + "default.handlebars->29->1476" ] }, { "en": "Edit User Group User Consent", "nl": "Bewerk groepsgebruikerstoestemming", "xloc": [ - "default.handlebars->29->1416" + "default.handlebars->29->1417" ] }, { @@ -13669,11 +13669,11 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->9->78", - "default.handlebars->29->1788", - "default.handlebars->29->1915", - "default.handlebars->29->1917", - "default.handlebars->29->1957", - "default.handlebars->29->1973", + "default.handlebars->29->1789", + "default.handlebars->29->1916", + "default.handlebars->29->1918", + "default.handlebars->29->1958", + "default.handlebars->29->1974", "default.handlebars->29->320", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -13706,7 +13706,7 @@ "zh-cht": "電郵地址變更", "xloc": [ "default-mobile.handlebars->9->79", - "default.handlebars->29->1267" + "default.handlebars->29->1268" ] }, { @@ -13727,7 +13727,7 @@ "zh-cht": "電郵認證", "xloc": [ "default-mobile.handlebars->9->68", - "default.handlebars->29->1035" + "default.handlebars->29->1036" ] }, { @@ -13787,7 +13787,7 @@ "zh-cht": "電郵驗證", "xloc": [ "default-mobile.handlebars->9->77", - "default.handlebars->29->1265" + "default.handlebars->29->1266" ] }, { @@ -13827,7 +13827,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->29->1734" + "default.handlebars->29->1735" ] }, { @@ -13835,8 +13835,8 @@ "nl": "Email is geverifieerd", "fr": "Email vérifié", "xloc": [ - "default.handlebars->29->1735", - "default.handlebars->29->1909" + "default.handlebars->29->1736", + "default.handlebars->29->1910" ] }, { @@ -13856,7 +13856,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->29->1794" + "default.handlebars->29->1795" ] }, { @@ -13876,7 +13876,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->29->1910" + "default.handlebars->29->1911" ] }, { @@ -13940,7 +13940,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->29->1795" + "default.handlebars->29->1796" ] }, { @@ -13960,7 +13960,7 @@ "zh-chs": "电邮/短信流量", "zh-cht": "電郵/短信流量", "xloc": [ - "default.handlebars->29->2116" + "default.handlebars->29->2117" ] }, { @@ -14006,7 +14006,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->29->1510" + "default.handlebars->29->1511" ] }, { @@ -14047,7 +14047,7 @@ "zh-cht": "啟用電郵二因子鑑別。", "xloc": [ "default-mobile.handlebars->9->70", - "default.handlebars->29->1037" + "default.handlebars->29->1038" ] }, { @@ -14087,7 +14087,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->29->2050" + "default.handlebars->29->2051" ] }, { @@ -14107,7 +14107,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->29->1674" + "default.handlebars->29->1675" ] }, { @@ -14147,7 +14147,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->29->2047" + "default.handlebars->29->2048" ] }, { @@ -14167,7 +14167,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->29->1597" + "default.handlebars->29->1598" ] }, { @@ -14187,7 +14187,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->29->1598" + "default.handlebars->29->1599" ] }, { @@ -14207,7 +14207,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->29->1595" + "default.handlebars->29->1596" ] }, { @@ -14227,7 +14227,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->29->1596" + "default.handlebars->29->1597" ] }, { @@ -14247,7 +14247,7 @@ "zh-chs": "英文", "zh-cht": "英文", "xloc": [ - "default.handlebars->29->1099" + "default.handlebars->29->1100" ] }, { @@ -14267,7 +14267,7 @@ "zh-chs": "英文(澳洲)", "zh-cht": "英文(澳洲)", "xloc": [ - "default.handlebars->29->1100" + "default.handlebars->29->1101" ] }, { @@ -14287,7 +14287,7 @@ "zh-chs": "英文(伯利茲)", "zh-cht": "英文(伯利茲)", "xloc": [ - "default.handlebars->29->1101" + "default.handlebars->29->1102" ] }, { @@ -14307,7 +14307,7 @@ "zh-chs": "英文(加拿大)", "zh-cht": "英文(加拿大)", "xloc": [ - "default.handlebars->29->1102" + "default.handlebars->29->1103" ] }, { @@ -14327,7 +14327,7 @@ "zh-chs": "英文(爱尔兰)", "zh-cht": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->29->1103" + "default.handlebars->29->1104" ] }, { @@ -14347,7 +14347,7 @@ "zh-chs": "英文(牙买加)", "zh-cht": "英文(牙買加)", "xloc": [ - "default.handlebars->29->1104" + "default.handlebars->29->1105" ] }, { @@ -14367,7 +14367,7 @@ "zh-chs": "英文(纽西兰)", "zh-cht": "英文(紐西蘭)", "xloc": [ - "default.handlebars->29->1105" + "default.handlebars->29->1106" ] }, { @@ -14387,7 +14387,7 @@ "zh-chs": "英文(菲律宾)", "zh-cht": "英文(菲律賓)", "xloc": [ - "default.handlebars->29->1106" + "default.handlebars->29->1107" ] }, { @@ -14407,7 +14407,7 @@ "zh-chs": "英语(南非)", "zh-cht": "英語(南非)", "xloc": [ - "default.handlebars->29->1107" + "default.handlebars->29->1108" ] }, { @@ -14427,7 +14427,7 @@ "zh-chs": "英文(特立尼达和多巴哥)", "zh-cht": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->29->1108" + "default.handlebars->29->1109" ] }, { @@ -14447,7 +14447,7 @@ "zh-chs": "英文(英国)", "zh-cht": "英文(英國)", "xloc": [ - "default.handlebars->29->1109" + "default.handlebars->29->1110" ] }, { @@ -14467,7 +14467,7 @@ "zh-chs": "美国英文", "zh-cht": "美國英語", "xloc": [ - "default.handlebars->29->1110" + "default.handlebars->29->1111" ] }, { @@ -14487,7 +14487,7 @@ "zh-chs": "英文(津巴布韦)", "zh-cht": "英文(津巴布韋)", "xloc": [ - "default.handlebars->29->1111" + "default.handlebars->29->1112" ] }, { @@ -14507,9 +14507,9 @@ "zh-chs": "输入", "zh-cht": "輸入", "xloc": [ - "default.handlebars->29->1293", "default.handlebars->29->1294", - "default.handlebars->29->896" + "default.handlebars->29->1295", + "default.handlebars->29->897" ] }, { @@ -14529,7 +14529,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->29->1799" + "default.handlebars->29->1800" ] }, { @@ -14632,7 +14632,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ - "default.handlebars->29->1032" + "default.handlebars->29->1033" ] }, { @@ -14692,7 +14692,7 @@ "zh-chs": "世界文", "zh-cht": "世界語", "xloc": [ - "default.handlebars->29->1112" + "default.handlebars->29->1113" ] }, { @@ -14712,7 +14712,7 @@ "zh-chs": "爱沙尼亚文", "zh-cht": "愛沙尼亞語", "xloc": [ - "default.handlebars->29->1113" + "default.handlebars->29->1114" ] }, { @@ -14732,7 +14732,7 @@ "zh-chs": "事件详情", "zh-cht": "事件詳情", "xloc": [ - "default.handlebars->29->936" + "default.handlebars->29->937" ] }, { @@ -14752,7 +14752,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->29->1710" + "default.handlebars->29->1711" ] }, { @@ -14953,7 +14953,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->29->2101" + "default.handlebars->29->2102" ] }, { @@ -14993,7 +14993,7 @@ "zh-chs": "FYRO马其顿语", "zh-cht": "FYRO馬其頓語", "xloc": [ - "default.handlebars->29->1163" + "default.handlebars->29->1164" ] }, { @@ -15013,7 +15013,7 @@ "zh-chs": "法罗语", "zh-cht": "法羅語", "xloc": [ - "default.handlebars->29->1114" + "default.handlebars->29->1115" ] }, { @@ -15053,7 +15053,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->29->1620" + "default.handlebars->29->1621" ] }, { @@ -15073,7 +15073,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->29->1627" + "default.handlebars->29->1628" ] }, { @@ -15114,7 +15114,7 @@ "zh-chs": "波斯文(波斯文)", "zh-cht": "波斯語(波斯語)", "xloc": [ - "default.handlebars->29->1115" + "default.handlebars->29->1116" ] }, { @@ -15156,7 +15156,7 @@ "zh-chs": "功能", "zh-cht": "功能", "xloc": [ - "default.handlebars->29->1338" + "default.handlebars->29->1339" ] }, { @@ -15176,7 +15176,7 @@ "zh-chs": "斐济", "zh-cht": "斐濟", "xloc": [ - "default.handlebars->29->1116" + "default.handlebars->29->1117" ] }, { @@ -15218,7 +15218,7 @@ "xloc": [ "default-mobile.handlebars->9->318", "default.handlebars->29->513", - "default.handlebars->29->907" + "default.handlebars->29->908" ] }, { @@ -15241,8 +15241,8 @@ "zh-chs": "档案操作", "zh-cht": "檔案操作", "xloc": [ - "default.handlebars->29->887", - "default.handlebars->29->889" + "default.handlebars->29->888", + "default.handlebars->29->890" ] }, { @@ -15304,8 +15304,8 @@ "xloc": [ "default-mobile.handlebars->9->171", "default-mobile.handlebars->9->268", - "default.handlebars->29->1424", - "default.handlebars->29->2035", + "default.handlebars->29->1425", + "default.handlebars->29->2036", "default.handlebars->29->259", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" @@ -15348,9 +15348,9 @@ "zh-chs": "档案通知", "zh-cht": "檔案通知", "xloc": [ - "default.handlebars->29->1346", - "default.handlebars->29->1855", - "default.handlebars->29->1942", + "default.handlebars->29->1347", + "default.handlebars->29->1856", + "default.handlebars->29->1943", "default.handlebars->29->598" ] }, @@ -15371,9 +15371,9 @@ "zh-chs": "档案提示", "zh-cht": "檔案提示", "xloc": [ - "default.handlebars->29->1345", - "default.handlebars->29->1854", - "default.handlebars->29->1941", + "default.handlebars->29->1346", + "default.handlebars->29->1855", + "default.handlebars->29->1942", "default.handlebars->29->597" ] }, @@ -15395,7 +15395,7 @@ "zh-cht": "過濾", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1", - "default.handlebars->29->892", + "default.handlebars->29->893", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3" @@ -15411,7 +15411,7 @@ { "en": "Find Files", "xloc": [ - "default.handlebars->29->895" + "default.handlebars->29->896" ] }, { @@ -15431,7 +15431,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->29->1593" + "default.handlebars->29->1594" ] }, { @@ -15451,7 +15451,7 @@ "zh-chs": "芬兰", "zh-cht": "芬蘭", "xloc": [ - "default.handlebars->29->1117" + "default.handlebars->29->1118" ] }, { @@ -15606,8 +15606,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->29->1793", - "default.handlebars->29->1982" + "default.handlebars->29->1794", + "default.handlebars->29->1983" ] }, { @@ -15690,7 +15690,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->29->1701" + "default.handlebars->29->1702" ] }, { @@ -15731,8 +15731,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->29->2059", - "default.handlebars->29->2061" + "default.handlebars->29->2060", + "default.handlebars->29->2062" ] }, { @@ -15773,7 +15773,7 @@ "zh-chs": "法文(比利时)", "zh-cht": "法語(比利時)", "xloc": [ - "default.handlebars->29->1119" + "default.handlebars->29->1120" ] }, { @@ -15793,7 +15793,7 @@ "zh-chs": "法文(加拿大)", "zh-cht": "法語(加拿大)", "xloc": [ - "default.handlebars->29->1120" + "default.handlebars->29->1121" ] }, { @@ -15813,7 +15813,7 @@ "zh-chs": "法文(法国)", "zh-cht": "法語(法國)", "xloc": [ - "default.handlebars->29->1121" + "default.handlebars->29->1122" ] }, { @@ -15833,7 +15833,7 @@ "zh-chs": "法文(卢森堡)", "zh-cht": "法語(盧森堡)", "xloc": [ - "default.handlebars->29->1122" + "default.handlebars->29->1123" ] }, { @@ -15853,7 +15853,7 @@ "zh-chs": "法文(摩纳哥)", "zh-cht": "法語(摩納哥)", "xloc": [ - "default.handlebars->29->1123" + "default.handlebars->29->1124" ] }, { @@ -15873,7 +15873,7 @@ "zh-chs": "法文(标准)", "zh-cht": "法語(標準)", "xloc": [ - "default.handlebars->29->1118" + "default.handlebars->29->1119" ] }, { @@ -15893,7 +15893,7 @@ "zh-chs": "法文(瑞士)", "zh-cht": "法語(瑞士)", "xloc": [ - "default.handlebars->29->1124" + "default.handlebars->29->1125" ] }, { @@ -15913,7 +15913,7 @@ "zh-chs": "弗里斯兰文", "zh-cht": "弗里斯蘭語", "xloc": [ - "default.handlebars->29->1125" + "default.handlebars->29->1126" ] }, { @@ -15933,7 +15933,7 @@ "zh-chs": "弗留利", "zh-cht": "弗留利", "xloc": [ - "default.handlebars->29->1126" + "default.handlebars->29->1127" ] }, { @@ -15957,9 +15957,9 @@ "default-mobile.handlebars->9->415", "default-mobile.handlebars->9->424", "default-mobile.handlebars->9->444", - "default.handlebars->29->1300", - "default.handlebars->29->1443", - "default.handlebars->29->1805" + "default.handlebars->29->1301", + "default.handlebars->29->1444", + "default.handlebars->29->1806" ] }, { @@ -15979,7 +15979,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->29->1479" + "default.handlebars->29->1480" ] }, { @@ -16078,7 +16078,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->29->1903" + "default.handlebars->29->1904" ] }, { @@ -16086,8 +16086,8 @@ "nl": "Vol automatisch", "fr": "Entièrement automatique", "xloc": [ - "default.handlebars->29->1363", - "default.handlebars->29->1386" + "default.handlebars->29->1364", + "default.handlebars->29->1387" ] }, { @@ -16108,7 +16108,7 @@ "zh-cht": "GPU", "xloc": [ "default-mobile.handlebars->9->391", - "default.handlebars->29->998" + "default.handlebars->29->999" ] }, { @@ -16128,7 +16128,7 @@ "zh-chs": "盖尔文(爱尔兰)", "zh-cht": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->29->1128" + "default.handlebars->29->1129" ] }, { @@ -16148,7 +16148,7 @@ "zh-chs": "盖尔文(苏格兰文)", "zh-cht": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->29->1127" + "default.handlebars->29->1128" ] }, { @@ -16168,7 +16168,7 @@ "zh-chs": "加拉契文", "zh-cht": "加拉契語", "xloc": [ - "default.handlebars->29->1129" + "default.handlebars->29->1130" ] }, { @@ -16294,7 +16294,7 @@ "zh-chs": "格鲁吉亚文", "zh-cht": "格魯吉亞文", "xloc": [ - "default.handlebars->29->1130" + "default.handlebars->29->1131" ] }, { @@ -16314,7 +16314,7 @@ "zh-chs": "德文(奥地利)", "zh-cht": "德語(奧地利)", "xloc": [ - "default.handlebars->29->1132" + "default.handlebars->29->1133" ] }, { @@ -16334,7 +16334,7 @@ "zh-chs": "德文(德国)", "zh-cht": "德文(德國)", "xloc": [ - "default.handlebars->29->1133" + "default.handlebars->29->1134" ] }, { @@ -16354,7 +16354,7 @@ "zh-chs": "德文(列支敦士登)", "zh-cht": "德文(列支敦士登)", "xloc": [ - "default.handlebars->29->1134" + "default.handlebars->29->1135" ] }, { @@ -16374,7 +16374,7 @@ "zh-chs": "德文(卢森堡)", "zh-cht": "德語(盧森堡)", "xloc": [ - "default.handlebars->29->1135" + "default.handlebars->29->1136" ] }, { @@ -16394,7 +16394,7 @@ "zh-chs": "德文(标准)", "zh-cht": "德語(標準)", "xloc": [ - "default.handlebars->29->1131" + "default.handlebars->29->1132" ] }, { @@ -16414,7 +16414,7 @@ "zh-chs": "德文(瑞士)", "zh-cht": "德文(瑞士)", "xloc": [ - "default.handlebars->29->1136" + "default.handlebars->29->1137" ] }, { @@ -16475,7 +16475,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->29->1607" + "default.handlebars->29->1608" ] }, { @@ -16537,7 +16537,7 @@ "zh-chs": "好", "zh-cht": "好", "xloc": [ - "default.handlebars->29->1296" + "default.handlebars->29->1297" ] }, { @@ -16582,8 +16582,8 @@ "zh-chs": "Google云端硬盘备份", "zh-cht": "Google雲端硬盤備份", "xloc": [ - "default.handlebars->29->1307", - "default.handlebars->29->1310", + "default.handlebars->29->1308", + "default.handlebars->29->1311", "default.handlebars->29->205" ] }, @@ -16604,7 +16604,7 @@ "zh-chs": "Google云端硬盘控制台", "zh-cht": "Google雲端硬盤控制台", "xloc": [ - "default.handlebars->29->1304" + "default.handlebars->29->1305" ] }, { @@ -16644,7 +16644,7 @@ "zh-chs": "Google云端硬盘备份当前处于活动状态。", "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ - "default.handlebars->29->1308" + "default.handlebars->29->1309" ] }, { @@ -16664,7 +16664,7 @@ "zh-chs": "希腊文", "zh-cht": "希臘文", "xloc": [ - "default.handlebars->29->1137" + "default.handlebars->29->1138" ] }, { @@ -16706,8 +16706,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->29->1749", - "default.handlebars->29->1828", + "default.handlebars->29->1750", + "default.handlebars->29->1829", "default.handlebars->29->450", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -16731,7 +16731,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->29->1697" + "default.handlebars->29->1698" ] }, { @@ -16751,7 +16751,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->29->1845" + "default.handlebars->29->1846" ] }, { @@ -16771,7 +16771,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->29->1866" + "default.handlebars->29->1867" ] }, { @@ -16791,7 +16791,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->29->1442" + "default.handlebars->29->1443" ] }, { @@ -16811,7 +16811,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->29->1441" + "default.handlebars->29->1442" ] }, { @@ -16900,7 +16900,7 @@ "zh-chs": "古久拉提", "zh-cht": "古久拉提", "xloc": [ - "default.handlebars->29->1138" + "default.handlebars->29->1139" ] }, { @@ -16943,7 +16943,7 @@ "zh-chs": "海地文", "zh-cht": "海地文", "xloc": [ - "default.handlebars->29->1139" + "default.handlebars->29->1140" ] }, { @@ -16983,7 +16983,7 @@ "zh-chs": "强行断开代理", "zh-cht": "強行斷開代理", "xloc": [ - "default.handlebars->29->1027" + "default.handlebars->29->1028" ] }, { @@ -17003,7 +17003,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->29->2103" + "default.handlebars->29->2104" ] }, { @@ -17023,7 +17023,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->29->2102" + "default.handlebars->29->2103" ] }, { @@ -17043,7 +17043,7 @@ "zh-chs": "希伯来文", "zh-cht": "希伯來文", "xloc": [ - "default.handlebars->29->1140" + "default.handlebars->29->1141" ] }, { @@ -17080,7 +17080,7 @@ "fr": "Assistance demandée, utilisateur: {0}, message: {1}", "nl": "Hulp verzoek van, user: {0}, details: {1}", "xloc": [ - "default.handlebars->29->1684" + "default.handlebars->29->1685" ] }, { @@ -17117,7 +17117,7 @@ "zh-chs": "帮助翻译MeshCentral", "zh-cht": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->29->1255" + "default.handlebars->29->1256" ] }, { @@ -17221,7 +17221,7 @@ "zh-chs": "印地文", "zh-cht": "印地文", "xloc": [ - "default.handlebars->29->1141" + "default.handlebars->29->1142" ] }, { @@ -17259,7 +17259,7 @@ "zh-cht": "保存1個項目進行複製", "xloc": [ "default-mobile.handlebars->9->327", - "default.handlebars->29->917" + "default.handlebars->29->918" ] }, { @@ -17280,7 +17280,7 @@ "zh-cht": "保存1個項目進行移動", "xloc": [ "default-mobile.handlebars->9->331", - "default.handlebars->29->921" + "default.handlebars->29->922" ] }, { @@ -17301,7 +17301,7 @@ "zh-cht": "保留{0}個項目進行複製", "xloc": [ "default-mobile.handlebars->9->325", - "default.handlebars->29->915" + "default.handlebars->29->916" ] }, { @@ -17322,7 +17322,7 @@ "zh-cht": "保存{0}個項目以進行移動", "xloc": [ "default-mobile.handlebars->9->329", - "default.handlebars->29->919" + "default.handlebars->29->920" ] }, { @@ -17343,7 +17343,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->9->129", - "default.handlebars->29->1580" + "default.handlebars->29->1581" ] }, { @@ -17389,7 +17389,7 @@ "zh-chs": "主机名同步", "zh-cht": "主機名同步", "xloc": [ - "default.handlebars->29->1335" + "default.handlebars->29->1336" ] }, { @@ -17409,7 +17409,7 @@ "zh-chs": "匈牙利文", "zh-cht": "匈牙利文", "xloc": [ - "default.handlebars->29->1142" + "default.handlebars->29->1143" ] }, { @@ -17474,9 +17474,9 @@ "xloc": [ "default-mobile.handlebars->9->360", "default-mobile.handlebars->9->364", - "default.handlebars->29->957", - "default.handlebars->29->967", - "default.handlebars->29->971" + "default.handlebars->29->958", + "default.handlebars->29->968", + "default.handlebars->29->972" ] }, { @@ -17498,9 +17498,9 @@ "xloc": [ "default-mobile.handlebars->9->358", "default-mobile.handlebars->9->362", - "default.handlebars->29->955", - "default.handlebars->29->965", - "default.handlebars->29->969" + "default.handlebars->29->956", + "default.handlebars->29->966", + "default.handlebars->29->970" ] }, { @@ -17522,10 +17522,10 @@ "xloc": [ "default-mobile.handlebars->9->357", "default-mobile.handlebars->9->359", - "default.handlebars->29->954", - "default.handlebars->29->956", - "default.handlebars->29->964", - "default.handlebars->29->966" + "default.handlebars->29->955", + "default.handlebars->29->957", + "default.handlebars->29->965", + "default.handlebars->29->967" ] }, { @@ -17610,8 +17610,8 @@ "xloc": [ "default-mobile.handlebars->9->361", "default-mobile.handlebars->9->363", - "default.handlebars->29->968", - "default.handlebars->29->970" + "default.handlebars->29->969", + "default.handlebars->29->971" ] }, { @@ -17691,7 +17691,7 @@ "zh-chs": "冰岛文", "zh-cht": "冰島文", "xloc": [ - "default.handlebars->29->1143" + "default.handlebars->29->1144" ] }, { @@ -17733,7 +17733,7 @@ "zh-cht": "識別符", "xloc": [ "default-mobile.handlebars->9->389", - "default.handlebars->29->996" + "default.handlebars->29->997" ] }, { @@ -17741,7 +17741,7 @@ "fr": "Si dans CCM, réactiver Intel® AMT", "nl": "Indien in CCM, heractiveer Intel® AMT", "xloc": [ - "default.handlebars->29->1396" + "default.handlebars->29->1397" ] }, { @@ -17889,7 +17889,7 @@ "zh-chs": "印度尼西亚文", "zh-cht": "印度尼西亞文", "xloc": [ - "default.handlebars->29->1144" + "default.handlebars->29->1145" ] }, { @@ -18062,8 +18062,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->29->1512", - "default.handlebars->29->1519", + "default.handlebars->29->1513", + "default.handlebars->29->1520", "default.handlebars->29->335", "default.handlebars->29->349", "default.handlebars->29->363" @@ -18107,7 +18107,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->29->2099" + "default.handlebars->29->2100" ] }, { @@ -18150,11 +18150,11 @@ "default-mobile.handlebars->9->205", "default-mobile.handlebars->9->247", "default-mobile.handlebars->9->252", - "default.handlebars->29->1353", - "default.handlebars->29->1364", - "default.handlebars->29->1531", - "default.handlebars->29->1539", - "default.handlebars->29->2121", + "default.handlebars->29->1354", + "default.handlebars->29->1365", + "default.handlebars->29->1532", + "default.handlebars->29->1540", + "default.handlebars->29->2122", "default.handlebars->29->523", "default.handlebars->29->581", "default.handlebars->29->608" @@ -18310,7 +18310,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->29->1387" + "default.handlebars->29->1388" ] }, { @@ -18330,7 +18330,7 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->29->2037", + "default.handlebars->29->2038", "player.handlebars->3->14" ] }, @@ -18371,7 +18371,7 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->29->2036", + "default.handlebars->29->2037", "player.handlebars->3->13" ] }, @@ -18431,8 +18431,8 @@ "zh-chs": "英特尔®AMT桌面和串行事件。", "zh-cht": "Intel® AMT桌面和串行事件。", "xloc": [ - "default.handlebars->29->1261", - "default.handlebars->29->1527" + "default.handlebars->29->1262", + "default.handlebars->29->1528" ] }, { @@ -18618,8 +18618,8 @@ "zh-cht": "僅限Intel® AMT,無代理", "xloc": [ "default-mobile.handlebars->9->406", - "default.handlebars->29->1290", - "default.handlebars->29->1325" + "default.handlebars->29->1291", + "default.handlebars->29->1326" ] }, { @@ -18685,7 +18685,7 @@ "zh-cht": "Intel ® Active Management Technology(Intel® AMT)", "xloc": [ "default-mobile.handlebars->9->381", - "default.handlebars->29->988" + "default.handlebars->29->989" ] }, { @@ -18910,8 +18910,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->29->1515", - "default.handlebars->29->1522", + "default.handlebars->29->1516", + "default.handlebars->29->1523", "default.handlebars->29->338", "default.handlebars->29->352", "default.handlebars->29->366" @@ -18954,7 +18954,7 @@ "zh-chs": "因纽特文", "zh-cht": "因紐特文", "xloc": [ - "default.handlebars->29->1145" + "default.handlebars->29->1146" ] }, { @@ -18985,7 +18985,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->29->2073" + "default.handlebars->29->2074" ] }, { @@ -19005,7 +19005,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->29->2067" + "default.handlebars->29->2068" ] }, { @@ -19025,8 +19025,8 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->29->1767", - "default.handlebars->29->1769" + "default.handlebars->29->1768", + "default.handlebars->29->1770" ] }, { @@ -19046,7 +19046,7 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->29->1765" + "default.handlebars->29->1766" ] }, { @@ -19066,7 +19066,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->29->2065" + "default.handlebars->29->2066" ] }, { @@ -19086,7 +19086,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->29->2066" + "default.handlebars->29->2067" ] }, { @@ -19213,7 +19213,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->29->1743" + "default.handlebars->29->1744" ] }, { @@ -19290,7 +19290,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->29->1517" + "default.handlebars->29->1518" ] }, { @@ -19318,7 +19318,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->29->1374", + "default.handlebars->29->1375", "default.handlebars->29->286", "default.handlebars->29->354" ] @@ -19340,11 +19340,11 @@ "zh-chs": "邀请码", "zh-cht": "邀請碼", "xloc": [ - "default.handlebars->29->1357", - "default.handlebars->29->1511", - "default.handlebars->29->1516", - "default.handlebars->29->1518", - "default.handlebars->29->1523" + "default.handlebars->29->1358", + "default.handlebars->29->1512", + "default.handlebars->29->1517", + "default.handlebars->29->1519", + "default.handlebars->29->1524" ] }, { @@ -19384,7 +19384,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->29->1373", + "default.handlebars->29->1374", "default.handlebars->29->285" ] }, @@ -19425,7 +19425,7 @@ "zh-chs": "爱尔兰文", "zh-cht": "愛爾蘭文", "xloc": [ - "default.handlebars->29->1146" + "default.handlebars->29->1147" ] }, { @@ -19445,7 +19445,7 @@ "zh-chs": "意大利文(标准)", "zh-cht": "意大利文(標準)", "xloc": [ - "default.handlebars->29->1147" + "default.handlebars->29->1148" ] }, { @@ -19465,7 +19465,7 @@ "zh-chs": "意大利文(瑞士)", "zh-cht": "義大利文(瑞士)", "xloc": [ - "default.handlebars->29->1148" + "default.handlebars->29->1149" ] }, { @@ -19485,7 +19485,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->29->1703" + "default.handlebars->29->1704" ] }, { @@ -19505,8 +19505,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->29->1708", - "default.handlebars->29->1773", + "default.handlebars->29->1709", + "default.handlebars->29->1774", "default.handlebars->29->484" ] }, @@ -19527,7 +19527,7 @@ "zh-chs": "日文", "zh-cht": "日文", "xloc": [ - "default.handlebars->29->1149" + "default.handlebars->29->1150" ] }, { @@ -19547,7 +19547,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->29->1590" + "default.handlebars->29->1591" ] }, { @@ -19567,7 +19567,7 @@ "zh-chs": "卡纳达文", "zh-cht": "卡納達文", "xloc": [ - "default.handlebars->29->1150" + "default.handlebars->29->1151" ] }, { @@ -19587,7 +19587,7 @@ "zh-chs": "克什米尔文", "zh-cht": "克什米爾文", "xloc": [ - "default.handlebars->29->1151" + "default.handlebars->29->1152" ] }, { @@ -19607,7 +19607,7 @@ "zh-chs": "哈萨克文", "zh-cht": "哈薩克文", "xloc": [ - "default.handlebars->29->1152" + "default.handlebars->29->1153" ] }, { @@ -19615,7 +19615,7 @@ "fr": "Conserver l'actuel mot de passe", "nl": "Behoud huidige wachtwoord", "xloc": [ - "default.handlebars->29->1388" + "default.handlebars->29->1389" ] }, { @@ -19655,8 +19655,8 @@ "zh-chs": "键名", "zh-cht": "鍵名", "xloc": [ - "default.handlebars->29->1043", - "default.handlebars->29->1046" + "default.handlebars->29->1044", + "default.handlebars->29->1047" ] }, { @@ -19716,7 +19716,7 @@ "zh-chs": "高棉文", "zh-cht": "高棉文", "xloc": [ - "default.handlebars->29->1153" + "default.handlebars->29->1154" ] }, { @@ -19736,7 +19736,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->29->1605" + "default.handlebars->29->1606" ] }, { @@ -19756,7 +19756,7 @@ "zh-chs": "吉尔吉斯", "zh-cht": "吉爾吉斯", "xloc": [ - "default.handlebars->29->1154" + "default.handlebars->29->1155" ] }, { @@ -19776,7 +19776,7 @@ "zh-chs": "克林贡", "zh-cht": "克林貢", "xloc": [ - "default.handlebars->29->1155" + "default.handlebars->29->1156" ] }, { @@ -19797,7 +19797,7 @@ "zh-cht": "已知的", "xloc": [ "default-mobile.handlebars->9->380", - "default.handlebars->29->987" + "default.handlebars->29->988" ] }, { @@ -19817,7 +19817,7 @@ "zh-chs": "韩文", "zh-cht": "韓文", "xloc": [ - "default.handlebars->29->1156" + "default.handlebars->29->1157" ] }, { @@ -19837,7 +19837,7 @@ "zh-chs": "韩文(朝鲜)", "zh-cht": "韓文(朝鮮)", "xloc": [ - "default.handlebars->29->1157" + "default.handlebars->29->1158" ] }, { @@ -19857,7 +19857,7 @@ "zh-chs": "韩文(韩国)", "zh-cht": "韓文(韓國)", "xloc": [ - "default.handlebars->29->1158" + "default.handlebars->29->1159" ] }, { @@ -19898,7 +19898,7 @@ "zh-chs": "语言", "zh-cht": "語言", "xloc": [ - "default.handlebars->29->1253" + "default.handlebars->29->1254" ] }, { @@ -20151,7 +20151,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->29->1716" + "default.handlebars->29->1717" ] }, { @@ -20171,7 +20171,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->29->1924" + "default.handlebars->29->1925" ] }, { @@ -20197,9 +20197,9 @@ "default.handlebars->29->69", "default.handlebars->29->71", "default.handlebars->29->73", - "default.handlebars->29->945", "default.handlebars->29->946", - "default.handlebars->29->947" + "default.handlebars->29->947", + "default.handlebars->29->948" ] }, { @@ -20222,8 +20222,8 @@ "default-mobile.handlebars->9->345", "default-mobile.handlebars->9->347", "default.handlebars->29->68", - "default.handlebars->29->942", - "default.handlebars->29->944" + "default.handlebars->29->943", + "default.handlebars->29->945" ] }, { @@ -20243,7 +20243,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->29->1928" + "default.handlebars->29->1929" ] }, { @@ -20303,7 +20303,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->29->1726" + "default.handlebars->29->1727" ] }, { @@ -20404,7 +20404,7 @@ "zh-chs": "拉丁文", "zh-cht": "拉丁文", "xloc": [ - "default.handlebars->29->1159" + "default.handlebars->29->1160" ] }, { @@ -20424,7 +20424,7 @@ "zh-chs": "拉脱维亚文", "zh-cht": "拉脫維亞文", "xloc": [ - "default.handlebars->29->1160" + "default.handlebars->29->1161" ] }, { @@ -20504,7 +20504,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->29->1968" + "default.handlebars->29->1969" ] }, { @@ -20549,7 +20549,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->29->1591" + "default.handlebars->29->1592" ] }, { @@ -20569,7 +20569,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->29->2138" + "default.handlebars->29->2139" ] }, { @@ -20632,7 +20632,7 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->9->457", - "default.handlebars->29->1493", + "default.handlebars->29->1494", "default.handlebars->29->678", "default.handlebars->29->699" ] @@ -20655,7 +20655,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->9->430", - "default.handlebars->29->1449" + "default.handlebars->29->1450" ] }, { @@ -21111,7 +21111,7 @@ "zh-chs": "立陶宛文", "zh-cht": "立陶宛文", "xloc": [ - "default.handlebars->29->1161" + "default.handlebars->29->1162" ] }, { @@ -21138,10 +21138,10 @@ "zh-cht": "載入中...", "xloc": [ "default-mobile.handlebars->9->72", - "default.handlebars->29->1039", - "default.handlebars->29->1316", - "default.handlebars->29->1320", - "default.handlebars->29->2024", + "default.handlebars->29->1040", + "default.handlebars->29->1317", + "default.handlebars->29->1321", + "default.handlebars->29->2025", "default.handlebars->29->794" ] }, @@ -21224,7 +21224,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->29->1613" + "default.handlebars->29->1614" ] }, { @@ -21244,7 +21244,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->29->1614" + "default.handlebars->29->1615" ] }, { @@ -21264,7 +21264,7 @@ "zh-chs": "本地化设置", "zh-cht": "本地化設置", "xloc": [ - "default.handlebars->29->1256", + "default.handlebars->29->1257", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -21325,7 +21325,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->29->1813" + "default.handlebars->29->1814" ] }, { @@ -21345,7 +21345,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->29->1816" + "default.handlebars->29->1817" ] }, { @@ -21365,7 +21365,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->29->1746" + "default.handlebars->29->1747" ] }, { @@ -21385,7 +21385,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->29->1727" + "default.handlebars->29->1728" ] }, { @@ -21405,7 +21405,7 @@ "zh-chs": "被锁定账户", "zh-cht": "被鎖定賬戶", "xloc": [ - "default.handlebars->29->1900" + "default.handlebars->29->1901" ] }, { @@ -21425,7 +21425,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->29->1639" + "default.handlebars->29->1640" ] }, { @@ -21665,7 +21665,7 @@ "zh-chs": "卢森堡文", "zh-cht": "盧森堡文", "xloc": [ - "default.handlebars->29->1162" + "default.handlebars->29->1163" ] }, { @@ -21687,10 +21687,10 @@ "xloc": [ "default-mobile.handlebars->9->353", "default-mobile.handlebars->9->355", - "default.handlebars->29->950", - "default.handlebars->29->952", - "default.handlebars->29->960", - "default.handlebars->29->962" + "default.handlebars->29->951", + "default.handlebars->29->953", + "default.handlebars->29->961", + "default.handlebars->29->963" ] }, { @@ -21732,8 +21732,8 @@ "zh-cht": "MAC:{0}", "xloc": [ "default-mobile.handlebars->9->356", - "default.handlebars->29->953", - "default.handlebars->29->963" + "default.handlebars->29->954", + "default.handlebars->29->964" ] }, { @@ -21754,8 +21754,8 @@ "zh-cht": "MAC:{0},網關:{1}", "xloc": [ "default-mobile.handlebars->9->354", - "default.handlebars->29->951", - "default.handlebars->29->961" + "default.handlebars->29->952", + "default.handlebars->29->962" ] }, { @@ -21836,8 +21836,8 @@ "xloc": [ "default-mobile.handlebars->9->207", "default-mobile.handlebars->9->254", - "default.handlebars->29->1017", "default.handlebars->29->1018", + "default.handlebars->29->1019", "default.handlebars->29->222", "default.handlebars->29->431", "default.handlebars->29->612", @@ -22045,7 +22045,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->29->2110" + "default.handlebars->29->2111" ] }, { @@ -22065,7 +22065,7 @@ "zh-chs": "马来文", "zh-cht": "馬來文", "xloc": [ - "default.handlebars->29->1164" + "default.handlebars->29->1165" ] }, { @@ -22085,7 +22085,7 @@ "zh-chs": "玛拉雅拉姆文", "zh-cht": "馬拉雅拉姆文", "xloc": [ - "default.handlebars->29->1165" + "default.handlebars->29->1166" ] }, { @@ -22105,7 +22105,7 @@ "zh-chs": "马耳他文", "zh-cht": "馬耳他文", "xloc": [ - "default.handlebars->29->1166" + "default.handlebars->29->1167" ] }, { @@ -22148,8 +22148,8 @@ "xloc": [ "default-mobile.handlebars->9->427", "default-mobile.handlebars->9->447", - "default.handlebars->29->1446", - "default.handlebars->29->1482" + "default.handlebars->29->1447", + "default.handlebars->29->1483" ] }, { @@ -22171,8 +22171,8 @@ "xloc": [ "default-mobile.handlebars->9->426", "default-mobile.handlebars->9->446", - "default.handlebars->29->1445", - "default.handlebars->29->1481" + "default.handlebars->29->1446", + "default.handlebars->29->1482" ] }, { @@ -22212,7 +22212,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->29->1811" + "default.handlebars->29->1812" ] }, { @@ -22252,7 +22252,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->29->1810" + "default.handlebars->29->1811" ] }, { @@ -22272,7 +22272,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->29->1809", + "default.handlebars->29->1810", "default.handlebars->29->693" ] }, @@ -22399,7 +22399,7 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default.handlebars->29->1289" + "default.handlebars->29->1290" ] }, { @@ -22420,7 +22420,7 @@ "zh-cht": "使用軟體代理進行管理", "xloc": [ "default-mobile.handlebars->9->407", - "default.handlebars->29->1326" + "default.handlebars->29->1327" ] }, { @@ -22440,7 +22440,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->29->1732" + "default.handlebars->29->1733" ] }, { @@ -22494,7 +22494,7 @@ "zh-chs": "毛利文", "zh-cht": "毛利文", "xloc": [ - "default.handlebars->29->1167" + "default.handlebars->29->1168" ] }, { @@ -22535,7 +22535,7 @@ "zh-chs": "马拉地文", "zh-cht": "馬拉地文", "xloc": [ - "default.handlebars->29->1168" + "default.handlebars->29->1169" ] }, { @@ -22555,7 +22555,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->29->2071" + "default.handlebars->29->2072" ] }, { @@ -22620,7 +22620,7 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->29->2100" + "default.handlebars->29->2101" ] }, { @@ -22641,8 +22641,8 @@ "zh-cht": "記憶體", "xloc": [ "default-mobile.handlebars->9->398", - "default.handlebars->29->1005", - "default.handlebars->29->2091", + "default.handlebars->29->1006", + "default.handlebars->29->2092", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -22674,8 +22674,8 @@ "default.handlebars->29->393", "default.handlebars->29->558", "default.handlebars->29->604", - "default.handlebars->29->941", - "default.handlebars->29->948" + "default.handlebars->29->942", + "default.handlebars->29->949" ] }, { @@ -22696,7 +22696,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->9->434", - "default.handlebars->29->1454" + "default.handlebars->29->1455" ] }, { @@ -22801,7 +22801,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->29->2112" + "default.handlebars->29->2113" ] }, { @@ -22821,7 +22821,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->29->2113" + "default.handlebars->29->2114" ] }, { @@ -22861,7 +22861,7 @@ "zh-chs": "MeshCentral错误", "zh-cht": "MeshCentral錯誤", "xloc": [ - "default.handlebars->29->1319" + "default.handlebars->29->1320" ] }, { @@ -22942,7 +22942,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->29->2111" + "default.handlebars->29->2112" ] }, { @@ -22984,7 +22984,7 @@ "xloc": [ "default.handlebars->29->115", "default.handlebars->29->117", - "default.handlebars->29->1315" + "default.handlebars->29->1316" ] }, { @@ -23264,7 +23264,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->29->2109" + "default.handlebars->29->2110" ] }, { @@ -23387,7 +23387,7 @@ "zh-cht": "模型", "xloc": [ "default-mobile.handlebars->9->399", - "default.handlebars->29->1006" + "default.handlebars->29->1007" ] }, { @@ -23427,7 +23427,7 @@ "zh-chs": "摩尔达维亚文", "zh-cht": "摩爾達維亞文", "xloc": [ - "default.handlebars->29->1169" + "default.handlebars->29->1170" ] }, { @@ -23447,7 +23447,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->29->2137" + "default.handlebars->29->2138" ] }, { @@ -23468,7 +23468,7 @@ "zh-cht": "母板", "xloc": [ "default-mobile.handlebars->9->392", - "default.handlebars->29->999" + "default.handlebars->29->1000" ] }, { @@ -23528,7 +23528,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->29->1638" + "default.handlebars->29->1639" ] }, { @@ -23548,7 +23548,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->29->1671" + "default.handlebars->29->1672" ] }, { @@ -23588,7 +23588,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->29->2049" + "default.handlebars->29->2050" ] }, { @@ -23730,7 +23730,7 @@ "zh-chs": "我的服务器控制台", "zh-cht": "我的伺服器控制台", "xloc": [ - "default.handlebars->29->1012" + "default.handlebars->29->1013" ] }, { @@ -23892,8 +23892,8 @@ "zh-chs": "我的密钥", "zh-cht": "我的密鍵", "xloc": [ - "default.handlebars->29->1044", - "default.handlebars->29->1047" + "default.handlebars->29->1045", + "default.handlebars->29->1048" ] }, { @@ -23940,21 +23940,21 @@ "default-mobile.handlebars->9->421", "default-mobile.handlebars->9->97", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1", - "default.handlebars->29->1287", - "default.handlebars->29->1327", - "default.handlebars->29->1410", - "default.handlebars->29->1714", - "default.handlebars->29->1819", - "default.handlebars->29->1835", - "default.handlebars->29->1842", - "default.handlebars->29->1887", - "default.handlebars->29->1906", + "default.handlebars->29->1288", + "default.handlebars->29->1328", + "default.handlebars->29->1411", + "default.handlebars->29->1715", + "default.handlebars->29->1820", + "default.handlebars->29->1836", + "default.handlebars->29->1843", + "default.handlebars->29->1888", + "default.handlebars->29->1907", "default.handlebars->29->546", "default.handlebars->29->76", "default.handlebars->29->853", "default.handlebars->29->90", - "default.handlebars->29->937", - "default.handlebars->29->993", + "default.handlebars->29->938", + "default.handlebars->29->994", "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" @@ -23997,7 +23997,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->29->1801" + "default.handlebars->29->1802" ] }, { @@ -24017,7 +24017,7 @@ "zh-chs": "纳瓦霍文", "zh-cht": "納瓦霍文", "xloc": [ - "default.handlebars->29->1170" + "default.handlebars->29->1171" ] }, { @@ -24037,7 +24037,7 @@ "zh-chs": "恩东加", "zh-cht": "恩東加", "xloc": [ - "default.handlebars->29->1171" + "default.handlebars->29->1172" ] }, { @@ -24057,7 +24057,7 @@ "zh-chs": "尼泊尔文", "zh-cht": "尼泊爾文", "xloc": [ - "default.handlebars->29->1172" + "default.handlebars->29->1173" ] }, { @@ -24115,8 +24115,8 @@ "zh-cht": "網路", "xloc": [ "default-mobile.handlebars->9->365", - "default.handlebars->29->958", - "default.handlebars->29->972" + "default.handlebars->29->959", + "default.handlebars->29->973" ] }, { @@ -24157,7 +24157,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->29->1678" + "default.handlebars->29->1679" ] }, { @@ -24198,8 +24198,8 @@ "zh-cht": "新裝置群", "xloc": [ "default-mobile.handlebars->9->91", - "default.handlebars->29->1280", - "default.handlebars->29->1292", + "default.handlebars->29->1281", + "default.handlebars->29->1293", "default.handlebars->29->785" ] }, @@ -24222,8 +24222,8 @@ "xloc": [ "default-mobile.handlebars->9->120", "default-mobile.handlebars->9->311", - "default.handlebars->29->1570", - "default.handlebars->29->900", + "default.handlebars->29->1571", + "default.handlebars->29->901", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" ] @@ -24282,8 +24282,8 @@ "fr": "Nouveau mot de passe*", "nl": "Nieuw wachtwoord*", "xloc": [ - "default.handlebars->29->1392", - "default.handlebars->29->1393" + "default.handlebars->29->1393", + "default.handlebars->29->1394" ] }, { @@ -24305,8 +24305,8 @@ "xloc": [ "default-mobile.handlebars->9->86", "default-mobile.handlebars->9->87", - "default.handlebars->29->1275", - "default.handlebars->29->1276" + "default.handlebars->29->1276", + "default.handlebars->29->1277" ] }, { @@ -24408,7 +24408,7 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->29->1489", + "default.handlebars->29->1490", "default.handlebars->29->679", "default.handlebars->29->700" ] @@ -24430,7 +24430,7 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->29->1450" + "default.handlebars->29->1451" ] }, { @@ -24450,9 +24450,9 @@ "zh-chs": "找不到事件", "zh-cht": "找不到事件", "xloc": [ - "default.handlebars->29->1690", - "default.handlebars->29->2023", - "default.handlebars->29->935" + "default.handlebars->29->1691", + "default.handlebars->29->2024", + "default.handlebars->29->936" ] }, { @@ -24473,7 +24473,7 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->9->432", - "default.handlebars->29->1452" + "default.handlebars->29->1453" ] }, { @@ -24494,7 +24494,7 @@ "zh-cht": "沒有檔案", "xloc": [ "default-mobile.handlebars->9->455", - "default.handlebars->29->1491", + "default.handlebars->29->1492", "default.handlebars->29->676", "default.handlebars->29->697" ] @@ -24539,8 +24539,8 @@ "xloc": [ "default-mobile.handlebars->9->433", "default-mobile.handlebars->9->456", - "default.handlebars->29->1453", - "default.handlebars->29->1492" + "default.handlebars->29->1454", + "default.handlebars->29->1493" ] }, { @@ -24620,7 +24620,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->29->1869" + "default.handlebars->29->1870" ] }, { @@ -24640,7 +24640,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->29->1814" + "default.handlebars->29->1815" ] }, { @@ -24660,8 +24660,8 @@ "zh-chs": "没有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->29->1358", - "default.handlebars->29->1383" + "default.handlebars->29->1359", + "default.handlebars->29->1384" ] }, { @@ -24684,8 +24684,8 @@ "default-mobile.handlebars->9->106", "default-mobile.handlebars->9->416", "default-mobile.handlebars->9->463", - "default.handlebars->29->1301", - "default.handlebars->29->1499", + "default.handlebars->29->1302", + "default.handlebars->29->1500", "default.handlebars->29->690", "default.handlebars->29->711" ] @@ -24730,7 +24730,7 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->9->454", - "default.handlebars->29->1490", + "default.handlebars->29->1491", "default.handlebars->29->675", "default.handlebars->29->696" ] @@ -24753,7 +24753,7 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->9->431", - "default.handlebars->29->1451" + "default.handlebars->29->1452" ] }, { @@ -24773,7 +24773,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->29->1815" + "default.handlebars->29->1816" ] }, { @@ -24802,8 +24802,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->29->1875", - "default.handlebars->29->1993" + "default.handlebars->29->1876", + "default.handlebars->29->1994" ] }, { @@ -24923,8 +24923,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->29->1881", - "default.handlebars->29->2005" + "default.handlebars->29->1882", + "default.handlebars->29->2006" ] }, { @@ -24944,7 +24944,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->29->1542" + "default.handlebars->29->1543" ] }, { @@ -25010,6 +25010,12 @@ "default.handlebars->29->236" ] }, + { + "en": "No files found", + "xloc": [ + "default.handlebars->29->887" + ] + }, { "cs": "Nenalezeny žádné skupiny.", "de": "Keine Gruppen gefunden.", @@ -25027,7 +25033,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->29->1818" + "default.handlebars->29->1819" ] }, { @@ -25048,7 +25054,7 @@ "zh-cht": "沒有此裝置的訊息。", "xloc": [ "default-mobile.handlebars->9->404", - "default.handlebars->29->1011" + "default.handlebars->29->1012" ] }, { @@ -25148,7 +25154,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->29->2025" + "default.handlebars->29->2026" ] }, { @@ -25168,7 +25174,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->29->1901" + "default.handlebars->29->1902" ] }, { @@ -25188,7 +25194,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->29->1999" + "default.handlebars->29->2000" ] }, { @@ -25208,7 +25214,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->29->1722" + "default.handlebars->29->1723" ] }, { @@ -25298,25 +25304,25 @@ "default-mobile.handlebars->9->256", "default-mobile.handlebars->9->309", "default-mobile.handlebars->9->410", - "default.handlebars->29->1322", - "default.handlebars->29->1329", - "default.handlebars->29->1337", - "default.handlebars->29->1349", - "default.handlebars->29->1354", - "default.handlebars->29->1356", - "default.handlebars->29->1533", - "default.handlebars->29->1552", - "default.handlebars->29->1557", - "default.handlebars->29->1698", + "default.handlebars->29->1323", + "default.handlebars->29->1330", + "default.handlebars->29->1338", + "default.handlebars->29->1350", + "default.handlebars->29->1355", + "default.handlebars->29->1357", + "default.handlebars->29->1534", + "default.handlebars->29->1553", + "default.handlebars->29->1558", + "default.handlebars->29->1699", "default.handlebars->29->177", - "default.handlebars->29->1839", - "default.handlebars->29->1841", - "default.handlebars->29->1858", - "default.handlebars->29->1920", - "default.handlebars->29->1929", + "default.handlebars->29->1840", + "default.handlebars->29->1842", + "default.handlebars->29->1859", + "default.handlebars->29->1921", "default.handlebars->29->193", - "default.handlebars->29->1933", - "default.handlebars->29->1945", + "default.handlebars->29->1930", + "default.handlebars->29->1934", + "default.handlebars->29->1946", "default.handlebars->29->209", "default.handlebars->29->210", "default.handlebars->29->543", @@ -25365,7 +25371,7 @@ "zh-chs": "挪威文", "zh-cht": "挪威文", "xloc": [ - "default.handlebars->29->1173" + "default.handlebars->29->1174" ] }, { @@ -25385,7 +25391,7 @@ "zh-chs": "挪威文(Bokmal)", "zh-cht": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->29->1174" + "default.handlebars->29->1175" ] }, { @@ -25405,7 +25411,7 @@ "zh-chs": "挪威文(尼诺斯克)", "zh-cht": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->29->1175" + "default.handlebars->29->1176" ] }, { @@ -25413,7 +25419,7 @@ "nl": "Niet geactiveerd", "fr": "Non activé", "xloc": [ - "default.handlebars->29->975" + "default.handlebars->29->976" ] }, { @@ -25477,8 +25483,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->29->1529", - "default.handlebars->29->1537" + "default.handlebars->29->1530", + "default.handlebars->29->1538" ] }, { @@ -25499,7 +25505,7 @@ "zh-cht": "未知", "xloc": [ "default-mobile.handlebars->9->379", - "default.handlebars->29->986" + "default.handlebars->29->987" ] }, { @@ -25519,7 +25525,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->29->2041" + "default.handlebars->29->2042" ] }, { @@ -25539,8 +25545,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->29->1907", - "default.handlebars->29->1908" + "default.handlebars->29->1908", + "default.handlebars->29->1909" ] }, { @@ -25560,7 +25566,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->29->1975" + "default.handlebars->29->1976" ] }, { @@ -25580,8 +25586,8 @@ "zh-chs": "笔记", "zh-cht": "筆記", "xloc": [ - "default.handlebars->29->1365", - "default.handlebars->29->1953", + "default.handlebars->29->1366", + "default.handlebars->29->1954", "default.handlebars->29->619", "default.handlebars->29->684", "default.handlebars->29->705", @@ -25625,8 +25631,8 @@ "zh-chs": "通知设置", "zh-cht": "通知設定", "xloc": [ - "default.handlebars->29->1262", - "default.handlebars->29->1528", + "default.handlebars->29->1263", + "default.handlebars->29->1529", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -25647,7 +25653,7 @@ "zh-chs": "通知设置还必须在帐户设置中启用。", "zh-cht": "通知設定還必須在帳戶設定中啟用。", "xloc": [ - "default.handlebars->29->1524" + "default.handlebars->29->1525" ] }, { @@ -25667,7 +25673,7 @@ "zh-chs": "通知音效。", "zh-cht": "通知音效。", "xloc": [ - "default.handlebars->29->1257" + "default.handlebars->29->1258" ] }, { @@ -25687,7 +25693,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->29->1355" + "default.handlebars->29->1356" ] }, { @@ -25708,7 +25714,7 @@ "zh-cht": "通知", "xloc": [ "default.handlebars->29->190", - "default.handlebars->29->1959" + "default.handlebars->29->1960" ] }, { @@ -25748,9 +25754,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->29->1418", - "default.handlebars->29->1422", - "default.handlebars->29->1425" + "default.handlebars->29->1419", + "default.handlebars->29->1423", + "default.handlebars->29->1426" ] }, { @@ -25770,7 +25776,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->29->1761" + "default.handlebars->29->1762" ] }, { @@ -25792,7 +25798,7 @@ "xloc": [ "default-mobile.handlebars->9->83", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->29->1313", + "default.handlebars->29->1314", "default.handlebars->29->589", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", @@ -25842,7 +25848,7 @@ "zh-chs": "欧舒丹", "zh-cht": "歐舒丹", "xloc": [ - "default.handlebars->29->1176" + "default.handlebars->29->1177" ] }, { @@ -25862,7 +25868,7 @@ "zh-chs": "发生在{0}", "zh-cht": "發生在{0}", "xloc": [ - "default.handlebars->29->2055" + "default.handlebars->29->2056" ] }, { @@ -25890,7 +25896,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->29->1719" + "default.handlebars->29->1720" ] }, { @@ -25919,7 +25925,7 @@ "zh-cht": "舊密碼:", "xloc": [ "default-mobile.handlebars->9->85", - "default.handlebars->29->1274" + "default.handlebars->29->1275" ] }, { @@ -25939,7 +25945,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->29->1695" + "default.handlebars->29->1696" ] }, { @@ -26002,7 +26008,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->29->1718" + "default.handlebars->29->1719" ] }, { @@ -26024,7 +26030,7 @@ "xloc": [ "default-mobile.handlebars->9->319", "default.handlebars->29->514", - "default.handlebars->29->908" + "default.handlebars->29->909" ] }, { @@ -26186,7 +26192,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->29->1606" + "default.handlebars->29->1607" ] }, { @@ -26211,7 +26217,7 @@ "default.handlebars->29->355", "default.handlebars->29->586", "default.handlebars->29->808", - "default.handlebars->29->940" + "default.handlebars->29->941" ] }, { @@ -26232,8 +26238,8 @@ "zh-cht": "操作", "xloc": [ "default-mobile.handlebars->9->275", - "default.handlebars->29->1745", - "default.handlebars->29->1826", + "default.handlebars->29->1746", + "default.handlebars->29->1827", "default.handlebars->29->448", "default.handlebars->29->463", "default.handlebars->29->754" @@ -26273,7 +26279,7 @@ "zh-chs": "奥里亚", "zh-cht": "奧里亞", "xloc": [ - "default.handlebars->29->1177" + "default.handlebars->29->1178" ] }, { @@ -26293,7 +26299,7 @@ "zh-chs": "奥罗莫", "zh-cht": "奧羅莫", "xloc": [ - "default.handlebars->29->1178" + "default.handlebars->29->1179" ] }, { @@ -26425,7 +26431,7 @@ "zh-cht": "零件號", "xloc": [ "default-mobile.handlebars->9->397", - "default.handlebars->29->1004" + "default.handlebars->29->1005" ] }, { @@ -26445,7 +26451,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->29->1733" + "default.handlebars->29->1734" ] }, { @@ -26501,7 +26507,7 @@ "xloc": [ "default-mobile.handlebars->9->104", "default-mobile.handlebars->9->414", - "default.handlebars->29->1299" + "default.handlebars->29->1300" ] }, { @@ -26521,7 +26527,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->29->1904" + "default.handlebars->29->1905" ] }, { @@ -26562,13 +26568,13 @@ "zh-cht": "密碼", "xloc": [ "default-mobile.handlebars->9->281", - "default.handlebars->29->1389", - "default.handlebars->29->1789", + "default.handlebars->29->1390", "default.handlebars->29->1790", - "default.handlebars->29->1925", - "default.handlebars->29->1927", - "default.handlebars->29->1978", + "default.handlebars->29->1791", + "default.handlebars->29->1926", + "default.handlebars->29->1928", "default.handlebars->29->1979", + "default.handlebars->29->1980", "default.handlebars->29->293", "default.handlebars->29->769", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->2->1", @@ -26711,7 +26717,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->29->1980" + "default.handlebars->29->1981" ] }, { @@ -26732,7 +26738,7 @@ "zh-cht": "密碼提示:", "xloc": [ "default-mobile.handlebars->9->88", - "default.handlebars->29->1277" + "default.handlebars->29->1278" ] }, { @@ -26811,8 +26817,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->9->80", "default-mobile.handlebars->9->81", - "default.handlebars->29->1269", "default.handlebars->29->1270", + "default.handlebars->29->1271", "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", @@ -26850,9 +26856,9 @@ "default-mobile.handlebars->9->324", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->29->1579", + "default.handlebars->29->1580", "default.handlebars->29->883", - "default.handlebars->29->914", + "default.handlebars->29->915", "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" @@ -26915,7 +26921,7 @@ "zh-chs": "执行代理指令", "zh-cht": "執行代理指令", "xloc": [ - "default.handlebars->29->1020" + "default.handlebars->29->1021" ] }, { @@ -26957,7 +26963,7 @@ "fr": "Activer et configurer Intel® AMT", "nl": "Voer Intel® AMT-activering en configuratie uit.", "xloc": [ - "default.handlebars->29->1369", + "default.handlebars->29->1370", "default.handlebars->29->281" ] }, @@ -27109,7 +27115,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->29->1611" + "default.handlebars->29->1612" ] }, { @@ -27130,8 +27136,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->9->466", - "default.handlebars->29->1502", - "default.handlebars->29->1717" + "default.handlebars->29->1503", + "default.handlebars->29->1718" ] }, { @@ -27151,7 +27157,7 @@ "zh-chs": "波斯/伊朗", "zh-cht": "波斯/伊朗", "xloc": [ - "default.handlebars->29->1179" + "default.handlebars->29->1180" ] }, { @@ -27174,10 +27180,10 @@ "default-mobile.handlebars->9->62", "default-mobile.handlebars->9->65", "default-mobile.handlebars->9->67", - "default.handlebars->29->1031", - "default.handlebars->29->1034", + "default.handlebars->29->1032", + "default.handlebars->29->1035", "default.handlebars->29->159", - "default.handlebars->29->1970" + "default.handlebars->29->1971" ] }, { @@ -27197,7 +27203,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->29->1919" + "default.handlebars->29->1920" ] }, { @@ -27218,8 +27224,8 @@ "zh-cht": "電話號碼:", "xloc": [ "default-mobile.handlebars->9->66", - "default.handlebars->29->1033", - "default.handlebars->29->1969" + "default.handlebars->29->1034", + "default.handlebars->29->1970" ] }, { @@ -27358,7 +27364,7 @@ "zh-cht": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->9->76", - "default.handlebars->29->1264" + "default.handlebars->29->1265" ] }, { @@ -27379,7 +27385,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->29->200", - "default.handlebars->29->2134" + "default.handlebars->29->2135" ] }, { @@ -27523,7 +27529,7 @@ "zh-cht": "政策", "xloc": [ "default-mobile.handlebars->9->103", - "default.handlebars->29->1298" + "default.handlebars->29->1299" ] }, { @@ -27543,7 +27549,7 @@ "zh-chs": "波兰文", "zh-cht": "波蘭文", "xloc": [ - "default.handlebars->29->1180" + "default.handlebars->29->1181" ] }, { @@ -27563,7 +27569,7 @@ "zh-chs": "葡萄牙文", "zh-cht": "葡萄牙文", "xloc": [ - "default.handlebars->29->1181" + "default.handlebars->29->1182" ] }, { @@ -27583,7 +27589,7 @@ "zh-chs": "葡萄牙文(巴西)", "zh-cht": "葡萄牙文(巴西)", "xloc": [ - "default.handlebars->29->1182" + "default.handlebars->29->1183" ] }, { @@ -27664,7 +27670,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->29->1535", + "default.handlebars->29->1536", "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1" ] }, @@ -27739,7 +27745,7 @@ "fr": "Pré-activation", "nl": "Pre-activering", "xloc": [ - "default.handlebars->29->976" + "default.handlebars->29->977" ] }, { @@ -27782,7 +27788,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->29->2040" + "default.handlebars->29->2041" ] }, { @@ -27928,7 +27934,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->29->1603" + "default.handlebars->29->1604" ] }, { @@ -27988,9 +27994,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->29->1419", - "default.handlebars->29->1423", - "default.handlebars->29->1426" + "default.handlebars->29->1420", + "default.handlebars->29->1424", + "default.handlebars->29->1427" ] }, { @@ -28010,7 +28016,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->29->2038", + "default.handlebars->29->2039", "player.handlebars->3->16" ] }, @@ -28049,7 +28055,7 @@ "zh-cht": "配置狀態", "xloc": [ "default-mobile.handlebars->9->373", - "default.handlebars->29->980" + "default.handlebars->29->981" ] }, { @@ -28070,7 +28076,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->9->115", - "default.handlebars->29->1564" + "default.handlebars->29->1565" ] }, { @@ -28090,7 +28096,7 @@ "zh-chs": "旁遮普文", "zh-cht": "旁遮普文", "xloc": [ - "default.handlebars->29->1183" + "default.handlebars->29->1184" ] }, { @@ -28110,7 +28116,7 @@ "zh-chs": "旁遮普(印度)", "zh-cht": "旁遮普(印度)", "xloc": [ - "default.handlebars->29->1184" + "default.handlebars->29->1185" ] }, { @@ -28130,7 +28136,7 @@ "zh-chs": "旁遮普(巴基斯坦)", "zh-cht": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->29->1185" + "default.handlebars->29->1186" ] }, { @@ -28192,7 +28198,7 @@ "zh-chs": "盖丘亚族", "zh-cht": "蓋丘亞族", "xloc": [ - "default.handlebars->29->1186" + "default.handlebars->29->1187" ] }, { @@ -28377,7 +28383,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->29->2104" + "default.handlebars->29->2105" ] }, { @@ -28385,7 +28391,7 @@ "fr": "Randomiser le mot de passe", "nl": "Willekeurig wachtwoord", "xloc": [ - "default.handlebars->29->1390" + "default.handlebars->29->1391" ] }, { @@ -28405,7 +28411,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->29->1791" + "default.handlebars->29->1792" ] }, { @@ -28462,9 +28468,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->29->1916", - "default.handlebars->29->1918", - "default.handlebars->29->1971" + "default.handlebars->29->1917", + "default.handlebars->29->1919", + "default.handlebars->29->1972" ] }, { @@ -28484,7 +28490,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->29->1800" + "default.handlebars->29->1801" ] }, { @@ -28513,7 +28519,7 @@ "fr": "Enregistrer les sessions", "nl": "Sessies opnemen", "xloc": [ - "default.handlebars->29->1336" + "default.handlebars->29->1337" ] }, { @@ -28541,7 +28547,7 @@ "fr": "Enregistrer les sessions", "nl": "Sessies opnemen", "xloc": [ - "default.handlebars->29->1429" + "default.handlebars->29->1430" ] }, { @@ -28561,7 +28567,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->29->2052" + "default.handlebars->29->2053" ] }, { @@ -28603,8 +28609,8 @@ "xloc": [ "default-mobile.handlebars->9->121", "default-mobile.handlebars->9->312", - "default.handlebars->29->1571", - "default.handlebars->29->901" + "default.handlebars->29->1572", + "default.handlebars->29->902" ] }, { @@ -28724,7 +28730,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->29->2083" + "default.handlebars->29->2084" ] }, { @@ -28744,7 +28750,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->29->2076" + "default.handlebars->29->2077" ] }, { @@ -28764,8 +28770,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->29->2082", - "default.handlebars->29->2098" + "default.handlebars->29->2083", + "default.handlebars->29->2099" ] }, { @@ -28911,7 +28917,7 @@ "nl": "Externe opdrachten", "xloc": [ "default-mobile.handlebars->9->441", - "default.handlebars->29->1461" + "default.handlebars->29->1462" ] }, { @@ -28933,8 +28939,8 @@ "xloc": [ "default-mobile.handlebars->9->428", "default-mobile.handlebars->9->448", - "default.handlebars->29->1447", - "default.handlebars->29->1483" + "default.handlebars->29->1448", + "default.handlebars->29->1484" ] }, { @@ -28977,8 +28983,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->29->1617", - "default.handlebars->29->1623" + "default.handlebars->29->1618", + "default.handlebars->29->1624" ] }, { @@ -28998,7 +29004,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->29->1618" + "default.handlebars->29->1619" ] }, { @@ -29018,7 +29024,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->29->1624" + "default.handlebars->29->1625" ] }, { @@ -29038,9 +29044,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->29->1615", - "default.handlebars->29->1619", - "default.handlebars->29->1625" + "default.handlebars->29->1616", + "default.handlebars->29->1620", + "default.handlebars->29->1626" ] }, { @@ -29163,8 +29169,8 @@ "xloc": [ "default-mobile.handlebars->9->429", "default-mobile.handlebars->9->453", - "default.handlebars->29->1448", - "default.handlebars->29->1488" + "default.handlebars->29->1449", + "default.handlebars->29->1489" ] }, { @@ -29245,7 +29251,7 @@ "zh-chs": "删除配置", "zh-cht": "刪除配置", "xloc": [ - "default.handlebars->29->1309" + "default.handlebars->29->1310" ] }, { @@ -29299,8 +29305,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->29->1885", - "default.handlebars->29->2021" + "default.handlebars->29->1886", + "default.handlebars->29->2022" ] }, { @@ -29320,8 +29326,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->29->1883", - "default.handlebars->29->2008" + "default.handlebars->29->1884", + "default.handlebars->29->2009" ] }, { @@ -29329,7 +29335,7 @@ "fr": "Arrêt du partage de l'appareil", "nl": "Verwijder apparaat deling", "xloc": [ - "default.handlebars->29->2006" + "default.handlebars->29->2007" ] }, { @@ -29366,7 +29372,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->29->2017" + "default.handlebars->29->2018" ] }, { @@ -29386,8 +29392,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->29->1507", - "default.handlebars->29->2013" + "default.handlebars->29->1508", + "default.handlebars->29->2014" ] }, { @@ -29407,7 +29413,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->29->1893" + "default.handlebars->29->1894" ] }, { @@ -29427,8 +29433,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->29->1505", - "default.handlebars->29->2010" + "default.handlebars->29->1506", + "default.handlebars->29->2011" ] }, { @@ -29448,7 +29454,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->29->1983" + "default.handlebars->29->1984" ] }, { @@ -29468,7 +29474,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->29->1792" + "default.handlebars->29->1793" ] }, { @@ -29488,7 +29494,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->29->1427" + "default.handlebars->29->1428" ] }, { @@ -29537,7 +29543,7 @@ "zh-cht": "刪除電話號碼", "xloc": [ "default-mobile.handlebars->9->64", - "default.handlebars->29->1030" + "default.handlebars->29->1031" ] }, { @@ -29597,7 +29603,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->29->1961" + "default.handlebars->29->1962" ] }, { @@ -29617,7 +29623,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->29->1997" + "default.handlebars->29->1998" ] }, { @@ -29637,7 +29643,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->29->1879" + "default.handlebars->29->1880" ] }, { @@ -29657,7 +29663,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->29->1873", + "default.handlebars->29->1874", "default.handlebars->29->665" ] }, @@ -29678,10 +29684,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->29->1378", - "default.handlebars->29->1867", - "default.handlebars->29->1991", - "default.handlebars->29->2003", + "default.handlebars->29->1379", + "default.handlebars->29->1868", + "default.handlebars->29->1992", + "default.handlebars->29->2004", "default.handlebars->29->666" ] }, @@ -29702,7 +29708,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->29->1677" + "default.handlebars->29->1678" ] }, { @@ -29710,7 +29716,7 @@ "fr": "Arrêt du partage {0}", "nl": "Apparaatdeling {0} verwijderd", "xloc": [ - "default.handlebars->29->1688" + "default.handlebars->29->1689" ] }, { @@ -29730,7 +29736,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->29->1673" + "default.handlebars->29->1674" ] }, { @@ -29750,7 +29756,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->29->1683" + "default.handlebars->29->1684" ] }, { @@ -29770,7 +29776,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->29->1680" + "default.handlebars->29->1681" ] }, { @@ -29790,9 +29796,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->29->1646", - "default.handlebars->29->1667", - "default.handlebars->29->1672" + "default.handlebars->29->1647", + "default.handlebars->29->1668", + "default.handlebars->29->1673" ] }, { @@ -29812,7 +29818,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->29->1656" + "default.handlebars->29->1657" ] }, { @@ -29832,7 +29838,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->29->1669" + "default.handlebars->29->1670" ] }, { @@ -29852,8 +29858,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->29->1648", - "default.handlebars->29->1658" + "default.handlebars->29->1649", + "default.handlebars->29->1659" ] }, { @@ -29877,9 +29883,9 @@ "default-mobile.handlebars->9->316", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->29->1575", + "default.handlebars->29->1576", "default.handlebars->29->512", - "default.handlebars->29->905", + "default.handlebars->29->906", "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" @@ -29902,7 +29908,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->29->1634" + "default.handlebars->29->1635" ] }, { @@ -29922,7 +29928,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->29->1696" + "default.handlebars->29->1697" ] }, { @@ -29942,7 +29948,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->29->1691" + "default.handlebars->29->1692" ] }, { @@ -29962,7 +29968,7 @@ "zh-chs": "要求:", "zh-cht": "要求:", "xloc": [ - "default.handlebars->29->1278" + "default.handlebars->29->1279" ] }, { @@ -29983,8 +29989,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->9->89", - "default.handlebars->29->1797", - "default.handlebars->29->1981" + "default.handlebars->29->1798", + "default.handlebars->29->1982" ] }, { @@ -30054,7 +30060,7 @@ "nl": "Reset / uitschakelen", "xloc": [ "default-mobile.handlebars->9->442", - "default.handlebars->29->1462" + "default.handlebars->29->1463" ] }, { @@ -30169,7 +30175,7 @@ "nl": "Reset/Uit", "xloc": [ "default-mobile.handlebars->9->462", - "default.handlebars->29->1498", + "default.handlebars->29->1499", "default.handlebars->29->689", "default.handlebars->29->710" ] @@ -30212,7 +30218,7 @@ "zh-chs": "还原服务器", "zh-cht": "還原伺服器", "xloc": [ - "default.handlebars->29->1314" + "default.handlebars->29->1315" ] }, { @@ -30252,7 +30258,7 @@ "zh-chs": "使用备份还原服务器,这将删除现有服务器数据。仅当您知道自己在做什么时才这样做。", "zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據。僅當你知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->29->1311" + "default.handlebars->29->1312" ] }, { @@ -30282,7 +30288,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->29->1905" + "default.handlebars->29->1906" ] }, { @@ -30302,7 +30308,7 @@ "zh-chs": "雷托-罗曼语", "zh-cht": "雷托-羅曼語", "xloc": [ - "default.handlebars->29->1187" + "default.handlebars->29->1188" ] }, { @@ -30322,7 +30328,7 @@ "zh-chs": "罗马尼亚文", "zh-cht": "羅馬尼亞文", "xloc": [ - "default.handlebars->29->1188" + "default.handlebars->29->1189" ] }, { @@ -30342,7 +30348,7 @@ "zh-chs": "罗马尼亚文(摩尔达维亚)", "zh-cht": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->29->1189" + "default.handlebars->29->1190" ] }, { @@ -30364,8 +30370,8 @@ "xloc": [ "default-mobile.handlebars->9->107", "default-mobile.handlebars->9->306", - "default.handlebars->29->1543", - "default.handlebars->29->890" + "default.handlebars->29->1544", + "default.handlebars->29->891" ] }, { @@ -30620,7 +30626,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->29->1610" + "default.handlebars->29->1611" ] }, { @@ -30628,7 +30634,7 @@ "fr": "Exécution des commandes en tant qu'utilisateur", "nl": "Commando's uitvoeren als gebruiker", "xloc": [ - "default.handlebars->29->1685" + "default.handlebars->29->1686" ] }, { @@ -30636,7 +30642,7 @@ "fr": "Exécution des commandes en tant qu'utilisateur si possible", "nl": "Indien mogelijk commando's uitvoeren als gebruiker", "xloc": [ - "default.handlebars->29->1686" + "default.handlebars->29->1687" ] }, { @@ -30656,7 +30662,7 @@ "zh-chs": "俄文", "zh-cht": "俄文", "xloc": [ - "default.handlebars->29->1190" + "default.handlebars->29->1191" ] }, { @@ -30676,7 +30682,7 @@ "zh-chs": "俄文(摩尔达维亚)", "zh-cht": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->29->1191" + "default.handlebars->29->1192" ] }, { @@ -30696,8 +30702,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->29->1950", - "default.handlebars->29->1955", + "default.handlebars->29->1951", + "default.handlebars->29->1956", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -30722,7 +30728,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->29->1967" + "default.handlebars->29->1968" ] }, { @@ -30784,7 +30790,7 @@ "zh-chs": "萨米(拉普兰)", "zh-cht": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->29->1192" + "default.handlebars->29->1193" ] }, { @@ -30842,7 +30848,7 @@ "zh-chs": "三乡", "zh-cht": "三鄉", "xloc": [ - "default.handlebars->29->1193" + "default.handlebars->29->1194" ] }, { @@ -30862,7 +30868,7 @@ "zh-chs": "梵文", "zh-cht": "梵文", "xloc": [ - "default.handlebars->29->1194" + "default.handlebars->29->1195" ] }, { @@ -30882,7 +30888,7 @@ "zh-chs": "撒丁岛", "zh-cht": "撒丁島", "xloc": [ - "default.handlebars->29->1195" + "default.handlebars->29->1196" ] }, { @@ -31164,7 +31170,7 @@ "zh-cht": "搜尋", "xloc": [ "default.handlebars->29->532", - "default.handlebars->29->894", + "default.handlebars->29->895", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -31251,7 +31257,7 @@ "zh-cht": "已使用TLS保安", "xloc": [ "default-mobile.handlebars->9->376", - "default.handlebars->29->983" + "default.handlebars->29->984" ] }, { @@ -31273,10 +31279,10 @@ "xloc": [ "default-mobile.handlebars->9->282", "default-mobile.handlebars->9->375", - "default.handlebars->29->1951", + "default.handlebars->29->1952", "default.handlebars->29->294", "default.handlebars->29->770", - "default.handlebars->29->982" + "default.handlebars->29->983" ] }, { @@ -31296,7 +31302,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->29->1948" + "default.handlebars->29->1949" ] }, { @@ -31336,12 +31342,12 @@ "zh-chs": "全选", "zh-cht": "全選", "xloc": [ - "default.handlebars->29->1567", - "default.handlebars->29->1741", - "default.handlebars->29->1824", + "default.handlebars->29->1568", + "default.handlebars->29->1742", + "default.handlebars->29->1825", "default.handlebars->29->434", - "default.handlebars->29->897", - "default.handlebars->29->899", + "default.handlebars->29->898", + "default.handlebars->29->900", "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", @@ -31367,11 +31373,11 @@ "zh-chs": "选择无", "zh-cht": "選擇無", "xloc": [ - "default.handlebars->29->1566", - "default.handlebars->29->1740", - "default.handlebars->29->1823", + "default.handlebars->29->1567", + "default.handlebars->29->1741", + "default.handlebars->29->1824", "default.handlebars->29->433", - "default.handlebars->29->898", + "default.handlebars->29->899", "default.handlebars->meshContextMenu->cxselectnone" ] }, @@ -31472,8 +31478,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->29->1744", - "default.handlebars->29->1825" + "default.handlebars->29->1745", + "default.handlebars->29->1826" ] }, { @@ -31502,7 +31508,7 @@ "fr": "Choisir un nouveau mot de passe", "nl": "Selecteer nieuw wachtwoord", "xloc": [ - "default.handlebars->29->1391" + "default.handlebars->29->1392" ] }, { @@ -31544,7 +31550,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->9->458", - "default.handlebars->29->1494" + "default.handlebars->29->1495" ] }, { @@ -31587,7 +31593,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->29->1755" + "default.handlebars->29->1756" ] }, { @@ -31648,7 +31654,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->29->1753" + "default.handlebars->29->1754" ] }, { @@ -31668,7 +31674,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->29->1956" + "default.handlebars->29->1957" ] }, { @@ -31688,7 +31694,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->29->1958" + "default.handlebars->29->1959" ] }, { @@ -31708,7 +31714,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->29->1864" + "default.handlebars->29->1865" ] }, { @@ -31728,7 +31734,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->29->1756" + "default.handlebars->29->1757" ] }, { @@ -31748,7 +31754,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->29->1736" + "default.handlebars->29->1737" ] }, { @@ -31788,7 +31794,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->29->1796" + "default.handlebars->29->1797" ] }, { @@ -31910,7 +31916,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->29->1960" + "default.handlebars->29->1961" ] }, { @@ -31930,7 +31936,7 @@ "zh-chs": "塞尔维亚", "zh-cht": "塞爾維亞", "xloc": [ - "default.handlebars->29->1198" + "default.handlebars->29->1199" ] }, { @@ -31951,7 +31957,7 @@ "zh-cht": "序列號", "xloc": [ "default-mobile.handlebars->9->387", - "default.handlebars->29->994" + "default.handlebars->29->995" ] }, { @@ -31971,7 +31977,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->29->1806" + "default.handlebars->29->1807" ] }, { @@ -31991,7 +31997,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->29->2114" + "default.handlebars->29->2115" ] }, { @@ -32011,7 +32017,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->29->2115" + "default.handlebars->29->2116" ] }, { @@ -32033,9 +32039,9 @@ "xloc": [ "default-mobile.handlebars->9->435", "default-mobile.handlebars->9->450", - "default.handlebars->29->1455", - "default.handlebars->29->1485", - "default.handlebars->29->1803", + "default.handlebars->29->1456", + "default.handlebars->29->1486", + "default.handlebars->29->1804", "default.handlebars->29->682", "default.handlebars->29->703" ] @@ -32057,8 +32063,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->29->1728", - "default.handlebars->29->1817" + "default.handlebars->29->1729", + "default.handlebars->29->1818" ] }, { @@ -32078,7 +32084,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->29->1922" + "default.handlebars->29->1923" ] }, { @@ -32098,7 +32104,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->29->1807" + "default.handlebars->29->1808" ] }, { @@ -32118,7 +32124,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->29->1921" + "default.handlebars->29->1922" ] }, { @@ -32138,7 +32144,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->29->2062" + "default.handlebars->29->2063" ] }, { @@ -32178,7 +32184,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->29->2125" + "default.handlebars->29->2126" ] }, { @@ -32198,7 +32204,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->29->1808" + "default.handlebars->29->1809" ] }, { @@ -32341,7 +32347,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->29->2106" + "default.handlebars->29->2107" ] }, { @@ -32401,7 +32407,7 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->29->2026" + "default.handlebars->29->2027" ] }, { @@ -32526,7 +32532,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->29->1608" + "default.handlebars->29->1609" ] }, { @@ -32596,7 +32602,7 @@ "nl": "Setup", "fr": "Configuration", "xloc": [ - "default.handlebars->29->1370", + "default.handlebars->29->1371", "default.handlebars->29->282" ] }, @@ -32651,7 +32657,7 @@ "zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。", "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ - "default.handlebars->29->1302" + "default.handlebars->29->1303" ] }, { @@ -32928,7 +32934,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->9->438", - "default.handlebars->29->1458" + "default.handlebars->29->1459" ] }, { @@ -32948,7 +32954,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->29->1420" + "default.handlebars->29->1421" ] }, { @@ -33034,8 +33040,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->29->1759", - "default.handlebars->29->1782" + "default.handlebars->29->1760", + "default.handlebars->29->1783" ] }, { @@ -33055,8 +33061,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->29->1758", - "default.handlebars->29->1781" + "default.handlebars->29->1759", + "default.handlebars->29->1782" ] }, { @@ -33076,8 +33082,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->29->1760", - "default.handlebars->29->1783" + "default.handlebars->29->1761", + "default.handlebars->29->1784" ] }, { @@ -33097,8 +33103,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->29->1757", - "default.handlebars->29->1780" + "default.handlebars->29->1758", + "default.handlebars->29->1781" ] }, { @@ -33292,8 +33298,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->29->1361", - "default.handlebars->29->1381" + "default.handlebars->29->1362", + "default.handlebars->29->1382" ] }, { @@ -33313,8 +33319,8 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->29->1359", - "default.handlebars->29->1385" + "default.handlebars->29->1360", + "default.handlebars->29->1386" ] }, { @@ -33334,7 +33340,7 @@ "zh-chs": "信地", "zh-cht": "信地", "xloc": [ - "default.handlebars->29->1196" + "default.handlebars->29->1197" ] }, { @@ -33354,7 +33360,7 @@ "zh-chs": "僧伽罗文", "zh-cht": "僧伽羅文", "xloc": [ - "default.handlebars->29->1197" + "default.handlebars->29->1198" ] }, { @@ -33396,8 +33402,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->29->2029", - "default.handlebars->29->2044", + "default.handlebars->29->2030", + "default.handlebars->29->2045", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -33418,7 +33424,7 @@ "zh-chs": "缩放:100%", "zh-cht": "縮放:100%", "xloc": [ - "default.handlebars->29->926" + "default.handlebars->29->927" ] }, { @@ -33438,7 +33444,7 @@ "zh-chs": "缩放:125%", "zh-cht": "縮放:125%", "xloc": [ - "default.handlebars->29->927" + "default.handlebars->29->928" ] }, { @@ -33458,7 +33464,7 @@ "zh-chs": "缩放:150%", "zh-cht": "縮放:150%", "xloc": [ - "default.handlebars->29->928" + "default.handlebars->29->929" ] }, { @@ -33478,7 +33484,7 @@ "zh-chs": "缩放:200%", "zh-cht": "縮放:200%", "xloc": [ - "default.handlebars->29->929" + "default.handlebars->29->930" ] }, { @@ -33568,7 +33574,7 @@ "zh-chs": "斯洛伐克文", "zh-cht": "斯洛伐克文", "xloc": [ - "default.handlebars->29->1199" + "default.handlebars->29->1200" ] }, { @@ -33588,7 +33594,7 @@ "zh-chs": "斯洛文尼亞文", "zh-cht": "斯洛文尼亞文", "xloc": [ - "default.handlebars->29->1200" + "default.handlebars->29->1201" ] }, { @@ -33671,7 +33677,7 @@ "zh-chs": "软断开代理", "zh-cht": "軟斷開代理", "xloc": [ - "default.handlebars->29->1026" + "default.handlebars->29->1027" ] }, { @@ -33732,7 +33738,7 @@ "zh-chs": "索马尼", "zh-cht": "索馬尼", "xloc": [ - "default.handlebars->29->1201" + "default.handlebars->29->1202" ] }, { @@ -33752,7 +33758,7 @@ "zh-chs": "索比亚文", "zh-cht": "索比亞文", "xloc": [ - "default.handlebars->29->1202" + "default.handlebars->29->1203" ] }, { @@ -33903,7 +33909,7 @@ "zh-chs": "西班牙文", "zh-cht": "西班牙文", "xloc": [ - "default.handlebars->29->1203" + "default.handlebars->29->1204" ] }, { @@ -33923,7 +33929,7 @@ "zh-chs": "西班牙文(阿根廷)", "zh-cht": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->29->1204" + "default.handlebars->29->1205" ] }, { @@ -33943,7 +33949,7 @@ "zh-chs": "西班牙文(玻利维亚)", "zh-cht": "西班牙文(玻利維亞)", "xloc": [ - "default.handlebars->29->1205" + "default.handlebars->29->1206" ] }, { @@ -33963,7 +33969,7 @@ "zh-chs": "西班牙文(智利)", "zh-cht": "西班牙文(智利)", "xloc": [ - "default.handlebars->29->1206" + "default.handlebars->29->1207" ] }, { @@ -33983,7 +33989,7 @@ "zh-chs": "西班牙文(哥伦比亚)", "zh-cht": "西班牙文(哥倫比亞)", "xloc": [ - "default.handlebars->29->1207" + "default.handlebars->29->1208" ] }, { @@ -34003,7 +34009,7 @@ "zh-chs": "西班牙文(哥斯达黎加)", "zh-cht": "西班牙文(哥斯達黎加)", "xloc": [ - "default.handlebars->29->1208" + "default.handlebars->29->1209" ] }, { @@ -34023,7 +34029,7 @@ "zh-chs": "西班牙文(多米尼加共和国)", "zh-cht": "西班牙文(多米尼加共和國)", "xloc": [ - "default.handlebars->29->1209" + "default.handlebars->29->1210" ] }, { @@ -34043,7 +34049,7 @@ "zh-chs": "西班牙文(厄瓜多尔)", "zh-cht": "西班牙文(厄瓜多爾)", "xloc": [ - "default.handlebars->29->1210" + "default.handlebars->29->1211" ] }, { @@ -34063,7 +34069,7 @@ "zh-chs": "西班牙文(萨尔瓦多)", "zh-cht": "西班牙文(薩爾瓦多)", "xloc": [ - "default.handlebars->29->1211" + "default.handlebars->29->1212" ] }, { @@ -34083,7 +34089,7 @@ "zh-chs": "西班牙文(危地马拉)", "zh-cht": "西班牙文(危地馬拉)", "xloc": [ - "default.handlebars->29->1212" + "default.handlebars->29->1213" ] }, { @@ -34103,7 +34109,7 @@ "zh-chs": "西班牙文(洪都拉斯)", "zh-cht": "西班牙文(洪都拉斯)", "xloc": [ - "default.handlebars->29->1213" + "default.handlebars->29->1214" ] }, { @@ -34123,7 +34129,7 @@ "zh-chs": "西班牙文(墨西哥)", "zh-cht": "西班牙文(墨西哥)", "xloc": [ - "default.handlebars->29->1214" + "default.handlebars->29->1215" ] }, { @@ -34143,7 +34149,7 @@ "zh-chs": "西班牙文(尼加拉瓜)", "zh-cht": "西班牙文(尼加拉瓜)", "xloc": [ - "default.handlebars->29->1215" + "default.handlebars->29->1216" ] }, { @@ -34163,7 +34169,7 @@ "zh-chs": "西班牙文(巴拿马)", "zh-cht": "西班牙文(巴拿馬)", "xloc": [ - "default.handlebars->29->1216" + "default.handlebars->29->1217" ] }, { @@ -34183,7 +34189,7 @@ "zh-chs": "西班牙文(巴拉圭)", "zh-cht": "西班牙文(巴拉圭)", "xloc": [ - "default.handlebars->29->1217" + "default.handlebars->29->1218" ] }, { @@ -34203,7 +34209,7 @@ "zh-chs": "西班牙文(秘鲁)", "zh-cht": "西班牙文(秘魯)", "xloc": [ - "default.handlebars->29->1218" + "default.handlebars->29->1219" ] }, { @@ -34223,7 +34229,7 @@ "zh-chs": "西班牙文(波多黎各)", "zh-cht": "西班牙文(波多黎各)", "xloc": [ - "default.handlebars->29->1219" + "default.handlebars->29->1220" ] }, { @@ -34243,7 +34249,7 @@ "zh-chs": "西班牙文(西班牙)", "zh-cht": "西班牙文(西班牙)", "xloc": [ - "default.handlebars->29->1220" + "default.handlebars->29->1221" ] }, { @@ -34263,7 +34269,7 @@ "zh-chs": "西班牙文(乌拉圭)", "zh-cht": "西班牙文(烏拉圭)", "xloc": [ - "default.handlebars->29->1221" + "default.handlebars->29->1222" ] }, { @@ -34283,7 +34289,7 @@ "zh-chs": "西班牙文(委内瑞拉)", "zh-cht": "西班牙文(委內瑞拉)", "xloc": [ - "default.handlebars->29->1222" + "default.handlebars->29->1223" ] }, { @@ -34389,8 +34395,8 @@ "zh-cht": "開始時間", "xloc": [ "default.handlebars->29->188", - "default.handlebars->29->2027", - "default.handlebars->29->2046", + "default.handlebars->29->2028", + "default.handlebars->29->2047", "default.handlebars->29->836", "desktop.handlebars->3->14" ] @@ -34420,7 +34426,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->29->1592" + "default.handlebars->29->1593" ] }, { @@ -34440,7 +34446,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->29->1601" + "default.handlebars->29->1602" ] }, { @@ -34460,7 +34466,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->29->1602" + "default.handlebars->29->1603" ] }, { @@ -34480,7 +34486,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->29->1599" + "default.handlebars->29->1600" ] }, { @@ -34500,7 +34506,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->29->1621" + "default.handlebars->29->1622" ] }, { @@ -34520,7 +34526,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->29->1622" + "default.handlebars->29->1623" ] }, { @@ -34540,7 +34546,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->29->1628" + "default.handlebars->29->1629" ] }, { @@ -34560,7 +34566,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->29->1629" + "default.handlebars->29->1630" ] }, { @@ -34580,7 +34586,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->29->1600" + "default.handlebars->29->1601" ] }, { @@ -34608,7 +34614,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->29->1616" + "default.handlebars->29->1617" ] }, { @@ -34628,7 +34634,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->29->1626" + "default.handlebars->29->1627" ] }, { @@ -34689,8 +34695,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->29->1974", - "default.handlebars->29->2039", + "default.handlebars->29->1975", + "default.handlebars->29->2040", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -34779,7 +34785,7 @@ "zh-cht": "儲存", "xloc": [ "default-mobile.handlebars->9->403", - "default.handlebars->29->1010" + "default.handlebars->29->1011" ] }, { @@ -34819,7 +34825,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->29->1547" + "default.handlebars->29->1548" ] }, { @@ -34839,7 +34845,7 @@ "zh-chs": "强", "zh-cht": "強", "xloc": [ - "default.handlebars->29->1295" + "default.handlebars->29->1296" ] }, { @@ -34884,7 +34890,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->29->1754" + "default.handlebars->29->1755" ] }, { @@ -34984,7 +34990,7 @@ "zh-chs": "苏图", "zh-cht": "蘇圖", "xloc": [ - "default.handlebars->29->1223" + "default.handlebars->29->1224" ] }, { @@ -35004,7 +35010,7 @@ "zh-chs": "斯瓦希里文", "zh-cht": "斯瓦希里文", "xloc": [ - "default.handlebars->29->1224" + "default.handlebars->29->1225" ] }, { @@ -35032,7 +35038,7 @@ "zh-chs": "瑞典文", "zh-cht": "瑞典文", "xloc": [ - "default.handlebars->29->1225" + "default.handlebars->29->1226" ] }, { @@ -35052,7 +35058,7 @@ "zh-chs": "瑞典文(芬兰)", "zh-cht": "瑞典文(芬蘭)", "xloc": [ - "default.handlebars->29->1226" + "default.handlebars->29->1227" ] }, { @@ -35072,7 +35078,7 @@ "zh-chs": "瑞典文(瑞典)", "zh-cht": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->29->1227" + "default.handlebars->29->1228" ] }, { @@ -35080,7 +35086,7 @@ "nl": "Schakel Intel AMT over naar Admin Control Mode (ACM).", "fr": "Basculer d'Intel AMT à Admin Control Mode (ACM).", "xloc": [ - "default.handlebars->29->1375" + "default.handlebars->29->1376" ] }, { @@ -35100,7 +35106,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->29->1428" + "default.handlebars->29->1429" ] }, { @@ -35250,7 +35256,7 @@ "zh-cht": "未設置TLS", "xloc": [ "default-mobile.handlebars->9->377", - "default.handlebars->29->984" + "default.handlebars->29->985" ] }, { @@ -35368,7 +35374,7 @@ "zh-chs": "泰米尔文", "zh-cht": "泰米爾文", "xloc": [ - "default.handlebars->29->1228" + "default.handlebars->29->1229" ] }, { @@ -35388,7 +35394,7 @@ "zh-chs": "塔塔尔族", "zh-cht": "塔塔爾族", "xloc": [ - "default.handlebars->29->1229" + "default.handlebars->29->1230" ] }, { @@ -35408,7 +35414,7 @@ "zh-chs": "泰卢加", "zh-cht": "泰盧加", "xloc": [ - "default.handlebars->29->1230" + "default.handlebars->29->1231" ] }, { @@ -35429,8 +35435,8 @@ "zh-cht": "終端機", "xloc": [ "default-mobile.handlebars->9->168", - "default.handlebars->29->1421", - "default.handlebars->29->2033", + "default.handlebars->29->1422", + "default.handlebars->29->2034", "default.handlebars->29->256", "default.handlebars->29->522", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -35474,9 +35480,9 @@ "zh-chs": "终端通知", "zh-cht": "終端機通知", "xloc": [ - "default.handlebars->29->1344", - "default.handlebars->29->1853", - "default.handlebars->29->1940", + "default.handlebars->29->1345", + "default.handlebars->29->1854", + "default.handlebars->29->1941", "default.handlebars->29->596" ] }, @@ -35497,9 +35503,9 @@ "zh-chs": "终端提示", "zh-cht": "終端機提示", "xloc": [ - "default.handlebars->29->1343", - "default.handlebars->29->1852", - "default.handlebars->29->1939", + "default.handlebars->29->1344", + "default.handlebars->29->1853", + "default.handlebars->29->1940", "default.handlebars->29->595" ] }, @@ -35568,7 +35574,7 @@ "zh-chs": "泰国", "zh-cht": "泰國", "xloc": [ - "default.handlebars->29->1231" + "default.handlebars->29->1232" ] }, { @@ -35670,7 +35676,7 @@ "zh-chs": "目前没有任何通知", "zh-cht": "目前沒有任何通知", "xloc": [ - "default.handlebars->29->2054" + "default.handlebars->29->2055" ] }, { @@ -35731,7 +35737,7 @@ "zh-cht": "此帳戶無權建立新的裝置群。", "xloc": [ "default-mobile.handlebars->9->92", - "default.handlebars->29->1281" + "default.handlebars->29->1282" ] }, { @@ -35813,7 +35819,7 @@ "fr": "Cette option est recommandée. L'activation et la gestion d'Intel® AMT sont entièrement automatisées. Le serveur tentera de faire le meilleur usage possible de la gestion du matériel.", "nl": "Dit is het aanbevolen beleid. Activering en beheer van Intel® AMT is volledig geautomatiseerd en de server zal proberen om optimaal gebruik te maken van hardwarebeheer.", "xloc": [ - "default.handlebars->29->1406" + "default.handlebars->29->1407" ] }, { @@ -35854,7 +35860,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->29->1403" + "default.handlebars->29->1404" ] }, { @@ -36014,7 +36020,7 @@ "zh-chs": "蒂格雷", "zh-cht": "蒂格雷", "xloc": [ - "default.handlebars->29->1232" + "default.handlebars->29->1233" ] }, { @@ -36062,7 +36068,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->29->1693" + "default.handlebars->29->1694" ] }, { @@ -36242,7 +36248,7 @@ "zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。", "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->29->1268" + "default.handlebars->29->1269" ] }, { @@ -36818,7 +36824,7 @@ "zh-chs": "特松加", "zh-cht": "特松加", "xloc": [ - "default.handlebars->29->1233" + "default.handlebars->29->1234" ] }, { @@ -36838,7 +36844,7 @@ "zh-chs": "茨瓦纳", "zh-cht": "茨瓦納", "xloc": [ - "default.handlebars->29->1234" + "default.handlebars->29->1235" ] }, { @@ -36858,7 +36864,7 @@ "zh-chs": "土耳其", "zh-cht": "土耳其", "xloc": [ - "default.handlebars->29->1235" + "default.handlebars->29->1236" ] }, { @@ -36878,7 +36884,7 @@ "zh-chs": "土库曼文", "zh-cht": "土庫曼文", "xloc": [ - "default.handlebars->29->1236" + "default.handlebars->29->1237" ] }, { @@ -36920,9 +36926,9 @@ "xloc": [ "default-mobile.handlebars->9->411", "default-mobile.handlebars->9->98", - "default.handlebars->29->1288", - "default.handlebars->29->1330", - "default.handlebars->29->1382", + "default.handlebars->29->1289", + "default.handlebars->29->1331", + "default.handlebars->29->1383", "default.handlebars->29->862", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", "desktop.handlebars->p11->deskarea0->deskarea4->3" @@ -36945,7 +36951,7 @@ "zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。", "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->29->1045" + "default.handlebars->29->1046" ] }, { @@ -36965,7 +36971,7 @@ "zh-chs": "输入要添加的密钥的名称。", "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ - "default.handlebars->29->1042" + "default.handlebars->29->1043" ] }, { @@ -37026,7 +37032,7 @@ "zh-chs": "乌克兰", "zh-cht": "烏克蘭", "xloc": [ - "default.handlebars->29->1237" + "default.handlebars->29->1238" ] }, { @@ -37046,7 +37052,7 @@ "zh-chs": "在验证电邮地址之前,无法访问设备。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电邮地址。", "zh-cht": "在驗證電郵地址之前,無法訪問裝置。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電郵地址。", "xloc": [ - "default.handlebars->29->1283", + "default.handlebars->29->1284", "default.handlebars->29->538" ] }, @@ -37109,7 +37115,7 @@ "zh-chs": "在启用两因素身份验证之前,无法访问设备。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。", "zh-cht": "在啟用二因子身份驗證之前,無法訪問裝置。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->29->1285", + "default.handlebars->29->1286", "default.handlebars->29->540" ] }, @@ -37237,7 +37243,7 @@ "zh-cht": "卸載", "xloc": [ "default-mobile.handlebars->9->460", - "default.handlebars->29->1496", + "default.handlebars->29->1497", "default.handlebars->29->687", "default.handlebars->29->708" ] @@ -37281,7 +37287,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->29->1460" + "default.handlebars->29->1461" ] }, { @@ -37332,15 +37338,15 @@ "default.handlebars->29->111", "default.handlebars->29->113", "default.handlebars->29->13", - "default.handlebars->29->1317", "default.handlebars->29->1318", - "default.handlebars->29->2016", - "default.handlebars->29->2031", + "default.handlebars->29->1319", + "default.handlebars->29->2017", "default.handlebars->29->2032", + "default.handlebars->29->2033", "default.handlebars->29->42", "default.handlebars->29->432", - "default.handlebars->29->974", - "default.handlebars->29->981" + "default.handlebars->29->975", + "default.handlebars->29->982" ] }, { @@ -37361,7 +37367,7 @@ "zh-cht": "未知#{0}", "xloc": [ "default-mobile.handlebars->9->405", - "default.handlebars->29->1324" + "default.handlebars->29->1325" ] }, { @@ -37381,7 +37387,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->29->2068" + "default.handlebars->29->2069" ] }, { @@ -37401,8 +37407,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->29->1878", - "default.handlebars->29->2002" + "default.handlebars->29->1879", + "default.handlebars->29->2003" ] }, { @@ -37422,9 +37428,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->29->1872", - "default.handlebars->29->1990", - "default.handlebars->29->2072" + "default.handlebars->29->1873", + "default.handlebars->29->1991", + "default.handlebars->29->2073" ] }, { @@ -37444,7 +37450,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->29->2064" + "default.handlebars->29->2065" ] }, { @@ -37485,7 +37491,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->29->1996" + "default.handlebars->29->1997" ] }, { @@ -37514,7 +37520,7 @@ "fr": "Mot de passe inconnu", "nl": "Onbekend wachtwoord", "xloc": [ - "default.handlebars->29->1394" + "default.handlebars->29->1395" ] }, { @@ -37556,7 +37562,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->29->1747" + "default.handlebars->29->1748" ] }, { @@ -37608,7 +37614,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->29->2132" + "default.handlebars->29->2133" ] }, { @@ -37656,11 +37662,11 @@ "default-mobile.handlebars->9->317", "default-mobile.handlebars->9->335", "default-mobile.handlebars->9->338", - "default.handlebars->29->1576", - "default.handlebars->29->1584", - "default.handlebars->29->906", - "default.handlebars->29->930", - "default.handlebars->29->933", + "default.handlebars->29->1577", + "default.handlebars->29->1585", + "default.handlebars->29->907", + "default.handlebars->29->931", + "default.handlebars->29->934", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1" ] }, @@ -37681,7 +37687,7 @@ "zh-chs": "上载网格代理核心", "zh-cht": "上載mesh agent核心", "xloc": [ - "default.handlebars->29->1028" + "default.handlebars->29->1029" ] }, { @@ -37701,7 +37707,7 @@ "zh-chs": "上载核心档案", "zh-cht": "上載核心檔案", "xloc": [ - "default.handlebars->29->1025" + "default.handlebars->29->1026" ] }, { @@ -37721,7 +37727,7 @@ "zh-chs": "上载默认服务器核心", "zh-cht": "上載默認伺服器核心", "xloc": [ - "default.handlebars->29->1022" + "default.handlebars->29->1023" ] }, { @@ -37768,7 +37774,7 @@ "zh-chs": "上传恢复核心", "zh-cht": "上傳恢復核心", "xloc": [ - "default.handlebars->29->1024" + "default.handlebars->29->1025" ] }, { @@ -37796,8 +37802,8 @@ "zh-cht": "上傳將覆蓋1個檔案。繼續?", "xloc": [ "default-mobile.handlebars->9->336", - "default.handlebars->29->1585", - "default.handlebars->29->931" + "default.handlebars->29->1586", + "default.handlebars->29->932" ] }, { @@ -37818,8 +37824,8 @@ "zh-cht": "上傳將覆蓋{0}個檔案。繼續?", "xloc": [ "default-mobile.handlebars->9->337", - "default.handlebars->29->1586", - "default.handlebars->29->932" + "default.handlebars->29->1587", + "default.handlebars->29->933" ] }, { @@ -37856,7 +37862,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->29->1636" + "default.handlebars->29->1637" ] }, { @@ -37876,7 +37882,7 @@ "zh-chs": "上索布族", "zh-cht": "上索布族", "xloc": [ - "default.handlebars->29->1238" + "default.handlebars->29->1239" ] }, { @@ -37896,7 +37902,7 @@ "zh-chs": "乌尔都文", "zh-cht": "烏爾都文", "xloc": [ - "default.handlebars->29->1239" + "default.handlebars->29->1240" ] }, { @@ -37960,8 +37966,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->29->2058", - "default.handlebars->29->2060" + "default.handlebars->29->2059", + "default.handlebars->29->2061" ] }, { @@ -37981,11 +37987,11 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->29->1379", - "default.handlebars->29->1700", - "default.handlebars->29->1729", - "default.handlebars->29->1868", - "default.handlebars->29->2051", + "default.handlebars->29->1380", + "default.handlebars->29->1701", + "default.handlebars->29->1730", + "default.handlebars->29->1869", + "default.handlebars->29->2052", "default.handlebars->29->233", "default.handlebars->29->668" ] @@ -38007,7 +38013,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->29->1730" + "default.handlebars->29->1731" ] }, { @@ -38027,10 +38033,10 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->29->1763", "default.handlebars->29->1764", - "default.handlebars->29->1766", - "default.handlebars->29->1768" + "default.handlebars->29->1765", + "default.handlebars->29->1767", + "default.handlebars->29->1769" ] }, { @@ -38050,7 +38056,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->29->2077" + "default.handlebars->29->2078" ] }, { @@ -38071,7 +38077,7 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->9->413", - "default.handlebars->29->1377", + "default.handlebars->29->1378", "default.handlebars->29->664" ] }, @@ -38092,10 +38098,10 @@ "zh-chs": "用户同意", "zh-cht": "用戶同意", "xloc": [ - "default.handlebars->29->1350", - "default.handlebars->29->1859", + "default.handlebars->29->1351", + "default.handlebars->29->1860", "default.handlebars->29->194", - "default.handlebars->29->1946", + "default.handlebars->29->1947", "default.handlebars->29->602", "default.handlebars->29->742" ] @@ -38117,11 +38123,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->29->1436", "default.handlebars->29->1437", - "default.handlebars->29->1832", - "default.handlebars->29->1998", - "default.handlebars->29->2019", + "default.handlebars->29->1438", + "default.handlebars->29->1833", + "default.handlebars->29->1999", + "default.handlebars->29->2020", "default.handlebars->29->667" ] }, @@ -38162,7 +38168,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->29->1995" + "default.handlebars->29->1996" ] }, { @@ -38202,9 +38208,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->29->1501", - "default.handlebars->29->1913", - "default.handlebars->29->1914" + "default.handlebars->29->1502", + "default.handlebars->29->1914", + "default.handlebars->29->1915" ] }, { @@ -38224,8 +38230,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->29->1434", - "default.handlebars->29->1897" + "default.handlebars->29->1435", + "default.handlebars->29->1898" ] }, { @@ -38245,7 +38251,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->29->1775" + "default.handlebars->29->1776" ] }, { @@ -38266,7 +38272,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->9->464", - "default.handlebars->29->1500" + "default.handlebars->29->1501" ] }, { @@ -38341,7 +38347,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->29->2097" + "default.handlebars->29->2098" ] }, { @@ -38445,8 +38451,8 @@ "zh-chs": "用户浏览器值", "zh-cht": "用戶瀏覽器值", "xloc": [ - "default.handlebars->29->1250", - "default.handlebars->29->1252" + "default.handlebars->29->1251", + "default.handlebars->29->1253" ] }, { @@ -38466,7 +38472,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->29->1665" + "default.handlebars->29->1666" ] }, { @@ -38486,7 +38492,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->29->1655" + "default.handlebars->29->1656" ] }, { @@ -38506,7 +38512,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->29->1653" + "default.handlebars->29->1654" ] }, { @@ -38572,7 +38578,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->9->280", - "default.handlebars->29->1787", + "default.handlebars->29->1788", "default.handlebars->29->291", "default.handlebars->29->768", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->0->1", @@ -38646,9 +38652,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->29->1820", - "default.handlebars->29->1860", - "default.handlebars->29->2096", + "default.handlebars->29->1821", + "default.handlebars->29->1861", + "default.handlebars->29->2097", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -38669,7 +38675,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->29->2081" + "default.handlebars->29->2082" ] }, { @@ -38709,7 +38715,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->29->1742" + "default.handlebars->29->1743" ] }, { @@ -38737,7 +38743,7 @@ "zh-chs": "文达", "zh-cht": "文達", "xloc": [ - "default.handlebars->29->1240" + "default.handlebars->29->1241" ] }, { @@ -38759,8 +38765,8 @@ "xloc": [ "default-mobile.handlebars->9->382", "default-mobile.handlebars->9->385", - "default.handlebars->29->989", - "default.handlebars->29->992" + "default.handlebars->29->990", + "default.handlebars->29->993" ] }, { @@ -38801,7 +38807,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->29->1976" + "default.handlebars->29->1977" ] }, { @@ -38843,8 +38849,8 @@ "zh-cht": "驗證電話號碼", "xloc": [ "default-mobile.handlebars->9->63", - "default.handlebars->29->1029", - "default.handlebars->29->1738" + "default.handlebars->29->1030", + "default.handlebars->29->1739" ] }, { @@ -38864,7 +38870,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->29->1682" + "default.handlebars->29->1683" ] }, { @@ -38929,10 +38935,10 @@ "default-mobile.handlebars->9->366", "default-mobile.handlebars->9->383", "default-mobile.handlebars->9->388", - "default.handlebars->29->938", - "default.handlebars->29->973", - "default.handlebars->29->990", - "default.handlebars->29->995", + "default.handlebars->29->939", + "default.handlebars->29->974", + "default.handlebars->29->991", + "default.handlebars->29->996", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -38953,7 +38959,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->29->2128" + "default.handlebars->29->2129" ] }, { @@ -38995,7 +39001,7 @@ "zh-chs": "越南文", "zh-cht": "越南文", "xloc": [ - "default.handlebars->29->1241" + "default.handlebars->29->1242" ] }, { @@ -39035,7 +39041,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->29->1812" + "default.handlebars->29->1813" ] }, { @@ -39055,8 +39061,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->29->2131", - "default.handlebars->29->2133" + "default.handlebars->29->2132", + "default.handlebars->29->2134" ] }, { @@ -39096,7 +39102,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->29->1366" + "default.handlebars->29->1367" ] }, { @@ -39116,7 +39122,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->29->1954" + "default.handlebars->29->1955" ] }, { @@ -39136,7 +39142,7 @@ "zh-chs": "沃拉普克", "zh-cht": "沃拉普克", "xloc": [ - "default.handlebars->29->1242" + "default.handlebars->29->1243" ] }, { @@ -39240,8 +39246,8 @@ "xloc": [ "default-mobile.handlebars->9->436", "default-mobile.handlebars->9->451", - "default.handlebars->29->1456", - "default.handlebars->29->1486" + "default.handlebars->29->1457", + "default.handlebars->29->1487" ] }, { @@ -39302,7 +39308,7 @@ "zh-chs": "瓦隆", "zh-cht": "瓦隆", "xloc": [ - "default.handlebars->29->1243" + "default.handlebars->29->1244" ] }, { @@ -39322,7 +39328,7 @@ "zh-chs": "弱", "zh-cht": "弱", "xloc": [ - "default.handlebars->29->1297" + "default.handlebars->29->1298" ] }, { @@ -39367,8 +39373,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->29->2117", - "default.handlebars->29->2118" + "default.handlebars->29->2118", + "default.handlebars->29->2119" ] }, { @@ -39388,7 +39394,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->29->2119" + "default.handlebars->29->2120" ] }, { @@ -39408,7 +39414,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->29->2120" + "default.handlebars->29->2121" ] }, { @@ -39490,7 +39496,7 @@ "zh-chs": "威尔士文", "zh-cht": "威爾士文", "xloc": [ - "default.handlebars->29->1244" + "default.handlebars->29->1245" ] }, { @@ -39510,7 +39516,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->29->1509" + "default.handlebars->29->1510" ] }, { @@ -39531,7 +39537,7 @@ "zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。", "xloc": [ "default-mobile.handlebars->9->69", - "default.handlebars->29->1036" + "default.handlebars->29->1037" ] }, { @@ -39539,7 +39545,7 @@ "fr": "Lorsque cette option est choisie, Intel® AMT n'est pas géré par le serveur. Il est toujours possible d'activer et de configurer manuellement Intel® AMT.", "nl": "Als dit beleid is geselecteerd, wordt Intel® AMT niet beheerd door deze server. Intel AMT kan nog steeds worden gebruikt door het handmatig te activeren en te configureren.", "xloc": [ - "default.handlebars->29->1404" + "default.handlebars->29->1405" ] }, { @@ -39552,7 +39558,7 @@ "nl": "Wanneer dit beleid is geselecteerd, wordt elke Intel® AMT in Client Control Mode (CCM) gedeactiveerd. Bij andere apparaten is CIRA gewist en kunnen ze nog steeds handmatig worden beheerd.", "fr": "Lorsque cette option est choisie, tous les Intel® AMT en mode Controle Client (CCM) seront désactivés. Les autres appareils utilisant CIRA seront nettoyés et pourront toujous être gérés manuellement.", "xloc": [ - "default.handlebars->29->1405" + "default.handlebars->29->1406" ] }, { @@ -39572,7 +39578,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->29->1926" + "default.handlebars->29->1927" ] }, { @@ -40183,7 +40189,7 @@ "zh-chs": "换行:关", "zh-cht": "换行:關", "xloc": [ - "default.handlebars->29->925" + "default.handlebars->29->926" ] }, { @@ -40203,7 +40209,7 @@ "zh-chs": "换行:开", "zh-cht": "换行:開", "xloc": [ - "default.handlebars->29->924" + "default.handlebars->29->925" ] }, { @@ -40304,7 +40310,7 @@ "zh-chs": "科萨", "zh-cht": "科薩", "xloc": [ - "default.handlebars->29->1245" + "default.handlebars->29->1246" ] }, { @@ -40324,7 +40330,7 @@ "zh-chs": "意第绪文", "zh-cht": "意第緒文", "xloc": [ - "default.handlebars->29->1246" + "default.handlebars->29->1247" ] }, { @@ -40442,7 +40448,7 @@ "zh-chs": "YubiKey™ OTP", "zh-cht": "YubiKey™OTP", "xloc": [ - "default.handlebars->29->1048" + "default.handlebars->29->1049" ] }, { @@ -40482,7 +40488,7 @@ "zh-chs": "邮编档案名", "zh-cht": "郵編檔案名", "xloc": [ - "default.handlebars->29->909" + "default.handlebars->29->910" ] }, { @@ -40564,7 +40570,7 @@ "zh-chs": "祖鲁族", "zh-cht": "祖魯族", "xloc": [ - "default.handlebars->29->1247" + "default.handlebars->29->1248" ] }, { @@ -40832,7 +40838,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->29->2129" + "default.handlebars->29->2130" ] }, { @@ -41058,7 +41064,7 @@ "zh-chs": "console.txt", "zh-cht": "console.txt", "xloc": [ - "default.handlebars->29->1019" + "default.handlebars->29->1020" ] }, { @@ -41079,7 +41085,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->9->130", - "default.handlebars->29->1581" + "default.handlebars->29->1582" ] }, { @@ -41178,8 +41184,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->29->1707", - "default.handlebars->29->1712" + "default.handlebars->29->1708", + "default.handlebars->29->1713" ] }, { @@ -41199,8 +41205,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->29->1709", - "default.handlebars->29->1713" + "default.handlebars->29->1710", + "default.handlebars->29->1714" ] }, { @@ -41240,8 +41246,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->29->2089", - "default.handlebars->29->2092" + "default.handlebars->29->2090", + "default.handlebars->29->2093" ] }, { @@ -41456,7 +41462,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->29->1776" + "default.handlebars->29->1777" ] }, { @@ -41579,7 +41585,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->29->1804" + "default.handlebars->29->1805" ] }, { @@ -41721,7 +41727,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->9->131", - "default.handlebars->29->1582" + "default.handlebars->29->1583" ] }, { @@ -41818,7 +41824,7 @@ "zh-chs": "servererrors.txt", "zh-cht": "servererrors.txt", "xloc": [ - "default.handlebars->29->1321" + "default.handlebars->29->1322" ] }, { @@ -41838,7 +41844,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->29->2127" + "default.handlebars->29->2128" ] }, { @@ -41904,7 +41910,7 @@ "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->29->2105" + "default.handlebars->29->2106" ] }, { @@ -41924,7 +41930,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->29->2126" + "default.handlebars->29->2127" ] }, { @@ -41961,8 +41967,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->29->2090", - "default.handlebars->29->2093" + "default.handlebars->29->2091", + "default.handlebars->29->2094" ] }, { @@ -42045,8 +42051,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->29->1772", - "default.handlebars->29->1777" + "default.handlebars->29->1773", + "default.handlebars->29->1778" ] }, { @@ -42066,8 +42072,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->29->1774", - "default.handlebars->29->1778" + "default.handlebars->29->1775", + "default.handlebars->29->1779" ] }, { @@ -42087,7 +42093,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->29->1711" + "default.handlebars->29->1712" ] }, { @@ -42127,8 +42133,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->29->1556", - "default.handlebars->29->1561" + "default.handlebars->29->1557", + "default.handlebars->29->1562" ] }, { @@ -42148,9 +42154,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->29->1554", - "default.handlebars->29->1559", - "default.handlebars->29->2030" + "default.handlebars->29->1555", + "default.handlebars->29->1560", + "default.handlebars->29->2031" ] }, { @@ -42172,10 +42178,10 @@ "xloc": [ "default-mobile.handlebars->9->396", "default-mobile.handlebars->9->401", - "default.handlebars->29->1003", - "default.handlebars->29->1008", - "default.handlebars->29->1555", - "default.handlebars->29->1560" + "default.handlebars->29->1004", + "default.handlebars->29->1009", + "default.handlebars->29->1556", + "default.handlebars->29->1561" ] }, { @@ -42196,7 +42202,7 @@ "zh-cht": "{0} Mb,{1} Mhz", "xloc": [ "default-mobile.handlebars->9->394", - "default.handlebars->29->1001" + "default.handlebars->29->1002" ] }, { @@ -42216,7 +42222,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->29->1966" + "default.handlebars->29->1967" ] }, { @@ -42236,8 +42242,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->29->1553", - "default.handlebars->29->1558" + "default.handlebars->29->1554", + "default.handlebars->29->1559" ] }, { @@ -42258,8 +42264,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->9->119", - "default.handlebars->29->1569", - "default.handlebars->29->2045", + "default.handlebars->29->1570", + "default.handlebars->29->2046", "download.handlebars->3->2", "download2.handlebars->5->2" ] @@ -42281,7 +42287,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->29->1548" + "default.handlebars->29->1549" ] }, { @@ -42322,7 +42328,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->29->1551" + "default.handlebars->29->1552" ] }, { @@ -42342,7 +42348,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->29->1931" + "default.handlebars->29->1932" ] }, { @@ -42399,7 +42405,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->29->1549" + "default.handlebars->29->1550" ] }, { @@ -42441,7 +42447,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->29->1550" + "default.handlebars->29->1551" ] }, { @@ -42481,7 +42487,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->29->1721" + "default.handlebars->29->1722" ] }, { @@ -42645,7 +42651,7 @@ "default-mobile.handlebars->9->173", "default-mobile.handlebars->9->176", "default-mobile.handlebars->9->179", - "default.handlebars->29->1725", + "default.handlebars->29->1726", "default.handlebars->29->252", "default.handlebars->29->255", "default.handlebars->29->258", @@ -42793,7 +42799,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->29->1563" + "default.handlebars->29->1564" ] }, { @@ -42813,7 +42819,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->29->1562" + "default.handlebars->29->1563" ] }, { diff --git a/views/default.handlebars b/views/default.handlebars index 25484354..6e4ad211 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -8056,7 +8056,16 @@ // Find file result if (data.action == 'findfile') { - if (xxdialogTag == data.reqid) { if (data.r == null) { QE('d2findFilter', true); QE('filefind_dlgOkButton', true); xxdialogTag = null; } else { QA('d2findResults', '
' + EscapeHtml(data.r) + '
'); } } + if (xxdialogTag == data.reqid) { + if (data.r == null) { + QE('d2findFilter', true); + QE('filefind_dlgOkButton', true); + xxdialogTag = null; + if (Q('d2findResults').innerHTML == '') { QH('d2findResults', '
' + "No files found" + '
'); } + } else { + QA('d2findResults', '
' + EscapeHtml(data.r) + '
'); + } + } return; }