Improved AMT USB ACM activation.

Ylian Saint-Hilaire committed Oct 27, 2020 at 02:15 UTC 27bd46a76445512a77678b162de59ecc2458784f
5 files changed +785 -781
certoperations.js
+6 -6
@@ -198,7 +198,7 @@ module.exports.CertificateOperations = function (parent) {
198
199
200 // Get the setup.bin file
201 - obj.GetSetupBinFile = function (amtacmactivation, oldmebxpass, newmebxpass) {
201 + obj.GetSetupBinFile = function (amtacmactivation, oldmebxpass, newmebxpass, domain, user) {
202 // Create a setup.bin file for our own root cert
203 // Get the wiadcard certificate hash
204 var wildcardCertSha256 = null;
@@ -248,14 +248,14 @@ module.exports.CertificateOperations = function (parent) {
248 v.moduleid = 2;
249 v.varid = 3;
250 v.length = -1;
251 - v.value = 'meshcentral.com';
251 + v.value = 'rootcert.meshcentral.com';
252 setupbin.records[0].variables.push(v);
253
254 - return AmtSetupBinStack.AmtSetupBinEncode(setupbin);
254 + // Write to log file
255 + obj.logAmtActivation(domain, { time: new Date(), action: 'setupbin', domain: domain.id, userid: user._id, oldmebx: oldmebxpass, newmebx: newmebxpass, rootname: certRootName, hash: wildcardCertSha256, dns: 'rootcert.meshcentral.com' });
256
256 - // Write the setup.bin file
257 - //var bin = AmtSetupBinStack.AmtSetupBinEncode(setupbin);
258 - //obj.fs.writeFileSync('c:\\temp\\setup.bin', bin, 'binary');
257 + // Encode the setup.bin file
258 + return AmtSetupBinStack.AmtSetupBinEncode(setupbin);
259 }
260
261 // Return the certificate of the remote HTTPS server
meshuser.js
+1 -1
@@ -4857,7 +4857,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
4857 case 'amtsetupbin': {
4858 if ((command.oldmebxpass != 'admin') && (common.validateString(command.oldmebxpass, 8, 16) == false)) break; // Check password
4859 if (common.validateString(command.newmebxpass, 8, 16) == false) break; // Check password
4860 - var bin = parent.parent.certificateOperations.GetSetupBinFile(domain.amtacmactivation, command.oldmebxpass, command.newmebxpass);
4860 + var bin = parent.parent.certificateOperations.GetSetupBinFile(domain.amtacmactivation, command.oldmebxpass, command.newmebxpass, domain, user);
4861 try { ws.send(JSON.stringify({ action: 'amtsetupbin', file: Buffer.from(bin, 'binary').toString('base64') })); } catch (ex) { }
4862 break;
4863 }
public/scripts/amt-wsman-0.2.0-min.js
+1 -1
@@ -1 +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'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s="<w:SelectorSet>";for(var r in e)if(e.hasOwnProperty(r)){if(s+='<w:Selector Name="'+r+'">',e[r].ReferenceParameters){s+="<a:EndpointReference>",s+="<a:Address>"+e[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)s+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else s+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";s+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else s+=e[r];s+="</w:Selector>"}return s+="</w:SelectorSet>"}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('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+a+"><Header><a:Action>"+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="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+c+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+d+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l&&null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>";p.PerformAjax(u+"</Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(o)+"</Header><Body><e:Unsubscribe/>";p.PerformAjax(t+"</Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+w(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="<r:"+r+' xmlns:r="'+e+'">';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+="<r:"+o+"><a:Address>"+s[o].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[o].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)a+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else a+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";a+="</w:SelectorSet></a:ReferenceParameters></r:"+o+">"}else if(Array.isArray(s[o]))for(n=0;n<s[o].length;n++)a+="<r:"+o+">"+s[o][n].toString()+"</r:"+o+">";else a+="<r:"+o+">"+s[o].toString()+"</r:"+o+">";return a+="</r:"+r+">"}(e,s);p.PerformAjax(n+"</Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(t)+"</Header><Body><g:"+n+' xmlns:g="'+e+'">';for(var c in s)l+="<g:"+c+">"+s[c]+"</g:"+c+">";p.PerformAjax(l+"</g:"+n+"></Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(s)+"</Header><Body /></Envelope>";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",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+">"+r[c][d]+"</r:"+c+">";else l+="<r:"+c+">"+r[c]+"</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+"</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",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<a.childNodes.length;o++){var t=a.childNodes[o];r.Header[t.localName]=t.textContent}var n=s.getElementsByTagName("Body")[0];if(!(n=n||s.getElementsByTagName("a:Body")[0]))return null;if(0<n.childNodes.length){var l=(e=n.childNodes[0].localName).indexOf("_OUTPUT");-1!=l&&l==e.length-7&&(e=e.substring(0,e.length-7)),r.Header.Method=e,r.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o];"true"==(r=0==t.childElementCount?t.textContent:e(t))&&(r=!0),"false"==r&&(r=!1);var n=r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(n.childNodes[0])}return r}catch(e){return console.log("Unable to parse XML: "+s),null}},p}
\ No newline at end of file
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'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s="<w:SelectorSet>";for(var r in e)if(e.hasOwnProperty(r)){if(s+='<w:Selector Name="'+r+'">',e[r].ReferenceParameters){s+="<a:EndpointReference>",s+="<a:Address>"+e[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)s+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else s+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";s+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else s+=e[r];s+="</w:Selector>"}return s+="</w:SelectorSet>"}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('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+a+"><Header><a:Action>"+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="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+d+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+c+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l&&null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>";p.PerformAjax(u+"</Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(o)+"</Header><Body><e:Unsubscribe/>";p.PerformAjax(t+"</Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+w(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="<r:"+r+' xmlns:r="'+e+'">';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+="<r:"+o+"><a:Address>"+s[o].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[o].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)a+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else a+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";a+="</w:SelectorSet></a:ReferenceParameters></r:"+o+">"}else if(Array.isArray(s[o]))for(n=0;n<s[o].length;n++)a+="<r:"+o+">"+s[o][n].toString()+"</r:"+o+">";else a+="<r:"+o+">"+s[o].toString()+"</r:"+o+">";return a+="</r:"+r+">"}(e,s);p.PerformAjax(n+"</Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(t)+"</Header><Body><g:"+n+' xmlns:g="'+e+'">';for(var d in s)l+="<g:"+d+">"+s[d]+"</g:"+d+">";p.PerformAjax(l+"</g:"+n+"></Body></Envelope>",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</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(s)+"</Header><Body /></Envelope>";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",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+">"+r[d][c]+"</r:"+d+">";else l+="<r:"+d+">"+r[d]+"</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+"</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",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<a.childNodes.length;o++){var t=a.childNodes[o];r.Header[t.localName]=t.textContent}var n=s.getElementsByTagName("Body")[0];if(!(n=n||s.getElementsByTagName("a:Body")[0]))return null;if(0<n.childNodes.length){var l=(e=n.childNodes[0].localName).indexOf("_OUTPUT");-1!=l&&l==e.length-7&&(e=e.substring(0,e.length-7)),r.Header.Method=e,r.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o];"true"==(r=0==t.childElementCount?t.textContent:e(t))&&(r=!0),"false"==r&&(r=!1);var n=r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(n.childNodes[0])}return r}catch(e){return console.log("Unable to parse XML: "+s),null}},p}
\ No newline at end of file
translate/translate.json
+759 -757
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->29->1413",
228 - "default.handlebars->29->1873"
227 + "default.handlebars->29->1415",
228 + "default.handlebars->29->1875"
229 ]
230 },
231 {
@@ -418,7 +418,7 @@
418 {
419 "en": "* 8 characters, 1 upper, 1 lower, 1 numeric, 1 non-alpha numeric.",
420 "xloc": [
421 - "default.handlebars->29->1382",
421 + "default.handlebars->29->1384",
422 "default.handlebars->29->308"
423 ]
424 },
@@ -494,7 +494,7 @@
494 "zh-cht": ",",
495 "xloc": [
496 "default-mobile.handlebars->9->467",
497 - "default.handlebars->29->1483"
497 + "default.handlebars->29->1485"
498 ]
499 },
500 {
@@ -766,8 +766,8 @@
766 "xloc": [
767 "default-mobile.handlebars->9->108",
768 "default-mobile.handlebars->9->307",
769 - "default.handlebars->29->1524",
770 - "default.handlebars->29->2028",
769 + "default.handlebars->29->1526",
770 + "default.handlebars->29->2030",
771 "default.handlebars->29->878"
772 ]
773 },
@@ -824,7 +824,7 @@
824 "zh-chs": "1个活跃时段",
825 "zh-cht": "1個活躍時段",
826 "xloc": [
827 - "default.handlebars->29->1942"
827 + "default.handlebars->29->1944"
828 ]
829 },
830 {
@@ -846,7 +846,7 @@
846 "xloc": [
847 "default-mobile.handlebars->9->118",
848 "default-mobile.handlebars->9->471",
849 - "default.handlebars->29->1548",
849 + "default.handlebars->29->1550",
850 "download.handlebars->3->1",
851 "download2.handlebars->5->1"
852 ]
@@ -911,7 +911,7 @@
911 "zh-chs": "1组",
912 "zh-cht": "1群",
913 "xloc": [
914 - "default.handlebars->29->1907"
914 + "default.handlebars->29->1909"
915 ]
916 },
917 {
@@ -1015,7 +1015,7 @@
1015 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1016 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1017 "xloc": [
1018 - "default.handlebars->29->1697"
1018 + "default.handlebars->29->1699"
1019 ]
1020 },
1021 {
@@ -1081,7 +1081,7 @@
1081 "default-mobile.handlebars->9->172",
1082 "default-mobile.handlebars->9->175",
1083 "default-mobile.handlebars->9->178",
1084 - "default.handlebars->29->1701",
1084 + "default.handlebars->29->1703",
1085 "default.handlebars->29->251",
1086 "default.handlebars->29->254",
1087 "default.handlebars->29->257",
@@ -1498,7 +1498,7 @@
1498 "zh-chs": "2FA备份代码已清除",
1499 "zh-cht": "2FA備份代碼已清除",
1500 "xloc": [
1501 - "default.handlebars->29->1659"
1501 + "default.handlebars->29->1661"
1502 ]
1503 },
1504 {
@@ -1518,8 +1518,8 @@
1518 "zh-chs": "启用第二因素身份验证",
1519 "zh-cht": "啟用第二因素身份驗證",
1520 "xloc": [
1521 - "default.handlebars->29->1714",
1522 - "default.handlebars->29->1929"
1521 + "default.handlebars->29->1716",
1522 + "default.handlebars->29->1931"
1523 ]
1524 },
1525 {
@@ -2334,7 +2334,8 @@
2334 "zh-cht": "ACM",
2335 "xloc": [
2336 "default-mobile.handlebars->9->236",
2337 - "default.handlebars->29->284",
2337 + "default.handlebars->29->1358",
2338 + "default.handlebars->29->288",
2339 "default.handlebars->29->563"
2340 ]
2341 },
@@ -2502,7 +2503,7 @@
2503 "zh-chs": "访问服务器档案",
2504 "zh-cht": "存取伺服器檔案",
2505 "xloc": [
2505 - "default.handlebars->29->1879"
2506 + "default.handlebars->29->1881"
2507 ]
2508 },
2509 {
@@ -2655,7 +2656,7 @@
2656 "zh-chs": "帐户已更改:{0}",
2657 "zh-cht": "帳戶已更改:{0}",
2658 "xloc": [
2658 - "default.handlebars->29->1632"
2659 + "default.handlebars->29->1634"
2660 ]
2661 },
2662 {
@@ -2675,7 +2676,7 @@
2676 "zh-chs": "创建帐户,电子邮件为{0}",
2677 "zh-cht": "創建帳戶,電子郵件為{0}",
2678 "xloc": [
2678 - "default.handlebars->29->1631"
2679 + "default.handlebars->29->1633"
2680 ]
2681 },
2682 {
@@ -2695,7 +2696,7 @@
2696 "zh-chs": "创建帐户,用户名是{0}",
2697 "zh-cht": "帳戶已創建,用戶名是{0}",
2698 "xloc": [
2698 - "default.handlebars->29->1630"
2699 + "default.handlebars->29->1632"
2700 ]
2701 },
2702 {
@@ -2715,8 +2716,8 @@
2716 "zh-chs": "帐户已被锁定",
2717 "zh-cht": "帳戶已被鎖定",
2718 "xloc": [
2718 - "default.handlebars->29->1716",
2719 - "default.handlebars->29->1876"
2719 + "default.handlebars->29->1718",
2720 + "default.handlebars->29->1878"
2721 ]
2722 },
2723 {
@@ -2780,7 +2781,7 @@
2781 "zh-chs": "帐号登录",
2782 "zh-cht": "帳號登錄",
2783 "xloc": [
2783 - "default.handlebars->29->1567"
2784 + "default.handlebars->29->1569"
2785 ]
2786 },
2787 {
@@ -2800,7 +2801,7 @@
2801 "zh-chs": "帐户登出",
2802 "zh-cht": "帳戶登出",
2803 "xloc": [
2803 - "default.handlebars->29->1568"
2804 + "default.handlebars->29->1570"
2805 ]
2806 },
2807 {
@@ -2842,7 +2843,7 @@
2843 "zh-chs": "帐户密码已更改:{0}",
2844 "zh-cht": "帳戶密碼已更改:{0}",
2845 "xloc": [
2845 - "default.handlebars->29->1640"
2846 + "default.handlebars->29->1642"
2847 ]
2848 },
2849 {
@@ -2862,7 +2863,7 @@
2863 "zh-chs": "帐户已删除",
2864 "zh-cht": "帳戶已刪除",
2865 "xloc": [
2865 - "default.handlebars->29->1629"
2866 + "default.handlebars->29->1631"
2867 ]
2868 },
2869 {
@@ -3082,7 +3083,7 @@
3083 "zh-cht": "新增代理",
3084 "xloc": [
3085 "default.handlebars->29->1354",
3085 - "default.handlebars->29->286"
3086 + "default.handlebars->29->284"
3087 ]
3088 },
3089 {
@@ -3119,8 +3120,8 @@
3120 "zh-chs": "添加设备",
3121 "zh-cht": "新增裝置",
3122 "xloc": [
3122 - "default.handlebars->29->1853",
3123 - "default.handlebars->29->1977"
3123 + "default.handlebars->29->1855",
3124 + "default.handlebars->29->1979"
3125 ]
3126 },
3127 {
@@ -3160,9 +3161,9 @@
3161 "zh-chs": "添加设备组",
3162 "zh-cht": "新增裝置群",
3163 "xloc": [
3163 - "default.handlebars->29->1447",
3164 - "default.handlebars->29->1847",
3165 - "default.handlebars->29->1965",
3164 + "default.handlebars->29->1449",
3165 + "default.handlebars->29->1849",
3166 + "default.handlebars->29->1967",
3167 "default.handlebars->29->238"
3168 ]
3169 },
@@ -3183,7 +3184,7 @@
3184 "zh-chs": "添加设备组权限",
3185 "zh-cht": "新增裝置群權限",
3186 "xloc": [
3186 - "default.handlebars->29->1444"
3187 + "default.handlebars->29->1446"
3188 ]
3189 },
3190 {
@@ -3203,8 +3204,8 @@
3204 "zh-chs": "添加设备权限",
3205 "zh-cht": "新增裝置權限",
3206 "xloc": [
3206 - "default.handlebars->29->1449",
3207 - "default.handlebars->29->1451"
3207 + "default.handlebars->29->1451",
3208 + "default.handlebars->29->1453"
3209 ]
3210 },
3211 {
@@ -3301,7 +3302,7 @@
3302 "zh-chs": "添加成员身份",
3303 "zh-cht": "新增成員身份",
3304 "xloc": [
3304 - "default.handlebars->29->1995"
3305 + "default.handlebars->29->1997"
3306 ]
3307 },
3308 {
@@ -3387,7 +3388,7 @@
3388 "zh-chs": "添加用户设备权限",
3389 "zh-cht": "新增用戶裝置權限",
3390 "xloc": [
3390 - "default.handlebars->29->1454"
3391 + "default.handlebars->29->1456"
3392 ]
3393 },
3394 {
@@ -3408,8 +3409,8 @@
3409 "zh-cht": "新增用戶群",
3410 "xloc": [
3411 "default.handlebars->29->1350",
3411 - "default.handlebars->29->1446",
3412 - "default.handlebars->29->1971",
3412 + "default.handlebars->29->1448",
3413 + "default.handlebars->29->1973",
3414 "default.handlebars->29->657"
3415 ]
3416 },
@@ -3430,7 +3431,7 @@
3431 "zh-chs": "添加用户组设备权限",
3432 "zh-cht": "新增用戶群裝置權限",
3433 "xloc": [
3433 - "default.handlebars->29->1456"
3434 + "default.handlebars->29->1458"
3435 ]
3436 },
3437 {
@@ -3488,7 +3489,7 @@
3489 "zh-cht": "新增用戶",
3490 "xloc": [
3491 "default.handlebars->29->1349",
3491 - "default.handlebars->29->1842"
3492 + "default.handlebars->29->1844"
3493 ]
3494 },
3495 {
@@ -3508,7 +3509,7 @@
3509 "zh-chs": "将用户添加到设备组",
3510 "zh-cht": "將用戶新增到裝置群",
3511 "xloc": [
3511 - "default.handlebars->29->1443"
3512 + "default.handlebars->29->1445"
3513 ]
3514 },
3515 {
@@ -3528,7 +3529,7 @@
3529 "zh-chs": "将用户添加到用户组",
3530 "zh-cht": "將用戶新增到用戶群",
3531 "xloc": [
3531 - "default.handlebars->29->1875"
3532 + "default.handlebars->29->1877"
3533 ]
3534 },
3535 {
@@ -3646,7 +3647,7 @@
3647 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3648 "xloc": [
3649 "default.handlebars->29->1353",
3649 - "default.handlebars->29->285"
3650 + "default.handlebars->29->283"
3651 ]
3652 },
3653 {
@@ -3692,7 +3693,7 @@
3693 "zh-chs": "添加了身份验证应用程序",
3694 "zh-cht": "添加了身份驗證應用程序",
3695 "xloc": [
3695 - "default.handlebars->29->1656"
3696 + "default.handlebars->29->1658"
3697 ]
3698 },
3699 {
@@ -3712,8 +3713,8 @@
3713 "zh-chs": "已将设备{0}添加到设备组{1}",
3714 "zh-cht": "已將設備{0}添加到設備組{1}",
3715 "xloc": [
3715 - "default.handlebars->29->1623",
3716 - "default.handlebars->29->1650"
3716 + "default.handlebars->29->1625",
3717 + "default.handlebars->29->1652"
3718 ]
3719 },
3720 {
@@ -3733,7 +3734,7 @@
3734 "zh-chs": "添加了安全密钥",
3735 "zh-cht": "添加了安全密鑰",
3736 "xloc": [
3736 - "default.handlebars->29->1661"
3737 + "default.handlebars->29->1663"
3738 ]
3739 },
3740 {
@@ -3753,7 +3754,7 @@
3754 "zh-chs": "已将用户组{0}添加到设备组{1}",
3755 "zh-cht": "已將用戶組{0}添加到設備組{1}",
3756 "xloc": [
3756 - "default.handlebars->29->1634"
3757 + "default.handlebars->29->1636"
3758 ]
3759 },
3760 {
@@ -3773,8 +3774,8 @@
3774 "zh-chs": "已将用户{0}添加到用户组{1}",
3775 "zh-cht": "已將用戶{0}添加到用戶組{1}",
3776 "xloc": [
3776 - "default.handlebars->29->1637",
3777 - "default.handlebars->29->1646"
3777 + "default.handlebars->29->1639",
3778 + "default.handlebars->29->1648"
3779 ]
3780 },
3781 {
@@ -3897,7 +3898,7 @@
3898 "zh-chs": "管理领域",
3899 "zh-cht": "管理領域",
3900 "xloc": [
3900 - "default.handlebars->29->1911"
3901 + "default.handlebars->29->1913"
3902 ]
3903 },
3904 {
@@ -3938,7 +3939,7 @@
3939 "zh-chs": "管理领域",
3940 "zh-cht": "管理領域",
3941 "xloc": [
3941 - "default.handlebars->29->1779"
3942 + "default.handlebars->29->1781"
3943 ]
3944 },
3945 {
@@ -3958,7 +3959,7 @@
3959 "zh-chs": "管理员",
3960 "zh-cht": "管理員",
3961 "xloc": [
3961 - "default.handlebars->29->1708"
3962 + "default.handlebars->29->1710"
3963 ]
3964 },
3965 {
@@ -4001,8 +4002,8 @@
4002 "default-mobile.handlebars->9->203",
4003 "default-mobile.handlebars->9->228",
4004 "default-mobile.handlebars->9->250",
4004 - "default.handlebars->29->1510",
4005 - "default.handlebars->29->1518",
4005 + "default.handlebars->29->1512",
4006 + "default.handlebars->29->1520",
4007 "default.handlebars->29->214",
4008 "default.handlebars->29->425",
4009 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
@@ -4025,8 +4026,8 @@
4026 "zh-chs": "代理+英特尔AMT",
4027 "zh-cht": "代理+Intel&reg; AMT",
4028 "xloc": [
4028 - "default.handlebars->29->1512",
4029 - "default.handlebars->29->1520"
4029 + "default.handlebars->29->1514",
4030 + "default.handlebars->29->1522"
4031 ]
4032 },
4033 {
@@ -4067,7 +4068,7 @@
4068 "zh-cht": "代理控制台",
4069 "xloc": [
4070 "default-mobile.handlebars->9->449",
4070 - "default.handlebars->29->1464"
4071 + "default.handlebars->29->1466"
4072 ]
4073 },
4074 {
@@ -4087,7 +4088,7 @@
4088 "zh-chs": "代理错误计数器",
4089 "zh-cht": "代理錯誤計數器",
4090 "xloc": [
4090 - "default.handlebars->29->2038"
4091 + "default.handlebars->29->2040"
4092 ]
4093 },
4094 {
@@ -4190,7 +4191,7 @@
4191 "zh-chs": "代理时段",
4192 "zh-cht": "代理時段",
4193 "xloc": [
4193 - "default.handlebars->29->2054"
4194 + "default.handlebars->29->2056"
4195 ]
4196 },
4197 {
@@ -4231,7 +4232,7 @@
4232 "zh-chs": "代理类型",
4233 "zh-cht": "代理類型",
4234 "xloc": [
4234 - "default.handlebars->29->1516",
4235 + "default.handlebars->29->1518",
4236 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4237 ]
4238 },
@@ -4252,7 +4253,7 @@
4253 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4254 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4255 "xloc": [
4255 - "default.handlebars->29->1620"
4256 + "default.handlebars->29->1622"
4257 ]
4258 },
4259 {
@@ -4362,7 +4363,7 @@
4363 "zh-chs": "代理",
4364 "zh-cht": "代理",
4365 "xloc": [
4365 - "default.handlebars->29->2070"
4366 + "default.handlebars->29->2072"
4367 ]
4368 },
4369 {
@@ -4425,7 +4426,7 @@
4426 "zh-chs": "全部可用",
4427 "zh-cht": "全部可用",
4428 "xloc": [
4428 - "default.handlebars->29->1671"
4429 + "default.handlebars->29->1673"
4430 ]
4431 },
4432 {
@@ -4462,7 +4463,7 @@
4463 "zh-chs": "所有事件",
4464 "zh-cht": "所有事件",
4465 "xloc": [
4465 - "default.handlebars->29->1669"
4466 + "default.handlebars->29->1671"
4467 ]
4468 },
4469 {
@@ -4504,8 +4505,8 @@
4505 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4506 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4507 "xloc": [
4507 - "default.handlebars->29->1411",
4508 - "default.handlebars->29->1872"
4508 + "default.handlebars->29->1413",
4509 + "default.handlebars->29->1874"
4510 ]
4511 },
4512 {
@@ -4525,7 +4526,7 @@
4526 "zh-chs": "允许用户管理此设备。",
4527 "zh-cht": "允許用戶管理此裝置。",
4528 "xloc": [
4528 - "default.handlebars->29->1412"
4529 + "default.handlebars->29->1414"
4530 ]
4531 },
4532 {
@@ -4631,8 +4632,8 @@
4632 "zh-cht": "一直通知",
4633 "xloc": [
4634 "default.handlebars->29->1329",
4634 - "default.handlebars->29->1833",
4635 - "default.handlebars->29->1920",
4635 + "default.handlebars->29->1835",
4636 + "default.handlebars->29->1922",
4637 "default.handlebars->29->595"
4638 ]
4639 },
@@ -4654,8 +4655,8 @@
4655 "zh-cht": "一直提示",
4656 "xloc": [
4657 "default.handlebars->29->1330",
4657 - "default.handlebars->29->1834",
4658 - "default.handlebars->29->1921",
4658 + "default.handlebars->29->1836",
4659 + "default.handlebars->29->1923",
4660 "default.handlebars->29->596"
4661 ]
4662 },
@@ -5281,7 +5282,7 @@
5282 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5283 "xloc": [
5284 "default-mobile.handlebars->9->418",
5284 - "default.handlebars->29->1387"
5285 + "default.handlebars->29->1389"
5286 ]
5287 },
5288 {
@@ -5361,7 +5362,7 @@
5362 "zh-chs": "您确定要{0}插件吗:{1}",
5363 "zh-cht": "你確定要{0}外掛嗎:{1}",
5364 "xloc": [
5364 - "default.handlebars->29->2110"
5365 + "default.handlebars->29->2112"
5366 ]
5367 },
5368 {
@@ -5481,7 +5482,7 @@
5482 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5483 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5484 "xloc": [
5484 - "default.handlebars->29->1589"
5485 + "default.handlebars->29->1591"
5486 ]
5487 },
5488 {
@@ -5501,7 +5502,7 @@
5502 "zh-chs": "认证软件",
5503 "zh-cht": "認證軟體",
5504 "xloc": [
5504 - "default.handlebars->29->1924"
5505 + "default.handlebars->29->1926"
5506 ]
5507 },
5508 {
@@ -5672,7 +5673,7 @@
5673 "zh-chs": "可用內存",
5674 "zh-cht": "可用內存",
5675 "xloc": [
5675 - "default.handlebars->29->2063"
5676 + "default.handlebars->29->2065"
5677 ]
5678 },
5679 {
@@ -5828,8 +5829,8 @@
5829 "zh-chs": "背景与互动",
5830 "zh-cht": "背景與互動",
5831 "xloc": [
5831 - "default.handlebars->29->1493",
5832 - "default.handlebars->29->1500",
5832 + "default.handlebars->29->1495",
5833 + "default.handlebars->29->1502",
5834 "default.handlebars->29->338",
5835 "default.handlebars->29->352"
5836 ]
@@ -5851,8 +5852,8 @@
5852 "zh-chs": "仅背景",
5853 "zh-cht": "僅背景",
5854 "xloc": [
5854 - "default.handlebars->29->1494",
5855 - "default.handlebars->29->1501",
5855 + "default.handlebars->29->1496",
5856 + "default.handlebars->29->1503",
5857 "default.handlebars->29->339",
5858 "default.handlebars->29->353",
5859 "default.handlebars->29->367"
@@ -5895,7 +5896,7 @@
5896 "zh-chs": "备用码",
5897 "zh-cht": "備用碼",
5898 "xloc": [
5898 - "default.handlebars->29->1926"
5899 + "default.handlebars->29->1928"
5900 ]
5901 },
5902 {
@@ -5915,7 +5916,7 @@
5916 "zh-chs": "错误的签名",
5917 "zh-cht": "錯誤的簽名",
5918 "xloc": [
5918 - "default.handlebars->29->2045"
5919 + "default.handlebars->29->2047"
5920 ]
5921 },
5922 {
@@ -5935,7 +5936,7 @@
5936 "zh-chs": "错误的网络证书",
5937 "zh-cht": "錯誤的網絡憑證",
5938 "xloc": [
5938 - "default.handlebars->29->2044"
5939 + "default.handlebars->29->2046"
5940 ]
5941 },
5942 {
@@ -6098,7 +6099,7 @@
6099 "zh-chs": "广播",
6100 "zh-cht": "廣播",
6101 "xloc": [
6101 - "default.handlebars->29->1840",
6102 + "default.handlebars->29->1842",
6103 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6104 ]
6105 },
@@ -6119,7 +6120,7 @@
6120 "zh-chs": "广播消息",
6121 "zh-cht": "廣播消息",
6122 "xloc": [
6122 - "default.handlebars->29->1761"
6123 + "default.handlebars->29->1763"
6124 ]
6125 },
6126 {
@@ -6139,7 +6140,7 @@
6140 "zh-chs": "向所有连接的用户广播消息。",
6141 "zh-cht": "向所有連接的用戶廣播消息。",
6142 "xloc": [
6142 - "default.handlebars->29->1756"
6143 + "default.handlebars->29->1758"
6144 ]
6145 },
6146 {
@@ -6242,7 +6243,7 @@
6243 "zh-chs": "CIRA服务器",
6244 "zh-cht": "CIRA伺服器",
6245 "xloc": [
6245 - "default.handlebars->29->2098"
6246 + "default.handlebars->29->2100"
6247 ]
6248 },
6249 {
@@ -6262,13 +6263,13 @@
6263 "zh-chs": "CIRA服务器命令",
6264 "zh-cht": "CIRA伺服器指令",
6265 "xloc": [
6265 - "default.handlebars->29->2099"
6266 + "default.handlebars->29->2101"
6267 ]
6268 },
6269 {
6270 "en": "CIRA setup",
6271 "xloc": [
6271 - "default.handlebars->29->1378"
6272 + "default.handlebars->29->1380"
6273 ]
6274 },
6275 {
@@ -6309,7 +6310,7 @@
6310 "zh-chs": "CPU负载",
6311 "zh-cht": "CPU負載",
6312 "xloc": [
6312 - "default.handlebars->29->2059"
6313 + "default.handlebars->29->2061"
6314 ]
6315 },
6316 {
@@ -6329,7 +6330,7 @@
6330 "zh-chs": "最近15分钟的CPU负载",
6331 "zh-cht": "最近15分鐘的CPU負載",
6332 "xloc": [
6332 - "default.handlebars->29->2062"
6333 + "default.handlebars->29->2064"
6334 ]
6335 },
6336 {
@@ -6349,7 +6350,7 @@
6350 "zh-chs": "最近5分钟的CPU负载",
6351 "zh-cht": "最近5分鐘的CPU負載",
6352 "xloc": [
6352 - "default.handlebars->29->2061"
6353 + "default.handlebars->29->2063"
6354 ]
6355 },
6356 {
@@ -6369,7 +6370,7 @@
6370 "zh-chs": "最近一分钟的CPU负载",
6371 "zh-cht": "最近一分鐘的CPU負載",
6372 "xloc": [
6372 - "default.handlebars->29->2060"
6373 + "default.handlebars->29->2062"
6374 ]
6375 },
6376 {
@@ -6411,7 +6412,7 @@
6412 "zh-chs": "CSV",
6413 "zh-cht": "CSV",
6414 "xloc": [
6414 - "default.handlebars->29->1679"
6415 + "default.handlebars->29->1681"
6416 ]
6417 },
6418 {
@@ -6431,8 +6432,8 @@
6432 "zh-chs": "CSV格式",
6433 "zh-cht": "CSV格式",
6434 "xloc": [
6434 - "default.handlebars->29->1683",
6435 - "default.handlebars->29->1748",
6435 + "default.handlebars->29->1685",
6436 + "default.handlebars->29->1750",
6437 "default.handlebars->29->477"
6438 ]
6439 },
@@ -6453,7 +6454,7 @@
6454 "zh-chs": "呼叫错误",
6455 "zh-cht": "呼叫錯誤",
6456 "xloc": [
6456 - "default.handlebars->29->2111"
6457 + "default.handlebars->29->2113"
6458 ]
6459 },
6460 {
@@ -6630,7 +6631,7 @@
6631 "zh-chs": "更改{0}的电邮",
6632 "zh-cht": "更改{0}的電郵",
6633 "xloc": [
6633 - "default.handlebars->29->1954"
6634 + "default.handlebars->29->1956"
6635 ]
6636 },
6637 {
@@ -6674,7 +6675,7 @@
6675 "xloc": [
6676 "default-mobile.handlebars->9->90",
6677 "default.handlebars->29->1261",
6677 - "default.handlebars->29->1941"
6678 + "default.handlebars->29->1943"
6679 ]
6680 },
6681 {
@@ -6694,7 +6695,7 @@
6695 "zh-chs": "更改{0}的密码",
6696 "zh-cht": "更改{0}的密碼",
6697 "xloc": [
6697 - "default.handlebars->29->1961"
6698 + "default.handlebars->29->1963"
6699 ]
6700 },
6701 {
@@ -6714,7 +6715,7 @@
6715 "zh-chs": "更改{0}的真实名称",
6716 "zh-cht": "更改{0}的真實名稱",
6717 "xloc": [
6717 - "default.handlebars->29->1949"
6718 + "default.handlebars->29->1951"
6719 ]
6720 },
6721 {
@@ -6796,7 +6797,7 @@
6797 "zh-chs": "更改该用户的密码",
6798 "zh-cht": "更改該用戶的密碼",
6799 "xloc": [
6799 - "default.handlebars->29->1940"
6800 + "default.handlebars->29->1942"
6801 ]
6802 },
6803 {
@@ -6876,7 +6877,7 @@
6877 "zh-chs": "更改帐户凭据",
6878 "zh-cht": "帳戶憑證已更改",
6879 "xloc": [
6879 - "default.handlebars->29->1641"
6880 + "default.handlebars->29->1643"
6881 ]
6882 },
6883 {
@@ -6896,7 +6897,7 @@
6897 "zh-chs": "{1}组中的设备{0}已更改:{2}",
6898 "zh-cht": "{1}組中的設備{0}已更改:{2}",
6899 "xloc": [
6899 - "default.handlebars->29->1625"
6900 + "default.handlebars->29->1627"
6901 ]
6902 },
6903 {
@@ -6916,7 +6917,7 @@
6917 "zh-chs": "语言从{1}更改为{2}",
6918 "zh-cht": "語言從{1}更改為{2}",
6919 "xloc": [
6919 - "default.handlebars->29->1569"
6920 + "default.handlebars->29->1571"
6921 ]
6922 },
6923 {
@@ -6936,8 +6937,8 @@
6937 "zh-chs": "已更改{0}的用户设备权限",
6938 "zh-cht": "已更改{0}的用戶設備權限",
6939 "xloc": [
6939 - "default.handlebars->29->1627",
6940 - "default.handlebars->29->1648"
6940 + "default.handlebars->29->1629",
6941 + "default.handlebars->29->1650"
6942 ]
6943 },
6944 {
@@ -6977,7 +6978,7 @@
6978 "zh-chs": "聊天",
6979 "zh-cht": "聊天",
6980 "xloc": [
6980 - "default.handlebars->29->1700",
6981 + "default.handlebars->29->1702",
6982 "default.handlebars->29->677",
6983 "default.handlebars->29->698"
6984 ]
@@ -7001,8 +7002,8 @@
7002 "xloc": [
7003 "default-mobile.handlebars->9->439",
7004 "default-mobile.handlebars->9->459",
7004 - "default.handlebars->29->1439",
7005 - "default.handlebars->29->1475"
7005 + "default.handlebars->29->1441",
7006 + "default.handlebars->29->1477"
7007 ]
7008 },
7009 {
@@ -7143,7 +7144,7 @@
7144 "zh-cht": "檢查...",
7145 "xloc": [
7146 "default.handlebars->29->1033",
7146 - "default.handlebars->29->2105"
7147 + "default.handlebars->29->2107"
7148 ]
7149 },
7150 {
@@ -7367,7 +7368,7 @@
7368 "default-mobile.handlebars->9->330",
7369 "default-mobile.handlebars->9->332",
7370 "default-mobile.handlebars->9->59",
7370 - "default.handlebars->29->1563",
7371 + "default.handlebars->29->1565",
7372 "default.handlebars->29->898",
7373 "default.handlebars->29->900",
7374 "default.handlebars->29->902",
@@ -7414,7 +7415,7 @@
7415 "zh-chs": "全部清除",
7416 "zh-cht": "全部清除",
7417 "xloc": [
7417 - "default.handlebars->29->2032"
7418 + "default.handlebars->29->2034"
7419 ]
7420 },
7421 {
@@ -7482,7 +7483,7 @@
7483 "zh-chs": "清除此通知",
7484 "zh-cht": "清除此通知",
7485 "xloc": [
7485 - "default.handlebars->29->2031"
7486 + "default.handlebars->29->2033"
7487 ]
7488 },
7489 {
@@ -7543,7 +7544,7 @@
7544 "zh-cht": "單擊此處編輯裝置群名稱",
7545 "xloc": [
7546 "default.handlebars->29->1305",
7546 - "default.handlebars->29->1514"
7547 + "default.handlebars->29->1516"
7548 ]
7549 },
7550 {
@@ -7583,7 +7584,7 @@
7584 "zh-chs": "单击此处编辑用户组名称",
7585 "zh-cht": "單擊此處編輯用戶群名稱",
7586 "xloc": [
7586 - "default.handlebars->29->1817"
7587 + "default.handlebars->29->1819"
7588 ]
7589 },
7590 {
@@ -7725,7 +7726,7 @@
7726 "zh-chs": "客户端启动的远程访问",
7727 "zh-cht": "客戶端啟動的遠程訪問",
7728 "xloc": [
7728 - "default.handlebars->29->1377"
7729 + "default.handlebars->29->1379"
7730 ]
7731 },
7732 {
@@ -7809,7 +7810,7 @@
7810 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
7811 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
7812 "xloc": [
7812 - "default.handlebars->29->1574"
7813 + "default.handlebars->29->1576"
7814 ]
7815 },
7816 {
@@ -7893,7 +7894,7 @@
7894 "nl": "Opdrachten",
7895 "xloc": [
7896 "default-mobile.handlebars->9->461",
7896 - "default.handlebars->29->1477",
7897 + "default.handlebars->29->1479",
7898 "default.handlebars->29->679",
7899 "default.handlebars->29->700"
7900 ]
@@ -7915,8 +7916,8 @@
7916 "zh-chs": "通用设备组",
7917 "zh-cht": "通用裝置群",
7918 "xloc": [
7918 - "default.handlebars->29->1848",
7919 - "default.handlebars->29->1966"
7919 + "default.handlebars->29->1850",
7920 + "default.handlebars->29->1968"
7921 ]
7922 },
7923 {
@@ -7936,8 +7937,8 @@
7937 "zh-chs": "通用设备",
7938 "zh-cht": "通用裝置",
7939 "xloc": [
7939 - "default.handlebars->29->1854",
7940 - "default.handlebars->29->1978"
7940 + "default.handlebars->29->1856",
7941 + "default.handlebars->29->1980"
7942 ]
7943 },
7944 {
@@ -7978,7 +7979,7 @@
7979 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
7980 "xloc": [
7981 "default-mobile.handlebars->9->127",
7981 - "default.handlebars->29->1558"
7982 + "default.handlebars->29->1560"
7983 ]
7984 },
7985 {
@@ -8000,11 +8001,11 @@
8001 "xloc": [
8002 "default-mobile.handlebars->9->288",
8003 "default-mobile.handlebars->9->419",
8003 - "default.handlebars->29->1388",
8004 - "default.handlebars->29->1728",
8005 - "default.handlebars->29->1807",
8006 - "default.handlebars->29->1868",
8007 - "default.handlebars->29->1964",
8004 + "default.handlebars->29->1390",
8005 + "default.handlebars->29->1730",
8006 + "default.handlebars->29->1809",
8007 + "default.handlebars->29->1870",
8008 + "default.handlebars->29->1966",
8009 "default.handlebars->29->453",
8010 "default.handlebars->29->768",
8011 "default.handlebars->29->777"
@@ -8088,7 +8089,7 @@
8089 "zh-chs": "确认删除选定的帐户?",
8090 "zh-cht": "確認刪除所選帳戶?",
8091 "xloc": [
8091 - "default.handlebars->29->1727"
8092 + "default.handlebars->29->1729"
8093 ]
8094 },
8095 {
@@ -8128,7 +8129,7 @@
8129 "zh-chs": "确认删除选定的用户组?",
8130 "zh-cht": "確認刪除所選用戶群?",
8131 "xloc": [
8131 - "default.handlebars->29->1806"
8132 + "default.handlebars->29->1808"
8133 ]
8134 },
8135 {
@@ -8148,7 +8149,7 @@
8149 "zh-chs": "确认删除用户{0}?",
8150 "zh-cht": "確認刪除用戶{0}?",
8151 "xloc": [
8151 - "default.handlebars->29->1963"
8152 + "default.handlebars->29->1965"
8153 ]
8154 },
8155 {
@@ -8168,7 +8169,7 @@
8169 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8170 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8171 "xloc": [
8171 - "default.handlebars->29->1871"
8172 + "default.handlebars->29->1873"
8173 ]
8174 },
8175 {
@@ -8188,7 +8189,7 @@
8189 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8190 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8191 "xloc": [
8191 - "default.handlebars->29->1993"
8192 + "default.handlebars->29->1995"
8193 ]
8194 },
8195 {
@@ -8269,7 +8270,7 @@
8270 "zh-chs": "确认覆盖?",
8271 "zh-cht": "確認覆蓋?",
8272 "xloc": [
8272 - "default.handlebars->29->1557"
8273 + "default.handlebars->29->1559"
8274 ]
8275 },
8276 {
@@ -8289,8 +8290,8 @@
8290 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
8291 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8292 "xloc": [
8292 - "default.handlebars->29->1861",
8293 - "default.handlebars->29->1984"
8293 + "default.handlebars->29->1863",
8294 + "default.handlebars->29->1986"
8295 ]
8296 },
8297 {
@@ -8310,8 +8311,8 @@
8311 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8312 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8313 "xloc": [
8313 - "default.handlebars->29->1863",
8314 - "default.handlebars->29->1997"
8314 + "default.handlebars->29->1865",
8315 + "default.handlebars->29->1999"
8316 ]
8317 },
8318 {
@@ -8331,7 +8332,7 @@
8332 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
8333 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8334 "xloc": [
8334 - "default.handlebars->29->1986"
8335 + "default.handlebars->29->1988"
8336 ]
8337 },
8338 {
@@ -8351,7 +8352,7 @@
8352 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8353 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8354 "xloc": [
8354 - "default.handlebars->29->1989"
8355 + "default.handlebars->29->1991"
8356 ]
8357 },
8358 {
@@ -8371,8 +8372,8 @@
8372 "zh-chs": "确认删除访问权限?",
8373 "zh-cht": "確認刪除訪問權限?",
8374 "xloc": [
8374 - "default.handlebars->29->1987",
8375 - "default.handlebars->29->1990"
8375 + "default.handlebars->29->1989",
8376 + "default.handlebars->29->1992"
8377 ]
8378 },
8379 {
@@ -8464,7 +8465,7 @@
8465 "zh-chs": "确认删除用户“ {0} ”的权限?",
8466 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
8467 "xloc": [
8467 - "default.handlebars->29->1486"
8468 + "default.handlebars->29->1488"
8469 ]
8470 },
8471 {
@@ -8484,7 +8485,7 @@
8485 "zh-chs": "确认删除用户组“ {0} ”的权限?",
8486 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
8487 "xloc": [
8487 - "default.handlebars->29->1488"
8488 + "default.handlebars->29->1490"
8489 ]
8490 },
8491 {
@@ -8592,7 +8593,7 @@
8593 "zh-chs": "连接到服务器",
8594 "zh-cht": "連接到伺服器",
8595 "xloc": [
8595 - "default.handlebars->29->1381"
8596 + "default.handlebars->29->1383"
8597 ]
8598 },
8599 {
@@ -8713,7 +8714,7 @@
8714 "zh-chs": "已连接的英特尔&reg;AMT",
8715 "zh-cht": "已連接的Intel&reg; AMT",
8716 "xloc": [
8716 - "default.handlebars->29->2050"
8717 + "default.handlebars->29->2052"
8718 ]
8719 },
8720 {
@@ -8733,7 +8734,7 @@
8734 "zh-chs": "已连接的用户",
8735 "zh-cht": "已连接的用户",
8736 "xloc": [
8736 - "default.handlebars->29->2055"
8737 + "default.handlebars->29->2057"
8738 ]
8739 },
8740 {
@@ -8823,7 +8824,7 @@
8824 "zh-chs": "连接数量",
8825 "zh-cht": "連接數量",
8826 "xloc": [
8826 - "default.handlebars->29->2069"
8827 + "default.handlebars->29->2071"
8828 ]
8829 },
8830 {
@@ -8843,7 +8844,7 @@
8844 "zh-chs": "连接转发器",
8845 "zh-cht": "連接轉發器",
8846 "xloc": [
8846 - "default.handlebars->29->2097"
8847 + "default.handlebars->29->2099"
8848 ]
8849 },
8850 {
@@ -8904,7 +8905,7 @@
8905 "zh-cht": "連接性",
8906 "xloc": [
8907 "default-mobile.handlebars->9->255",
8907 - "default.handlebars->29->1521",
8908 + "default.handlebars->29->1523",
8909 "default.handlebars->29->235",
8910 "default.handlebars->29->609",
8911 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
@@ -8993,7 +8994,7 @@
8994 "zh-chs": "Cookie编码器",
8995 "zh-cht": "Cookie編碼器",
8996 "xloc": [
8996 - "default.handlebars->29->2083"
8997 + "default.handlebars->29->2085"
8998 ]
8999 },
9000 {
@@ -9150,8 +9151,8 @@
9151 "zh-chs": "复制连结到剪贴板",
9152 "zh-cht": "複製連結到剪貼板",
9153 "xloc": [
9153 - "default.handlebars->29->1526",
9154 - "default.handlebars->29->1545",
9154 + "default.handlebars->29->1528",
9155 + "default.handlebars->29->1547",
9156 "default.handlebars->29->195",
9157 "default.handlebars->29->355"
9158 ]
@@ -9254,7 +9255,7 @@
9255 "zh-chs": "复制:“{0}”到“{1}”",
9256 "zh-cht": "複製:“{0}”到“{1}”",
9257 "xloc": [
9257 - "default.handlebars->29->1617"
9258 + "default.handlebars->29->1619"
9259 ]
9260 },
9261 {
@@ -9400,7 +9401,7 @@
9401 "zh-chs": "核心服务器",
9402 "zh-cht": "核心伺服器",
9403 "xloc": [
9403 - "default.handlebars->29->2082"
9404 + "default.handlebars->29->2084"
9405 ]
9406 },
9407 {
@@ -9440,7 +9441,7 @@
9441 "zh-chs": "创建帐号",
9442 "zh-cht": "創建帳號",
9443 "xloc": [
9443 - "default.handlebars->29->1775",
9444 + "default.handlebars->29->1777",
9445 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9446 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9447 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9483,7 +9484,7 @@
9484 "zh-chs": "创建用户组",
9485 "zh-cht": "創建用戶群",
9486 "xloc": [
9486 - "default.handlebars->29->1814"
9487 + "default.handlebars->29->1816"
9488 ]
9489 },
9490 {
@@ -9563,7 +9564,7 @@
9564 "zh-chs": "创建文件夹:“{0}”",
9565 "zh-cht": "創建文件夾:“{0}”",
9566 "xloc": [
9566 - "default.handlebars->29->1610"
9567 + "default.handlebars->29->1612"
9568 ]
9569 },
9570 {
@@ -9583,7 +9584,7 @@
9584 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9585 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9586 "xloc": [
9586 - "default.handlebars->29->1739"
9587 + "default.handlebars->29->1741"
9588 ]
9589 },
9590 {
@@ -9625,7 +9626,7 @@
9626 "zh-chs": "创建的设备组:{0}",
9627 "zh-cht": "創建的設備組:{0}",
9628 "xloc": [
9628 - "default.handlebars->29->1621"
9629 + "default.handlebars->29->1623"
9630 ]
9631 },
9632 {
@@ -9665,7 +9666,7 @@
9666 "zh-chs": "创建",
9667 "zh-cht": "創建",
9668 "xloc": [
9668 - "default.handlebars->29->1900"
9669 + "default.handlebars->29->1902"
9670 ]
9671 },
9672 {
@@ -10063,7 +10064,7 @@
10064 {
10065 "en": "Deactivate",
10066 "xloc": [
10066 - "default.handlebars->29->1364"
10067 + "default.handlebars->29->1366"
10068 ]
10069 },
10070 {
@@ -10121,10 +10122,10 @@
10122 "zh-chs": "默认",
10123 "zh-cht": "默認",
10124 "xloc": [
10124 - "default.handlebars->29->1762",
10125 - "default.handlebars->29->1810",
10126 - "default.handlebars->29->1821",
10127 - "default.handlebars->29->1889"
10125 + "default.handlebars->29->1764",
10126 + "default.handlebars->29->1812",
10127 + "default.handlebars->29->1823",
10128 + "default.handlebars->29->1891"
10129 ]
10130 },
10131 {
@@ -10148,7 +10149,7 @@
10149 "default-mobile.handlebars->9->313",
10150 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
10151 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
10151 - "default.handlebars->29->1552",
10152 + "default.handlebars->29->1554",
10153 "default.handlebars->29->510",
10154 "default.handlebars->29->884",
10155 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -10198,7 +10199,7 @@
10199 "zh-chs": "删除帐户",
10200 "zh-cht": "刪除帳戶",
10201 "xloc": [
10201 - "default.handlebars->29->1729"
10202 + "default.handlebars->29->1731"
10203 ]
10204 },
10205 {
@@ -10241,8 +10242,8 @@
10242 "xloc": [
10243 "default-mobile.handlebars->9->417",
10244 "default-mobile.handlebars->9->420",
10244 - "default.handlebars->29->1360",
10245 - "default.handlebars->29->1389"
10245 + "default.handlebars->29->1362",
10246 + "default.handlebars->29->1391"
10247 ]
10248 },
10249 {
@@ -10303,7 +10304,7 @@
10304 "zh-chs": "删除用户",
10305 "zh-cht": "刪除用戶",
10306 "xloc": [
10306 - "default.handlebars->29->1939"
10307 + "default.handlebars->29->1941"
10308 ]
10309 },
10310 {
@@ -10323,8 +10324,8 @@
10324 "zh-chs": "删除用户群组",
10325 "zh-cht": "刪除用戶群組",
10326 "xloc": [
10326 - "default.handlebars->29->1859",
10327 - "default.handlebars->29->1869"
10327 + "default.handlebars->29->1861",
10328 + "default.handlebars->29->1871"
10329 ]
10330 },
10331 {
@@ -10344,7 +10345,7 @@
10345 "zh-chs": "删除用户群组",
10346 "zh-cht": "刪除用戶群組",
10347 "xloc": [
10347 - "default.handlebars->29->1808"
10348 + "default.handlebars->29->1810"
10349 ]
10350 },
10351 {
@@ -10364,7 +10365,7 @@
10365 "zh-chs": "删除用户{0}",
10366 "zh-cht": "刪除用戶{0}",
10367 "xloc": [
10367 - "default.handlebars->29->1962"
10368 + "default.handlebars->29->1964"
10369 ]
10370 },
10371 {
@@ -10385,7 +10386,7 @@
10386 "zh-cht": "刪除帳戶",
10387 "xloc": [
10388 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10388 - "default.handlebars->29->1725",
10389 + "default.handlebars->29->1727",
10390 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10391 ]
10392 },
@@ -10426,7 +10427,7 @@
10427 "zh-chs": "删除群组",
10428 "zh-cht": "刪除群組",
10429 "xloc": [
10429 - "default.handlebars->29->1804"
10430 + "default.handlebars->29->1806"
10431 ]
10432 },
10433 {
@@ -10466,7 +10467,7 @@
10467 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
10468 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
10469 "xloc": [
10469 - "default.handlebars->29->1612"
10470 + "default.handlebars->29->1614"
10471 ]
10472 },
10473 {
@@ -10488,7 +10489,7 @@
10489 "xloc": [
10490 "default-mobile.handlebars->9->124",
10491 "default-mobile.handlebars->9->315",
10491 - "default.handlebars->29->1554",
10492 + "default.handlebars->29->1556",
10493 "default.handlebars->29->886"
10494 ]
10495 },
@@ -10509,7 +10510,7 @@
10510 "zh-chs": "删除用户群组{0}?",
10511 "zh-cht": "刪除用戶群組{0}?",
10512 "xloc": [
10512 - "default.handlebars->29->1867"
10513 + "default.handlebars->29->1869"
10514 ]
10515 },
10516 {
@@ -10531,7 +10532,7 @@
10532 "xloc": [
10533 "default-mobile.handlebars->9->123",
10534 "default-mobile.handlebars->9->314",
10534 - "default.handlebars->29->1553",
10535 + "default.handlebars->29->1555",
10536 "default.handlebars->29->885"
10537 ]
10538 },
@@ -10572,7 +10573,7 @@
10573 "zh-chs": "删除:“{0}”",
10574 "zh-cht": "刪除:“{0}”",
10575 "xloc": [
10575 - "default.handlebars->29->1611"
10576 + "default.handlebars->29->1613"
10577 ]
10578 },
10579 {
@@ -10592,7 +10593,7 @@
10593 "zh-chs": "删除:“{0}”,{1}个元素已删除",
10594 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
10595 "xloc": [
10595 - "default.handlebars->29->1613"
10596 + "default.handlebars->29->1615"
10597 ]
10598 },
10599 {
@@ -10711,11 +10712,11 @@
10712 "default-mobile.handlebars->9->422",
10713 "default.handlebars->29->1273",
10714 "default.handlebars->29->1310",
10714 - "default.handlebars->29->1391",
10715 - "default.handlebars->29->1813",
10716 - "default.handlebars->29->1823",
10717 - "default.handlebars->29->1824",
10718 - "default.handlebars->29->1865",
10715 + "default.handlebars->29->1393",
10716 + "default.handlebars->29->1815",
10717 + "default.handlebars->29->1825",
10718 + "default.handlebars->29->1826",
10719 + "default.handlebars->29->1867",
10720 "default.handlebars->29->551",
10721 "default.handlebars->29->552",
10722 "default.handlebars->29->77",
@@ -10760,8 +10761,8 @@
10761 "zh-cht": "桌面",
10762 "xloc": [
10763 "default-mobile.handlebars->9->267",
10763 - "default.handlebars->29->1397",
10764 - "default.handlebars->29->2009",
10764 + "default.handlebars->29->1399",
10765 + "default.handlebars->29->2011",
10766 "default.handlebars->29->516",
10767 "default.handlebars->29->856",
10768 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -10807,8 +10808,8 @@
10808 "zh-cht": "桌面通知",
10809 "xloc": [
10810 "default.handlebars->29->1324",
10810 - "default.handlebars->29->1828",
10811 - "default.handlebars->29->1915",
10811 + "default.handlebars->29->1830",
10812 + "default.handlebars->29->1917",
10813 "default.handlebars->29->590"
10814 ]
10815 },
@@ -10830,8 +10831,8 @@
10831 "zh-cht": "桌面提示",
10832 "xloc": [
10833 "default.handlebars->29->1323",
10833 - "default.handlebars->29->1827",
10834 - "default.handlebars->29->1914",
10834 + "default.handlebars->29->1829",
10835 + "default.handlebars->29->1916",
10836 "default.handlebars->29->589"
10837 ]
10838 },
@@ -10853,8 +10854,8 @@
10854 "zh-cht": "桌面提示+工具欄",
10855 "xloc": [
10856 "default.handlebars->29->1321",
10856 - "default.handlebars->29->1825",
10857 - "default.handlebars->29->1912",
10857 + "default.handlebars->29->1827",
10858 + "default.handlebars->29->1914",
10859 "default.handlebars->29->587"
10860 ]
10861 },
@@ -10897,8 +10898,8 @@
10898 "zh-cht": "桌面工具欄",
10899 "xloc": [
10900 "default.handlebars->29->1322",
10900 - "default.handlebars->29->1826",
10901 - "default.handlebars->29->1913",
10901 + "default.handlebars->29->1828",
10902 + "default.handlebars->29->1915",
10903 "default.handlebars->29->588"
10904 ]
10905 },
@@ -11002,9 +11003,9 @@
11003 "zh-chs": "设备",
11004 "zh-cht": "裝置",
11005 "xloc": [
11005 - "default.handlebars->29->1420",
11006 + "default.handlebars->29->1422",
11007 "default.handlebars->29->186",
11007 - "default.handlebars->29->1981",
11008 + "default.handlebars->29->1983",
11009 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11010 ]
11011 },
@@ -11053,14 +11054,14 @@
11054 "zh-chs": "设备组",
11055 "zh-cht": "裝置群",
11056 "xloc": [
11056 - "default.handlebars->29->1415",
11057 - "default.handlebars->29->1418",
11058 - "default.handlebars->29->1419",
11059 - "default.handlebars->29->1676",
11060 - "default.handlebars->29->1851",
11061 - "default.handlebars->29->1857",
11062 - "default.handlebars->29->1969",
11063 - "default.handlebars->29->2018"
11057 + "default.handlebars->29->1417",
11058 + "default.handlebars->29->1420",
11059 + "default.handlebars->29->1421",
11060 + "default.handlebars->29->1678",
11061 + "default.handlebars->29->1853",
11062 + "default.handlebars->29->1859",
11063 + "default.handlebars->29->1971",
11064 + "default.handlebars->29->2020"
11065 ]
11066 },
11067 {
@@ -11081,7 +11082,7 @@
11082 "zh-cht": "裝置群用戶",
11083 "xloc": [
11084 "default-mobile.handlebars->9->468",
11084 - "default.handlebars->29->1484"
11085 + "default.handlebars->29->1486"
11086 ]
11087 },
11088 {
@@ -11102,11 +11103,11 @@
11103 "zh-cht": "裝置群",
11104 "xloc": [
11105 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11105 - "default.handlebars->29->1692",
11106 - "default.handlebars->29->1798",
11107 - "default.handlebars->29->1838",
11108 - "default.handlebars->29->1909",
11109 - "default.handlebars->29->2053",
11106 + "default.handlebars->29->1694",
11107 + "default.handlebars->29->1800",
11108 + "default.handlebars->29->1840",
11109 + "default.handlebars->29->1911",
11110 + "default.handlebars->29->2055",
11111 "default.handlebars->container->column_l->p2->p2info->7"
11112 ]
11113 },
@@ -11188,7 +11189,7 @@
11189 "zh-cht": "裝置名稱",
11190 "xloc": [
11191 "default-mobile.handlebars->9->290",
11191 - "default.handlebars->29->2017",
11192 + "default.handlebars->29->2019",
11193 "default.handlebars->29->290",
11194 "default.handlebars->29->809",
11195 "player.handlebars->3->9"
@@ -11253,7 +11254,7 @@
11254 "zh-cht": "裝置連接。",
11255 "xloc": [
11256 "default.handlebars->29->1241",
11256 - "default.handlebars->29->1505"
11257 + "default.handlebars->29->1507"
11258 ]
11259 },
11260 {
@@ -11274,7 +11275,7 @@
11275 "zh-cht": "裝置斷開連接。",
11276 "xloc": [
11277 "default.handlebars->29->1242",
11277 - "default.handlebars->29->1506"
11278 + "default.handlebars->29->1508"
11279 ]
11280 },
11281 {
@@ -11294,7 +11295,7 @@
11295 "zh-chs": "创建的设备组:{0}",
11296 "zh-cht": "設備組已創建:{0}",
11297 "xloc": [
11297 - "default.handlebars->29->1642"
11298 + "default.handlebars->29->1644"
11299 ]
11300 },
11301 {
@@ -11314,7 +11315,7 @@
11315 "zh-chs": "设备组已删除:{0}",
11316 "zh-cht": "設備組已刪除:{0}",
11317 "xloc": [
11317 - "default.handlebars->29->1643"
11318 + "default.handlebars->29->1645"
11319 ]
11320 },
11321 {
@@ -11334,7 +11335,7 @@
11335 "zh-chs": "设备组成员身份已更改:{0}",
11336 "zh-cht": "設備組成員身份已更改:{0}",
11337 "xloc": [
11337 - "default.handlebars->29->1644"
11338 + "default.handlebars->29->1646"
11339 ]
11340 },
11341 {
@@ -11374,7 +11375,7 @@
11375 "zh-chs": "设备组通知已更改",
11376 "zh-cht": "設備組通知已更改",
11377 "xloc": [
11377 - "default.handlebars->29->1639"
11378 + "default.handlebars->29->1641"
11379 ]
11380 },
11381 {
@@ -11394,7 +11395,7 @@
11395 "zh-chs": "未删除的设备组:{0}",
11396 "zh-cht": "未刪除的設備組:{0}",
11397 "xloc": [
11397 - "default.handlebars->29->1622"
11398 + "default.handlebars->29->1624"
11399 ]
11400 },
11401 {
@@ -11787,7 +11788,7 @@
11788 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
11789 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
11790 "xloc": [
11790 - "default.handlebars->29->1624"
11791 + "default.handlebars->29->1626"
11792 ]
11793 },
11794 {
@@ -11824,8 +11825,8 @@
11825 "zh-chs": "设备",
11826 "zh-cht": "裝置",
11827 "xloc": [
11827 - "default.handlebars->29->1799",
11828 - "default.handlebars->29->1839"
11828 + "default.handlebars->29->1801",
11829 + "default.handlebars->29->1841"
11830 ]
11831 },
11832 {
@@ -11865,7 +11866,7 @@
11866 "zh-chs": "禁用的电子邮件两因素身份验证",
11867 "zh-cht": "禁用的電子郵件兩因素身份驗證",
11868 "xloc": [
11868 - "default.handlebars->29->1655"
11869 + "default.handlebars->29->1657"
11870 ]
11871 },
11872 {
@@ -12065,7 +12066,7 @@
12066 "zh-chs": "显示公共连结",
12067 "zh-cht": "顯示公共鏈結",
12068 "xloc": [
12068 - "default.handlebars->29->1525"
12069 + "default.handlebars->29->1527"
12070 ]
12071 },
12072 {
@@ -12085,7 +12086,7 @@
12086 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
12087 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
12088 "xloc": [
12088 - "default.handlebars->29->1584"
12089 + "default.handlebars->29->1586"
12090 ]
12091 },
12092 {
@@ -12105,7 +12106,7 @@
12106 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
12107 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
12108 "xloc": [
12108 - "default.handlebars->29->1592"
12109 + "default.handlebars->29->1594"
12110 ]
12111 },
12112 {
@@ -12125,8 +12126,8 @@
12126 "zh-chs": "什么都不做",
12127 "zh-cht": "什麼都不做",
12128 "xloc": [
12128 - "default.handlebars->29->1375",
12129 - "default.handlebars->29->1379"
12129 + "default.handlebars->29->1377",
12130 + "default.handlebars->29->1381"
12131 ]
12132 },
12133 {
@@ -12146,10 +12147,10 @@
12147 "zh-chs": "域",
12148 "zh-cht": "域",
12149 "xloc": [
12149 - "default.handlebars->29->1763",
12150 - "default.handlebars->29->1811",
12151 - "default.handlebars->29->1820",
12152 - "default.handlebars->29->1888",
12150 + "default.handlebars->29->1765",
12151 + "default.handlebars->29->1813",
12152 + "default.handlebars->29->1822",
12153 + "default.handlebars->29->1890",
12154 "mstsc.handlebars->main->1->3->1->2->1->0",
12155 "mstsc.handlebars->main->1->3->1->2->3"
12156 ]
@@ -12188,7 +12189,7 @@
12189 "zh-chs": "不要连接到服务器",
12190 "zh-cht": "不要連接到伺服器",
12191 "xloc": [
12191 - "default.handlebars->29->1380"
12192 + "default.handlebars->29->1382"
12193 ]
12194 },
12195 {
@@ -12408,7 +12409,7 @@
12409 "zh-chs": "下载报告",
12410 "zh-cht": "下載報告",
12411 "xloc": [
12411 - "default.handlebars->29->1681",
12412 + "default.handlebars->29->1683",
12413 "default.handlebars->container->column_l->p3->3->1->0->3"
12414 ]
12415 },
@@ -12609,7 +12610,7 @@
12610 "zh-chs": "使用以下一种档案格式下载事件列表。",
12611 "zh-cht": "使用以下一種檔案格式下載事件列表。",
12612 "xloc": [
12612 - "default.handlebars->29->1682"
12613 + "default.handlebars->29->1684"
12614 ]
12615 },
12616 {
@@ -12629,7 +12630,7 @@
12630 "zh-chs": "使用以下一种档案格式下载用户列表。",
12631 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
12632 "xloc": [
12632 - "default.handlebars->29->1747"
12633 + "default.handlebars->29->1749"
12634 ]
12635 },
12636 {
@@ -12710,7 +12711,7 @@
12711 "zh-chs": "下载:“{0}”",
12712 "zh-cht": "下載:“{0}”",
12713 "xloc": [
12713 - "default.handlebars->29->1615"
12714 + "default.handlebars->29->1617"
12715 ]
12716 },
12717 {
@@ -12750,7 +12751,7 @@
12751 "zh-chs": "代理重复",
12752 "zh-cht": "代理重複",
12753 "xloc": [
12753 - "default.handlebars->29->2049"
12754 + "default.handlebars->29->2051"
12755 ]
12756 },
12757 {
@@ -12790,7 +12791,7 @@
12791 "zh-chs": "复制用户组",
12792 "zh-cht": "複製用戶群",
12793 "xloc": [
12793 - "default.handlebars->29->1815"
12794 + "default.handlebars->29->1817"
12795 ]
12796 },
12797 {
@@ -12827,8 +12828,8 @@
12828 "zh-chs": "持续时间",
12829 "zh-cht": "持續時間",
12830 "xloc": [
12830 - "default.handlebars->29->2003",
12831 - "default.handlebars->29->2023",
12831 + "default.handlebars->29->2005",
12832 + "default.handlebars->29->2025",
12833 "player.handlebars->3->2"
12834 ]
12835 },
@@ -13180,10 +13181,10 @@
13181 "default-mobile.handlebars->9->423",
13182 "default-mobile.handlebars->9->425",
13183 "default-mobile.handlebars->9->445",
13183 - "default.handlebars->29->1392",
13184 - "default.handlebars->29->1424",
13185 - "default.handlebars->29->1448",
13186 - "default.handlebars->29->1460"
13184 + "default.handlebars->29->1394",
13185 + "default.handlebars->29->1426",
13186 + "default.handlebars->29->1450",
13187 + "default.handlebars->29->1462"
13188 ]
13189 },
13190 {
@@ -13203,7 +13204,7 @@
13204 "zh-chs": "编辑设备组功能",
13205 "zh-cht": "編輯裝置群功能",
13206 "xloc": [
13206 - "default.handlebars->29->1410"
13207 + "default.handlebars->29->1412"
13208 ]
13209 },
13210 {
@@ -13223,8 +13224,8 @@
13224 "zh-chs": "编辑设备组权限",
13225 "zh-cht": "編輯裝置群權限",
13226 "xloc": [
13226 - "default.handlebars->29->1445",
13227 - "default.handlebars->29->1457"
13227 + "default.handlebars->29->1447",
13228 + "default.handlebars->29->1459"
13229 ]
13230 },
13231 {
@@ -13244,7 +13245,7 @@
13245 "zh-chs": "编辑设备组用户同意",
13246 "zh-cht": "編輯裝置群用戶同意",
13247 "xloc": [
13247 - "default.handlebars->29->1393"
13248 + "default.handlebars->29->1395"
13249 ]
13250 },
13251 {
@@ -13265,7 +13266,7 @@
13266 "zh-cht": "編輯裝置筆記",
13267 "xloc": [
13268 "default-mobile.handlebars->9->437",
13268 - "default.handlebars->29->1437"
13269 + "default.handlebars->29->1439"
13270 ]
13271 },
13272 {
@@ -13285,8 +13286,8 @@
13286 "zh-chs": "编辑设备权限",
13287 "zh-cht": "編輯裝置權限",
13288 "xloc": [
13288 - "default.handlebars->29->1450",
13289 - "default.handlebars->29->1452"
13289 + "default.handlebars->29->1452",
13290 + "default.handlebars->29->1454"
13291 ]
13292 },
13293 {
@@ -13326,7 +13327,7 @@
13327 "zh-chs": "编辑设备用户同意",
13328 "zh-cht": "編輯裝置用戶同意",
13329 "xloc": [
13329 - "default.handlebars->29->1395"
13330 + "default.handlebars->29->1397"
13331 ]
13332 },
13333 {
@@ -13394,7 +13395,7 @@
13395 "zh-cht": "編輯筆記",
13396 "xloc": [
13397 "default-mobile.handlebars->9->452",
13397 - "default.handlebars->29->1467"
13398 + "default.handlebars->29->1469"
13399 ]
13400 },
13401 {
@@ -13414,7 +13415,7 @@
13415 "zh-chs": "编辑用户同意",
13416 "zh-cht": "編輯用戶同意",
13417 "xloc": [
13417 - "default.handlebars->29->1394"
13418 + "default.handlebars->29->1396"
13419 ]
13420 },
13421 {
@@ -13434,7 +13435,7 @@
13435 "zh-chs": "编辑用户设备组权限",
13436 "zh-cht": "編輯用戶裝置群權限",
13437 "xloc": [
13437 - "default.handlebars->29->1458"
13438 + "default.handlebars->29->1460"
13439 ]
13440 },
13441 {
@@ -13454,7 +13455,7 @@
13455 "zh-chs": "编辑用户设备权限",
13456 "zh-cht": "編輯用戶裝置權限",
13457 "xloc": [
13457 - "default.handlebars->29->1453"
13458 + "default.handlebars->29->1455"
13459 ]
13460 },
13461 {
@@ -13474,7 +13475,7 @@
13475 "zh-chs": "编辑用户组",
13476 "zh-cht": "編輯用戶群",
13477 "xloc": [
13477 - "default.handlebars->29->1866"
13478 + "default.handlebars->29->1868"
13479 ]
13480 },
13481 {
@@ -13494,14 +13495,14 @@
13495 "zh-chs": "编辑用户组设备权限",
13496 "zh-cht": "編輯用戶群裝置權限",
13497 "xloc": [
13497 - "default.handlebars->29->1455"
13498 + "default.handlebars->29->1457"
13499 ]
13500 },
13501 {
13502 "en": "Edit User Group User Consent",
13503 "nl": "Bewerk groepsgebruikerstoestemming",
13504 "xloc": [
13504 - "default.handlebars->29->1396"
13505 + "default.handlebars->29->1398"
13506 ]
13507 },
13508 {
@@ -13563,11 +13564,11 @@
13564 "zh-cht": "電郵",
13565 "xloc": [
13566 "default-mobile.handlebars->9->78",
13566 - "default.handlebars->29->1765",
13567 - "default.handlebars->29->1892",
13567 + "default.handlebars->29->1767",
13568 "default.handlebars->29->1894",
13569 - "default.handlebars->29->1934",
13570 - "default.handlebars->29->1950",
13569 + "default.handlebars->29->1896",
13570 + "default.handlebars->29->1936",
13571 + "default.handlebars->29->1952",
13572 "default.handlebars->29->322",
13573 "login-mobile.handlebars->5->42",
13574 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -13721,7 +13722,7 @@
13722 "zh-chs": "电邮未验证",
13723 "zh-cht": "電郵未驗證",
13724 "xloc": [
13724 - "default.handlebars->29->1711"
13725 + "default.handlebars->29->1713"
13726 ]
13727 },
13728 {
@@ -13741,8 +13742,8 @@
13742 "zh-chs": "电邮已验证",
13743 "zh-cht": "電郵已驗證",
13744 "xloc": [
13744 - "default.handlebars->29->1712",
13745 - "default.handlebars->29->1886"
13745 + "default.handlebars->29->1714",
13746 + "default.handlebars->29->1888"
13747 ]
13748 },
13749 {
@@ -13762,7 +13763,7 @@
13763 "zh-chs": "电邮已验证。",
13764 "zh-cht": "電郵已驗證。",
13765 "xloc": [
13765 - "default.handlebars->29->1771"
13766 + "default.handlebars->29->1773"
13767 ]
13768 },
13769 {
@@ -13782,7 +13783,7 @@
13783 "zh-chs": "电邮未验证",
13784 "zh-cht": "電郵未驗證",
13785 "xloc": [
13785 - "default.handlebars->29->1887"
13786 + "default.handlebars->29->1889"
13787 ]
13788 },
13789 {
@@ -13846,7 +13847,7 @@
13847 "zh-chs": "已通过电邮验证,并且需要重置密码。",
13848 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
13849 "xloc": [
13849 - "default.handlebars->29->1772"
13850 + "default.handlebars->29->1774"
13851 ]
13852 },
13853 {
@@ -13866,7 +13867,7 @@
13867 "zh-chs": "电邮/短信流量",
13868 "zh-cht": "電郵/短信流量",
13869 "xloc": [
13869 - "default.handlebars->29->2091"
13870 + "default.handlebars->29->2093"
13871 ]
13872 },
13873 {
@@ -13912,7 +13913,7 @@
13913 "zh-chs": "启用邀请代码",
13914 "zh-cht": "啟用邀請代碼",
13915 "xloc": [
13915 - "default.handlebars->29->1490"
13916 + "default.handlebars->29->1492"
13917 ]
13918 },
13919 {
@@ -13993,7 +13994,7 @@
13994 "zh-chs": "已启用",
13995 "zh-cht": "已啟用",
13996 "xloc": [
13996 - "default.handlebars->29->2025"
13997 + "default.handlebars->29->2027"
13998 ]
13999 },
14000 {
@@ -14013,7 +14014,7 @@
14014 "zh-chs": "启用电子邮件两因素身份验证",
14015 "zh-cht": "啟用電子郵件兩因素身份驗證",
14016 "xloc": [
14016 - "default.handlebars->29->1654"
14017 + "default.handlebars->29->1656"
14018 ]
14019 },
14020 {
@@ -14053,7 +14054,7 @@
14054 "zh-chs": "时间结束",
14055 "zh-cht": "時間結束",
14056 "xloc": [
14056 - "default.handlebars->29->2022"
14057 + "default.handlebars->29->2024"
14058 ]
14059 },
14060 {
@@ -14073,7 +14074,7 @@
14074 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
14075 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
14076 "xloc": [
14076 - "default.handlebars->29->1577"
14077 + "default.handlebars->29->1579"
14078 ]
14079 },
14080 {
@@ -14093,7 +14094,7 @@
14094 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
14095 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
14096 "xloc": [
14096 - "default.handlebars->29->1578"
14097 + "default.handlebars->29->1580"
14098 ]
14099 },
14100 {
@@ -14113,7 +14114,7 @@
14114 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
14115 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
14116 "xloc": [
14116 - "default.handlebars->29->1575"
14117 + "default.handlebars->29->1577"
14118 ]
14119 },
14120 {
@@ -14133,7 +14134,7 @@
14134 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
14135 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
14136 "xloc": [
14136 - "default.handlebars->29->1576"
14137 + "default.handlebars->29->1578"
14138 ]
14139 },
14140 {
@@ -14434,7 +14435,7 @@
14435 "zh-chs": "输入管理领域名称的逗号分隔列表。",
14436 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14437 "xloc": [
14437 - "default.handlebars->29->1776"
14438 + "default.handlebars->29->1778"
14439 ]
14440 },
14441 {
@@ -14657,7 +14658,7 @@
14658 "zh-chs": "事件列表输出",
14659 "zh-cht": "事件列表輸出",
14660 "xloc": [
14660 - "default.handlebars->29->1687"
14661 + "default.handlebars->29->1689"
14662 ]
14663 },
14664 {
@@ -14850,7 +14851,7 @@
14851 "zh-chs": "外部",
14852 "zh-cht": "外部",
14853 "xloc": [
14853 - "default.handlebars->29->2076"
14854 + "default.handlebars->29->2078"
14855 ]
14856 },
14857 {
@@ -14950,7 +14951,7 @@
14951 "zh-chs": "本地用户拒绝后无法启动远程桌面",
14952 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
14953 "xloc": [
14953 - "default.handlebars->29->1600"
14954 + "default.handlebars->29->1602"
14955 ]
14956 },
14957 {
@@ -14970,7 +14971,7 @@
14971 "zh-chs": "本地用户拒绝后无法启动远程文件",
14972 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
14973 "xloc": [
14973 - "default.handlebars->29->1607"
14974 + "default.handlebars->29->1609"
14975 ]
14976 },
14977 {
@@ -15198,8 +15199,8 @@
15199 "xloc": [
15200 "default-mobile.handlebars->9->171",
15201 "default-mobile.handlebars->9->268",
15201 - "default.handlebars->29->1404",
15202 - "default.handlebars->29->2010",
15202 + "default.handlebars->29->1406",
15203 + "default.handlebars->29->2012",
15204 "default.handlebars->29->259",
15205 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
15206 "default.handlebars->contextMenu->cxfiles"
@@ -15243,8 +15244,8 @@
15244 "zh-cht": "檔案通知",
15245 "xloc": [
15246 "default.handlebars->29->1328",
15246 - "default.handlebars->29->1832",
15247 - "default.handlebars->29->1919",
15247 + "default.handlebars->29->1834",
15248 + "default.handlebars->29->1921",
15249 "default.handlebars->29->594"
15250 ]
15251 },
@@ -15266,8 +15267,8 @@
15267 "zh-cht": "檔案提示",
15268 "xloc": [
15269 "default.handlebars->29->1327",
15269 - "default.handlebars->29->1831",
15270 - "default.handlebars->29->1918",
15270 + "default.handlebars->29->1833",
15271 + "default.handlebars->29->1920",
15272 "default.handlebars->29->593"
15273 ]
15274 },
@@ -15311,7 +15312,7 @@
15312 "zh-chs": "录制会话已完成,{0}秒",
15313 "zh-cht": "錄製會話已完成,{0}秒",
15314 "xloc": [
15314 - "default.handlebars->29->1573"
15315 + "default.handlebars->29->1575"
15316 ]
15317 },
15318 {
@@ -15484,8 +15485,8 @@
15485 "zh-chs": "下次登录时强制重置密码。",
15486 "zh-cht": "下次登入時強制重置密碼。",
15487 "xloc": [
15487 - "default.handlebars->29->1770",
15488 - "default.handlebars->29->1959"
15488 + "default.handlebars->29->1772",
15489 + "default.handlebars->29->1961"
15490 ]
15491 },
15492 {
@@ -15568,7 +15569,7 @@
15569 "zh-chs": "格式化",
15570 "zh-cht": "格式化",
15571 "xloc": [
15571 - "default.handlebars->29->1678"
15572 + "default.handlebars->29->1680"
15573 ]
15574 },
15575 {
@@ -15609,8 +15610,8 @@
15610 "zh-chs": "自由",
15611 "zh-cht": "自由",
15612 "xloc": [
15612 - "default.handlebars->29->2034",
15613 - "default.handlebars->29->2036"
15613 + "default.handlebars->29->2036",
15614 + "default.handlebars->29->2038"
15615 ]
15616 },
15617 {
@@ -15836,8 +15837,8 @@
15837 "default-mobile.handlebars->9->424",
15838 "default-mobile.handlebars->9->444",
15839 "default.handlebars->29->1282",
15839 - "default.handlebars->29->1423",
15840 - "default.handlebars->29->1782"
15840 + "default.handlebars->29->1425",
15841 + "default.handlebars->29->1784"
15842 ]
15843 },
15844 {
@@ -15857,7 +15858,7 @@
15858 "zh-chs": "完整管理员(保留所有权利)",
15859 "zh-cht": "完整管理員(保留所有權利)",
15860 "xloc": [
15860 - "default.handlebars->29->1459"
15861 + "default.handlebars->29->1461"
15862 ]
15863 },
15864 {
@@ -15956,14 +15957,14 @@
15957 "zh-chs": "完整管理员",
15958 "zh-cht": "完整管理員",
15959 "xloc": [
15959 - "default.handlebars->29->1880"
15960 + "default.handlebars->29->1882"
15961 ]
15962 },
15963 {
15964 "en": "Fully Automatic",
15965 "xloc": [
15966 "default.handlebars->29->1345",
15966 - "default.handlebars->29->1366"
15967 + "default.handlebars->29->1368"
15968 ]
15969 },
15970 {
@@ -16351,7 +16352,7 @@
16352 "zh-chs": "正在获取剪贴板内容,{0}个字节",
16353 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
16354 "xloc": [
16354 - "default.handlebars->29->1587"
16355 + "default.handlebars->29->1589"
16356 ]
16357 },
16358 {
@@ -16582,8 +16583,8 @@
16583 "zh-chs": "集体指令",
16584 "zh-cht": "集體指令",
16585 "xloc": [
16585 - "default.handlebars->29->1726",
16586 - "default.handlebars->29->1805",
16586 + "default.handlebars->29->1728",
16587 + "default.handlebars->29->1807",
16588 "default.handlebars->29->451",
16589 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16590 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -16607,7 +16608,7 @@
16608 "zh-chs": "通过...分组",
16609 "zh-cht": "通過...分群",
16610 "xloc": [
16610 - "default.handlebars->29->1674"
16611 + "default.handlebars->29->1676"
16612 ]
16613 },
16614 {
@@ -16627,7 +16628,7 @@
16628 "zh-chs": "组标识符",
16629 "zh-cht": "群標識符",
16630 "xloc": [
16630 - "default.handlebars->29->1822"
16631 + "default.handlebars->29->1824"
16632 ]
16633 },
16634 {
@@ -16647,7 +16648,7 @@
16648 "zh-chs": "群组成员",
16649 "zh-cht": "群組成員",
16650 "xloc": [
16650 - "default.handlebars->29->1843"
16651 + "default.handlebars->29->1845"
16652 ]
16653 },
16654 {
@@ -16667,7 +16668,7 @@
16668 "zh-chs": "用户{0}的群组权限。",
16669 "zh-cht": "用戶{0}的群組權限。",
16670 "xloc": [
16670 - "default.handlebars->29->1422"
16671 + "default.handlebars->29->1424"
16672 ]
16673 },
16674 {
@@ -16687,7 +16688,7 @@
16688 "zh-chs": "{0}的群组权限。",
16689 "zh-cht": "{0}的群組權限。",
16690 "xloc": [
16690 - "default.handlebars->29->1421"
16691 + "default.handlebars->29->1423"
16692 ]
16693 },
16694 {
@@ -16878,7 +16879,7 @@
16879 "zh-chs": "堆总数",
16880 "zh-cht": "堆總數",
16881 "xloc": [
16881 - "default.handlebars->29->2078"
16882 + "default.handlebars->29->2080"
16883 ]
16884 },
16885 {
@@ -16898,7 +16899,7 @@
16899 "zh-chs": "堆使用",
16900 "zh-cht": "堆使用",
16901 "xloc": [
16901 - "default.handlebars->29->2077"
16902 + "default.handlebars->29->2079"
16903 ]
16904 },
16905 {
@@ -16953,7 +16954,7 @@
16954 "en": "Help Requested, user: {0}, details: {1}",
16955 "nl": "Hulp verzoek van, user: {0}, details: {1}",
16956 "xloc": [
16956 - "default.handlebars->29->1664"
16957 + "default.handlebars->29->1666"
16958 ]
16959 },
16960 {
@@ -17214,7 +17215,7 @@
17215 "zh-cht": "保存{0}項目{1}給{2}",
17216 "xloc": [
17217 "default-mobile.handlebars->9->129",
17217 - "default.handlebars->29->1560"
17218 + "default.handlebars->29->1562"
17219 ]
17220 },
17221 {
@@ -17610,7 +17611,7 @@
17611 {
17612 "en": "If in CCM, reactivate Intel&reg; AMT",
17613 "xloc": [
17613 - "default.handlebars->29->1376"
17614 + "default.handlebars->29->1378"
17615 ]
17616 },
17617 {
@@ -17931,8 +17932,8 @@
17932 "zh-chs": "安装类型",
17933 "zh-cht": "安裝方式",
17934 "xloc": [
17934 - "default.handlebars->29->1492",
17935 - "default.handlebars->29->1499",
17935 + "default.handlebars->29->1494",
17936 + "default.handlebars->29->1501",
17937 "default.handlebars->29->337",
17938 "default.handlebars->29->351",
17939 "default.handlebars->29->365"
@@ -17976,7 +17977,7 @@
17977 "zh-chs": "英特尔AMT",
17978 "zh-cht": "英特爾AMT",
17979 "xloc": [
17979 - "default.handlebars->29->2074"
17980 + "default.handlebars->29->2076"
17981 ]
17982 },
17983 {
@@ -18021,9 +18022,9 @@
18022 "default-mobile.handlebars->9->252",
18023 "default.handlebars->29->1335",
18024 "default.handlebars->29->1346",
18024 - "default.handlebars->29->1511",
18025 - "default.handlebars->29->1519",
18026 - "default.handlebars->29->2096",
18025 + "default.handlebars->29->1513",
18026 + "default.handlebars->29->1521",
18027 + "default.handlebars->29->2098",
18028 "default.handlebars->29->518",
18029 "default.handlebars->29->576",
18030 "default.handlebars->29->604"
@@ -18178,7 +18179,7 @@
18179 "zh-chs": "英特尔&reg;AMT政策",
18180 "zh-cht": "Intel&reg; AMT政策",
18181 "xloc": [
18181 - "default.handlebars->29->1367"
18182 + "default.handlebars->29->1369"
18183 ]
18184 },
18185 {
@@ -18198,7 +18199,7 @@
18199 "zh-chs": "英特尔&reg;AMT重定向",
18200 "zh-cht": "Intel&reg; AMT重定向",
18201 "xloc": [
18201 - "default.handlebars->29->2012",
18202 + "default.handlebars->29->2014",
18203 "player.handlebars->3->14"
18204 ]
18205 },
@@ -18239,7 +18240,7 @@
18240 "zh-chs": "英特尔&reg;AMT WSMAN",
18241 "zh-cht": "Intle&reg; AMT WSMAN",
18242 "xloc": [
18242 - "default.handlebars->29->2011",
18243 + "default.handlebars->29->2013",
18244 "player.handlebars->3->13"
18245 ]
18246 },
@@ -18300,7 +18301,7 @@
18301 "zh-cht": "Intel&reg; AMT桌面和串行事件。",
18302 "xloc": [
18303 "default.handlebars->29->1243",
18303 - "default.handlebars->29->1507"
18304 + "default.handlebars->29->1509"
18305 ]
18306 },
18307 {
@@ -18776,8 +18777,8 @@
18777 "zh-chs": "仅限互动",
18778 "zh-cht": "僅限互動",
18779 "xloc": [
18779 - "default.handlebars->29->1495",
18780 - "default.handlebars->29->1502",
18780 + "default.handlebars->29->1497",
18781 + "default.handlebars->29->1504",
18782 "default.handlebars->29->340",
18783 "default.handlebars->29->354",
18784 "default.handlebars->29->368"
@@ -18849,7 +18850,7 @@
18850 "zh-chs": "无效的设备组类型",
18851 "zh-cht": "無效的裝置群類型",
18852 "xloc": [
18852 - "default.handlebars->29->2048"
18853 + "default.handlebars->29->2050"
18854 ]
18855 },
18856 {
@@ -18869,7 +18870,7 @@
18870 "zh-chs": "无效的JSON",
18871 "zh-cht": "無效的JSON",
18872 "xloc": [
18872 - "default.handlebars->29->2042"
18873 + "default.handlebars->29->2044"
18874 ]
18875 },
18876 {
@@ -18889,8 +18890,8 @@
18890 "zh-chs": "无效的JSON档案格式。",
18891 "zh-cht": "無效的JSON檔案格式。",
18892 "xloc": [
18892 - "default.handlebars->29->1744",
18893 - "default.handlebars->29->1746"
18893 + "default.handlebars->29->1746",
18894 + "default.handlebars->29->1748"
18895 ]
18896 },
18897 {
@@ -18910,7 +18911,7 @@
18911 "zh-chs": "无效的JSON档案:{0}。",
18912 "zh-cht": "無效的JSON檔案:{0}。",
18913 "xloc": [
18913 - "default.handlebars->29->1742"
18914 + "default.handlebars->29->1744"
18915 ]
18916 },
18917 {
@@ -18930,7 +18931,7 @@
18931 "zh-chs": "无效的PKCS签名",
18932 "zh-cht": "無效的PKCS簽名",
18933 "xloc": [
18933 - "default.handlebars->29->2040"
18934 + "default.handlebars->29->2042"
18935 ]
18936 },
18937 {
@@ -18950,7 +18951,7 @@
18951 "zh-chs": "無效的RSA密碼",
18952 "zh-cht": "無效的RSA密碼",
18953 "xloc": [
18953 - "default.handlebars->29->2041"
18954 + "default.handlebars->29->2043"
18955 ]
18956 },
18957 {
@@ -19077,7 +19078,7 @@
19078 "zh-chs": "使电邮无效",
19079 "zh-cht": "使電郵無效",
19080 "xloc": [
19080 - "default.handlebars->29->1720"
19081 + "default.handlebars->29->1722"
19082 ]
19083 },
19084 {
@@ -19154,7 +19155,7 @@
19155 "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
19156 "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
19157 "xloc": [
19157 - "default.handlebars->29->1497"
19158 + "default.handlebars->29->1499"
19159 ]
19160 },
19161 {
@@ -19195,7 +19196,7 @@
19196 "zh-cht": "邀請",
19197 "xloc": [
19198 "default.handlebars->29->1356",
19198 - "default.handlebars->29->288",
19199 + "default.handlebars->29->286",
19200 "default.handlebars->29->356"
19201 ]
19202 },
@@ -19217,10 +19218,10 @@
19218 "zh-cht": "邀請碼",
19219 "xloc": [
19220 "default.handlebars->29->1339",
19220 - "default.handlebars->29->1491",
19221 - "default.handlebars->29->1496",
19221 + "default.handlebars->29->1493",
19222 "default.handlebars->29->1498",
19223 - "default.handlebars->29->1503"
19223 + "default.handlebars->29->1500",
19224 + "default.handlebars->29->1505"
19225 ]
19226 },
19227 {
@@ -19261,7 +19262,7 @@
19262 "zh-cht": "邀請某人在該裝置群上安裝mesh agent。",
19263 "xloc": [
19264 "default.handlebars->29->1355",
19264 - "default.handlebars->29->287"
19265 + "default.handlebars->29->285"
19266 ]
19267 },
19268 {
@@ -19361,7 +19362,7 @@
19362 "zh-chs": "JSON",
19363 "zh-cht": "JSON",
19364 "xloc": [
19364 - "default.handlebars->29->1680"
19365 + "default.handlebars->29->1682"
19366 ]
19367 },
19368 {
@@ -19381,8 +19382,8 @@
19382 "zh-chs": "JSON格式",
19383 "zh-cht": "JSON格式",
19384 "xloc": [
19384 - "default.handlebars->29->1685",
19385 - "default.handlebars->29->1750",
19385 + "default.handlebars->29->1687",
19386 + "default.handlebars->29->1752",
19387 "default.handlebars->29->479"
19388 ]
19389 },
@@ -19423,7 +19424,7 @@
19424 "zh-chs": "已加入桌面Multiplex会话",
19425 "zh-cht": "已加入桌面Multiplex會話",
19426 "xloc": [
19426 - "default.handlebars->29->1570"
19427 + "default.handlebars->29->1572"
19428 ]
19429 },
19430 {
@@ -19489,7 +19490,7 @@
19490 {
19491 "en": "Keep existing password",
19492 "xloc": [
19492 - "default.handlebars->29->1368"
19493 + "default.handlebars->29->1370"
19494 ]
19495 },
19496 {
@@ -19610,7 +19611,7 @@
19611 "zh-chs": "杀死进程{0}",
19612 "zh-cht": "殺死進程{0}",
19613 "xloc": [
19613 - "default.handlebars->29->1585"
19614 + "default.handlebars->29->1587"
19615 ]
19616 },
19617 {
@@ -20025,7 +20026,7 @@
20026 "zh-chs": "最后访问",
20027 "zh-cht": "最後訪問",
20028 "xloc": [
20028 - "default.handlebars->29->1693"
20029 + "default.handlebars->29->1695"
20030 ]
20031 },
20032 {
@@ -20045,7 +20046,7 @@
20046 "zh-chs": "上次登录",
20047 "zh-cht": "上次登入",
20048 "xloc": [
20048 - "default.handlebars->29->1901"
20049 + "default.handlebars->29->1903"
20050 ]
20051 },
20052 {
@@ -20117,7 +20118,7 @@
20118 "zh-chs": "上次更改:{0}",
20119 "zh-cht": "上次更改:{0}",
20120 "xloc": [
20120 - "default.handlebars->29->1905"
20121 + "default.handlebars->29->1907"
20122 ]
20123 },
20124 {
@@ -20177,7 +20178,7 @@
20178 "zh-chs": "上次登录:{0}",
20179 "zh-cht": "上次登入:{0}",
20180 "xloc": [
20180 - "default.handlebars->29->1703"
20181 + "default.handlebars->29->1705"
20182 ]
20183 },
20184 {
@@ -20378,7 +20379,7 @@
20379 "zh-chs": "如没有请留空。",
20380 "zh-cht": "如沒有請留空。",
20381 "xloc": [
20381 - "default.handlebars->29->1945"
20382 + "default.handlebars->29->1947"
20383 ]
20384 },
20385 {
@@ -20423,7 +20424,7 @@
20424 "zh-chs": "离开桌面多路复用会话",
20425 "zh-cht": "離開桌面多路復用會話",
20426 "xloc": [
20426 - "default.handlebars->29->1571"
20427 + "default.handlebars->29->1573"
20428 ]
20429 },
20430 {
@@ -20443,7 +20444,7 @@
20444 "zh-chs": "减",
20445 "zh-cht": "減",
20446 "xloc": [
20446 - "default.handlebars->29->2113"
20447 + "default.handlebars->29->2115"
20448 ]
20449 },
20450 {
@@ -20506,7 +20507,7 @@
20507 "zh-cht": "有限輸入",
20508 "xloc": [
20509 "default-mobile.handlebars->9->457",
20509 - "default.handlebars->29->1473",
20510 + "default.handlebars->29->1475",
20511 "default.handlebars->29->669",
20512 "default.handlebars->29->690"
20513 ]
@@ -20529,7 +20530,7 @@
20530 "zh-cht": "僅有限輸入",
20531 "xloc": [
20532 "default-mobile.handlebars->9->430",
20532 - "default.handlebars->29->1429"
20533 + "default.handlebars->29->1431"
20534 ]
20535 },
20536 {
@@ -21002,7 +21003,7 @@
21003 "default.handlebars->29->1021",
21004 "default.handlebars->29->1298",
21005 "default.handlebars->29->1302",
21005 - "default.handlebars->29->1999",
21006 + "default.handlebars->29->2001",
21007 "default.handlebars->29->781"
21008 ]
21009 },
@@ -21085,7 +21086,7 @@
21086 "zh-chs": "本地用户接受的远程终端请求",
21087 "zh-cht": "本地用戶接受的遠程終端請求",
21088 "xloc": [
21088 - "default.handlebars->29->1593"
21089 + "default.handlebars->29->1595"
21090 ]
21091 },
21092 {
@@ -21105,7 +21106,7 @@
21106 "zh-chs": "本地用户拒绝了远程终端请求",
21107 "zh-cht": "本地用戶拒絕了遠程終端請求",
21108 "xloc": [
21108 - "default.handlebars->29->1594"
21109 + "default.handlebars->29->1596"
21110 ]
21111 },
21112 {
@@ -21186,7 +21187,7 @@
21187 "zh-chs": "锁定账户",
21188 "zh-cht": "鎖定賬戶",
21189 "xloc": [
21189 - "default.handlebars->29->1790"
21190 + "default.handlebars->29->1792"
21191 ]
21192 },
21193 {
@@ -21206,7 +21207,7 @@
21207 "zh-chs": "锁定帐户设置",
21208 "zh-cht": "鎖定帳戶設置",
21209 "xloc": [
21209 - "default.handlebars->29->1793"
21210 + "default.handlebars->29->1795"
21211 ]
21212 },
21213 {
@@ -21226,7 +21227,7 @@
21227 "zh-chs": "锁定账户",
21228 "zh-cht": "鎖定賬戶",
21229 "xloc": [
21229 - "default.handlebars->29->1723"
21230 + "default.handlebars->29->1725"
21231 ]
21232 },
21233 {
@@ -21246,7 +21247,7 @@
21247 "zh-chs": "已锁定",
21248 "zh-cht": "已鎖定",
21249 "xloc": [
21249 - "default.handlebars->29->1704"
21250 + "default.handlebars->29->1706"
21251 ]
21252 },
21253 {
@@ -21266,7 +21267,7 @@
21267 "zh-chs": "被锁定账户",
21268 "zh-cht": "被鎖定賬戶",
21269 "xloc": [
21269 - "default.handlebars->29->1877"
21270 + "default.handlebars->29->1879"
21271 ]
21272 },
21273 {
@@ -21286,7 +21287,7 @@
21287 "zh-chs": "将远程用户锁定在桌面之外",
21288 "zh-cht": "將遠程用戶鎖定在桌面之外",
21289 "xloc": [
21289 - "default.handlebars->29->1619"
21290 + "default.handlebars->29->1621"
21291 ]
21292 },
21293 {
@@ -21906,7 +21907,7 @@
21907 "zh-chs": "主服务器信息",
21908 "zh-cht": "主伺服器訊息",
21909 "xloc": [
21909 - "default.handlebars->29->2085"
21910 + "default.handlebars->29->2087"
21911 ]
21912 },
21913 {
@@ -22009,8 +22010,8 @@
22010 "xloc": [
22011 "default-mobile.handlebars->9->427",
22012 "default-mobile.handlebars->9->447",
22012 - "default.handlebars->29->1426",
22013 - "default.handlebars->29->1462"
22013 + "default.handlebars->29->1428",
22014 + "default.handlebars->29->1464"
22015 ]
22016 },
22017 {
@@ -22032,8 +22033,8 @@
22033 "xloc": [
22034 "default-mobile.handlebars->9->426",
22035 "default-mobile.handlebars->9->446",
22035 - "default.handlebars->29->1425",
22036 - "default.handlebars->29->1461"
22036 + "default.handlebars->29->1427",
22037 + "default.handlebars->29->1463"
22038 ]
22039 },
22040 {
@@ -22073,7 +22074,7 @@
22074 "zh-chs": "管理录音",
22075 "zh-cht": "管理錄音",
22076 "xloc": [
22076 - "default.handlebars->29->1788"
22077 + "default.handlebars->29->1790"
22078 ]
22079 },
22080 {
@@ -22113,7 +22114,7 @@
22114 "zh-chs": "管理用户组",
22115 "zh-cht": "管理用戶群",
22116 "xloc": [
22116 - "default.handlebars->29->1787"
22117 + "default.handlebars->29->1789"
22118 ]
22119 },
22120 {
@@ -22133,7 +22134,7 @@
22134 "zh-chs": "管理用户",
22135 "zh-cht": "管理用戶",
22136 "xloc": [
22136 - "default.handlebars->29->1786",
22137 + "default.handlebars->29->1788",
22138 "default.handlebars->29->684"
22139 ]
22140 },
@@ -22301,7 +22302,7 @@
22302 "zh-chs": "经理",
22303 "zh-cht": "經理",
22304 "xloc": [
22304 - "default.handlebars->29->1709"
22305 + "default.handlebars->29->1711"
22306 ]
22307 },
22308 {
@@ -22416,7 +22417,7 @@
22417 "zh-chs": "达到连接数量上限",
22418 "zh-cht": "達到連接數量上限",
22419 "xloc": [
22419 - "default.handlebars->29->2046"
22420 + "default.handlebars->29->2048"
22421 ]
22422 },
22423 {
@@ -22481,7 +22482,7 @@
22482 "zh-chs": "Megabyte",
22483 "zh-cht": "Megabyte",
22484 "xloc": [
22484 - "default.handlebars->29->2075"
22485 + "default.handlebars->29->2077"
22486 ]
22487 },
22488 {
@@ -22502,7 +22503,7 @@
22503 "zh-cht": "記憶體",
22504 "xloc": [
22505 "default-mobile.handlebars->9->398",
22505 - "default.handlebars->29->2066",
22506 + "default.handlebars->29->2068",
22507 "default.handlebars->29->987",
22508 "default.handlebars->container->column_l->p40->3->1->p40type->3"
22509 ]
@@ -22557,7 +22558,7 @@
22558 "zh-cht": "網格代理控制台",
22559 "xloc": [
22560 "default-mobile.handlebars->9->434",
22560 - "default.handlebars->29->1434"
22561 + "default.handlebars->29->1436"
22562 ]
22563 },
22564 {
@@ -22662,7 +22663,7 @@
22663 "zh-chs": "MeshAgent流量",
22664 "zh-cht": "MeshAgent流量",
22665 "xloc": [
22665 - "default.handlebars->29->2087"
22666 + "default.handlebars->29->2089"
22667 ]
22668 },
22669 {
@@ -22682,7 +22683,7 @@
22683 "zh-chs": "MeshAgent更新",
22684 "zh-cht": "MeshAgent更新",
22685 "xloc": [
22685 - "default.handlebars->29->2088"
22686 + "default.handlebars->29->2090"
22687 ]
22688 },
22689 {
@@ -22803,7 +22804,7 @@
22804 "zh-chs": "MeshCentral服务器同级化",
22805 "zh-cht": "MeshCentral伺服器同級化",
22806 "xloc": [
22806 - "default.handlebars->29->2086"
22807 + "default.handlebars->29->2088"
22808 ]
22809 },
22810 {
@@ -23125,7 +23126,7 @@
23126 "zh-chs": "消息调度器",
23127 "zh-cht": "電郵調度器",
23128 "xloc": [
23128 - "default.handlebars->29->2084"
23129 + "default.handlebars->29->2086"
23130 ]
23131 },
23132 {
@@ -23308,7 +23309,7 @@
23309 "zh-chs": "更多",
23310 "zh-cht": "更多",
23311 "xloc": [
23311 - "default.handlebars->29->2112"
23312 + "default.handlebars->29->2114"
23313 ]
23314 },
23315 {
@@ -23389,7 +23390,7 @@
23390 "zh-chs": "移动:“{0}”到“{1}”",
23391 "zh-cht": "移動:“{0}”到“{1}”",
23392 "xloc": [
23392 - "default.handlebars->29->1618"
23393 + "default.handlebars->29->1620"
23394 ]
23395 },
23396 {
@@ -23409,7 +23410,7 @@
23410 "zh-chs": "将设备{0}移动到组{1}",
23411 "zh-cht": "將設備{0}移動到組{1}",
23412 "xloc": [
23412 - "default.handlebars->29->1651"
23413 + "default.handlebars->29->1653"
23414 ]
23415 },
23416 {
@@ -23449,7 +23450,7 @@
23450 "zh-chs": "多路复用器",
23451 "zh-cht": "多工器",
23452 "xloc": [
23452 - "default.handlebars->29->2024"
23453 + "default.handlebars->29->2026"
23454 ]
23455 },
23456 {
@@ -23802,13 +23803,13 @@
23803 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
23804 "default.handlebars->29->1269",
23805 "default.handlebars->29->1309",
23805 - "default.handlebars->29->1390",
23806 - "default.handlebars->29->1691",
23807 - "default.handlebars->29->1796",
23808 - "default.handlebars->29->1812",
23809 - "default.handlebars->29->1819",
23810 - "default.handlebars->29->1864",
23811 - "default.handlebars->29->1883",
23806 + "default.handlebars->29->1392",
23807 + "default.handlebars->29->1693",
23808 + "default.handlebars->29->1798",
23809 + "default.handlebars->29->1814",
23810 + "default.handlebars->29->1821",
23811 + "default.handlebars->29->1866",
23812 + "default.handlebars->29->1885",
23813 "default.handlebars->29->541",
23814 "default.handlebars->29->76",
23815 "default.handlebars->29->840",
@@ -23857,7 +23858,7 @@
23858 "zh-chs": "名称1,名称2,名称3",
23859 "zh-cht": "名稱1,名稱2,名稱3",
23860 "xloc": [
23860 - "default.handlebars->29->1778"
23861 + "default.handlebars->29->1780"
23862 ]
23863 },
23864 {
@@ -24017,7 +24018,7 @@
24018 "zh-chs": "生成新的2FA备份代码",
24019 "zh-cht": "生成新的2FA備份代碼",
24020 "xloc": [
24020 - "default.handlebars->29->1658"
24021 + "default.handlebars->29->1660"
24022 ]
24023 },
24024 {
@@ -24082,7 +24083,7 @@
24083 "xloc": [
24084 "default-mobile.handlebars->9->120",
24085 "default-mobile.handlebars->9->311",
24085 - "default.handlebars->29->1550",
24086 + "default.handlebars->29->1552",
24087 "default.handlebars->29->882",
24088 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
24089 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -24138,8 +24139,8 @@
24139 {
24140 "en": "New password*",
24141 "xloc": [
24141 - "default.handlebars->29->1372",
24142 - "default.handlebars->29->1373"
24142 + "default.handlebars->29->1374",
24143 + "default.handlebars->29->1375"
24144 ]
24145 },
24146 {
@@ -24264,7 +24265,7 @@
24265 "zh-chs": "没有桌面",
24266 "zh-cht": "沒有桌面",
24267 "xloc": [
24267 - "default.handlebars->29->1469",
24268 + "default.handlebars->29->1471",
24269 "default.handlebars->29->670",
24270 "default.handlebars->29->691"
24271 ]
@@ -24286,7 +24287,7 @@
24287 "zh-chs": "不能访问桌面",
24288 "zh-cht": "不能訪問桌面",
24289 "xloc": [
24289 - "default.handlebars->29->1430"
24290 + "default.handlebars->29->1432"
24291 ]
24292 },
24293 {
@@ -24306,8 +24307,8 @@
24307 "zh-chs": "找不到事件",
24308 "zh-cht": "找不到事件",
24309 "xloc": [
24309 - "default.handlebars->29->1667",
24310 - "default.handlebars->29->1998",
24310 + "default.handlebars->29->1669",
24311 + "default.handlebars->29->2000",
24312 "default.handlebars->29->917"
24313 ]
24314 },
@@ -24329,7 +24330,7 @@
24330 "zh-cht": "不能存取檔案",
24331 "xloc": [
24332 "default-mobile.handlebars->9->432",
24332 - "default.handlebars->29->1432"
24333 + "default.handlebars->29->1434"
24334 ]
24335 },
24336 {
@@ -24350,7 +24351,7 @@
24351 "zh-cht": "沒有檔案",
24352 "xloc": [
24353 "default-mobile.handlebars->9->455",
24353 - "default.handlebars->29->1471",
24354 + "default.handlebars->29->1473",
24355 "default.handlebars->29->667",
24356 "default.handlebars->29->688"
24357 ]
@@ -24395,8 +24396,8 @@
24396 "xloc": [
24397 "default-mobile.handlebars->9->433",
24398 "default-mobile.handlebars->9->456",
24398 - "default.handlebars->29->1433",
24399 - "default.handlebars->29->1472"
24399 + "default.handlebars->29->1435",
24400 + "default.handlebars->29->1474"
24401 ]
24402 },
24403 {
@@ -24476,7 +24477,7 @@
24477 "zh-chs": "没有成员",
24478 "zh-cht": "沒有成員",
24479 "xloc": [
24479 - "default.handlebars->29->1846"
24480 + "default.handlebars->29->1848"
24481 ]
24482 },
24483 {
@@ -24496,7 +24497,7 @@
24497 "zh-chs": "没有新的设备组",
24498 "zh-cht": "沒有新的裝置群",
24499 "xloc": [
24499 - "default.handlebars->29->1791"
24500 + "default.handlebars->29->1793"
24501 ]
24502 },
24503 {
@@ -24517,7 +24518,7 @@
24518 "zh-cht": "沒有政策",
24519 "xloc": [
24520 "default.handlebars->29->1340",
24520 - "default.handlebars->29->1363"
24521 + "default.handlebars->29->1365"
24522 ]
24523 },
24524 {
@@ -24541,7 +24542,7 @@
24542 "default-mobile.handlebars->9->416",
24543 "default-mobile.handlebars->9->463",
24544 "default.handlebars->29->1283",
24544 - "default.handlebars->29->1479",
24545 + "default.handlebars->29->1481",
24546 "default.handlebars->29->681",
24547 "default.handlebars->29->702"
24548 ]
@@ -24586,7 +24587,7 @@
24587 "zh-cht": "沒有終端",
24588 "xloc": [
24589 "default-mobile.handlebars->9->454",
24589 - "default.handlebars->29->1470",
24590 + "default.handlebars->29->1472",
24591 "default.handlebars->29->666",
24592 "default.handlebars->29->687"
24593 ]
@@ -24609,7 +24610,7 @@
24610 "zh-cht": "不能訪問終端",
24611 "xloc": [
24612 "default-mobile.handlebars->9->431",
24612 - "default.handlebars->29->1431"
24613 + "default.handlebars->29->1433"
24614 ]
24615 },
24616 {
@@ -24629,7 +24630,7 @@
24630 "zh-chs": "没有工具(MeshCmd /路由器)",
24631 "zh-cht": "沒有工具(MeshCmd /路由器)",
24632 "xloc": [
24632 - "default.handlebars->29->1792"
24633 + "default.handlebars->29->1794"
24634 ]
24635 },
24636 {
@@ -24657,8 +24658,8 @@
24658 "zh-chs": "没有共同的设备组",
24659 "zh-cht": "沒有共同的裝置群",
24660 "xloc": [
24660 - "default.handlebars->29->1852",
24661 - "default.handlebars->29->1970"
24661 + "default.handlebars->29->1854",
24662 + "default.handlebars->29->1972"
24663 ]
24664 },
24665 {
@@ -24778,8 +24779,8 @@
24779 "zh-chs": "没有共同的设备",
24780 "zh-cht": "沒有共同的裝置",
24781 "xloc": [
24781 - "default.handlebars->29->1858",
24782 - "default.handlebars->29->1982"
24782 + "default.handlebars->29->1860",
24783 + "default.handlebars->29->1984"
24784 ]
24785 },
24786 {
@@ -24799,7 +24800,7 @@
24800 "zh-chs": "该设备组中没有设备。",
24801 "zh-cht": "該裝置群中沒有裝置。",
24802 "xloc": [
24802 - "default.handlebars->29->1522"
24803 + "default.handlebars->29->1524"
24804 ]
24805 },
24806 {
@@ -24882,7 +24883,7 @@
24883 "zh-chs": "找不到群组。",
24884 "zh-cht": "找不到群組。",
24885 "xloc": [
24885 - "default.handlebars->29->1795"
24886 + "default.handlebars->29->1797"
24887 ]
24888 },
24889 {
@@ -25003,7 +25004,7 @@
25004 "zh-chs": "没有录音。",
25005 "zh-cht": "沒有錄音。",
25006 "xloc": [
25006 - "default.handlebars->29->2000"
25007 + "default.handlebars->29->2002"
25008 ]
25009 },
25010 {
@@ -25023,7 +25024,7 @@
25024 "zh-chs": "没有服务器权限",
25025 "zh-cht": "沒有伺服器權限",
25026 "xloc": [
25026 - "default.handlebars->29->1878"
25027 + "default.handlebars->29->1880"
25028 ]
25029 },
25030 {
@@ -25043,7 +25044,7 @@
25044 "zh-chs": "没有用户组成员身份",
25045 "zh-cht": "沒有用戶群成員身份",
25046 "xloc": [
25046 - "default.handlebars->29->1976"
25047 + "default.handlebars->29->1978"
25048 ]
25049 },
25050 {
@@ -25063,7 +25064,7 @@
25064 "zh-chs": "未找到相应的用户。",
25065 "zh-cht": "未找到相應的用戶。",
25066 "xloc": [
25066 - "default.handlebars->29->1699"
25067 + "default.handlebars->29->1701"
25068 ]
25069 },
25070 {
@@ -25159,19 +25160,19 @@
25160 "default.handlebars->29->1331",
25161 "default.handlebars->29->1336",
25162 "default.handlebars->29->1338",
25162 - "default.handlebars->29->1513",
25163 - "default.handlebars->29->1532",
25164 - "default.handlebars->29->1537",
25165 - "default.handlebars->29->1675",
25163 + "default.handlebars->29->1515",
25164 + "default.handlebars->29->1534",
25165 + "default.handlebars->29->1539",
25166 + "default.handlebars->29->1677",
25167 "default.handlebars->29->177",
25167 - "default.handlebars->29->1816",
25168 "default.handlebars->29->1818",
25169 - "default.handlebars->29->1835",
25170 - "default.handlebars->29->1897",
25171 - "default.handlebars->29->1906",
25172 - "default.handlebars->29->1910",
25169 + "default.handlebars->29->1820",
25170 + "default.handlebars->29->1837",
25171 + "default.handlebars->29->1899",
25172 + "default.handlebars->29->1908",
25173 + "default.handlebars->29->1912",
25174 "default.handlebars->29->192",
25174 - "default.handlebars->29->1922",
25175 + "default.handlebars->29->1924",
25176 "default.handlebars->29->209",
25177 "default.handlebars->29->210",
25178 "default.handlebars->29->538",
@@ -25330,8 +25331,8 @@
25331 "zh-chs": "未连接",
25332 "zh-cht": "未連接",
25333 "xloc": [
25333 - "default.handlebars->29->1509",
25334 - "default.handlebars->29->1517"
25334 + "default.handlebars->29->1511",
25335 + "default.handlebars->29->1519"
25336 ]
25337 },
25338 {
@@ -25372,7 +25373,7 @@
25373 "zh-chs": "不在服务器上",
25374 "zh-cht": "不在伺服器上",
25375 "xloc": [
25375 - "default.handlebars->29->2016"
25376 + "default.handlebars->29->2018"
25377 ]
25378 },
25379 {
@@ -25392,8 +25393,8 @@
25393 "zh-chs": "没有设置",
25394 "zh-cht": "沒有設置",
25395 "xloc": [
25395 - "default.handlebars->29->1884",
25396 - "default.handlebars->29->1885"
25396 + "default.handlebars->29->1886",
25397 + "default.handlebars->29->1887"
25398 ]
25399 },
25400 {
@@ -25413,7 +25414,7 @@
25414 "zh-chs": "未经审核的",
25415 "zh-cht": "未經審核的",
25416 "xloc": [
25416 - "default.handlebars->29->1952"
25417 + "default.handlebars->29->1954"
25418 ]
25419 },
25420 {
@@ -25434,7 +25435,7 @@
25435 "zh-cht": "筆記",
25436 "xloc": [
25437 "default.handlebars->29->1347",
25437 - "default.handlebars->29->1930",
25438 + "default.handlebars->29->1932",
25439 "default.handlebars->29->613",
25440 "default.handlebars->29->675",
25441 "default.handlebars->29->696",
@@ -25479,7 +25480,7 @@
25480 "zh-cht": "通知設定",
25481 "xloc": [
25482 "default.handlebars->29->1244",
25482 - "default.handlebars->29->1508",
25483 + "default.handlebars->29->1510",
25484 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
25485 ]
25486 },
@@ -25500,7 +25501,7 @@
25501 "zh-chs": "通知设置还必须在帐户设置中启用。",
25502 "zh-cht": "通知設定還必須在帳戶設定中啟用。",
25503 "xloc": [
25503 - "default.handlebars->29->1504"
25504 + "default.handlebars->29->1506"
25505 ]
25506 },
25507 {
@@ -25561,7 +25562,7 @@
25562 "zh-cht": "通知",
25563 "xloc": [
25564 "default.handlebars->29->189",
25564 - "default.handlebars->29->1936"
25565 + "default.handlebars->29->1938"
25566 ]
25567 },
25568 {
@@ -25601,9 +25602,9 @@
25602 "zh-chs": "通知使用者",
25603 "zh-cht": "通知使用者",
25604 "xloc": [
25604 - "default.handlebars->29->1398",
25605 - "default.handlebars->29->1402",
25606 - "default.handlebars->29->1405"
25605 + "default.handlebars->29->1400",
25606 + "default.handlebars->29->1404",
25607 + "default.handlebars->29->1407"
25608 ]
25609 },
25610 {
@@ -25623,7 +25624,7 @@
25624 "zh-chs": "通知{0}",
25625 "zh-cht": "通知{0}",
25626 "xloc": [
25626 - "default.handlebars->29->1738"
25627 + "default.handlebars->29->1740"
25628 ]
25629 },
25630 {
@@ -25715,7 +25716,7 @@
25716 "zh-chs": "发生在{0}",
25717 "zh-cht": "發生在{0}",
25718 "xloc": [
25718 - "default.handlebars->29->2030"
25719 + "default.handlebars->29->2032"
25720 ]
25721 },
25722 {
@@ -25742,7 +25743,7 @@
25743 "zh-chs": "离线用户",
25744 "zh-cht": "離線用戶",
25745 "xloc": [
25745 - "default.handlebars->29->1696"
25746 + "default.handlebars->29->1698"
25747 ]
25748 },
25749 {
@@ -25789,7 +25790,7 @@
25790 "zh-chs": "一天",
25791 "zh-cht": "一天",
25792 "xloc": [
25792 - "default.handlebars->29->1672"
25793 + "default.handlebars->29->1674"
25794 ]
25795 },
25796 {
@@ -25852,7 +25853,7 @@
25853 "zh-chs": "在线用户",
25854 "zh-cht": "在線用戶",
25855 "xloc": [
25855 - "default.handlebars->29->1695"
25856 + "default.handlebars->29->1697"
25857 ]
25858 },
25859 {
@@ -26036,7 +26037,7 @@
26037 "zh-chs": "开头:{0}",
26038 "zh-cht": "開場:{0}",
26039 "xloc": [
26039 - "default.handlebars->29->1586"
26040 + "default.handlebars->29->1588"
26041 ]
26042 },
26043 {
@@ -26082,8 +26083,8 @@
26083 "zh-cht": "操作",
26084 "xloc": [
26085 "default-mobile.handlebars->9->275",
26085 - "default.handlebars->29->1722",
26086 - "default.handlebars->29->1803",
26086 + "default.handlebars->29->1724",
26087 + "default.handlebars->29->1805",
26088 "default.handlebars->29->449",
26089 "default.handlebars->29->464",
26090 "default.handlebars->29->741"
@@ -26288,7 +26289,7 @@
26289 "zh-chs": "部分的",
26290 "zh-cht": "部分的",
26291 "xloc": [
26291 - "default.handlebars->29->1710"
26292 + "default.handlebars->29->1712"
26293 ]
26294 },
26295 {
@@ -26364,7 +26365,7 @@
26365 "zh-chs": "部分权限",
26366 "zh-cht": "部分權限",
26367 "xloc": [
26367 - "default.handlebars->29->1881"
26368 + "default.handlebars->29->1883"
26369 ]
26370 },
26371 {
@@ -26405,13 +26406,13 @@
26406 "zh-cht": "密碼",
26407 "xloc": [
26408 "default-mobile.handlebars->9->281",
26408 - "default.handlebars->29->1369",
26409 - "default.handlebars->29->1766",
26410 - "default.handlebars->29->1767",
26411 - "default.handlebars->29->1902",
26409 + "default.handlebars->29->1371",
26410 + "default.handlebars->29->1768",
26411 + "default.handlebars->29->1769",
26412 "default.handlebars->29->1904",
26413 - "default.handlebars->29->1955",
26414 - "default.handlebars->29->1956",
26413 + "default.handlebars->29->1906",
26414 + "default.handlebars->29->1957",
26415 + "default.handlebars->29->1958",
26416 "default.handlebars->29->295",
26417 "default.handlebars->29->756",
26418 "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->2->1",
@@ -26554,7 +26555,7 @@
26555 "zh-chs": "密码提示",
26556 "zh-cht": "密碼提示",
26557 "xloc": [
26557 - "default.handlebars->29->1957"
26558 + "default.handlebars->29->1959"
26559 ]
26560 },
26561 {
@@ -26693,7 +26694,7 @@
26694 "default-mobile.handlebars->9->324",
26695 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
26696 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
26696 - "default.handlebars->29->1559",
26697 + "default.handlebars->29->1561",
26698 "default.handlebars->29->870",
26699 "default.handlebars->29->896",
26700 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3",
@@ -26950,7 +26951,7 @@
26951 "zh-chs": "执行电源操作= {0},强制执行= {1}",
26952 "zh-cht": "執行電源操作= {0},強制執行= {1}",
26953 "xloc": [
26953 - "default.handlebars->29->1591"
26954 + "default.handlebars->29->1593"
26955 ]
26956 },
26957 {
@@ -26971,8 +26972,8 @@
26972 "zh-cht": "權限",
26973 "xloc": [
26974 "default-mobile.handlebars->9->466",
26974 - "default.handlebars->29->1482",
26975 - "default.handlebars->29->1694"
26975 + "default.handlebars->29->1484",
26976 + "default.handlebars->29->1696"
26977 ]
26978 },
26979 {
@@ -27018,7 +27019,7 @@
27019 "default.handlebars->29->1013",
27020 "default.handlebars->29->1016",
27021 "default.handlebars->29->159",
27021 - "default.handlebars->29->1947"
27022 + "default.handlebars->29->1949"
27023 ]
27024 },
27025 {
@@ -27038,7 +27039,7 @@
27039 "zh-chs": "电话号码",
27040 "zh-cht": "電話號碼",
27041 "xloc": [
27041 - "default.handlebars->29->1896"
27042 + "default.handlebars->29->1898"
27043 ]
27044 },
27045 {
@@ -27060,7 +27061,7 @@
27061 "xloc": [
27062 "default-mobile.handlebars->9->66",
27063 "default.handlebars->29->1015",
27063 - "default.handlebars->29->1946"
27064 + "default.handlebars->29->1948"
27065 ]
27066 },
27067 {
@@ -27220,7 +27221,7 @@
27221 "zh-cht": "外掛指令",
27222 "xloc": [
27223 "default.handlebars->29->199",
27223 - "default.handlebars->29->2109"
27224 + "default.handlebars->29->2111"
27225 ]
27226 },
27227 {
@@ -27505,7 +27506,7 @@
27506 "zh-chs": "电源状态",
27507 "zh-cht": "電源狀態",
27508 "xloc": [
27508 - "default.handlebars->29->1515",
27509 + "default.handlebars->29->1517",
27510 "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1"
27511 ]
27512 },
@@ -27621,7 +27622,7 @@
27622 "zh-chs": "存在于服务器上",
27623 "zh-cht": "存在於伺服器上",
27624 "xloc": [
27624 - "default.handlebars->29->2015"
27625 + "default.handlebars->29->2017"
27626 ]
27627 },
27628 {
@@ -27767,7 +27768,7 @@
27768 "zh-chs": "处理控制台命令:“{0}”",
27769 "zh-cht": "處理控制台命令:“{0}”",
27770 "xloc": [
27770 - "default.handlebars->29->1583"
27771 + "default.handlebars->29->1585"
27772 ]
27773 },
27774 {
@@ -27827,9 +27828,9 @@
27828 "zh-chs": "用户同意提示",
27829 "zh-cht": "用戶同意提示",
27830 "xloc": [
27830 - "default.handlebars->29->1399",
27831 - "default.handlebars->29->1403",
27832 - "default.handlebars->29->1406"
27831 + "default.handlebars->29->1401",
27832 + "default.handlebars->29->1405",
27833 + "default.handlebars->29->1408"
27834 ]
27835 },
27836 {
@@ -27849,7 +27850,7 @@
27850 "zh-chs": "协议",
27851 "zh-cht": "協議",
27852 "xloc": [
27852 - "default.handlebars->29->2013",
27853 + "default.handlebars->29->2015",
27854 "player.handlebars->3->16"
27855 ]
27856 },
@@ -27909,7 +27910,7 @@
27910 "zh-cht": "公開鏈結",
27911 "xloc": [
27912 "default-mobile.handlebars->9->115",
27912 - "default.handlebars->29->1544"
27913 + "default.handlebars->29->1546"
27914 ]
27915 },
27916 {
@@ -28216,13 +28217,13 @@
28217 "zh-chs": "RSS",
28218 "zh-cht": "RSS",
28219 "xloc": [
28219 - "default.handlebars->29->2079"
28220 + "default.handlebars->29->2081"
28221 ]
28222 },
28223 {
28224 "en": "Randomize password",
28225 "xloc": [
28225 - "default.handlebars->29->1370"
28226 + "default.handlebars->29->1372"
28227 ]
28228 },
28229 {
@@ -28242,7 +28243,7 @@
28243 "zh-chs": "随机密码。",
28244 "zh-cht": "隨機密碼。",
28245 "xloc": [
28245 - "default.handlebars->29->1768"
28246 + "default.handlebars->29->1770"
28247 ]
28248 },
28249 {
@@ -28299,9 +28300,9 @@
28300 "zh-chs": "真正的名字",
28301 "zh-cht": "真正的名字",
28302 "xloc": [
28302 - "default.handlebars->29->1893",
28303 "default.handlebars->29->1895",
28304 - "default.handlebars->29->1948"
28304 + "default.handlebars->29->1897",
28305 + "default.handlebars->29->1950"
28306 ]
28307 },
28308 {
@@ -28321,7 +28322,7 @@
28322 "zh-chs": "境界",
28323 "zh-cht": "境界",
28324 "xloc": [
28324 - "default.handlebars->29->1777"
28325 + "default.handlebars->29->1779"
28326 ]
28327 },
28328 {
@@ -28376,7 +28377,7 @@
28377 "en": "Record sessions",
28378 "nl": "Sessies opnemen",
28379 "xloc": [
28379 - "default.handlebars->29->1409"
28380 + "default.handlebars->29->1411"
28381 ]
28382 },
28383 {
@@ -28396,7 +28397,7 @@
28397 "zh-chs": "记录细节",
28398 "zh-cht": "記錄細節",
28399 "xloc": [
28399 - "default.handlebars->29->2027"
28400 + "default.handlebars->29->2029"
28401 ]
28402 },
28403 {
@@ -28438,7 +28439,7 @@
28439 "xloc": [
28440 "default-mobile.handlebars->9->121",
28441 "default-mobile.handlebars->9->312",
28441 - "default.handlebars->29->1551",
28442 + "default.handlebars->29->1553",
28443 "default.handlebars->29->883"
28444 ]
28445 },
@@ -28558,7 +28559,7 @@
28559 "zh-chs": "中继数量",
28560 "zh-cht": "中繼數量",
28561 "xloc": [
28561 - "default.handlebars->29->2058"
28562 + "default.handlebars->29->2060"
28563 ]
28564 },
28565 {
@@ -28578,7 +28579,7 @@
28579 "zh-chs": "中继错误",
28580 "zh-cht": "中繼錯誤",
28581 "xloc": [
28581 - "default.handlebars->29->2051"
28582 + "default.handlebars->29->2053"
28583 ]
28584 },
28585 {
@@ -28598,8 +28599,8 @@
28599 "zh-chs": "中继连接",
28600 "zh-cht": "中繼連接",
28601 "xloc": [
28601 - "default.handlebars->29->2057",
28602 - "default.handlebars->29->2073"
28602 + "default.handlebars->29->2059",
28603 + "default.handlebars->29->2075"
28604 ]
28605 },
28606 {
@@ -28744,7 +28745,7 @@
28745 "nl": "Externe opdrachten",
28746 "xloc": [
28747 "default-mobile.handlebars->9->441",
28747 - "default.handlebars->29->1441"
28748 + "default.handlebars->29->1443"
28749 ]
28750 },
28751 {
@@ -28766,8 +28767,8 @@
28767 "xloc": [
28768 "default-mobile.handlebars->9->428",
28769 "default-mobile.handlebars->9->448",
28769 - "default.handlebars->29->1427",
28770 - "default.handlebars->29->1463"
28770 + "default.handlebars->29->1429",
28771 + "default.handlebars->29->1465"
28772 ]
28773 },
28774 {
@@ -28810,8 +28811,8 @@
28811 "zh-chs": "远程桌面连接栏已激活/更新",
28812 "zh-cht": "遠程桌面連接欄已激活/更新",
28813 "xloc": [
28813 - "default.handlebars->29->1597",
28814 - "default.handlebars->29->1603"
28814 + "default.handlebars->29->1599",
28815 + "default.handlebars->29->1605"
28816 ]
28817 },
28818 {
@@ -28831,7 +28832,7 @@
28832 "zh-chs": "远程桌面连接栏失败或不受支持",
28833 "zh-cht": "遠程桌面連接欄失敗或不受支持",
28834 "xloc": [
28834 - "default.handlebars->29->1598"
28835 + "default.handlebars->29->1600"
28836 ]
28837 },
28838 {
@@ -28851,7 +28852,7 @@
28852 "zh-chs": "远程桌面连接栏失败或不受支持",
28853 "zh-cht": "遠程桌面連接欄失敗或不受支持",
28854 "xloc": [
28854 - "default.handlebars->29->1604"
28855 + "default.handlebars->29->1606"
28856 ]
28857 },
28858 {
@@ -28871,9 +28872,9 @@
28872 "zh-chs": "本地用户强行关闭了远程桌面连接",
28873 "zh-cht": "本地用戶強行關閉了遠程桌面連接",
28874 "xloc": [
28874 - "default.handlebars->29->1595",
28875 - "default.handlebars->29->1599",
28876 - "default.handlebars->29->1605"
28875 + "default.handlebars->29->1597",
28876 + "default.handlebars->29->1601",
28877 + "default.handlebars->29->1607"
28878 ]
28879 },
28880 {
@@ -28996,8 +28997,8 @@
28997 "xloc": [
28998 "default-mobile.handlebars->9->429",
28999 "default-mobile.handlebars->9->453",
28999 - "default.handlebars->29->1428",
29000 - "default.handlebars->29->1468"
29000 + "default.handlebars->29->1430",
29001 + "default.handlebars->29->1470"
29002 ]
29003 },
29004 {
@@ -29132,8 +29133,8 @@
29133 "zh-chs": "删除设备组权限",
29134 "zh-cht": "刪除裝置群權限",
29135 "xloc": [
29135 - "default.handlebars->29->1862",
29136 - "default.handlebars->29->1996"
29136 + "default.handlebars->29->1864",
29137 + "default.handlebars->29->1998"
29138 ]
29139 },
29140 {
@@ -29153,8 +29154,8 @@
29154 "zh-chs": "删除设备权限",
29155 "zh-cht": "刪除裝置權限",
29156 "xloc": [
29156 - "default.handlebars->29->1860",
29157 - "default.handlebars->29->1983"
29157 + "default.handlebars->29->1862",
29158 + "default.handlebars->29->1985"
29159 ]
29160 },
29161 {
@@ -29191,7 +29192,7 @@
29192 "zh-chs": "删除用户组成员身份",
29193 "zh-cht": "刪除用戶群成員身份",
29194 "xloc": [
29194 - "default.handlebars->29->1992"
29195 + "default.handlebars->29->1994"
29196 ]
29197 },
29198 {
@@ -29211,8 +29212,8 @@
29212 "zh-chs": "删除用户组权限",
29213 "zh-cht": "刪除用戶群權限",
29214 "xloc": [
29214 - "default.handlebars->29->1487",
29215 - "default.handlebars->29->1988"
29215 + "default.handlebars->29->1489",
29216 + "default.handlebars->29->1990"
29217 ]
29218 },
29219 {
@@ -29232,7 +29233,7 @@
29233 "zh-chs": "删除用户成员资格",
29234 "zh-cht": "刪除用戶成員資格",
29235 "xloc": [
29235 - "default.handlebars->29->1870"
29236 + "default.handlebars->29->1872"
29237 ]
29238 },
29239 {
@@ -29252,8 +29253,8 @@
29253 "zh-chs": "删除用户权限",
29254 "zh-cht": "刪除用戶權限",
29255 "xloc": [
29255 - "default.handlebars->29->1485",
29256 - "default.handlebars->29->1985"
29256 + "default.handlebars->29->1487",
29257 + "default.handlebars->29->1987"
29258 ]
29259 },
29260 {
@@ -29273,7 +29274,7 @@
29274 "zh-chs": "删除所有两因素认证。",
29275 "zh-cht": "刪除所有二因子鑑別。",
29276 "xloc": [
29276 - "default.handlebars->29->1960"
29277 + "default.handlebars->29->1962"
29278 ]
29279 },
29280 {
@@ -29293,7 +29294,7 @@
29294 "zh-chs": "删除此用户标识的所有先前事件。",
29295 "zh-cht": "刪除此用戶標識的所有先前事件。",
29296 "xloc": [
29296 - "default.handlebars->29->1769"
29297 + "default.handlebars->29->1771"
29298 ]
29299 },
29300 {
@@ -29313,7 +29314,7 @@
29314 "zh-chs": "断开连接后移除设备",
29315 "zh-cht": "斷開連接後删除裝置",
29316 "xloc": [
29316 - "default.handlebars->29->1407"
29317 + "default.handlebars->29->1409"
29318 ]
29319 },
29320 {
@@ -29414,7 +29415,7 @@
29415 "zh-chs": "删除此用户",
29416 "zh-cht": "刪除此用戶",
29417 "xloc": [
29417 - "default.handlebars->29->1938"
29418 + "default.handlebars->29->1940"
29419 ]
29420 },
29421 {
@@ -29434,7 +29435,7 @@
29435 "zh-chs": "删除用户组成员身份",
29436 "zh-cht": "刪除用戶群成員身份",
29437 "xloc": [
29437 - "default.handlebars->29->1974"
29438 + "default.handlebars->29->1976"
29439 ]
29440 },
29441 {
@@ -29454,7 +29455,7 @@
29455 "zh-chs": "删除此设备的用户组权限",
29456 "zh-cht": "刪除此裝置的用戶群權限",
29457 "xloc": [
29457 - "default.handlebars->29->1856"
29458 + "default.handlebars->29->1858"
29459 ]
29460 },
29461 {
@@ -29474,7 +29475,7 @@
29475 "zh-chs": "删除此设备组的用户组权限",
29476 "zh-cht": "刪除此裝置群的用戶群權限",
29477 "xloc": [
29477 - "default.handlebars->29->1850",
29478 + "default.handlebars->29->1852",
29479 "default.handlebars->29->659"
29480 ]
29481 },
@@ -29495,10 +29496,10 @@
29496 "zh-chs": "删除此设备组的用户权限",
29497 "zh-cht": "刪除此裝置群的用戶權限",
29498 "xloc": [
29498 - "default.handlebars->29->1358",
29499 - "default.handlebars->29->1844",
29500 - "default.handlebars->29->1968",
29501 - "default.handlebars->29->1980",
29499 + "default.handlebars->29->1360",
29500 + "default.handlebars->29->1846",
29501 + "default.handlebars->29->1970",
29502 + "default.handlebars->29->1982",
29503 "default.handlebars->29->660"
29504 ]
29505 },
@@ -29519,7 +29520,7 @@
29520 "zh-chs": "删除身份验证应用程序",
29521 "zh-cht": "刪除身份驗證應用程序",
29522 "xloc": [
29522 - "default.handlebars->29->1657"
29523 + "default.handlebars->29->1659"
29524 ]
29525 },
29526 {
@@ -29539,7 +29540,7 @@
29540 "zh-chs": "从设备组{1}中删除了设备{0}",
29541 "zh-cht": "從設備組{1}中刪除了設備{0}",
29542 "xloc": [
29542 - "default.handlebars->29->1653"
29543 + "default.handlebars->29->1655"
29544 ]
29545 },
29546 {
@@ -29559,7 +29560,7 @@
29560 "zh-chs": "已删除用户{0}的电话号码",
29561 "zh-cht": "已刪除用戶{0}的電話號碼",
29562 "xloc": [
29562 - "default.handlebars->29->1663"
29563 + "default.handlebars->29->1665"
29564 ]
29565 },
29566 {
@@ -29579,7 +29580,7 @@
29580 "zh-chs": "移除安全密钥",
29581 "zh-cht": "移除安全密鑰",
29582 "xloc": [
29582 - "default.handlebars->29->1660"
29583 + "default.handlebars->29->1662"
29584 ]
29585 },
29586 {
@@ -29599,9 +29600,9 @@
29600 "zh-chs": "删除了{0}的用户设备权限",
29601 "zh-cht": "刪除了{0}的用戶設備權限",
29602 "xloc": [
29602 - "default.handlebars->29->1626",
29603 - "default.handlebars->29->1647",
29604 - "default.handlebars->29->1652"
29603 + "default.handlebars->29->1628",
29604 + "default.handlebars->29->1649",
29605 + "default.handlebars->29->1654"
29606 ]
29607 },
29608 {
@@ -29621,7 +29622,7 @@
29622 "zh-chs": "从设备组{1}中删除了用户组{0}",
29623 "zh-cht": "從設備組{1}中刪除了用戶組{0}",
29624 "xloc": [
29624 - "default.handlebars->29->1636"
29625 + "default.handlebars->29->1638"
29626 ]
29627 },
29628 {
@@ -29641,7 +29642,7 @@
29642 "zh-chs": "从设备组{1}中删除了用户{0}",
29643 "zh-cht": "已從設備組{1}中刪除用戶{0}",
29644 "xloc": [
29644 - "default.handlebars->29->1649"
29645 + "default.handlebars->29->1651"
29646 ]
29647 },
29648 {
@@ -29661,8 +29662,8 @@
29662 "zh-chs": "从用户组{1}中删除了用户{0}",
29663 "zh-cht": "從用戶組{1}中刪除了用戶{0}",
29664 "xloc": [
29664 - "default.handlebars->29->1628",
29665 - "default.handlebars->29->1638"
29665 + "default.handlebars->29->1630",
29666 + "default.handlebars->29->1640"
29667 ]
29668 },
29669 {
@@ -29686,7 +29687,7 @@
29687 "default-mobile.handlebars->9->316",
29688 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
29689 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
29689 - "default.handlebars->29->1555",
29690 + "default.handlebars->29->1557",
29691 "default.handlebars->29->507",
29692 "default.handlebars->29->887",
29693 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -29711,7 +29712,7 @@
29712 "zh-chs": "重命名:“{0}”为“{1}”",
29713 "zh-cht": "重命名:“{0}”為“{1}”",
29714 "xloc": [
29714 - "default.handlebars->29->1614"
29715 + "default.handlebars->29->1616"
29716 ]
29717 },
29718 {
@@ -29731,7 +29732,7 @@
29732 "zh-chs": "报告日",
29733 "zh-cht": "報告日",
29734 "xloc": [
29734 - "default.handlebars->29->1673"
29735 + "default.handlebars->29->1675"
29736 ]
29737 },
29738 {
@@ -29751,7 +29752,7 @@
29752 "zh-chs": "报告类型",
29753 "zh-cht": "報告類型",
29754 "xloc": [
29754 - "default.handlebars->29->1668"
29755 + "default.handlebars->29->1670"
29756 ]
29757 },
29758 {
@@ -29792,8 +29793,8 @@
29793 "zh-cht": "要求:{0}。",
29794 "xloc": [
29795 "default-mobile.handlebars->9->89",
29795 - "default.handlebars->29->1774",
29796 - "default.handlebars->29->1958"
29796 + "default.handlebars->29->1776",
29797 + "default.handlebars->29->1960"
29798 ]
29799 },
29800 {
@@ -29886,7 +29887,7 @@
29887 "nl": "Reset / uitschakelen",
29888 "xloc": [
29889 "default-mobile.handlebars->9->442",
29889 - "default.handlebars->29->1442"
29890 + "default.handlebars->29->1444"
29891 ]
29892 },
29893 {
@@ -30000,7 +30001,7 @@
30001 "nl": "Reset/Uit",
30002 "xloc": [
30003 "default-mobile.handlebars->9->462",
30003 - "default.handlebars->29->1478",
30004 + "default.handlebars->29->1480",
30005 "default.handlebars->29->680",
30006 "default.handlebars->29->701"
30007 ]
@@ -30112,7 +30113,7 @@
30113 "zh-chs": "限制条件",
30114 "zh-cht": "限制條件",
30115 "xloc": [
30115 - "default.handlebars->29->1882"
30116 + "default.handlebars->29->1884"
30117 ]
30118 },
30119 {
@@ -30194,7 +30195,7 @@
30195 "xloc": [
30196 "default-mobile.handlebars->9->107",
30197 "default-mobile.handlebars->9->306",
30197 - "default.handlebars->29->1523",
30198 + "default.handlebars->29->1525",
30199 "default.handlebars->29->877"
30200 ]
30201 },
@@ -30448,21 +30449,21 @@
30449 "zh-chs": "运行命令",
30450 "zh-cht": "運行命令",
30451 "xloc": [
30451 - "default.handlebars->29->1590"
30452 + "default.handlebars->29->1592"
30453 ]
30454 },
30455 {
30456 "en": "Running commands as user",
30457 "nl": "Commando's uitvoeren als gebruiker",
30458 "xloc": [
30458 - "default.handlebars->29->1665"
30459 + "default.handlebars->29->1667"
30460 ]
30461 },
30462 {
30463 "en": "Running commands as user if possible",
30464 "nl": "Indien mogelijk commando's uitvoeren als gebruiker",
30465 "xloc": [
30465 - "default.handlebars->29->1666"
30466 + "default.handlebars->29->1668"
30467 ]
30468 },
30469 {
@@ -30522,8 +30523,8 @@
30523 "zh-chs": "短信",
30524 "zh-cht": "短信",
30525 "xloc": [
30525 - "default.handlebars->29->1927",
30526 - "default.handlebars->29->1932",
30526 + "default.handlebars->29->1929",
30527 + "default.handlebars->29->1934",
30528 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
30529 "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
30530 "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -30548,7 +30549,7 @@
30549 "zh-chs": "此用户的短信功能电话号码。",
30550 "zh-cht": "此用戶的短信功能電話號碼。",
30551 "xloc": [
30551 - "default.handlebars->29->1944"
30552 + "default.handlebars->29->1946"
30553 ]
30554 },
30555 {
@@ -31098,7 +31099,7 @@
31099 "xloc": [
31100 "default-mobile.handlebars->9->282",
31101 "default-mobile.handlebars->9->375",
31101 - "default.handlebars->29->1928",
31102 + "default.handlebars->29->1930",
31103 "default.handlebars->29->296",
31104 "default.handlebars->29->757",
31105 "default.handlebars->29->964"
@@ -31121,7 +31122,7 @@
31122 "zh-chs": "安全密钥",
31123 "zh-cht": "安全密鑰",
31124 "xloc": [
31124 - "default.handlebars->29->1925"
31125 + "default.handlebars->29->1927"
31126 ]
31127 },
31128 {
@@ -31161,9 +31162,9 @@
31162 "zh-chs": "全选",
31163 "zh-cht": "全選",
31164 "xloc": [
31164 - "default.handlebars->29->1547",
31165 - "default.handlebars->29->1718",
31166 - "default.handlebars->29->1801",
31165 + "default.handlebars->29->1549",
31166 + "default.handlebars->29->1720",
31167 + "default.handlebars->29->1803",
31168 "default.handlebars->29->436",
31169 "default.handlebars->29->879",
31170 "default.handlebars->29->881",
@@ -31192,9 +31193,9 @@
31193 "zh-chs": "选择无",
31194 "zh-cht": "選擇無",
31195 "xloc": [
31195 - "default.handlebars->29->1546",
31196 - "default.handlebars->29->1717",
31197 - "default.handlebars->29->1800",
31196 + "default.handlebars->29->1548",
31197 + "default.handlebars->29->1719",
31198 + "default.handlebars->29->1802",
31199 "default.handlebars->29->435",
31200 "default.handlebars->29->880",
31201 "default.handlebars->meshContextMenu->cxselectnone"
@@ -31297,8 +31298,8 @@
31298 "zh-chs": "选择要对所有选定用户执行的操作。",
31299 "zh-cht": "選擇要對所有選定用戶執行的操作。",
31300 "xloc": [
31300 - "default.handlebars->29->1721",
31301 - "default.handlebars->29->1802"
31301 + "default.handlebars->29->1723",
31302 + "default.handlebars->29->1804"
31303 ]
31304 },
31305 {
@@ -31325,7 +31326,7 @@
31326 {
31327 "en": "Select new password",
31328 "xloc": [
31328 - "default.handlebars->29->1371"
31329 + "default.handlebars->29->1373"
31330 ]
31331 },
31332 {
@@ -31367,7 +31368,7 @@
31368 "zh-cht": "僅自我事件",
31369 "xloc": [
31370 "default-mobile.handlebars->9->458",
31370 - "default.handlebars->29->1474"
31371 + "default.handlebars->29->1476"
31372 ]
31373 },
31374 {
@@ -31410,7 +31411,7 @@
31411 "zh-chs": "发电邮",
31412 "zh-cht": "發電郵",
31413 "xloc": [
31413 - "default.handlebars->29->1732"
31414 + "default.handlebars->29->1734"
31415 ]
31416 },
31417 {
@@ -31471,7 +31472,7 @@
31472 "zh-chs": "发送短信",
31473 "zh-cht": "發送簡訊",
31474 "xloc": [
31474 - "default.handlebars->29->1730"
31475 + "default.handlebars->29->1732"
31476 ]
31477 },
31478 {
@@ -31491,7 +31492,7 @@
31492 "zh-chs": "发送短信给该用户",
31493 "zh-cht": "發送短信給該用戶",
31494 "xloc": [
31494 - "default.handlebars->29->1933"
31495 + "default.handlebars->29->1935"
31496 ]
31497 },
31498 {
@@ -31511,7 +31512,7 @@
31512 "zh-chs": "发送电邮给该用户",
31513 "zh-cht": "發送電郵給該用戶",
31514 "xloc": [
31514 - "default.handlebars->29->1935"
31515 + "default.handlebars->29->1937"
31516 ]
31517 },
31518 {
@@ -31531,7 +31532,7 @@
31532 "zh-chs": "向该组中的所有用户发送通知。",
31533 "zh-cht": "向該群中的所有用戶發送通知。",
31534 "xloc": [
31534 - "default.handlebars->29->1841"
31535 + "default.handlebars->29->1843"
31536 ]
31537 },
31538 {
@@ -31551,7 +31552,7 @@
31552 "zh-chs": "向该用户发送文本通知。",
31553 "zh-cht": "向該用戶發送文本通知。",
31554 "xloc": [
31554 - "default.handlebars->29->1733"
31555 + "default.handlebars->29->1735"
31556 ]
31557 },
31558 {
@@ -31571,7 +31572,7 @@
31572 "zh-chs": "发送电邮给用户",
31573 "zh-cht": "發送電郵給用戶",
31574 "xloc": [
31574 - "default.handlebars->29->1713"
31575 + "default.handlebars->29->1715"
31576 ]
31577 },
31578 {
@@ -31611,7 +31612,7 @@
31612 "zh-chs": "发送邀请电邮。",
31613 "zh-cht": "發送邀請電郵。",
31614 "xloc": [
31614 - "default.handlebars->29->1773"
31615 + "default.handlebars->29->1775"
31616 ]
31617 },
31618 {
@@ -31733,7 +31734,7 @@
31734 "zh-chs": "发送用户通知",
31735 "zh-cht": "發送用戶通知",
31736 "xloc": [
31736 - "default.handlebars->29->1937"
31737 + "default.handlebars->29->1939"
31738 ]
31739 },
31740 {
@@ -31794,7 +31795,7 @@
31795 "zh-chs": "服务器备份",
31796 "zh-cht": "伺服器備份",
31797 "xloc": [
31797 - "default.handlebars->29->1783"
31798 + "default.handlebars->29->1785"
31799 ]
31800 },
31801 {
@@ -31814,7 +31815,7 @@
31815 "zh-chs": "服务器证书",
31816 "zh-cht": "伺服器憑證",
31817 "xloc": [
31817 - "default.handlebars->29->2089"
31818 + "default.handlebars->29->2091"
31819 ]
31820 },
31821 {
@@ -31834,7 +31835,7 @@
31835 "zh-chs": "服务器数据库",
31836 "zh-cht": "伺服器數據庫",
31837 "xloc": [
31837 - "default.handlebars->29->2090"
31838 + "default.handlebars->29->2092"
31839 ]
31840 },
31841 {
@@ -31856,9 +31857,9 @@
31857 "xloc": [
31858 "default-mobile.handlebars->9->435",
31859 "default-mobile.handlebars->9->450",
31859 - "default.handlebars->29->1435",
31860 - "default.handlebars->29->1465",
31861 - "default.handlebars->29->1780",
31860 + "default.handlebars->29->1437",
31861 + "default.handlebars->29->1467",
31862 + "default.handlebars->29->1782",
31863 "default.handlebars->29->673",
31864 "default.handlebars->29->694"
31865 ]
@@ -31880,8 +31881,8 @@
31881 "zh-chs": "服务器权限",
31882 "zh-cht": "伺服器權限",
31883 "xloc": [
31883 - "default.handlebars->29->1705",
31884 - "default.handlebars->29->1794"
31884 + "default.handlebars->29->1707",
31885 + "default.handlebars->29->1796"
31886 ]
31887 },
31888 {
@@ -31901,7 +31902,7 @@
31902 "zh-chs": "服务器配额",
31903 "zh-cht": "伺服器配額",
31904 "xloc": [
31904 - "default.handlebars->29->1899"
31905 + "default.handlebars->29->1901"
31906 ]
31907 },
31908 {
@@ -31921,7 +31922,7 @@
31922 "zh-chs": "服务器还原",
31923 "zh-cht": "伺服器還原",
31924 "xloc": [
31924 - "default.handlebars->29->1784"
31925 + "default.handlebars->29->1786"
31926 ]
31927 },
31928 {
@@ -31941,7 +31942,7 @@
31942 "zh-chs": "服务器权限",
31943 "zh-cht": "伺服器權限",
31944 "xloc": [
31944 - "default.handlebars->29->1898"
31945 + "default.handlebars->29->1900"
31946 ]
31947 },
31948 {
@@ -31961,7 +31962,7 @@
31962 "zh-chs": "服务器状态",
31963 "zh-cht": "伺服器狀態",
31964 "xloc": [
31964 - "default.handlebars->29->2037"
31965 + "default.handlebars->29->2039"
31966 ]
31967 },
31968 {
@@ -32001,7 +32002,7 @@
32002 "zh-chs": "服务器跟踪",
32003 "zh-cht": "伺服器追蹤",
32004 "xloc": [
32004 - "default.handlebars->29->2100"
32005 + "default.handlebars->29->2102"
32006 ]
32007 },
32008 {
@@ -32021,7 +32022,7 @@
32022 "zh-chs": "服务器更新",
32023 "zh-cht": "伺服器更新",
32024 "xloc": [
32024 - "default.handlebars->29->1785"
32025 + "default.handlebars->29->1787"
32026 ]
32027 },
32028 {
@@ -32164,7 +32165,7 @@
32165 "zh-chs": "ServerStats.csv",
32166 "zh-cht": "ServerStats.csv",
32167 "xloc": [
32167 - "default.handlebars->29->2081"
32168 + "default.handlebars->29->2083"
32169 ]
32170 },
32171 {
@@ -32224,7 +32225,7 @@
32225 "zh-chs": "会话",
32226 "zh-cht": "節",
32227 "xloc": [
32227 - "default.handlebars->29->2001"
32228 + "default.handlebars->29->2003"
32229 ]
32230 },
32231 {
@@ -32349,7 +32350,7 @@
32350 "zh-chs": "设置剪贴板内容,{0}个字节",
32351 "zh-cht": "設置剪貼板內容,{0}個字節",
32352 "xloc": [
32352 - "default.handlebars->29->1588"
32353 + "default.handlebars->29->1590"
32354 ]
32355 },
32356 {
@@ -32731,7 +32732,7 @@
32732 "zh-cht": "只顯示自己的事件",
32733 "xloc": [
32734 "default-mobile.handlebars->9->438",
32734 - "default.handlebars->29->1438"
32735 + "default.handlebars->29->1440"
32736 ]
32737 },
32738 {
@@ -32751,7 +32752,7 @@
32752 "zh-chs": "显示连接工具栏",
32753 "zh-cht": "顯示連接工具欄",
32754 "xloc": [
32754 - "default.handlebars->29->1400"
32755 + "default.handlebars->29->1402"
32756 ]
32757 },
32758 {
@@ -32831,8 +32832,8 @@
32832 "zh-chs": "显示1分钟",
32833 "zh-cht": "顯示1分鐘",
32834 "xloc": [
32834 - "default.handlebars->29->1736",
32835 - "default.handlebars->29->1759"
32835 + "default.handlebars->29->1738",
32836 + "default.handlebars->29->1761"
32837 ]
32838 },
32839 {
@@ -32852,8 +32853,8 @@
32853 "zh-chs": "显示10秒",
32854 "zh-cht": "顯示10秒",
32855 "xloc": [
32855 - "default.handlebars->29->1735",
32856 - "default.handlebars->29->1758"
32856 + "default.handlebars->29->1737",
32857 + "default.handlebars->29->1760"
32858 ]
32859 },
32860 {
@@ -32873,8 +32874,8 @@
32874 "zh-chs": "显示5分钟",
32875 "zh-cht": "顯示5分鐘",
32876 "xloc": [
32876 - "default.handlebars->29->1737",
32877 - "default.handlebars->29->1760"
32877 + "default.handlebars->29->1739",
32878 + "default.handlebars->29->1762"
32879 ]
32880 },
32881 {
@@ -32894,8 +32895,8 @@
32895 "zh-chs": "显示消息,直到被用户拒绝",
32896 "zh-cht": "顯示消息,直到被用戶拒絕",
32897 "xloc": [
32897 - "default.handlebars->29->1734",
32898 - "default.handlebars->29->1757"
32898 + "default.handlebars->29->1736",
32899 + "default.handlebars->29->1759"
32900 ]
32901 },
32902 {
@@ -33090,7 +33091,7 @@
33091 "zh-cht": "簡單管理員控制模式(ACM)",
33092 "xloc": [
33093 "default.handlebars->29->1343",
33093 - "default.handlebars->29->1361"
33094 + "default.handlebars->29->1363"
33095 ]
33096 },
33097 {
@@ -33111,7 +33112,7 @@
33112 "zh-cht": "簡單客戶端控制模式(CCM)",
33113 "xloc": [
33114 "default.handlebars->29->1341",
33114 - "default.handlebars->29->1365"
33115 + "default.handlebars->29->1367"
33116 ]
33117 },
33118 {
@@ -33193,8 +33194,8 @@
33194 "zh-chs": "尺寸",
33195 "zh-cht": "尺寸",
33196 "xloc": [
33196 - "default.handlebars->29->2004",
33197 - "default.handlebars->29->2019",
33197 + "default.handlebars->29->2006",
33198 + "default.handlebars->29->2021",
33199 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
33200 ]
33201 },
@@ -34184,8 +34185,8 @@
34185 "zh-chs": "开始时间",
34186 "zh-cht": "開始時間",
34187 "xloc": [
34187 - "default.handlebars->29->2002",
34188 - "default.handlebars->29->2021",
34188 + "default.handlebars->29->2004",
34189 + "default.handlebars->29->2023",
34190 "default.handlebars->29->823",
34191 "desktop.handlebars->3->15"
34192 ]
@@ -34213,7 +34214,7 @@
34214 "zh-chs": "开始桌面多重会话",
34215 "zh-cht": "啟動桌面多路復用會話",
34216 "xloc": [
34216 - "default.handlebars->29->1572"
34217 + "default.handlebars->29->1574"
34218 ]
34219 },
34220 {
@@ -34233,7 +34234,7 @@
34234 "zh-chs": "从{1}到{2}开始了桌面会话“{0}”",
34235 "zh-cht": "從{1}到{2}開始了桌面會話“{0}”",
34236 "xloc": [
34236 - "default.handlebars->29->1581"
34237 + "default.handlebars->29->1583"
34238 ]
34239 },
34240 {
@@ -34253,7 +34254,7 @@
34254 "zh-chs": "从{1}到{2}开始文件管理会话“{0}”",
34255 "zh-cht": "從{1}到{2}開始文件管理會話“{0}”",
34256 "xloc": [
34256 - "default.handlebars->29->1582"
34257 + "default.handlebars->29->1584"
34258 ]
34259 },
34260 {
@@ -34273,7 +34274,7 @@
34274 "zh-chs": "从{1}到{2}开始中继会话“{0}”",
34275 "zh-cht": "從{1}到{2}開始中繼會話“{0}”",
34276 "xloc": [
34276 - "default.handlebars->29->1579"
34277 + "default.handlebars->29->1581"
34278 ]
34279 },
34280 {
@@ -34293,7 +34294,7 @@
34294 "zh-chs": "使用Toast通知启动远程桌面",
34295 "zh-cht": "使用Toast通知啟動遠程桌面",
34296 "xloc": [
34296 - "default.handlebars->29->1601"
34297 + "default.handlebars->29->1603"
34298 ]
34299 },
34300 {
@@ -34313,7 +34314,7 @@
34314 "zh-chs": "启动远程桌面,而无需通知",
34315 "zh-cht": "啟動遠程桌面,而無需通知",
34316 "xloc": [
34316 - "default.handlebars->29->1602"
34317 + "default.handlebars->29->1604"
34318 ]
34319 },
34320 {
@@ -34333,7 +34334,7 @@
34334 "zh-chs": "启动带有Toast通知的远程文件",
34335 "zh-cht": "啟動帶有Toast通知的遠程文件",
34336 "xloc": [
34336 - "default.handlebars->29->1608"
34337 + "default.handlebars->29->1610"
34338 ]
34339 },
34340 {
@@ -34353,7 +34354,7 @@
34354 "zh-chs": "已启动的远程文件,恕不另行通知",
34355 "zh-cht": "已啟動的遠程文件,恕不另行通知",
34356 "xloc": [
34356 - "default.handlebars->29->1609"
34357 + "default.handlebars->29->1611"
34358 ]
34359 },
34360 {
@@ -34373,7 +34374,7 @@
34374 "zh-chs": "从{1}到{2}开始了终端会话“{0}”",
34375 "zh-cht": "從{1}到{2}開始了終端會話“{0}”",
34376 "xloc": [
34376 - "default.handlebars->29->1580"
34377 + "default.handlebars->29->1582"
34378 ]
34379 },
34380 {
@@ -34393,7 +34394,7 @@
34394 "zh-chs": "接受本地用户后启动远程桌面",
34395 "zh-cht": "接受本地用戶後啟動遠程桌面",
34396 "xloc": [
34396 - "default.handlebars->29->1596"
34397 + "default.handlebars->29->1598"
34398 ]
34399 },
34400 {
@@ -34413,7 +34414,7 @@
34414 "zh-chs": "本地用户接受后启动远程文件",
34415 "zh-cht": "本地用戶接受後啟動遠程文件",
34416 "xloc": [
34416 - "default.handlebars->29->1606"
34417 + "default.handlebars->29->1608"
34418 ]
34419 },
34420 {
@@ -34474,8 +34475,8 @@
34475 "zh-chs": "状况",
34476 "zh-cht": "狀態",
34477 "xloc": [
34477 - "default.handlebars->29->1951",
34478 - "default.handlebars->29->2014",
34478 + "default.handlebars->29->1953",
34479 + "default.handlebars->29->2016",
34480 "default.handlebars->container->column_l->p42->p42tbl->1->0->7"
34481 ]
34482 },
@@ -34603,7 +34604,7 @@
34604 "zh-chs": "超出储存空间",
34605 "zh-cht": "超出儲存空間",
34606 "xloc": [
34606 - "default.handlebars->29->1527"
34607 + "default.handlebars->29->1529"
34608 ]
34609 },
34610 {
@@ -34668,7 +34669,7 @@
34669 "zh-chs": "主题",
34670 "zh-cht": "主題",
34671 "xloc": [
34671 - "default.handlebars->29->1731"
34672 + "default.handlebars->29->1733"
34673 ]
34674 },
34675 {
@@ -34861,7 +34862,8 @@
34862 {
34863 "en": "Switch Intel AMT to Admin Control Mode (ACM).",
34864 "xloc": [
34864 - "default.handlebars->29->283"
34865 + "default.handlebars->29->1357",
34866 + "default.handlebars->29->287"
34867 ]
34868 },
34869 {
@@ -34881,7 +34883,7 @@
34883 "zh-chs": "将服务器设备名称同步到主机名称",
34884 "zh-cht": "將伺服器裝置名稱同步到主機名稱",
34885 "xloc": [
34884 - "default.handlebars->29->1408"
34886 + "default.handlebars->29->1410"
34887 ]
34888 },
34889 {
@@ -35200,8 +35202,8 @@
35202 "zh-cht": "終端機",
35203 "xloc": [
35204 "default-mobile.handlebars->9->168",
35203 - "default.handlebars->29->1401",
35204 - "default.handlebars->29->2008",
35205 + "default.handlebars->29->1403",
35206 + "default.handlebars->29->2010",
35207 "default.handlebars->29->256",
35208 "default.handlebars->29->517",
35209 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -35246,8 +35248,8 @@
35248 "zh-cht": "終端機通知",
35249 "xloc": [
35250 "default.handlebars->29->1326",
35249 - "default.handlebars->29->1830",
35250 - "default.handlebars->29->1917",
35251 + "default.handlebars->29->1832",
35252 + "default.handlebars->29->1919",
35253 "default.handlebars->29->592"
35254 ]
35255 },
@@ -35269,8 +35271,8 @@
35271 "zh-cht": "終端機提示",
35272 "xloc": [
35273 "default.handlebars->29->1325",
35272 - "default.handlebars->29->1829",
35273 - "default.handlebars->29->1916",
35274 + "default.handlebars->29->1831",
35275 + "default.handlebars->29->1918",
35276 "default.handlebars->29->591"
35277 ]
35278 },
@@ -35441,7 +35443,7 @@
35443 "zh-chs": "目前没有任何通知",
35444 "zh-cht": "目前沒有任何通知",
35445 "xloc": [
35444 - "default.handlebars->29->2029"
35446 + "default.handlebars->29->2031"
35447 ]
35448 },
35449 {
@@ -35582,7 +35584,7 @@
35584 {
35585 "en": "This is the recommanded policy. Intel&reg; AMT activation and management is completely automated and the server will attempt to make best possible use of hardware management.",
35586 "xloc": [
35585 - "default.handlebars->29->1386"
35587 + "default.handlebars->29->1388"
35588 ]
35589 },
35590 {
@@ -35623,7 +35625,7 @@
35625 "zh-chs": "此政策不会影响采用ACM模式的英特尔&reg;AMT的设备。",
35626 "zh-cht": "此政策不會影響採用ACM模式的Intel&reg; AMT的裝置。",
35627 "xloc": [
35626 - "default.handlebars->29->1383"
35628 + "default.handlebars->29->1385"
35629 ]
35630 },
35631 {
@@ -35823,7 +35825,7 @@
35825 "zh-chs": "时间跨度",
35826 "zh-cht": "時間跨度",
35827 "xloc": [
35826 - "default.handlebars->29->1670"
35828 + "default.handlebars->29->1672"
35829 ]
35830 },
35831 {
@@ -36675,7 +36677,7 @@
36677 "default-mobile.handlebars->9->98",
36678 "default.handlebars->29->1270",
36679 "default.handlebars->29->1312",
36678 - "default.handlebars->29->1362",
36680 + "default.handlebars->29->1364",
36681 "default.handlebars->29->849",
36682 "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3",
36683 "desktop.handlebars->p11->deskarea0->deskarea4->3"
@@ -36990,7 +36992,7 @@
36992 "zh-cht": "卸載",
36993 "xloc": [
36994 "default-mobile.handlebars->9->460",
36993 - "default.handlebars->29->1476",
36995 + "default.handlebars->29->1478",
36996 "default.handlebars->29->678",
36997 "default.handlebars->29->699"
36998 ]
@@ -37034,7 +37036,7 @@
37036 "zh-chs": "卸载代理/删除设备",
37037 "zh-cht": "卸載代理/刪除設備",
37038 "xloc": [
37037 - "default.handlebars->29->1440"
37039 + "default.handlebars->29->1442"
37040 ]
37041 },
37042 {
@@ -37087,9 +37089,9 @@
37089 "default.handlebars->29->1299",
37090 "default.handlebars->29->13",
37091 "default.handlebars->29->1300",
37090 - "default.handlebars->29->1991",
37091 - "default.handlebars->29->2006",
37092 - "default.handlebars->29->2007",
37092 + "default.handlebars->29->1993",
37093 + "default.handlebars->29->2008",
37094 + "default.handlebars->29->2009",
37095 "default.handlebars->29->42",
37096 "default.handlebars->29->434",
37097 "default.handlebars->29->956",
@@ -37134,7 +37136,7 @@
37136 "zh-chs": "未知动作",
37137 "zh-cht": "未知動作",
37138 "xloc": [
37137 - "default.handlebars->29->2043"
37139 + "default.handlebars->29->2045"
37140 ]
37141 },
37142 {
@@ -37154,8 +37156,8 @@
37156 "zh-chs": "未知设备",
37157 "zh-cht": "未知裝置",
37158 "xloc": [
37157 - "default.handlebars->29->1855",
37158 - "default.handlebars->29->1979"
37159 + "default.handlebars->29->1857",
37160 + "default.handlebars->29->1981"
37161 ]
37162 },
37163 {
@@ -37175,9 +37177,9 @@
37177 "zh-chs": "未知设备组",
37178 "zh-cht": "未知裝置群",
37179 "xloc": [
37178 - "default.handlebars->29->1849",
37179 - "default.handlebars->29->1967",
37180 - "default.handlebars->29->2047"
37180 + "default.handlebars->29->1851",
37181 + "default.handlebars->29->1969",
37182 + "default.handlebars->29->2049"
37183 ]
37184 },
37185 {
@@ -37197,7 +37199,7 @@
37199 "zh-chs": "未知群组",
37200 "zh-cht": "未知群組",
37201 "xloc": [
37200 - "default.handlebars->29->2039"
37202 + "default.handlebars->29->2041"
37203 ]
37204 },
37205 {
@@ -37238,7 +37240,7 @@
37240 "zh-chs": "未知用户组",
37241 "zh-cht": "未知用戶群",
37242 "xloc": [
37241 - "default.handlebars->29->1973"
37243 + "default.handlebars->29->1975"
37244 ]
37245 },
37246 {
@@ -37265,7 +37267,7 @@
37267 {
37268 "en": "Unknown password",
37269 "xloc": [
37268 - "default.handlebars->29->1374"
37270 + "default.handlebars->29->1376"
37271 ]
37272 },
37273 {
@@ -37307,7 +37309,7 @@
37309 "zh-chs": "解锁帐户",
37310 "zh-cht": "解鎖帳戶",
37311 "xloc": [
37310 - "default.handlebars->29->1724"
37312 + "default.handlebars->29->1726"
37313 ]
37314 },
37315 {
@@ -37351,7 +37353,7 @@
37353 "zh-chs": "最新",
37354 "zh-cht": "最新",
37355 "xloc": [
37354 - "default.handlebars->29->2107"
37356 + "default.handlebars->29->2109"
37357 ]
37358 },
37359 {
@@ -37399,8 +37401,8 @@
37401 "default-mobile.handlebars->9->317",
37402 "default-mobile.handlebars->9->335",
37403 "default-mobile.handlebars->9->338",
37402 - "default.handlebars->29->1556",
37403 - "default.handlebars->29->1564",
37404 + "default.handlebars->29->1558",
37405 + "default.handlebars->29->1566",
37406 "default.handlebars->29->888",
37407 "default.handlebars->29->912",
37408 "default.handlebars->29->915",
@@ -37525,7 +37527,7 @@
37527 "zh-cht": "上傳將覆蓋1個檔案。繼續?",
37528 "xloc": [
37529 "default-mobile.handlebars->9->336",
37528 - "default.handlebars->29->1565",
37530 + "default.handlebars->29->1567",
37531 "default.handlebars->29->913"
37532 ]
37533 },
@@ -37547,7 +37549,7 @@
37549 "zh-cht": "上傳將覆蓋{0}個檔案。繼續?",
37550 "xloc": [
37551 "default-mobile.handlebars->9->337",
37550 - "default.handlebars->29->1566",
37552 + "default.handlebars->29->1568",
37553 "default.handlebars->29->914"
37554 ]
37555 },
@@ -37585,7 +37587,7 @@
37587 "zh-chs": "上传:“{0}”",
37588 "zh-cht": "上傳:“{0}”",
37589 "xloc": [
37588 - "default.handlebars->29->1616"
37590 + "default.handlebars->29->1618"
37591 ]
37592 },
37593 {
@@ -37689,8 +37691,8 @@
37691 "zh-chs": "用过的",
37692 "zh-cht": "用過的",
37693 "xloc": [
37692 - "default.handlebars->29->2033",
37693 - "default.handlebars->29->2035"
37694 + "default.handlebars->29->2035",
37695 + "default.handlebars->29->2037"
37696 ]
37697 },
37698 {
@@ -37710,11 +37712,11 @@
37712 "zh-chs": "用户",
37713 "zh-cht": "用戶",
37714 "xloc": [
37713 - "default.handlebars->29->1359",
37714 - "default.handlebars->29->1677",
37715 - "default.handlebars->29->1706",
37716 - "default.handlebars->29->1845",
37717 - "default.handlebars->29->2026",
37715 + "default.handlebars->29->1361",
37716 + "default.handlebars->29->1679",
37717 + "default.handlebars->29->1708",
37718 + "default.handlebars->29->1847",
37719 + "default.handlebars->29->2028",
37720 "default.handlebars->29->233",
37721 "default.handlebars->29->662"
37722 ]
@@ -37736,7 +37738,7 @@
37738 "zh-chs": "用户+档案",
37739 "zh-cht": "用戶+檔案",
37740 "xloc": [
37739 - "default.handlebars->29->1707"
37741 + "default.handlebars->29->1709"
37742 ]
37743 },
37744 {
@@ -37756,10 +37758,10 @@
37758 "zh-chs": "用户帐户导入",
37759 "zh-cht": "用戶帳戶導入",
37760 "xloc": [
37759 - "default.handlebars->29->1740",
37760 - "default.handlebars->29->1741",
37761 + "default.handlebars->29->1742",
37762 "default.handlebars->29->1743",
37762 - "default.handlebars->29->1745"
37763 + "default.handlebars->29->1745",
37764 + "default.handlebars->29->1747"
37765 ]
37766 },
37767 {
@@ -37779,7 +37781,7 @@
37781 "zh-chs": "用户帐户",
37782 "zh-cht": "用戶帳戶",
37783 "xloc": [
37782 - "default.handlebars->29->2052"
37784 + "default.handlebars->29->2054"
37785 ]
37786 },
37787 {
@@ -37800,7 +37802,7 @@
37802 "zh-cht": "用戶授權",
37803 "xloc": [
37804 "default-mobile.handlebars->9->413",
37803 - "default.handlebars->29->1357",
37805 + "default.handlebars->29->1359",
37806 "default.handlebars->29->658"
37807 ]
37808 },
@@ -37822,8 +37824,8 @@
37824 "zh-cht": "用戶同意",
37825 "xloc": [
37826 "default.handlebars->29->1332",
37825 - "default.handlebars->29->1836",
37826 - "default.handlebars->29->1923",
37827 + "default.handlebars->29->1838",
37828 + "default.handlebars->29->1925",
37829 "default.handlebars->29->193",
37830 "default.handlebars->29->598",
37831 "default.handlebars->29->729"
@@ -37846,11 +37848,11 @@
37848 "zh-chs": "用户组",
37849 "zh-cht": "用戶群",
37850 "xloc": [
37849 - "default.handlebars->29->1416",
37850 - "default.handlebars->29->1417",
37851 - "default.handlebars->29->1809",
37852 - "default.handlebars->29->1975",
37853 - "default.handlebars->29->1994",
37851 + "default.handlebars->29->1418",
37852 + "default.handlebars->29->1419",
37853 + "default.handlebars->29->1811",
37854 + "default.handlebars->29->1977",
37855 + "default.handlebars->29->1996",
37856 "default.handlebars->29->661"
37857 ]
37858 },
@@ -37891,7 +37893,7 @@
37893 "zh-chs": "用户组成员",
37894 "zh-cht": "用戶群成員",
37895 "xloc": [
37894 - "default.handlebars->29->1972"
37896 + "default.handlebars->29->1974"
37897 ]
37898 },
37899 {
@@ -37931,9 +37933,9 @@
37933 "zh-chs": "用户识别码",
37934 "zh-cht": "用戶識別碼",
37935 "xloc": [
37934 - "default.handlebars->29->1481",
37935 - "default.handlebars->29->1890",
37936 - "default.handlebars->29->1891"
37936 + "default.handlebars->29->1483",
37937 + "default.handlebars->29->1892",
37938 + "default.handlebars->29->1893"
37939 ]
37940 },
37941 {
@@ -37953,8 +37955,8 @@
37955 "zh-chs": "用户标识符",
37956 "zh-cht": "用戶標識符",
37957 "xloc": [
37956 - "default.handlebars->29->1414",
37957 - "default.handlebars->29->1874"
37958 + "default.handlebars->29->1416",
37959 + "default.handlebars->29->1876"
37960 ]
37961 },
37962 {
@@ -37974,7 +37976,7 @@
37976 "zh-chs": "用户列表输出",
37977 "zh-cht": "用戶列表輸出",
37978 "xloc": [
37977 - "default.handlebars->29->1752"
37979 + "default.handlebars->29->1754"
37980 ]
37981 },
37982 {
@@ -37995,7 +37997,7 @@
37997 "zh-cht": "用戶名",
37998 "xloc": [
37999 "default-mobile.handlebars->9->464",
37998 - "default.handlebars->29->1480"
38000 + "default.handlebars->29->1482"
38001 ]
38002 },
38003 {
@@ -38070,7 +38072,7 @@
38072 "zh-chs": "用户节",
38073 "zh-cht": "用戶節",
38074 "xloc": [
38073 - "default.handlebars->29->2072"
38075 + "default.handlebars->29->2074"
38076 ]
38077 },
38078 {
@@ -38195,7 +38197,7 @@
38197 "zh-chs": "用户组已更改:{0}",
38198 "zh-cht": "用戶組已更改:{0}",
38199 "xloc": [
38198 - "default.handlebars->29->1645"
38200 + "default.handlebars->29->1647"
38201 ]
38202 },
38203 {
@@ -38215,7 +38217,7 @@
38217 "zh-chs": "已创建用户组:{0}",
38218 "zh-cht": "已創建用戶組:{0}",
38219 "xloc": [
38218 - "default.handlebars->29->1635"
38220 + "default.handlebars->29->1637"
38221 ]
38222 },
38223 {
@@ -38235,7 +38237,7 @@
38237 "zh-chs": "用户组成员身份已更改:{0}",
38238 "zh-cht": "用戶組成員身份已更改:{0}",
38239 "xloc": [
38238 - "default.handlebars->29->1633"
38240 + "default.handlebars->29->1635"
38241 ]
38242 },
38243 {
@@ -38301,7 +38303,7 @@
38303 "zh-cht": "用戶名",
38304 "xloc": [
38305 "default-mobile.handlebars->9->280",
38304 - "default.handlebars->29->1764",
38306 + "default.handlebars->29->1766",
38307 "default.handlebars->29->293",
38308 "default.handlebars->29->755",
38309 "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->5->1->0->1",
@@ -38375,9 +38377,9 @@
38377 "zh-chs": "用户",
38378 "zh-cht": "用戶",
38379 "xloc": [
38378 - "default.handlebars->29->1797",
38379 - "default.handlebars->29->1837",
38380 - "default.handlebars->29->2071",
38380 + "default.handlebars->29->1799",
38381 + "default.handlebars->29->1839",
38382 + "default.handlebars->29->2073",
38383 "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
38384 ]
38385 },
@@ -38398,7 +38400,7 @@
38400 "zh-chs": "用户会话",
38401 "zh-cht": "用戶節",
38402 "xloc": [
38401 - "default.handlebars->29->2056"
38403 + "default.handlebars->29->2058"
38404 ]
38405 },
38406 {
@@ -38438,7 +38440,7 @@
38440 "zh-chs": "验证电邮",
38441 "zh-cht": "驗證電郵",
38442 "xloc": [
38441 - "default.handlebars->29->1719"
38443 + "default.handlebars->29->1721"
38444 ]

This file is too large to show in full.

views/default.handlebars
+18 -16
@@ -3989,14 +3989,14 @@
3989 if (mesh.amt && (mesh.amt.type > 0)) { // CCM Deactivate, CCM or ACM activation, Full Automatic
3990 r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Perform Intel&reg; AMT activation and configuration." + '" onclick=\'return showAmtSetup("' + mesh._id + '")\'>' + "Setup" + '</a>';
3991 }
3992 - if (mesh.amt && (mesh.amt.type > 2)) { // ACM activation or Full Automatic
3993 - r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Switch Intel AMT to Admin Control Mode (ACM)." + '" onclick=\'return showAmtAcmSetup()\'>' + "ACM" + '</a>';
3994 - }
3992 }
3993 if (mesh.mtype == 2) {
3994 r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Add a new computer to this device group by installing the mesh agent." + '" onclick=\'return addAgentToMesh("' + mesh._id + '")\'>' + "Add Agent" + '</a>';
3995 if ((features & 2) == 0) { r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Invite someone to install the mesh agent on this device group." + '" onclick=\'return inviteAgentToMesh("' + mesh._id + '")\'>' + "Invite" + '</a>'; }
3996 }
3997 + if (mesh.amt && (mesh.amt.type > 2)) { // ACM activation or Full Automatic
3998 + r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Switch Intel AMT to Admin Control Mode (ACM)." + '" onclick=\'return showAmtAcmSetup()\'>' + "ACM" + '</a>';
3999 + }
4000 return r;
4001 }
4002
@@ -9497,22 +9497,24 @@
9497 }
9498 }
9499
9500 - if (meshrights & 4) {
9501 - if (currentMesh.mtype == 1) {
9502 - /*
9503 - if ((features & 1) == 0) { // If not WAN-Only
9504 - x += '<a href=# onclick=\'return addDeviceToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new Intel&reg; AMT computer that is located on the local network." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install local" + '</a>';
9505 - }
9506 - */
9507 - if ((currentMesh.amt != null) && (currentMesh.amt.type > 0)) { // CCM Deactivate, CCM or ACM activation
9508 - x += '<a href=# style=cursor:pointer;margin-right:10px title="' + "Perform Intel&reg; AMT activation and configuration." + '" onclick=\'return showAmtSetup("' + currentMesh._id + '")\'><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Setup" + '</a>';
9509 - }
9500 + //if (meshrights & 4) { }
9501 + if (currentMesh.mtype == 1) {
9502 + /*
9503 + if ((features & 1) == 0) { // If not WAN-Only
9504 + x += '<a href=# onclick=\'return addDeviceToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new Intel&reg; AMT computer that is located on the local network." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install local" + '</a>';
9505 }
9511 - if (currentMesh.mtype == 2) {
9512 - x += '<a href=# onclick=\'return addAgentToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new computer to this device group by installing the mesh agent." + '"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Add Agent" + '</a>';
9513 - x += '<a href=# onclick=\'return inviteAgentToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Invite someone to install the mesh agent on this device group." + '"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Invite" + '</a>';
9506 + */
9507 + if ((currentMesh.amt != null) && (currentMesh.amt.type > 0)) { // CCM Deactivate, CCM or ACM activation
9508 + x += '<a href=# style=cursor:pointer;margin-right:10px title="' + "Perform Intel&reg; AMT activation and configuration." + '" onclick=\'return showAmtSetup("' + currentMesh._id + '")\'><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Setup" + '</a>';
9509 }
9510 }
9511 + if (currentMesh.mtype == 2) {
9512 + x += '<a href=# onclick=\'return addAgentToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new computer to this device group by installing the mesh agent." + '"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Add Agent" + '</a>';
9513 + x += '<a href=# onclick=\'return inviteAgentToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Invite someone to install the mesh agent on this device group." + '"><img src=images/icon-addnew.png border=0 height=12 width=12> ' + "Invite" + '</a>';
9514 + }
9515 + if (currentMesh.amt && (currentMesh.amt.type > 2)) { // ACM activation or Full Automatic
9516 + x += '<a href=# style=cursor:pointer;font-size:small title="' + "Switch Intel AMT to Admin Control Mode (ACM)." + '" onclick=\'return showAmtAcmSetup()\'><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "ACM" + '</a>';
9517 + }
9518
9519 x += '<table style="color:black;background-color:#EEE;border-color:#AAA;border-width:1px;border-style:solid;border-collapse:collapse" border=0 cellpadding=2 cellspacing=0 width=100%><tbody><tr style=background-color:#AAAAAA;font-weight:bold><th scope=col style=text-align:left;width:430px>' + "User Authorizations" + '</th><th scope=col style=text-align:left></th></tr>';
9520