Added Intel AMT ACM activation using USB.

Ylian Saint-Hilaire committed Oct 27, 2020 at 01:42 UTC ac8b423cdb0b345b97dd686e2982245cba2745a4
6 files changed +1988 -1894
meshcentral.js
+1
@@ -1263,6 +1263,7 @@ function CreateMeshCentralServer(config, args) {
1263 // Load any domain web certificates
1264 for (var i in obj.config.domains) {
1265 // Load any Intel AMT ACM activation certificates
1266 + if (obj.config.domains[i].amtacmactivation == null) { obj.config.domains[i].amtacmactivation = {}; }
1267 obj.certificateOperations.loadIntelAmtAcmCerts(obj.config.domains[i].amtacmactivation);
1268
1269 if (typeof obj.config.domains[i].certurl == 'string') {
meshuser.js
+7
@@ -4854,6 +4854,13 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
4854 }
4855 break;
4856 }
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);
4861 + try { ws.send(JSON.stringify({ action: 'amtsetupbin', file: Buffer.from(bin, 'binary').toString('base64') })); } catch (ex) { }
4862 + break;
4863 + }
4864 default: {
4865 // Unknown user action
4866 console.log('Unknown action from user ' + user.name + ': ' + command.action + '.');
public/images/usbkey70.png
Binary files /dev/null and b/public/images/usbkey70.png differ
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,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
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
translate/translate.json
+1947 -1892
@@ -17,8 +17,8 @@
17 "zh-chs": " + CIRA",
18 "zh-cht": " + CIRA",
19 "xloc": [
20 - "default.handlebars->29->1332",
21 - "default.handlebars->29->1334"
20 + "default.handlebars->29->1342",
21 + "default.handlebars->29->1344"
22 ]
23 },
24 {
@@ -204,7 +204,7 @@
204 "zh-chs": " 可以使用密码提示,但不建议使用。",
205 "zh-cht": " 可以使用密碼提示,但不建議使用。",
206 "xloc": [
207 - "default.handlebars->29->1245"
207 + "default.handlebars->29->1255"
208 ]
209 },
210 {
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->29->1403",
228 - "default.handlebars->29->1863"
227 + "default.handlebars->29->1413",
228 + "default.handlebars->29->1873"
229 ]
230 },
231 {
@@ -395,7 +395,7 @@
395 "zh-chs": "(可选的)",
396 "zh-cht": "(可選的)",
397 "xloc": [
398 - "default.handlebars->29->332"
398 + "default.handlebars->29->342"
399 ]
400 },
401 {
@@ -418,7 +418,8 @@
418 {
419 "en": "* 8 characters, 1 upper, 1 lower, 1 numeric, 1 non-alpha numeric.",
420 "xloc": [
421 - "default.handlebars->29->1372"
421 + "default.handlebars->29->1382",
422 + "default.handlebars->29->308"
423 ]
424 },
425 {
@@ -438,7 +439,7 @@
439 "zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
440 "zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
441 "xloc": [
441 - "default.handlebars->29->371"
442 + "default.handlebars->29->381"
443 ]
444 },
445 {
@@ -493,7 +494,7 @@
494 "zh-cht": ",",
495 "xloc": [
496 "default-mobile.handlebars->9->467",
496 - "default.handlebars->29->1473"
497 + "default.handlebars->29->1483"
498 ]
499 },
500 {
@@ -514,7 +515,7 @@
515 "zh-cht": ",只適用於Intel&reg;AMT",
516 "xloc": [
517 "default-mobile.handlebars->9->147",
517 - "default.handlebars->29->206"
518 + "default.handlebars->29->207"
519 ]
520 },
521 {
@@ -534,7 +535,7 @@
535 "zh-chs": ",MQTT在线",
536 "zh-cht": ",MQTT在線",
537 "xloc": [
537 - "default.handlebars->29->987"
538 + "default.handlebars->29->997"
539 ]
540 },
541 {
@@ -554,7 +555,7 @@
555 "zh-chs": ",软体KVM",
556 "zh-cht": ",軟體KVM",
557 "xloc": [
557 - "default.handlebars->29->811",
558 + "default.handlebars->29->821",
559 "desktop.handlebars->3->13"
560 ]
561 },
@@ -577,9 +578,9 @@
578 "xloc": [
579 "default-mobile.handlebars->9->296",
580 "default-mobile.handlebars->9->305",
580 - "default.handlebars->29->818",
581 - "default.handlebars->29->851",
582 - "default.handlebars->29->863",
581 + "default.handlebars->29->828",
582 + "default.handlebars->29->861",
583 + "default.handlebars->29->873",
584 "desktop.handlebars->3->20",
585 "xterm.handlebars->9->6"
586 ]
@@ -700,7 +701,7 @@
701 "zh-chs": ",{0}观看",
702 "zh-cht": ",{0}觀看",
703 "xloc": [
703 - "default.handlebars->29->812",
704 + "default.handlebars->29->822",
705 "desktop.handlebars->3->14"
706 ]
707 },
@@ -765,9 +766,9 @@
766 "xloc": [
767 "default-mobile.handlebars->9->108",
768 "default-mobile.handlebars->9->307",
768 - "default.handlebars->29->1514",
769 - "default.handlebars->29->2018",
770 - "default.handlebars->29->868"
769 + "default.handlebars->29->1524",
770 + "default.handlebars->29->2028",
771 + "default.handlebars->29->878"
772 ]
773 },
774 {
@@ -823,7 +824,7 @@
824 "zh-chs": "1个活跃时段",
825 "zh-cht": "1個活躍時段",
826 "xloc": [
826 - "default.handlebars->29->1932"
827 + "default.handlebars->29->1942"
828 ]
829 },
830 {
@@ -845,7 +846,7 @@
846 "xloc": [
847 "default-mobile.handlebars->9->118",
848 "default-mobile.handlebars->9->471",
848 - "default.handlebars->29->1538",
849 + "default.handlebars->29->1548",
850 "download.handlebars->3->1",
851 "download2.handlebars->5->1"
852 ]
@@ -867,7 +868,7 @@
868 "zh-chs": "1条连接",
869 "zh-cht": "1位聯絡文",
870 "xloc": [
870 - "default.handlebars->29->814",
871 + "default.handlebars->29->824",
872 "desktop.handlebars->3->16"
873 ]
874 },
@@ -889,8 +890,8 @@
890 "zh-cht": "1天",
891 "xloc": [
892 "default.handlebars->29->181",
892 - "default.handlebars->29->323",
893 - "default.handlebars->29->337"
893 + "default.handlebars->29->333",
894 + "default.handlebars->29->347"
895 ]
896 },
897 {
@@ -910,7 +911,7 @@
911 "zh-chs": "1组",
912 "zh-cht": "1群",
913 "xloc": [
913 - "default.handlebars->29->1897"
914 + "default.handlebars->29->1907"
915 ]
916 },
917 {
@@ -931,8 +932,8 @@
932 "zh-cht": "1小時",
933 "xloc": [
934 "default.handlebars->29->179",
934 - "default.handlebars->29->321",
935 - "default.handlebars->29->335"
935 + "default.handlebars->29->331",
936 + "default.handlebars->29->345"
937 ]
938 },
939 {
@@ -952,7 +953,7 @@
953 "zh-chs": "1分钟",
954 "zh-cht": "1分鐘",
955 "xloc": [
955 - "default.handlebars->29->703"
956 + "default.handlebars->29->713"
957 ]
958 },
959 {
@@ -993,8 +994,8 @@
994 "zh-cht": "1個月",
995 "xloc": [
996 "default.handlebars->29->183",
996 - "default.handlebars->29->325",
997 - "default.handlebars->29->339"
997 + "default.handlebars->29->335",
998 + "default.handlebars->29->349"
999 ]
1000 },
1001 {
@@ -1014,7 +1015,7 @@
1015 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1016 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1017 "xloc": [
1017 - "default.handlebars->29->1687"
1018 + "default.handlebars->29->1697"
1019 ]
1020 },
1021 {
@@ -1034,7 +1035,7 @@
1035 "zh-chs": "1个节点",
1036 "zh-cht": "1個節點",
1037 "xloc": [
1037 - "default.handlebars->29->391"
1038 + "default.handlebars->29->401"
1039 ]
1040 },
1041 {
@@ -1080,13 +1081,13 @@
1081 "default-mobile.handlebars->9->172",
1082 "default-mobile.handlebars->9->175",
1083 "default-mobile.handlebars->9->178",
1083 - "default.handlebars->29->1691",
1084 - "default.handlebars->29->250",
1085 - "default.handlebars->29->253",
1086 - "default.handlebars->29->256",
1087 - "default.handlebars->29->259",
1088 - "default.handlebars->29->262",
1089 - "default.handlebars->29->265"
1084 + "default.handlebars->29->1701",
1085 + "default.handlebars->29->251",
1086 + "default.handlebars->29->254",
1087 + "default.handlebars->29->257",
1088 + "default.handlebars->29->260",
1089 + "default.handlebars->29->263",
1090 + "default.handlebars->29->266"
1091 ]
1092 },
1093 {
@@ -1107,8 +1108,8 @@
1108 "zh-cht": "1週",
1109 "xloc": [
1110 "default.handlebars->29->182",
1110 - "default.handlebars->29->324",
1111 - "default.handlebars->29->338"
1111 + "default.handlebars->29->334",
1112 + "default.handlebars->29->348"
1113 ]
1114 },
1115 {
@@ -1212,7 +1213,7 @@
1213 "zh-chs": "10分钟",
1214 "zh-cht": "10分鐘",
1215 "xloc": [
1215 - "default.handlebars->29->705"
1216 + "default.handlebars->29->715"
1217 ]
1218 },
1219 {
@@ -1281,7 +1282,7 @@
1282 "en": "12 hours",
1283 "nl": "12 uur",
1284 "xloc": [
1284 - "default.handlebars->29->713"
1285 + "default.handlebars->29->723"
1286 ]
1287 },
1288 {
@@ -1323,28 +1324,28 @@
1324 "zh-chs": "15分钟",
1325 "zh-cht": "15分鐘",
1326 "xloc": [
1326 - "default.handlebars->29->706"
1327 + "default.handlebars->29->716"
1328 ]
1329 },
1330 {
1331 "en": "16 hours",
1332 "nl": "16 uur",
1333 "xloc": [
1333 - "default.handlebars->29->714"
1334 + "default.handlebars->29->724"
1335 ]
1336 },
1337 {
1338 "en": "2 days",
1339 "nl": "2 dagen",
1340 "xloc": [
1340 - "default.handlebars->29->716"
1341 + "default.handlebars->29->726"
1342 ]
1343 },
1344 {
1345 "en": "2 hours",
1346 "nl": "2 uur",
1347 "xloc": [
1347 - "default.handlebars->29->710"
1348 + "default.handlebars->29->720"
1349 ]
1350 },
1351 {
@@ -1435,7 +1436,7 @@
1436 "en": "24 hours",
1437 "nl": "24 uur",
1438 "xloc": [
1438 - "default.handlebars->29->715"
1439 + "default.handlebars->29->725"
1440 ]
1441 },
1442 {
@@ -1497,7 +1498,7 @@
1498 "zh-chs": "2FA备份代码已清除",
1499 "zh-cht": "2FA備份代碼已清除",
1500 "xloc": [
1500 - "default.handlebars->29->1649"
1501 + "default.handlebars->29->1659"
1502 ]
1503 },
1504 {
@@ -1517,8 +1518,8 @@
1518 "zh-chs": "启用第二因素身份验证",
1519 "zh-cht": "啟用第二因素身份驗證",
1520 "xloc": [
1520 - "default.handlebars->29->1704",
1521 - "default.handlebars->29->1919"
1521 + "default.handlebars->29->1714",
1522 + "default.handlebars->29->1929"
1523 ]
1524 },
1525 {
@@ -1637,7 +1638,7 @@
1638 "zh-chs": "30分钟",
1639 "zh-cht": "30分鐘",
1640 "xloc": [
1640 - "default.handlebars->29->707"
1641 + "default.handlebars->29->717"
1642 ]
1643 },
1644 {
@@ -1657,8 +1658,8 @@
1658 "zh-chs": "MeshAgent的32位版本",
1659 "zh-cht": "MeshAgent的32位版本",
1660 "xloc": [
1660 - "default.handlebars->29->361",
1661 - "default.handlebars->29->378"
1661 + "default.handlebars->29->371",
1662 + "default.handlebars->29->388"
1663 ]
1664 },
1665 {
@@ -1687,14 +1688,14 @@
1688 "en": "4 days",
1689 "nl": "4 dagen",
1690 "xloc": [
1690 - "default.handlebars->29->717"
1691 + "default.handlebars->29->727"
1692 ]
1693 },
1694 {
1695 "en": "4 hours",
1696 "nl": "4 uur",
1697 "xloc": [
1697 - "default.handlebars->29->711"
1698 + "default.handlebars->29->721"
1699 ]
1700 },
1701 {
@@ -1777,7 +1778,7 @@
1778 "zh-chs": "45分钟",
1779 "zh-cht": "45分鐘",
1780 "xloc": [
1780 - "default.handlebars->29->708"
1781 + "default.handlebars->29->718"
1782 ]
1783 },
1784 {
@@ -1817,7 +1818,7 @@
1818 "zh-chs": "5分钟",
1819 "zh-cht": "5分鐘",
1820 "xloc": [
1820 - "default.handlebars->29->704"
1821 + "default.handlebars->29->714"
1822 ]
1823 },
1824 {
@@ -1930,7 +1931,7 @@
1931 "en": "60 minutes",
1932 "nl": "60 minuten",
1933 "xloc": [
1933 - "default.handlebars->29->709"
1934 + "default.handlebars->29->719"
1935 ]
1936 },
1937 {
@@ -1972,7 +1973,7 @@
1973 "zh-chs": "64位版本的macOS Mesh Agent",
1974 "zh-cht": "64位版本的macOS Mesh Agent",
1975 "xloc": [
1975 - "default.handlebars->29->374"
1976 + "default.handlebars->29->384"
1977 ]
1978 },
1979 {
@@ -1992,8 +1993,8 @@
1993 "zh-chs": "MeshAgent的64位版本",
1994 "zh-cht": "MeshAgent的64位版本",
1995 "xloc": [
1995 - "default.handlebars->29->365",
1996 - "default.handlebars->29->381"
1996 + "default.handlebars->29->375",
1997 + "default.handlebars->29->391"
1998 ]
1999 },
2000 {
@@ -2050,7 +2051,7 @@
2051 "zh-chs": "7天电源状态",
2052 "zh-cht": "7天電源狀態",
2053 "xloc": [
2053 - "default.handlebars->29->744"
2054 + "default.handlebars->29->754"
2055 ]
2056 },
2057 {
@@ -2113,9 +2114,9 @@
2114 "zh-chs": "8小時",
2115 "zh-cht": "8小時",
2116 "xloc": [
2116 - "default.handlebars->29->322",
2117 - "default.handlebars->29->336",
2118 - "default.handlebars->29->712"
2117 + "default.handlebars->29->332",
2118 + "default.handlebars->29->346",
2119 + "default.handlebars->29->722"
2120 ]
2121 },
2122 {
@@ -2333,7 +2334,8 @@
2334 "zh-cht": "ACM",
2335 "xloc": [
2336 "default-mobile.handlebars->9->236",
2336 - "default.handlebars->29->553"
2337 + "default.handlebars->29->284",
2338 + "default.handlebars->29->563"
2339 ]
2340 },
2341 {
@@ -2353,8 +2355,8 @@
2355 "zh-chs": "AMT",
2356 "zh-cht": "AMT",
2357 "xloc": [
2356 - "default.handlebars->29->217",
2357 - "default.handlebars->29->419"
2358 + "default.handlebars->29->218",
2359 + "default.handlebars->29->429"
2360 ]
2361 },
2362 {
@@ -2458,7 +2460,7 @@
2460 "zh-chs": "拒绝访问",
2461 "zh-cht": "拒絕存取",
2462 "xloc": [
2461 - "default.handlebars->29->988"
2463 + "default.handlebars->29->998"
2464 ]
2465 },
2466 {
@@ -2500,7 +2502,7 @@
2502 "zh-chs": "访问服务器档案",
2503 "zh-cht": "存取伺服器檔案",
2504 "xloc": [
2503 - "default.handlebars->29->1869"
2505 + "default.handlebars->29->1879"
2506 ]
2507 },
2508 {
@@ -2589,10 +2591,10 @@
2591 "default-mobile.handlebars->9->93",
2592 "default-mobile.handlebars->9->95",
2593 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2592 - "default.handlebars->29->1254",
2593 - "default.handlebars->29->1256",
2594 - "default.handlebars->29->522",
2595 - "default.handlebars->29->524"
2594 + "default.handlebars->29->1264",
2595 + "default.handlebars->29->1266",
2596 + "default.handlebars->29->532",
2597 + "default.handlebars->29->534"
2598 ]
2599 },
2600 {
@@ -2653,7 +2655,7 @@
2655 "zh-chs": "帐户已更改:{0}",
2656 "zh-cht": "帳戶已更改:{0}",
2657 "xloc": [
2656 - "default.handlebars->29->1622"
2658 + "default.handlebars->29->1632"
2659 ]
2660 },
2661 {
@@ -2673,7 +2675,7 @@
2675 "zh-chs": "创建帐户,电子邮件为{0}",
2676 "zh-cht": "創建帳戶,電子郵件為{0}",
2677 "xloc": [
2676 - "default.handlebars->29->1621"
2678 + "default.handlebars->29->1631"
2679 ]
2680 },
2681 {
@@ -2693,7 +2695,7 @@
2695 "zh-chs": "创建帐户,用户名是{0}",
2696 "zh-cht": "帳戶已創建,用戶名是{0}",
2697 "xloc": [
2696 - "default.handlebars->29->1620"
2698 + "default.handlebars->29->1630"
2699 ]
2700 },
2701 {
@@ -2713,8 +2715,8 @@
2715 "zh-chs": "帐户已被锁定",
2716 "zh-cht": "帳戶已被鎖定",
2717 "xloc": [
2716 - "default.handlebars->29->1706",
2717 - "default.handlebars->29->1866"
2718 + "default.handlebars->29->1716",
2719 + "default.handlebars->29->1876"
2720 ]
2721 },
2722 {
@@ -2778,7 +2780,7 @@
2780 "zh-chs": "帐号登录",
2781 "zh-cht": "帳號登錄",
2782 "xloc": [
2781 - "default.handlebars->29->1557"
2783 + "default.handlebars->29->1567"
2784 ]
2785 },
2786 {
@@ -2798,7 +2800,7 @@
2800 "zh-chs": "帐户登出",
2801 "zh-cht": "帳戶登出",
2802 "xloc": [
2801 - "default.handlebars->29->1558"
2803 + "default.handlebars->29->1568"
2804 ]
2805 },
2806 {
@@ -2840,7 +2842,7 @@
2842 "zh-chs": "帐户密码已更改:{0}",
2843 "zh-cht": "帳戶密碼已更改:{0}",
2844 "xloc": [
2843 - "default.handlebars->29->1630"
2845 + "default.handlebars->29->1640"
2846 ]
2847 },
2848 {
@@ -2860,7 +2862,7 @@
2862 "zh-chs": "帐户已删除",
2863 "zh-cht": "帳戶已刪除",
2864 "xloc": [
2863 - "default.handlebars->29->1619"
2865 + "default.handlebars->29->1629"
2866 ]
2867 },
2868 {
@@ -2900,7 +2902,7 @@
2902 "zh-chs": "指令",
2903 "zh-cht": "指令",
2904 "xloc": [
2903 - "default.handlebars->29->993",
2905 + "default.handlebars->29->1003",
2906 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
2907 ]
2908 },
@@ -2921,8 +2923,8 @@
2923 "zh-chs": "动作档案",
2924 "zh-cht": "動作檔案",
2925 "xloc": [
2924 - "default.handlebars->29->787",
2925 - "default.handlebars->29->789"
2926 + "default.handlebars->29->797",
2927 + "default.handlebars->29->799"
2928 ]
2929 },
2930 {
@@ -2945,12 +2947,18 @@
2947 "default-mobile.handlebars->9->259",
2948 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
2949 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
2948 - "default.handlebars->29->601",
2950 + "default.handlebars->29->611",
2951 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
2952 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
2953 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
2954 ]
2955 },
2956 + {
2957 + "en": "Activate Intel&reg; AMT in Admin Control Mode (ACM) using a FAT formated USB key. Place setup.bin on it and boot one or more computers with this key.",
2958 + "xloc": [
2959 + "default.handlebars->29->303"
2960 + ]
2961 + },
2962 {
2963 "cs": "Zapnout kameru a mikrofon",
2964 "de": "Kamera & Mikrofon aktivieren",
@@ -3011,9 +3019,9 @@
3019 "default-mobile.handlebars->9->231",
3020 "default-mobile.handlebars->9->233",
3021 "default-mobile.handlebars->9->370",
3014 - "default.handlebars->29->546",
3015 - "default.handlebars->29->548",
3016 - "default.handlebars->29->949"
3022 + "default.handlebars->29->556",
3023 + "default.handlebars->29->558",
3024 + "default.handlebars->29->959"
3025 ]
3026 },
3027 {
@@ -3053,7 +3061,7 @@
3061 "zh-chs": "活跃用户{0}",
3062 "zh-cht": "活躍用戶{0}",
3063 "xloc": [
3056 - "default.handlebars->29->576"
3064 + "default.handlebars->29->586"
3065 ]
3066 },
3067 {
@@ -3073,8 +3081,8 @@
3081 "zh-chs": "添加代理",
3082 "zh-cht": "新增代理",
3083 "xloc": [
3076 - "default.handlebars->29->1344",
3077 - "default.handlebars->29->283"
3084 + "default.handlebars->29->1354",
3085 + "default.handlebars->29->286"
3086 ]
3087 },
3088 {
@@ -3111,8 +3119,8 @@
3119 "zh-chs": "添加设备",
3120 "zh-cht": "新增裝置",
3121 "xloc": [
3114 - "default.handlebars->29->1843",
3115 - "default.handlebars->29->1967"
3122 + "default.handlebars->29->1853",
3123 + "default.handlebars->29->1977"
3124 ]
3125 },
3126 {
@@ -3132,7 +3140,7 @@
3140 "zh-chs": "添加设备日志",
3141 "zh-cht": "新增裝置日誌",
3142 "xloc": [
3135 - "default.handlebars->29->693"
3143 + "default.handlebars->29->703"
3144 ]
3145 },
3146 {
@@ -3152,10 +3160,10 @@
3160 "zh-chs": "添加设备组",
3161 "zh-cht": "新增裝置群",
3162 "xloc": [
3155 - "default.handlebars->29->1437",
3156 - "default.handlebars->29->1837",
3157 - "default.handlebars->29->1955",
3158 - "default.handlebars->29->237"
3163 + "default.handlebars->29->1447",
3164 + "default.handlebars->29->1847",
3165 + "default.handlebars->29->1965",
3166 + "default.handlebars->29->238"
3167 ]
3168 },
3169 {
@@ -3175,7 +3183,7 @@
3183 "zh-chs": "添加设备组权限",
3184 "zh-cht": "新增裝置群權限",
3185 "xloc": [
3178 - "default.handlebars->29->1434"
3186 + "default.handlebars->29->1444"
3187 ]
3188 },
3189 {
@@ -3195,8 +3203,8 @@
3203 "zh-chs": "添加设备权限",
3204 "zh-cht": "新增裝置權限",
3205 "xloc": [
3198 - "default.handlebars->29->1439",
3199 - "default.handlebars->29->1441"
3206 + "default.handlebars->29->1449",
3207 + "default.handlebars->29->1451"
3208 ]
3209 },
3210 {
@@ -3233,7 +3241,7 @@
3241 "zh-chs": "添加英特尔&reg;AMT设备",
3242 "zh-cht": "新增Intel&reg; AMT裝置",
3243 "xloc": [
3236 - "default.handlebars->29->296"
3244 + "default.handlebars->29->299"
3245 ]
3246 },
3247 {
@@ -3273,7 +3281,7 @@
3281 "zh-chs": "添加本地",
3282 "zh-cht": "新增本地",
3283 "xloc": [
3276 - "default.handlebars->29->277"
3284 + "default.handlebars->29->278"
3285 ]
3286 },
3287 {
@@ -3293,7 +3301,7 @@
3301 "zh-chs": "添加成员身份",
3302 "zh-cht": "新增成員身份",
3303 "xloc": [
3296 - "default.handlebars->29->1985"
3304 + "default.handlebars->29->1995"
3305 ]
3306 },
3307 {
@@ -3313,7 +3321,7 @@
3321 "zh-chs": "添加 Mesh Agent",
3322 "zh-cht": "新增 Mesh Agent",
3323 "xloc": [
3316 - "default.handlebars->29->390"
3324 + "default.handlebars->29->400"
3325 ]
3326 },
3327 {
@@ -3333,8 +3341,8 @@
3341 "zh-chs": "添加安全密钥",
3342 "zh-cht": "新增安全密鑰",
3343 "xloc": [
3336 - "default.handlebars->29->1021",
3337 - "default.handlebars->29->1022",
3344 + "default.handlebars->29->1031",
3345 + "default.handlebars->29->1032",
3346 "default.handlebars->29->149",
3347 "default.handlebars->29->151",
3348 "default.handlebars->29->154",
@@ -3359,7 +3367,7 @@
3367 "zh-cht": "新增用戶",
3368 "xloc": [
3369 "default-mobile.handlebars->9->412",
3362 - "default.handlebars->29->646"
3370 + "default.handlebars->29->656"
3371 ]
3372 },
3373 {
@@ -3379,7 +3387,7 @@
3387 "zh-chs": "添加用户设备权限",
3388 "zh-cht": "新增用戶裝置權限",
3389 "xloc": [
3382 - "default.handlebars->29->1444"
3390 + "default.handlebars->29->1454"
3391 ]
3392 },
3393 {
@@ -3399,10 +3407,10 @@
3407 "zh-chs": "添加用户组",
3408 "zh-cht": "新增用戶群",
3409 "xloc": [
3402 - "default.handlebars->29->1340",
3403 - "default.handlebars->29->1436",
3404 - "default.handlebars->29->1961",
3405 - "default.handlebars->29->647"
3410 + "default.handlebars->29->1350",
3411 + "default.handlebars->29->1446",
3412 + "default.handlebars->29->1971",
3413 + "default.handlebars->29->657"
3414 ]
3415 },
3416 {
@@ -3422,7 +3430,7 @@
3430 "zh-chs": "添加用户组设备权限",
3431 "zh-cht": "新增用戶群裝置權限",
3432 "xloc": [
3425 - "default.handlebars->29->1446"
3433 + "default.handlebars->29->1456"
3434 ]
3435 },
3436 {
@@ -3479,8 +3487,8 @@
3487 "zh-chs": "添加用户",
3488 "zh-cht": "新增用戶",
3489 "xloc": [
3482 - "default.handlebars->29->1339",
3483 - "default.handlebars->29->1832"
3490 + "default.handlebars->29->1349",
3491 + "default.handlebars->29->1842"
3492 ]
3493 },
3494 {
@@ -3500,7 +3508,7 @@
3508 "zh-chs": "将用户添加到设备组",
3509 "zh-cht": "將用戶新增到裝置群",
3510 "xloc": [
3503 - "default.handlebars->29->1433"
3511 + "default.handlebars->29->1443"
3512 ]
3513 },
3514 {
@@ -3520,7 +3528,7 @@
3528 "zh-chs": "将用户添加到用户组",
3529 "zh-cht": "將用戶新增到用戶群",
3530 "xloc": [
3523 - "default.handlebars->29->1865"
3531 + "default.handlebars->29->1875"
3532 ]
3533 },
3534 {
@@ -3560,7 +3568,7 @@
3568 "zh-chs": "通过扫描本地网络添加新的英特尔&reg;AMT计算机。",
3569 "zh-cht": "通過掃描本地網絡新增新的Intel&reg; AMT電腦。",
3570 "xloc": [
3563 - "default.handlebars->29->278"
3571 + "default.handlebars->29->279"
3572 ]
3573 },
3574 {
@@ -3597,7 +3605,7 @@
3605 "zh-chs": "添加位于本地网络上的新英特尔&reg;AMT计算机。",
3606 "zh-cht": "新增位於本地網絡上的新Intel&reg; AMT電腦。",
3607 "xloc": [
3600 - "default.handlebars->29->276"
3608 + "default.handlebars->29->277"
3609 ]
3610 },
3611 {
@@ -3617,7 +3625,7 @@
3625 "zh-chs": "将新的英特尔&reg;AMT设备添加到设备组“{0}”。",
3626 "zh-cht": "將新的Intel&reg; AMT裝置新增到裝置群“{0}”。",
3627 "xloc": [
3620 - "default.handlebars->29->286"
3628 + "default.handlebars->29->289"
3629 ]
3630 },
3631 {
@@ -3637,8 +3645,8 @@
3645 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3646 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3647 "xloc": [
3640 - "default.handlebars->29->1343",
3641 - "default.handlebars->29->282"
3648 + "default.handlebars->29->1353",
3649 + "default.handlebars->29->285"
3650 ]
3651 },
3652 {
@@ -3658,13 +3666,13 @@
3666 "zh-chs": "添加标签",
3667 "zh-cht": "新增標籤",
3668 "xloc": [
3661 - "default.handlebars->29->455"
3669 + "default.handlebars->29->465"
3670 ]
3671 },
3672 {
3673 "en": "Add, activate and configure Intel&reg; AMT to group \\\"{0}\\\" by periodically running MeshCmd as administrator on the remote device.",
3674 "xloc": [
3667 - "default.handlebars->29->297"
3675 + "default.handlebars->29->300"
3676 ]
3677 },
3678 {
@@ -3684,7 +3692,7 @@
3692 "zh-chs": "添加了身份验证应用程序",
3693 "zh-cht": "添加了身份驗證應用程序",
3694 "xloc": [
3687 - "default.handlebars->29->1646"
3695 + "default.handlebars->29->1656"
3696 ]
3697 },
3698 {
@@ -3704,8 +3712,8 @@
3712 "zh-chs": "已将设备{0}添加到设备组{1}",
3713 "zh-cht": "已將設備{0}添加到設備組{1}",
3714 "xloc": [
3707 - "default.handlebars->29->1613",
3708 - "default.handlebars->29->1640"
3715 + "default.handlebars->29->1623",
3716 + "default.handlebars->29->1650"
3717 ]
3718 },
3719 {
@@ -3725,7 +3733,7 @@
3733 "zh-chs": "添加了安全密钥",
3734 "zh-cht": "添加了安全密鑰",
3735 "xloc": [
3728 - "default.handlebars->29->1651"
3736 + "default.handlebars->29->1661"
3737 ]
3738 },
3739 {
@@ -3745,7 +3753,7 @@
3753 "zh-chs": "已将用户组{0}添加到设备组{1}",
3754 "zh-cht": "已將用戶組{0}添加到設備組{1}",
3755 "xloc": [
3748 - "default.handlebars->29->1624"
3756 + "default.handlebars->29->1634"
3757 ]
3758 },
3759 {
@@ -3765,8 +3773,8 @@
3773 "zh-chs": "已将用户{0}添加到用户组{1}",
3774 "zh-cht": "已將用戶{0}添加到用戶組{1}",
3775 "xloc": [
3768 - "default.handlebars->29->1627",
3769 - "default.handlebars->29->1636"
3776 + "default.handlebars->29->1637",
3777 + "default.handlebars->29->1646"
3778 ]
3779 },
3780 {
@@ -3786,7 +3794,7 @@
3794 "zh-chs": "地址",
3795 "zh-cht": "地址",
3796 "xloc": [
3789 - "default.handlebars->29->233"
3797 + "default.handlebars->29->234"
3798 ]
3799 },
3800 {
@@ -3827,7 +3835,7 @@
3835 "zh-cht": "管理員控制模式(ACM)",
3836 "xloc": [
3837 "default-mobile.handlebars->9->372",
3830 - "default.handlebars->29->951"
3838 + "default.handlebars->29->961"
3839 ]
3840 },
3841 {
@@ -3848,7 +3856,7 @@
3856 "zh-cht": "管理員憑證",
3857 "xloc": [
3858 "default-mobile.handlebars->9->378",
3851 - "default.handlebars->29->957"
3859 + "default.handlebars->29->967"
3860 ]
3861 },
3862 {
@@ -3889,7 +3897,7 @@
3897 "zh-chs": "管理领域",
3898 "zh-cht": "管理領域",
3899 "xloc": [
3892 - "default.handlebars->29->1901"
3900 + "default.handlebars->29->1911"
3901 ]
3902 },
3903 {
@@ -3930,7 +3938,7 @@
3938 "zh-chs": "管理领域",
3939 "zh-cht": "管理領域",
3940 "xloc": [
3933 - "default.handlebars->29->1769"
3941 + "default.handlebars->29->1779"
3942 ]
3943 },
3944 {
@@ -3950,7 +3958,7 @@
3958 "zh-chs": "管理员",
3959 "zh-cht": "管理員",
3960 "xloc": [
3953 - "default.handlebars->29->1698"
3961 + "default.handlebars->29->1708"
3962 ]
3963 },
3964 {
@@ -3970,7 +3978,7 @@
3978 "zh-chs": "南非文",
3979 "zh-cht": "南非文",
3980 "xloc": [
3973 - "default.handlebars->29->1024"
3981 + "default.handlebars->29->1034"
3982 ]
3983 },
3984 {
@@ -3993,10 +4001,10 @@
4001 "default-mobile.handlebars->9->203",
4002 "default-mobile.handlebars->9->228",
4003 "default-mobile.handlebars->9->250",
3996 - "default.handlebars->29->1500",
3997 - "default.handlebars->29->1508",
3998 - "default.handlebars->29->213",
3999 - "default.handlebars->29->415",
4004 + "default.handlebars->29->1510",
4005 + "default.handlebars->29->1518",
4006 + "default.handlebars->29->214",
4007 + "default.handlebars->29->425",
4008 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
4009 ]
4010 },
@@ -4017,8 +4025,8 @@
4025 "zh-chs": "代理+英特尔AMT",
4026 "zh-cht": "代理+Intel&reg; AMT",
4027 "xloc": [
4020 - "default.handlebars->29->1502",
4021 - "default.handlebars->29->1510"
4028 + "default.handlebars->29->1512",
4029 + "default.handlebars->29->1520"
4030 ]
4031 },
4032 {
@@ -4059,7 +4067,7 @@
4067 "zh-cht": "代理控制台",
4068 "xloc": [
4069 "default-mobile.handlebars->9->449",
4062 - "default.handlebars->29->1454"
4070 + "default.handlebars->29->1464"
4071 ]
4072 },
4073 {
@@ -4079,7 +4087,7 @@
4087 "zh-chs": "代理错误计数器",
4088 "zh-cht": "代理錯誤計數器",
4089 "xloc": [
4082 - "default.handlebars->29->2028"
4090 + "default.handlebars->29->2038"
4091 ]
4092 },
4093 {
@@ -4120,7 +4128,7 @@
4128 "zh-cht": "代理訊息",
4129 "xloc": [
4130 "default-mobile.handlebars->9->181",
4123 - "default.handlebars->29->268"
4131 + "default.handlebars->29->269"
4132 ]
4133 },
4134 {
@@ -4182,7 +4190,7 @@
4190 "zh-chs": "代理时段",
4191 "zh-cht": "代理時段",
4192 "xloc": [
4185 - "default.handlebars->29->2044"
4193 + "default.handlebars->29->2054"
4194 ]
4195 },
4196 {
@@ -4203,7 +4211,7 @@
4211 "zh-cht": "代理標籤",
4212 "xloc": [
4213 "default-mobile.handlebars->9->249",
4206 - "default.handlebars->29->569"
4214 + "default.handlebars->29->579"
4215 ]
4216 },
4217 {
@@ -4223,7 +4231,7 @@
4231 "zh-chs": "代理类型",
4232 "zh-cht": "代理類型",
4233 "xloc": [
4226 - "default.handlebars->29->1506",
4234 + "default.handlebars->29->1516",
4235 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4236 ]
4237 },
@@ -4244,7 +4252,7 @@
4252 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4253 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4254 "xloc": [
4247 - "default.handlebars->29->1610"
4255 + "default.handlebars->29->1620"
4256 ]
4257 },
4258 {
@@ -4265,8 +4273,8 @@
4273 "zh-cht": "代理已連接",
4274 "xloc": [
4275 "default.handlebars->29->163",
4268 - "default.handlebars->29->637",
4269 - "default.handlebars->29->638"
4276 + "default.handlebars->29->647",
4277 + "default.handlebars->29->648"
4278 ]
4279 },
4280 {
@@ -4306,7 +4314,7 @@
4314 "zh-chs": "代理离线",
4315 "zh-cht": "代理離線",
4316 "xloc": [
4309 - "default.handlebars->29->986"
4317 + "default.handlebars->29->996"
4318 ]
4319 },
4320 {
@@ -4326,7 +4334,7 @@
4334 "zh-chs": "代理在线",
4335 "zh-cht": "代理在線",
4336 "xloc": [
4329 - "default.handlebars->29->985"
4337 + "default.handlebars->29->995"
4338 ]
4339 },
4340 {
@@ -4334,7 +4342,7 @@
4342 "nl": "De agent wordt op een extern apparaat uitgevoerd met beperkte rechten.",
4343 "xloc": [
4344 "default.handlebars->29->161",
4337 - "default.handlebars->29->635"
4345 + "default.handlebars->29->645"
4346 ]
4347 },
4348 {
@@ -4354,7 +4362,7 @@
4362 "zh-chs": "代理",
4363 "zh-cht": "代理",
4364 "xloc": [
4357 - "default.handlebars->29->2060"
4365 + "default.handlebars->29->2070"
4366 ]
4367 },
4368 {
@@ -4374,7 +4382,7 @@
4382 "zh-chs": "阿尔巴尼亚文",
4383 "zh-cht": "阿爾巴尼亞文",
4384 "xloc": [
4377 - "default.handlebars->29->1025"
4385 + "default.handlebars->29->1035"
4386 ]
4387 },
4388 {
@@ -4417,7 +4425,7 @@
4425 "zh-chs": "全部可用",
4426 "zh-cht": "全部可用",
4427 "xloc": [
4420 - "default.handlebars->29->1661"
4428 + "default.handlebars->29->1671"
4429 ]
4430 },
4431 {
@@ -4454,7 +4462,7 @@
4462 "zh-chs": "所有事件",
4463 "zh-cht": "所有事件",
4464 "xloc": [
4457 - "default.handlebars->29->1659"
4465 + "default.handlebars->29->1669"
4466 ]
4467 },
4468 {
@@ -4474,9 +4482,9 @@
4482 "zh-chs": "全部聚焦",
4483 "zh-cht": "全部聚焦",
4484 "xloc": [
4477 - "default.handlebars->29->819",
4478 - "default.handlebars->29->821",
4479 - "default.handlebars->29->822"
4485 + "default.handlebars->29->829",
4486 + "default.handlebars->29->831",
4487 + "default.handlebars->29->832"
4488 ]
4489 },
4490 {
@@ -4496,8 +4504,8 @@
4504 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4505 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4506 "xloc": [
4499 - "default.handlebars->29->1401",
4500 - "default.handlebars->29->1862"
4507 + "default.handlebars->29->1411",
4508 + "default.handlebars->29->1872"
4509 ]
4510 },
4511 {
@@ -4517,7 +4525,7 @@
4525 "zh-chs": "允许用户管理此设备。",
4526 "zh-cht": "允許用戶管理此裝置。",
4527 "xloc": [
4520 - "default.handlebars->29->1402"
4528 + "default.handlebars->29->1412"
4529 ]
4530 },
4531 {
@@ -4581,7 +4589,7 @@
4589 "zh-chs": "备用(F10 = ESC + 0)",
4590 "zh-cht": "備用(F10 = ESC + 0)",
4591 "xloc": [
4584 - "default.handlebars->29->856"
4592 + "default.handlebars->29->866"
4593 ]
4594 },
4595 {
@@ -4622,10 +4630,10 @@
4630 "zh-chs": "一直通知",
4631 "zh-cht": "一直通知",
4632 "xloc": [
4625 - "default.handlebars->29->1319",
4626 - "default.handlebars->29->1823",
4627 - "default.handlebars->29->1910",
4628 - "default.handlebars->29->585"
4633 + "default.handlebars->29->1329",
4634 + "default.handlebars->29->1833",
4635 + "default.handlebars->29->1920",
4636 + "default.handlebars->29->595"
4637 ]
4638 },
4639 {
@@ -4645,10 +4653,10 @@
4653 "zh-chs": "一直提示",
4654 "zh-cht": "一直提示",
4655 "xloc": [
4648 - "default.handlebars->29->1320",
4649 - "default.handlebars->29->1824",
4650 - "default.handlebars->29->1911",
4651 - "default.handlebars->29->586"
4656 + "default.handlebars->29->1330",
4657 + "default.handlebars->29->1834",
4658 + "default.handlebars->29->1921",
4659 + "default.handlebars->29->596"
4660 ]
4661 },
4662 {
@@ -4771,7 +4779,7 @@
4779 "zh-chs": "杀毒软件",
4780 "zh-cht": "防毒軟體",
4781 "xloc": [
4774 - "default.handlebars->29->575"
4782 + "default.handlebars->29->585"
4783 ]
4784 },
4785 {
@@ -4791,7 +4799,7 @@
4799 "zh-chs": "任何可支持的",
4800 "zh-cht": "任何可支持的",
4801 "xloc": [
4794 - "default.handlebars->29->316"
4802 + "default.handlebars->29->326"
4803 ]
4804 },
4805 {
@@ -4811,7 +4819,7 @@
4819 "zh-chs": "苹果macOS",
4820 "zh-cht": "蘋果macOS",
4821 "xloc": [
4814 - "default.handlebars->29->351"
4822 + "default.handlebars->29->361"
4823 ]
4824 },
4825 {
@@ -4831,7 +4839,7 @@
4839 "zh-chs": "仅限Apple macOS",
4840 "zh-cht": "僅限Apple macOS",
4841 "xloc": [
4834 - "default.handlebars->29->318"
4842 + "default.handlebars->29->328"
4843 ]
4844 },
4845 {
@@ -4871,7 +4879,7 @@
4879 "zh-chs": "阿拉伯文(阿尔及利亚)",
4880 "zh-cht": "阿拉伯文(阿爾及利亞)",
4881 "xloc": [
4874 - "default.handlebars->29->1027"
4882 + "default.handlebars->29->1037"
4883 ]
4884 },
4885 {
@@ -4891,7 +4899,7 @@
4899 "zh-chs": "阿拉伯文(巴林)",
4900 "zh-cht": "阿拉伯文(巴林)",
4901 "xloc": [
4894 - "default.handlebars->29->1028"
4902 + "default.handlebars->29->1038"
4903 ]
4904 },
4905 {
@@ -4911,7 +4919,7 @@
4919 "zh-chs": "阿拉伯文(埃及)",
4920 "zh-cht": "阿拉伯文(埃及)",
4921 "xloc": [
4914 - "default.handlebars->29->1029"
4922 + "default.handlebars->29->1039"
4923 ]
4924 },
4925 {
@@ -4931,7 +4939,7 @@
4939 "zh-chs": "阿拉伯文(伊拉克)",
4940 "zh-cht": "阿拉伯文(伊拉克)",
4941 "xloc": [
4934 - "default.handlebars->29->1030"
4942 + "default.handlebars->29->1040"
4943 ]
4944 },
4945 {
@@ -4951,7 +4959,7 @@
4959 "zh-chs": "阿拉伯文(约旦)",
4960 "zh-cht": "阿拉伯文(約旦)",
4961 "xloc": [
4954 - "default.handlebars->29->1031"
4962 + "default.handlebars->29->1041"
4963 ]
4964 },
4965 {
@@ -4971,7 +4979,7 @@
4979 "zh-chs": "阿拉伯文(科威特)",
4980 "zh-cht": "阿拉伯文(科威特)",
4981 "xloc": [
4974 - "default.handlebars->29->1032"
4982 + "default.handlebars->29->1042"
4983 ]
4984 },
4985 {
@@ -4991,7 +4999,7 @@
4999 "zh-chs": "阿拉伯文(黎巴嫩)",
5000 "zh-cht": "阿拉伯文(黎巴嫩)",
5001 "xloc": [
4994 - "default.handlebars->29->1033"
5002 + "default.handlebars->29->1043"
5003 ]
5004 },
5005 {
@@ -5011,7 +5019,7 @@
5019 "zh-chs": "阿拉伯文(利比亚)",
5020 "zh-cht": "阿拉伯文(利比亞)",
5021 "xloc": [
5014 - "default.handlebars->29->1034"
5022 + "default.handlebars->29->1044"
5023 ]
5024 },
5025 {
@@ -5031,7 +5039,7 @@
5039 "zh-chs": "阿拉伯文(摩洛哥)",
5040 "zh-cht": "阿拉伯文(摩洛哥)",
5041 "xloc": [
5034 - "default.handlebars->29->1035"
5042 + "default.handlebars->29->1045"
5043 ]
5044 },
5045 {
@@ -5051,7 +5059,7 @@
5059 "zh-chs": "阿拉伯文(阿曼)",
5060 "zh-cht": "阿拉伯文(阿曼)",
5061 "xloc": [
5054 - "default.handlebars->29->1036"
5062 + "default.handlebars->29->1046"
5063 ]
5064 },
5065 {
@@ -5071,7 +5079,7 @@
5079 "zh-chs": "阿拉伯文(卡塔尔)",
5080 "zh-cht": "阿拉伯文(卡塔爾)",
5081 "xloc": [
5074 - "default.handlebars->29->1037"
5082 + "default.handlebars->29->1047"
5083 ]
5084 },
5085 {
@@ -5091,7 +5099,7 @@
5099 "zh-chs": "阿拉伯文(沙特阿拉伯)",
5100 "zh-cht": "阿拉伯文(沙特阿拉伯)",
5101 "xloc": [
5094 - "default.handlebars->29->1038"
5102 + "default.handlebars->29->1048"
5103 ]
5104 },
5105 {
@@ -5111,7 +5119,7 @@
5119 "zh-chs": "阿拉伯文(标准)",
5120 "zh-cht": "阿拉伯文(標準)",
5121 "xloc": [
5114 - "default.handlebars->29->1026"
5122 + "default.handlebars->29->1036"
5123 ]
5124 },
5125 {
@@ -5131,7 +5139,7 @@
5139 "zh-chs": "阿拉伯文(叙利亚)",
5140 "zh-cht": "阿拉伯文(敘利亞)",
5141 "xloc": [
5134 - "default.handlebars->29->1039"
5142 + "default.handlebars->29->1049"
5143 ]
5144 },
5145 {
@@ -5151,7 +5159,7 @@
5159 "zh-chs": "阿拉伯文(突尼斯)",
5160 "zh-cht": "阿拉伯文(突尼斯)",
5161 "xloc": [
5154 - "default.handlebars->29->1040"
5162 + "default.handlebars->29->1050"
5163 ]
5164 },
5165 {
@@ -5171,7 +5179,7 @@
5179 "zh-chs": "阿拉伯文(阿联酋)",
5180 "zh-cht": "阿拉伯文(阿聯酋)",
5181 "xloc": [
5174 - "default.handlebars->29->1041"
5182 + "default.handlebars->29->1051"
5183 ]
5184 },
5185 {
@@ -5191,7 +5199,7 @@
5199 "zh-chs": "阿拉伯文(也门)",
5200 "zh-cht": "阿拉伯文(也門)",
5201 "xloc": [
5194 - "default.handlebars->29->1042"
5202 + "default.handlebars->29->1052"
5203 ]
5204 },
5205 {
@@ -5211,7 +5219,7 @@
5219 "zh-chs": "阿拉贡文",
5220 "zh-cht": "阿拉貢文",
5221 "xloc": [
5214 - "default.handlebars->29->1043"
5222 + "default.handlebars->29->1053"
5223 ]
5224 },
5225 {
@@ -5232,7 +5240,7 @@
5240 "zh-cht": "結構",
5241 "xloc": [
5242 "default-mobile.handlebars->9->342",
5235 - "default.handlebars->29->911"
5243 + "default.handlebars->29->921"
5244 ]
5245 },
5246 {
@@ -5252,7 +5260,7 @@
5260 "zh-chs": "您确定要连接到{0}设备吗?",
5261 "zh-cht": "你確定要連接到{0}裝置嗎?",
5262 "xloc": [
5255 - "default.handlebars->29->271"
5263 + "default.handlebars->29->272"
5264 ]
5265 },
5266 {
@@ -5273,7 +5281,7 @@
5281 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5282 "xloc": [
5283 "default-mobile.handlebars->9->418",
5276 - "default.handlebars->29->1377"
5284 + "default.handlebars->29->1387"
5285 ]
5286 },
5287 {
@@ -5293,7 +5301,7 @@
5301 "zh-chs": "您确定要删除节点{0}吗?",
5302 "zh-cht": "你確定要刪除節點{0}嗎?",
5303 "xloc": [
5296 - "default.handlebars->29->766"
5304 + "default.handlebars->29->776"
5305 ]
5306 },
5307 {
@@ -5313,7 +5321,7 @@
5321 "zh-chs": "您确定要卸载所选代理吗?",
5322 "zh-cht": "你確定要卸載所選代理嗎?",
5323 "xloc": [
5316 - "default.handlebars->29->755"
5324 + "default.handlebars->29->765"
5325 ]
5326 },
5327 {
@@ -5333,7 +5341,7 @@
5341 "zh-chs": "您确定要卸载所选的{0}代理吗?",
5342 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
5343 "xloc": [
5336 - "default.handlebars->29->754"
5344 + "default.handlebars->29->764"
5345 ]
5346 },
5347 {
@@ -5353,7 +5361,7 @@
5361 "zh-chs": "您确定要{0}插件吗:{1}",
5362 "zh-cht": "你確定要{0}外掛嗎:{1}",
5363 "xloc": [
5356 - "default.handlebars->29->2100"
5364 + "default.handlebars->29->2110"
5365 ]
5366 },
5367 {
@@ -5373,7 +5381,7 @@
5381 "zh-chs": "亚美尼亚文",
5382 "zh-cht": "亞美尼亞文",
5383 "xloc": [
5376 - "default.handlebars->29->1044"
5384 + "default.handlebars->29->1054"
5385 ]
5386 },
5387 {
@@ -5433,7 +5441,7 @@
5441 "zh-chs": "阿萨姆文",
5442 "zh-cht": "阿薩姆文",
5443 "xloc": [
5436 - "default.handlebars->29->1045"
5444 + "default.handlebars->29->1055"
5445 ]
5446 },
5447 {
@@ -5453,7 +5461,7 @@
5461 "zh-chs": "阿斯图里亚斯文",
5462 "zh-cht": "阿斯圖里亞斯文",
5463 "xloc": [
5456 - "default.handlebars->29->1046"
5464 + "default.handlebars->29->1056"
5465 ]
5466 },
5467 {
@@ -5473,7 +5481,7 @@
5481 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5482 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5483 "xloc": [
5476 - "default.handlebars->29->1579"
5484 + "default.handlebars->29->1589"
5485 ]
5486 },
5487 {
@@ -5493,7 +5501,7 @@
5501 "zh-chs": "认证软件",
5502 "zh-cht": "認證軟體",
5503 "xloc": [
5496 - "default.handlebars->29->1914"
5504 + "default.handlebars->29->1924"
5505 ]
5506 },
5507 {
@@ -5517,8 +5525,8 @@
5525 "default-mobile.handlebars->9->52",
5526 "default-mobile.handlebars->9->71",
5527 "default-mobile.handlebars->9->73",
5520 - "default.handlebars->29->1010",
5521 - "default.handlebars->29->1012",
5528 + "default.handlebars->29->1020",
5529 + "default.handlebars->29->1022",
5530 "default.handlebars->29->125",
5531 "default.handlebars->29->130"
5532 ]
@@ -5600,7 +5608,7 @@
5608 "zh-chs": "自动删除",
5609 "zh-cht": "自動刪除",
5610 "xloc": [
5603 - "default.handlebars->29->1306"
5611 + "default.handlebars->29->1316"
5612 ]
5613 },
5614 {
@@ -5664,7 +5672,7 @@
5672 "zh-chs": "可用內存",
5673 "zh-cht": "可用內存",
5674 "xloc": [
5667 - "default.handlebars->29->2053"
5675 + "default.handlebars->29->2063"
5676 ]
5677 },
5678 {
@@ -5684,7 +5692,7 @@
5692 "zh-chs": "阿塞拜疆文",
5693 "zh-cht": "阿塞拜疆文",
5694 "xloc": [
5687 - "default.handlebars->29->1047"
5695 + "default.handlebars->29->1057"
5696 ]
5697 },
5698 {
@@ -5705,7 +5713,7 @@
5713 "zh-cht": "的BIOS",
5714 "xloc": [
5715 "default-mobile.handlebars->9->384",
5708 - "default.handlebars->29->963"
5716 + "default.handlebars->29->973"
5717 ]
5718 },
5719 {
@@ -5800,7 +5808,7 @@
5808 "zh-chs": "背景与互动",
5809 "zh-cht": "背景與互動",
5810 "xloc": [
5803 - "default.handlebars->29->356"
5811 + "default.handlebars->29->366"
5812 ]
5813 },
5814 {
@@ -5820,10 +5828,10 @@
5828 "zh-chs": "背景与互动",
5829 "zh-cht": "背景與互動",
5830 "xloc": [
5823 - "default.handlebars->29->1483",
5824 - "default.handlebars->29->1490",
5825 - "default.handlebars->29->328",
5826 - "default.handlebars->29->342"
5831 + "default.handlebars->29->1493",
5832 + "default.handlebars->29->1500",
5833 + "default.handlebars->29->338",
5834 + "default.handlebars->29->352"
5835 ]
5836 },
5837 {
@@ -5843,11 +5851,11 @@
5851 "zh-chs": "仅背景",
5852 "zh-cht": "僅背景",
5853 "xloc": [
5846 - "default.handlebars->29->1484",
5847 - "default.handlebars->29->1491",
5848 - "default.handlebars->29->329",
5849 - "default.handlebars->29->343",
5850 - "default.handlebars->29->357"
5854 + "default.handlebars->29->1494",
5855 + "default.handlebars->29->1501",
5856 + "default.handlebars->29->339",
5857 + "default.handlebars->29->353",
5858 + "default.handlebars->29->367"
5859 ]
5860 },
5861 {
@@ -5887,7 +5895,7 @@
5895 "zh-chs": "备用码",
5896 "zh-cht": "備用碼",
5897 "xloc": [
5890 - "default.handlebars->29->1916"
5898 + "default.handlebars->29->1926"
5899 ]
5900 },
5901 {
@@ -5907,7 +5915,7 @@
5915 "zh-chs": "错误的签名",
5916 "zh-cht": "錯誤的簽名",
5917 "xloc": [
5910 - "default.handlebars->29->2035"
5918 + "default.handlebars->29->2045"
5919 ]
5920 },
5921 {
@@ -5927,7 +5935,7 @@
5935 "zh-chs": "错误的网络证书",
5936 "zh-cht": "錯誤的網絡憑證",
5937 "xloc": [
5930 - "default.handlebars->29->2034"
5938 + "default.handlebars->29->2044"
5939 ]
5940 },
5941 {
@@ -5947,7 +5955,7 @@
5955 "zh-chs": "巴斯克",
5956 "zh-cht": "巴斯克",
5957 "xloc": [
5950 - "default.handlebars->29->1048"
5958 + "default.handlebars->29->1058"
5959 ]
5960 },
5961 {
@@ -5987,7 +5995,7 @@
5995 "zh-chs": "白俄罗斯文",
5996 "zh-cht": "白俄羅斯文",
5997 "xloc": [
5990 - "default.handlebars->29->1050"
5998 + "default.handlebars->29->1060"
5999 ]
6000 },
6001 {
@@ -6007,7 +6015,7 @@
6015 "zh-chs": "孟加拉",
6016 "zh-cht": "孟加拉",
6017 "xloc": [
6010 - "default.handlebars->29->1051"
6018 + "default.handlebars->29->1061"
6019 ]
6020 },
6021 {
@@ -6050,7 +6058,7 @@
6058 "zh-chs": "波斯尼亚文",
6059 "zh-cht": "波斯尼亞文",
6060 "xloc": [
6053 - "default.handlebars->29->1052"
6061 + "default.handlebars->29->1062"
6062 ]
6063 },
6064 {
@@ -6070,7 +6078,7 @@
6078 "zh-chs": "布列塔尼",
6079 "zh-cht": "布列塔尼",
6080 "xloc": [
6073 - "default.handlebars->29->1053"
6081 + "default.handlebars->29->1063"
6082 ]
6083 },
6084 {
@@ -6090,7 +6098,7 @@
6098 "zh-chs": "广播",
6099 "zh-cht": "廣播",
6100 "xloc": [
6093 - "default.handlebars->29->1830",
6101 + "default.handlebars->29->1840",
6102 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6103 ]
6104 },
@@ -6111,7 +6119,7 @@
6119 "zh-chs": "广播消息",
6120 "zh-cht": "廣播消息",
6121 "xloc": [
6114 - "default.handlebars->29->1751"
6122 + "default.handlebars->29->1761"
6123 ]
6124 },
6125 {
@@ -6131,7 +6139,7 @@
6139 "zh-chs": "向所有连接的用户广播消息。",
6140 "zh-cht": "向所有連接的用戶廣播消息。",
6141 "xloc": [
6134 - "default.handlebars->29->1746"
6142 + "default.handlebars->29->1756"
6143 ]
6144 },
6145 {
@@ -6151,7 +6159,7 @@
6159 "zh-chs": "保加利亚文",
6160 "zh-cht": "保加利亞文",
6161 "xloc": [
6154 - "default.handlebars->29->1049"
6162 + "default.handlebars->29->1059"
6163 ]
6164 },
6165 {
@@ -6171,7 +6179,7 @@
6179 "zh-chs": "缅甸文",
6180 "zh-cht": "緬甸文",
6181 "xloc": [
6174 - "default.handlebars->29->1054"
6182 + "default.handlebars->29->1064"
6183 ]
6184 },
6185 {
@@ -6192,7 +6200,7 @@
6200 "zh-cht": "CCM",
6201 "xloc": [
6202 "default-mobile.handlebars->9->235",
6195 - "default.handlebars->29->551"
6203 + "default.handlebars->29->561"
6204 ]
6205 },
6206 {
@@ -6213,8 +6221,8 @@
6221 "zh-cht": "CIRA",
6222 "xloc": [
6223 "default-mobile.handlebars->9->204",
6216 - "default.handlebars->29->215",
6217 - "default.handlebars->29->417"
6224 + "default.handlebars->29->216",
6225 + "default.handlebars->29->427"
6226 ]
6227 },
6228 {
@@ -6234,7 +6242,7 @@
6242 "zh-chs": "CIRA服务器",
6243 "zh-cht": "CIRA伺服器",
6244 "xloc": [
6237 - "default.handlebars->29->2088"
6245 + "default.handlebars->29->2098"
6246 ]
6247 },
6248 {
@@ -6254,13 +6262,13 @@
6262 "zh-chs": "CIRA服务器命令",
6263 "zh-cht": "CIRA伺服器指令",
6264 "xloc": [
6257 - "default.handlebars->29->2089"
6265 + "default.handlebars->29->2099"
6266 ]
6267 },
6268 {
6269 "en": "CIRA setup",
6270 "xloc": [
6263 - "default.handlebars->29->1368"
6271 + "default.handlebars->29->1378"
6272 ]
6273 },
6274 {
@@ -6281,7 +6289,7 @@
6289 "zh-cht": "CPU",
6290 "xloc": [
6291 "default-mobile.handlebars->9->390",
6284 - "default.handlebars->29->969"
6292 + "default.handlebars->29->979"
6293 ]
6294 },
6295 {
@@ -6301,7 +6309,7 @@
6309 "zh-chs": "CPU负载",
6310 "zh-cht": "CPU負載",
6311 "xloc": [
6304 - "default.handlebars->29->2049"
6312 + "default.handlebars->29->2059"
6313 ]
6314 },
6315 {
@@ -6321,7 +6329,7 @@
6329 "zh-chs": "最近15分钟的CPU负载",
6330 "zh-cht": "最近15分鐘的CPU負載",
6331 "xloc": [
6324 - "default.handlebars->29->2052"
6332 + "default.handlebars->29->2062"
6333 ]
6334 },
6335 {
@@ -6341,7 +6349,7 @@
6349 "zh-chs": "最近5分钟的CPU负载",
6350 "zh-cht": "最近5分鐘的CPU負載",
6351 "xloc": [
6344 - "default.handlebars->29->2051"
6352 + "default.handlebars->29->2061"
6353 ]
6354 },
6355 {
@@ -6361,7 +6369,7 @@
6369 "zh-chs": "最近一分钟的CPU负载",
6370 "zh-cht": "最近一分鐘的CPU負載",
6371 "xloc": [
6364 - "default.handlebars->29->2050"
6372 + "default.handlebars->29->2060"
6373 ]
6374 },
6375 {
@@ -6381,8 +6389,8 @@
6389 "zh-chs": "CR+LF",
6390 "zh-cht": "CR+LF",
6391 "xloc": [
6384 - "default.handlebars->29->849",
6385 - "default.handlebars->29->858",
6392 + "default.handlebars->29->859",
6393 + "default.handlebars->29->868",
6394 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
6395 ]
6396 },
@@ -6403,7 +6411,7 @@
6411 "zh-chs": "CSV",
6412 "zh-cht": "CSV",
6413 "xloc": [
6406 - "default.handlebars->29->1669"
6414 + "default.handlebars->29->1679"
6415 ]
6416 },
6417 {
@@ -6423,9 +6431,9 @@
6431 "zh-chs": "CSV格式",
6432 "zh-cht": "CSV格式",
6433 "xloc": [
6426 - "default.handlebars->29->1673",
6427 - "default.handlebars->29->1738",
6428 - "default.handlebars->29->467"
6434 + "default.handlebars->29->1683",
6435 + "default.handlebars->29->1748",
6436 + "default.handlebars->29->477"
6437 ]
6438 },
6439 {
@@ -6445,7 +6453,7 @@
6453 "zh-chs": "呼叫错误",
6454 "zh-cht": "呼叫錯誤",
6455 "xloc": [
6448 - "default.handlebars->29->2101"
6456 + "default.handlebars->29->2111"
6457 ]
6458 },
6459 {
@@ -6467,7 +6475,7 @@
6475 "xloc": [
6476 "default-mobile.handlebars->9->82",
6477 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
6470 - "default.handlebars->29->1284",
6478 + "default.handlebars->29->1294",
6479 "default.handlebars->container->dialog->idx_dlgButtonBar",
6480 "desktop.handlebars->p11->dialog->idx_dlgButtonBar",
6481 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -6497,9 +6505,9 @@
6505 "default-mobile.handlebars->9->395",
6506 "default-mobile.handlebars->9->400",
6507 "default-mobile.handlebars->9->402",
6500 - "default.handlebars->29->974",
6501 - "default.handlebars->29->979",
6502 - "default.handlebars->29->981"
6508 + "default.handlebars->29->984",
6509 + "default.handlebars->29->989",
6510 + "default.handlebars->29->991"
6511 ]
6512 },
6513 {
@@ -6520,7 +6528,7 @@
6528 "zh-cht": "容量/速度",
6529 "xloc": [
6530 "default-mobile.handlebars->9->393",
6523 - "default.handlebars->29->972"
6531 + "default.handlebars->29->982"
6532 ]
6533 },
6534 {
@@ -6540,7 +6548,7 @@
6548 "zh-chs": "加泰罗尼亚文",
6549 "zh-cht": "加泰羅尼亞文",
6550 "xloc": [
6543 - "default.handlebars->29->1055"
6551 + "default.handlebars->29->1065"
6552 ]
6553 },
6554 {
@@ -6560,7 +6568,7 @@
6568 "zh-chs": "在这里为中心显示地图",
6569 "zh-cht": "在這裡為中心顯示地圖",
6570 "xloc": [
6563 - "default.handlebars->29->513"
6571 + "default.handlebars->29->523"
6572 ]
6573 },
6574 {
@@ -6580,7 +6588,7 @@
6588 "zh-chs": "查莫罗",
6589 "zh-cht": "查莫羅",
6590 "xloc": [
6583 - "default.handlebars->29->1056"
6591 + "default.handlebars->29->1066"
6592 ]
6593 },
6594 {
@@ -6622,7 +6630,7 @@
6630 "zh-chs": "更改{0}的电邮",
6631 "zh-cht": "更改{0}的電郵",
6632 "xloc": [
6625 - "default.handlebars->29->1944"
6633 + "default.handlebars->29->1954"
6634 ]
6635 },
6636 {
@@ -6642,9 +6650,9 @@
6650 "zh-chs": "更改组",
6651 "zh-cht": "更改群",
6652 "xloc": [
6645 - "default.handlebars->29->612",
6646 - "default.handlebars->29->763",
6647 - "default.handlebars->29->764"
6653 + "default.handlebars->29->622",
6654 + "default.handlebars->29->773",
6655 + "default.handlebars->29->774"
6656 ]
6657 },
6658 {
@@ -6665,8 +6673,8 @@
6673 "zh-cht": "更改密碼",
6674 "xloc": [
6675 "default-mobile.handlebars->9->90",
6668 - "default.handlebars->29->1251",
6669 - "default.handlebars->29->1931"
6676 + "default.handlebars->29->1261",
6677 + "default.handlebars->29->1941"
6678 ]
6679 },
6680 {
@@ -6686,7 +6694,7 @@
6694 "zh-chs": "更改{0}的密码",
6695 "zh-cht": "更改{0}的密碼",
6696 "xloc": [
6689 - "default.handlebars->29->1951"
6697 + "default.handlebars->29->1961"
6698 ]
6699 },
6700 {
@@ -6706,7 +6714,7 @@
6714 "zh-chs": "更改{0}的真实名称",
6715 "zh-cht": "更改{0}的真實名稱",
6716 "xloc": [
6709 - "default.handlebars->29->1939"
6717 + "default.handlebars->29->1949"
6718 ]
6719 },
6720 {
@@ -6788,7 +6796,7 @@
6796 "zh-chs": "更改该用户的密码",
6797 "zh-cht": "更改該用戶的密碼",
6798 "xloc": [
6791 - "default.handlebars->29->1930"
6799 + "default.handlebars->29->1940"
6800 ]
6801 },
6802 {
@@ -6828,7 +6836,7 @@
6836 "zh-chs": "在此处更改您的帐户电邮地址。",
6837 "zh-cht": "在此處更改你的帳戶電郵地址。",
6838 "xloc": [
6831 - "default.handlebars->29->1238"
6839 + "default.handlebars->29->1248"
6840 ]
6841 },
6842 {
@@ -6848,7 +6856,7 @@
6856 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
6857 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
6858 "xloc": [
6851 - "default.handlebars->29->1244"
6859 + "default.handlebars->29->1254"
6860 ]
6861 },
6862 {
@@ -6868,7 +6876,7 @@
6876 "zh-chs": "更改帐户凭据",
6877 "zh-cht": "帳戶憑證已更改",
6878 "xloc": [
6871 - "default.handlebars->29->1631"
6879 + "default.handlebars->29->1641"
6880 ]
6881 },
6882 {
@@ -6888,7 +6896,7 @@
6896 "zh-chs": "{1}组中的设备{0}已更改:{2}",
6897 "zh-cht": "{1}組中的設備{0}已更改:{2}",
6898 "xloc": [
6891 - "default.handlebars->29->1615"
6899 + "default.handlebars->29->1625"
6900 ]
6901 },
6902 {
@@ -6908,7 +6916,7 @@
6916 "zh-chs": "语言从{1}更改为{2}",
6917 "zh-cht": "語言從{1}更改為{2}",
6918 "xloc": [
6911 - "default.handlebars->29->1559"
6919 + "default.handlebars->29->1569"
6920 ]
6921 },
6922 {
@@ -6928,8 +6936,8 @@
6936 "zh-chs": "已更改{0}的用户设备权限",
6937 "zh-cht": "已更改{0}的用戶設備權限",
6938 "xloc": [
6931 - "default.handlebars->29->1617",
6932 - "default.handlebars->29->1638"
6939 + "default.handlebars->29->1627",
6940 + "default.handlebars->29->1648"
6941 ]
6942 },
6943 {
@@ -6949,7 +6957,7 @@
6957 "zh-chs": "更改语言将需要刷新页面。",
6958 "zh-cht": "更改語言將需要刷新頁面。",
6959 "xloc": [
6952 - "default.handlebars->29->1223"
6960 + "default.handlebars->29->1233"
6961 ]
6962 },
6963 {
@@ -6969,9 +6977,9 @@
6977 "zh-chs": "聊天",
6978 "zh-cht": "聊天",
6979 "xloc": [
6972 - "default.handlebars->29->1690",
6973 - "default.handlebars->29->667",
6974 - "default.handlebars->29->688"
6980 + "default.handlebars->29->1700",
6981 + "default.handlebars->29->677",
6982 + "default.handlebars->29->698"
6983 ]
6984 },
6985 {
@@ -6993,8 +7001,8 @@
7001 "xloc": [
7002 "default-mobile.handlebars->9->439",
7003 "default-mobile.handlebars->9->459",
6996 - "default.handlebars->29->1429",
6997 - "default.handlebars->29->1465"
7004 + "default.handlebars->29->1439",
7005 + "default.handlebars->29->1475"
7006 ]
7007 },
7008 {
@@ -7034,7 +7042,7 @@
7042 "zh-chs": "车臣",
7043 "zh-cht": "車臣",
7044 "xloc": [
7037 - "default.handlebars->29->1057"
7045 + "default.handlebars->29->1067"
7046 ]
7047 },
7048 {
@@ -7134,8 +7142,8 @@
7142 "zh-chs": "检查...",
7143 "zh-cht": "檢查...",
7144 "xloc": [
7137 - "default.handlebars->29->1023",
7138 - "default.handlebars->29->2095"
7145 + "default.handlebars->29->1033",
7146 + "default.handlebars->29->2105"
7147 ]
7148 },
7149 {
@@ -7155,7 +7163,7 @@
7163 "zh-chs": "中文",
7164 "zh-cht": "中文",
7165 "xloc": [
7158 - "default.handlebars->29->1058"
7166 + "default.handlebars->29->1068"
7167 ]
7168 },
7169 {
@@ -7175,7 +7183,7 @@
7183 "zh-chs": "中文(香港)",
7184 "zh-cht": "中文(香港)",
7185 "xloc": [
7178 - "default.handlebars->29->1059"
7186 + "default.handlebars->29->1069"
7187 ]
7188 },
7189 {
@@ -7195,7 +7203,7 @@
7203 "zh-chs": "中文(中国)",
7204 "zh-cht": "中文(中國)",
7205 "xloc": [
7198 - "default.handlebars->29->1060"
7206 + "default.handlebars->29->1070"
7207 ]
7208 },
7209 {
@@ -7215,7 +7223,7 @@
7223 "zh-chs": "简体中文",
7224 "zh-cht": "簡體中文",
7225 "xloc": [
7218 - "default.handlebars->29->1220"
7226 + "default.handlebars->29->1230"
7227 ]
7228 },
7229 {
@@ -7235,7 +7243,7 @@
7243 "zh-chs": "中文(新加坡)",
7244 "zh-cht": "中文(新加坡)",
7245 "xloc": [
7238 - "default.handlebars->29->1061"
7246 + "default.handlebars->29->1071"
7247 ]
7248 },
7249 {
@@ -7255,7 +7263,7 @@
7263 "zh-chs": "中文(台湾)",
7264 "zh-cht": "中文(台灣)",
7265 "xloc": [
7258 - "default.handlebars->29->1062"
7266 + "default.handlebars->29->1072"
7267 ]
7268 },
7269 {
@@ -7275,7 +7283,7 @@
7283 "zh-chs": "繁体中文",
7284 "zh-cht": "繁體中文",
7285 "xloc": [
7278 - "default.handlebars->29->1221"
7286 + "default.handlebars->29->1231"
7287 ]
7288 },
7289 {
@@ -7316,7 +7324,7 @@
7324 "zh-chs": "楚瓦什",
7325 "zh-cht": "楚瓦什",
7326 "xloc": [
7319 - "default.handlebars->29->1063"
7327 + "default.handlebars->29->1073"
7328 ]
7329 },
7330 {
@@ -7359,11 +7367,11 @@
7367 "default-mobile.handlebars->9->330",
7368 "default-mobile.handlebars->9->332",
7369 "default-mobile.handlebars->9->59",
7362 - "default.handlebars->29->1553",
7363 - "default.handlebars->29->888",
7364 - "default.handlebars->29->890",
7365 - "default.handlebars->29->892",
7366 - "default.handlebars->29->894",
7370 + "default.handlebars->29->1563",
7371 + "default.handlebars->29->898",
7372 + "default.handlebars->29->900",
7373 + "default.handlebars->29->902",
7374 + "default.handlebars->29->904",
7375 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
7376 "default.handlebars->container->column_l->p41->3->1",
7377 "messenger.handlebars->xbottom"
@@ -7406,7 +7414,7 @@
7414 "zh-chs": "全部清除",
7415 "zh-cht": "全部清除",
7416 "xloc": [
7409 - "default.handlebars->29->2022"
7417 + "default.handlebars->29->2032"
7418 ]
7419 },
7420 {
@@ -7414,7 +7422,7 @@
7422 "nl": "Wis zoekfilter",
7423 "xloc": [
7424 "default-mobile.handlebars->9->154",
7417 - "default.handlebars->29->227"
7425 + "default.handlebars->29->228"
7426 ]
7427 },
7428 {
@@ -7434,7 +7442,7 @@
7442 "zh-chs": "清除核心",
7443 "zh-cht": "清除核心",
7444 "xloc": [
7437 - "default.handlebars->29->995"
7445 + "default.handlebars->29->1005"
7446 ]
7447 },
7448 {
@@ -7474,7 +7482,7 @@
7482 "zh-chs": "清除此通知",
7483 "zh-cht": "清除此通知",
7484 "xloc": [
7477 - "default.handlebars->29->2021"
7485 + "default.handlebars->29->2031"
7486 ]
7487 },
7488 {
@@ -7534,8 +7542,8 @@
7542 "zh-chs": "单击此处编辑设备组名称",
7543 "zh-cht": "單擊此處編輯裝置群名稱",
7544 "xloc": [
7537 - "default.handlebars->29->1295",
7538 - "default.handlebars->29->1504"
7545 + "default.handlebars->29->1305",
7546 + "default.handlebars->29->1514"
7547 ]
7548 },
7549 {
@@ -7555,7 +7563,7 @@
7563 "zh-chs": "单击此处编辑服务器端设备名称",
7564 "zh-cht": "單擊此處編輯伺服器端裝置名稱",
7565 "xloc": [
7558 - "default.handlebars->29->529"
7566 + "default.handlebars->29->539"
7567 ]
7568 },
7569 {
@@ -7575,7 +7583,7 @@
7583 "zh-chs": "单击此处编辑用户组名称",
7584 "zh-cht": "單擊此處編輯用戶群名稱",
7585 "xloc": [
7578 - "default.handlebars->29->1807"
7586 + "default.handlebars->29->1817"
7587 ]
7588 },
7589 {
@@ -7636,7 +7644,7 @@
7644 "zh-cht": "單擊確定將驗證電郵發送到:",
7645 "xloc": [
7646 "default-mobile.handlebars->9->75",
7639 - "default.handlebars->29->1235"
7647 + "default.handlebars->29->1245"
7648 ]
7649 },
7650 {
@@ -7677,7 +7685,7 @@
7685 "zh-cht": "客戶端控制模式(CCM)",
7686 "xloc": [
7687 "default-mobile.handlebars->9->371",
7680 - "default.handlebars->29->950"
7688 + "default.handlebars->29->960"
7689 ]
7690 },
7691 {
@@ -7697,7 +7705,7 @@
7705 "zh-chs": "客户编号",
7706 "zh-cht": "客戶編號",
7707 "xloc": [
7700 - "default.handlebars->29->1277"
7708 + "default.handlebars->29->1287"
7709 ]
7710 },
7711 {
@@ -7717,7 +7725,7 @@
7725 "zh-chs": "客户端启动的远程访问",
7726 "zh-cht": "客戶端啟動的遠程訪問",
7727 "xloc": [
7720 - "default.handlebars->29->1367"
7728 + "default.handlebars->29->1377"
7729 ]
7730 },
7731 {
@@ -7737,7 +7745,7 @@
7745 "zh-chs": "客户机密",
7746 "zh-cht": "客戶機密",
7747 "xloc": [
7740 - "default.handlebars->29->1278"
7748 + "default.handlebars->29->1288"
7749 ]
7750 },
7751 {
@@ -7781,7 +7789,7 @@
7789 "default-mobile.handlebars->9->57",
7790 "default.handlebars->29->137",
7791 "default.handlebars->29->145",
7784 - "default.handlebars->29->840"
7792 + "default.handlebars->29->850"
7793 ]
7794 },
7795 {
@@ -7801,7 +7809,7 @@
7809 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
7810 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
7811 "xloc": [
7804 - "default.handlebars->29->1564"
7812 + "default.handlebars->29->1574"
7813 ]
7814 },
7815 {
@@ -7877,7 +7885,7 @@
7885 "en": "Command",
7886 "nl": "Opdracht",
7887 "xloc": [
7880 - "default.handlebars->29->388"
7888 + "default.handlebars->29->398"
7889 ]
7890 },
7891 {
@@ -7885,9 +7893,9 @@
7893 "nl": "Opdrachten",
7894 "xloc": [
7895 "default-mobile.handlebars->9->461",
7888 - "default.handlebars->29->1467",
7889 - "default.handlebars->29->669",
7890 - "default.handlebars->29->690"
7896 + "default.handlebars->29->1477",
7897 + "default.handlebars->29->679",
7898 + "default.handlebars->29->700"
7899 ]
7900 },
7901 {
@@ -7907,8 +7915,8 @@
7915 "zh-chs": "通用设备组",
7916 "zh-cht": "通用裝置群",
7917 "xloc": [
7910 - "default.handlebars->29->1838",
7911 - "default.handlebars->29->1956"
7918 + "default.handlebars->29->1848",
7919 + "default.handlebars->29->1966"
7920 ]
7921 },
7922 {
@@ -7928,8 +7936,8 @@
7936 "zh-chs": "通用设备",
7937 "zh-cht": "通用裝置",
7938 "xloc": [
7931 - "default.handlebars->29->1844",
7932 - "default.handlebars->29->1968"
7939 + "default.handlebars->29->1854",
7940 + "default.handlebars->29->1978"
7941 ]
7942 },
7943 {
@@ -7949,7 +7957,7 @@
7957 "zh-chs": "压缩档案...",
7958 "zh-cht": "壓縮檔案...",
7959 "xloc": [
7952 - "default.handlebars->29->865"
7960 + "default.handlebars->29->875"
7961 ]
7962 },
7963 {
@@ -7970,7 +7978,7 @@
7978 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
7979 "xloc": [
7980 "default-mobile.handlebars->9->127",
7973 - "default.handlebars->29->1548"
7981 + "default.handlebars->29->1558"
7982 ]
7983 },
7984 {
@@ -7992,14 +8000,14 @@
8000 "xloc": [
8001 "default-mobile.handlebars->9->288",
8002 "default-mobile.handlebars->9->419",
7995 - "default.handlebars->29->1378",
7996 - "default.handlebars->29->1718",
7997 - "default.handlebars->29->1797",
7998 - "default.handlebars->29->1858",
7999 - "default.handlebars->29->1954",
8000 - "default.handlebars->29->443",
8001 - "default.handlebars->29->758",
8002 - "default.handlebars->29->767"
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",
8008 + "default.handlebars->29->453",
8009 + "default.handlebars->29->768",
8010 + "default.handlebars->29->777"
8011 ]
8012 },
8013 {
@@ -8020,7 +8028,7 @@
8028 "zh-cht": "確認將1個副本複製到此位置?",
8029 "xloc": [
8030 "default-mobile.handlebars->9->321",
8023 - "default.handlebars->29->883"
8031 + "default.handlebars->29->893"
8032 ]
8033 },
8034 {
@@ -8040,7 +8048,7 @@
8048 "zh-chs": "确认{0}个条目的复制到此位置?",
8049 "zh-cht": "確認{0}個條目的複製到此位置?",
8050 "xloc": [
8043 - "default.handlebars->29->882"
8051 + "default.handlebars->29->892"
8052 ]
8053 },
8054 {
@@ -8080,7 +8088,7 @@
8088 "zh-chs": "确认删除选定的帐户?",
8089 "zh-cht": "確認刪除所選帳戶?",
8090 "xloc": [
8083 - "default.handlebars->29->1717"
8091 + "default.handlebars->29->1727"
8092 ]
8093 },
8094 {
@@ -8100,7 +8108,7 @@
8108 "zh-chs": "确认删除选定的设备?",
8109 "zh-cht": "確認刪除所選裝置?",
8110 "xloc": [
8103 - "default.handlebars->29->442"
8111 + "default.handlebars->29->452"
8112 ]
8113 },
8114 {
@@ -8120,7 +8128,7 @@
8128 "zh-chs": "确认删除选定的用户组?",
8129 "zh-cht": "確認刪除所選用戶群?",
8130 "xloc": [
8123 - "default.handlebars->29->1796"
8131 + "default.handlebars->29->1806"
8132 ]
8133 },
8134 {
@@ -8140,7 +8148,7 @@
8148 "zh-chs": "确认删除用户{0}?",
8149 "zh-cht": "確認刪除用戶{0}?",
8150 "xloc": [
8143 - "default.handlebars->29->1953"
8151 + "default.handlebars->29->1963"
8152 ]
8153 },
8154 {
@@ -8160,7 +8168,7 @@
8168 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8169 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8170 "xloc": [
8163 - "default.handlebars->29->1861"
8171 + "default.handlebars->29->1871"
8172 ]
8173 },
8174 {
@@ -8180,7 +8188,7 @@
8188 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8189 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8190 "xloc": [
8183 - "default.handlebars->29->1983"
8191 + "default.handlebars->29->1993"
8192 ]
8193 },
8194 {
@@ -8201,7 +8209,7 @@
8209 "zh-cht": "確認將1個條目移動到此位置?",
8210 "xloc": [
8211 "default-mobile.handlebars->9->323",
8204 - "default.handlebars->29->885"
8212 + "default.handlebars->29->895"
8213 ]
8214 },
8215 {
@@ -8221,7 +8229,7 @@
8229 "zh-chs": "确认将{0}个条目移到此位置?",
8230 "zh-cht": "確認將{0}個條目移到該位置?",
8231 "xloc": [
8224 - "default.handlebars->29->884"
8232 + "default.handlebars->29->894"
8233 ]
8234 },
8235 {
@@ -8261,7 +8269,7 @@
8269 "zh-chs": "确认覆盖?",
8270 "zh-cht": "確認覆蓋?",
8271 "xloc": [
8264 - "default.handlebars->29->1547"
8272 + "default.handlebars->29->1557"
8273 ]
8274 },
8275 {
@@ -8281,8 +8289,8 @@
8289 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
8290 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8291 "xloc": [
8284 - "default.handlebars->29->1851",
8285 - "default.handlebars->29->1974"
8292 + "default.handlebars->29->1861",
8293 + "default.handlebars->29->1984"
8294 ]
8295 },
8296 {
@@ -8302,8 +8310,8 @@
8310 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8311 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8312 "xloc": [
8305 - "default.handlebars->29->1853",
8306 - "default.handlebars->29->1987"
8313 + "default.handlebars->29->1863",
8314 + "default.handlebars->29->1997"
8315 ]
8316 },
8317 {
@@ -8323,7 +8331,7 @@
8331 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
8332 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8333 "xloc": [
8326 - "default.handlebars->29->1976"
8334 + "default.handlebars->29->1986"
8335 ]
8336 },
8337 {
@@ -8343,7 +8351,7 @@
8351 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8352 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8353 "xloc": [
8346 - "default.handlebars->29->1979"
8354 + "default.handlebars->29->1989"
8355 ]
8356 },
8357 {
@@ -8363,8 +8371,8 @@
8371 "zh-chs": "确认删除访问权限?",
8372 "zh-cht": "確認刪除訪問權限?",
8373 "xloc": [
8366 - "default.handlebars->29->1977",
8367 - "default.handlebars->29->1980"
8374 + "default.handlebars->29->1987",
8375 + "default.handlebars->29->1990"
8376 ]
8377 },
8378 {
@@ -8385,7 +8393,7 @@
8393 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
8394 "xloc": [
8395 "default-mobile.handlebars->9->74",
8388 - "default.handlebars->29->1013"
8396 + "default.handlebars->29->1023"
8397 ]
8398 },
8399 {
@@ -8456,7 +8464,7 @@
8464 "zh-chs": "确认删除用户“ {0} ”的权限?",
8465 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
8466 "xloc": [
8459 - "default.handlebars->29->1476"
8467 + "default.handlebars->29->1486"
8468 ]
8469 },
8470 {
@@ -8476,7 +8484,7 @@
8484 "zh-chs": "确认删除用户组“ {0} ”的权限?",
8485 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
8486 "xloc": [
8479 - "default.handlebars->29->1478"
8487 + "default.handlebars->29->1488"
8488 ]
8489 },
8490 {
@@ -8536,8 +8544,8 @@
8544 "default-mobile.handlebars->9->303",
8545 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
8546 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
8539 - "default.handlebars->29->1323",
8540 - "default.handlebars->29->861",
8547 + "default.handlebars->29->1333",
8548 + "default.handlebars->29->871",
8549 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
8550 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
8551 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -8563,7 +8571,7 @@
8571 "zh-chs": "全部连接",
8572 "zh-cht": "全部連接",
8573 "xloc": [
8566 - "default.handlebars->29->270",
8574 + "default.handlebars->29->271",
8575 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
8576 ]
8577 },
@@ -8584,7 +8592,7 @@
8592 "zh-chs": "连接到服务器",
8593 "zh-cht": "連接到伺服器",
8594 "xloc": [
8587 - "default.handlebars->29->1371"
8595 + "default.handlebars->29->1381"
8596 ]
8597 },
8598 {
@@ -8705,7 +8713,7 @@
8713 "zh-chs": "已连接的英特尔&reg;AMT",
8714 "zh-cht": "已連接的Intel&reg; AMT",
8715 "xloc": [
8708 - "default.handlebars->29->2040"
8716 + "default.handlebars->29->2050"
8717 ]
8718 },
8719 {
@@ -8725,7 +8733,7 @@
8733 "zh-chs": "已连接的用户",
8734 "zh-cht": "已连接的用户",
8735 "xloc": [
8728 - "default.handlebars->29->2045"
8736 + "default.handlebars->29->2055"
8737 ]
8738 },
8739 {
@@ -8746,7 +8754,7 @@
8754 "zh-cht": "現在已連接",
8755 "xloc": [
8756 "default-mobile.handlebars->9->346",
8749 - "default.handlebars->29->915"
8757 + "default.handlebars->29->925"
8758 ]
8759 },
8760 {
@@ -8789,11 +8797,11 @@
8797 "default-mobile.handlebars->9->2",
8798 "default-mobile.handlebars->9->339",
8799 "default-mobile.handlebars->9->37",
8792 - "default.handlebars->29->243",
8793 - "default.handlebars->29->246",
8794 - "default.handlebars->29->273",
8800 + "default.handlebars->29->244",
8801 + "default.handlebars->29->247",
8802 + "default.handlebars->29->274",
8803 "default.handlebars->29->9",
8796 - "default.handlebars->29->906",
8804 + "default.handlebars->29->916",
8805 "desktop.handlebars->3->2",
8806 "xterm.handlebars->9->2"
8807 ]
@@ -8815,7 +8823,7 @@
8823 "zh-chs": "连接数量",
8824 "zh-cht": "連接數量",
8825 "xloc": [
8818 - "default.handlebars->29->2059"
8826 + "default.handlebars->29->2069"
8827 ]
8828 },
8829 {
@@ -8835,7 +8843,7 @@
8843 "zh-chs": "连接转发器",
8844 "zh-cht": "連接轉發器",
8845 "xloc": [
8838 - "default.handlebars->29->2087"
8846 + "default.handlebars->29->2097"
8847 ]
8848 },
8849 {
@@ -8896,9 +8904,9 @@
8904 "zh-cht": "連接性",
8905 "xloc": [
8906 "default-mobile.handlebars->9->255",
8899 - "default.handlebars->29->1511",
8900 - "default.handlebars->29->234",
8901 - "default.handlebars->29->599",
8907 + "default.handlebars->29->1521",
8908 + "default.handlebars->29->235",
8909 + "default.handlebars->29->609",
8910 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
8911 ]
8912 },
@@ -8919,8 +8927,8 @@
8927 "zh-chs": "控制台",
8928 "zh-cht": "控制台",
8929 "xloc": [
8922 - "default.handlebars->29->662",
8923 - "default.handlebars->29->683",
8930 + "default.handlebars->29->672",
8931 + "default.handlebars->29->693",
8932 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
8933 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
8934 "default.handlebars->contextMenu->cxconsole"
@@ -8943,7 +8951,7 @@
8951 "zh-chs": "控制台 -",
8952 "zh-cht": "控制台 -",
8953 "xloc": [
8946 - "default.handlebars->29->530"
8954 + "default.handlebars->29->540"
8955 ]
8956 },
8957 {
@@ -8963,8 +8971,8 @@
8971 "zh-chs": "控制",
8972 "zh-cht": "控制",
8973 "xloc": [
8966 - "default.handlebars->29->661",
8967 - "default.handlebars->29->682",
8974 + "default.handlebars->29->671",
8975 + "default.handlebars->29->692",
8976 "messenger.handlebars->13->1"
8977 ]
8978 },
@@ -8985,7 +8993,7 @@
8993 "zh-chs": "Cookie编码器",
8994 "zh-cht": "Cookie編碼器",
8995 "xloc": [
8988 - "default.handlebars->29->2073"
8996 + "default.handlebars->29->2083"
8997 ]
8998 },
8999 {
@@ -9050,7 +9058,7 @@
9058 "zh-chs": "将Windows 32位代理URL复制到剪贴板",
9059 "zh-cht": "將Windows 32位代理URL複製到剪貼板",
9060 "xloc": [
9053 - "default.handlebars->29->363"
9061 + "default.handlebars->29->373"
9062 ]
9063 },
9064 {
@@ -9070,7 +9078,7 @@
9078 "zh-chs": "将Windows 64位代理URL复制到剪贴板",
9079 "zh-cht": "將Windows 64位代理URL複製到剪貼板",
9080 "xloc": [
9073 - "default.handlebars->29->367"
9081 + "default.handlebars->29->377"
9082 ]
9083 },
9084 {
@@ -9121,8 +9129,8 @@
9129 "zh-chs": "将代理URL复制到剪贴板",
9130 "zh-cht": "將代理URL複製到剪貼板",
9131 "xloc": [
9124 - "default.handlebars->29->387",
9125 - "default.handlebars->29->389"
9132 + "default.handlebars->29->397",
9133 + "default.handlebars->29->399"
9134 ]
9135 },
9136 {
@@ -9142,10 +9150,10 @@
9150 "zh-chs": "复制连结到剪贴板",
9151 "zh-cht": "複製連結到剪貼板",
9152 "xloc": [
9145 - "default.handlebars->29->1516",
9146 - "default.handlebars->29->1535",
9153 + "default.handlebars->29->1526",
9154 + "default.handlebars->29->1545",
9155 "default.handlebars->29->195",
9148 - "default.handlebars->29->345"
9156 + "default.handlebars->29->355"
9157 ]
9158 },
9159 {
@@ -9165,7 +9173,7 @@
9173 "zh-chs": "将macOS代理URL复制到剪贴板",
9174 "zh-cht": "將macOS代理URL複製到剪貼板",
9175 "xloc": [
9168 - "default.handlebars->29->375"
9176 + "default.handlebars->29->385"
9177 ]
9178 },
9179 {
@@ -9246,7 +9254,7 @@
9254 "zh-chs": "复制:“{0}”到“{1}”",
9255 "zh-cht": "複製:“{0}”到“{1}”",
9256 "xloc": [
9249 - "default.handlebars->29->1607"
9257 + "default.handlebars->29->1617"
9258 ]
9259 },
9260 {
@@ -9392,7 +9400,7 @@
9400 "zh-chs": "核心服务器",
9401 "zh-cht": "核心伺服器",
9402 "xloc": [
9395 - "default.handlebars->29->2072"
9403 + "default.handlebars->29->2082"
9404 ]
9405 },
9406 {
@@ -9412,7 +9420,7 @@
9420 "zh-chs": "科西嘉文",
9421 "zh-cht": "科西嘉文",
9422 "xloc": [
9415 - "default.handlebars->29->1064"
9423 + "default.handlebars->29->1074"
9424 ]
9425 },
9426 {
@@ -9432,7 +9440,7 @@
9440 "zh-chs": "创建帐号",
9441 "zh-cht": "創建帳號",
9442 "xloc": [
9435 - "default.handlebars->29->1765",
9443 + "default.handlebars->29->1775",
9444 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9445 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9446 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9475,7 +9483,7 @@
9483 "zh-chs": "创建用户组",
9484 "zh-cht": "創建用戶群",
9485 "xloc": [
9478 - "default.handlebars->29->1804"
9486 + "default.handlebars->29->1814"
9487 ]
9488 },
9489 {
@@ -9495,7 +9503,7 @@
9503 "zh-chs": "创建连结以与访客共享此设备",
9504 "zh-cht": "創建鏈結以與訪客共享此裝置",
9505 "xloc": [
9498 - "default.handlebars->29->610"
9506 + "default.handlebars->29->620"
9507 ]
9508 },
9509 {
@@ -9515,7 +9523,7 @@
9523 "zh-chs": "使用以下选项创建一个新的设备组。",
9524 "zh-cht": "使用以下選項創建一個新的裝置群。",
9525 "xloc": [
9518 - "default.handlebars->29->1258"
9526 + "default.handlebars->29->1268"
9527 ]
9528 },
9529 {
@@ -9535,7 +9543,7 @@
9543 "zh-chs": "创建一个新的设备组。",
9544 "zh-cht": "創建一個新的裝置群。",
9545 "xloc": [
9538 - "default.handlebars->29->236"
9546 + "default.handlebars->29->237"
9547 ]
9548 },
9549 {
@@ -9555,7 +9563,7 @@
9563 "zh-chs": "创建文件夹:“{0}”",
9564 "zh-cht": "創建文件夾:“{0}”",
9565 "xloc": [
9558 - "default.handlebars->29->1600"
9566 + "default.handlebars->29->1610"
9567 ]
9568 },
9569 {
@@ -9575,7 +9583,7 @@
9583 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9584 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9585 "xloc": [
9578 - "default.handlebars->29->1729"
9586 + "default.handlebars->29->1739"
9587 ]
9588 },
9589 {
@@ -9617,7 +9625,7 @@
9625 "zh-chs": "创建的设备组:{0}",
9626 "zh-cht": "創建的設備組:{0}",
9627 "xloc": [
9620 - "default.handlebars->29->1611"
9628 + "default.handlebars->29->1621"
9629 ]
9630 },
9631 {
@@ -9637,7 +9645,7 @@
9645 "zh-chs": "创建一个连结,该连结允许没有帐户的访客将远程桌面访问此设备最多1小时。",
9646 "zh-cht": "創建一個鏈結,該鏈結允許沒有帳戶的訪客將遠程桌面訪問此裝置最多1小時。",
9647 "xloc": [
9640 - "default.handlebars->29->701"
9648 + "default.handlebars->29->711"
9649 ]
9650 },
9651 {
@@ -9657,7 +9665,7 @@
9665 "zh-chs": "创建",
9666 "zh-cht": "創建",
9667 "xloc": [
9660 - "default.handlebars->29->1890"
9668 + "default.handlebars->29->1900"
9669 ]
9670 },
9671 {
@@ -9677,7 +9685,7 @@
9685 "zh-chs": "创建时间",
9686 "zh-cht": "創作時間",
9687 "xloc": [
9680 - "default.handlebars->29->1305"
9688 + "default.handlebars->29->1315"
9689 ]
9690 },
9691 {
@@ -9719,8 +9727,8 @@
9727 "zh-chs": "创建者",
9728 "zh-cht": "創作者",
9729 "xloc": [
9722 - "default.handlebars->29->1303",
9723 - "default.handlebars->29->1304"
9730 + "default.handlebars->29->1313",
9731 + "default.handlebars->29->1314"
9732 ]
9733 },
9734 {
@@ -9740,7 +9748,7 @@
9748 "zh-chs": "证书",
9749 "zh-cht": "證書",
9750 "xloc": [
9743 - "default.handlebars->29->1275"
9751 + "default.handlebars->29->1285"
9752 ]
9753 },
9754 {
@@ -9760,7 +9768,7 @@
9768 "zh-chs": "克里语",
9769 "zh-cht": "克里語",
9770 "xloc": [
9763 - "default.handlebars->29->1065"
9771 + "default.handlebars->29->1075"
9772 ]
9773 },
9774 {
@@ -9780,7 +9788,7 @@
9788 "zh-chs": "克罗地亚文",
9789 "zh-cht": "克羅地亞文",
9790 "xloc": [
9783 - "default.handlebars->29->1066"
9791 + "default.handlebars->29->1076"
9792 ]
9793 },
9794 {
@@ -9947,7 +9955,7 @@
9955 "zh-chs": "捷克文",
9956 "zh-cht": "捷克文",
9957 "xloc": [
9950 - "default.handlebars->29->1067"
9958 + "default.handlebars->29->1077"
9959 ]
9960 },
9961 {
@@ -9987,7 +9995,7 @@
9995 "zh-chs": "丹麦文",
9996 "zh-cht": "丹麥文",
9997 "xloc": [
9990 - "default.handlebars->29->1068"
9998 + "default.handlebars->29->1078"
9999 ]
10000 },
10001 {
@@ -10007,7 +10015,7 @@
10015 "zh-chs": "数据通道",
10016 "zh-cht": "數據通道",
10017 "xloc": [
10010 - "default.handlebars->29->810",
10018 + "default.handlebars->29->820",
10019 "desktop.handlebars->3->12"
10020 ]
10021 },
@@ -10028,7 +10036,7 @@
10036 "zh-chs": "日期和时间",
10037 "zh-cht": "日期和時間",
10038 "xloc": [
10031 - "default.handlebars->29->1226"
10039 + "default.handlebars->29->1236"
10040 ]
10041 },
10042 {
@@ -10049,13 +10057,13 @@
10057 "zh-cht": "天",
10058 "xloc": [
10059 "default-mobile.handlebars->9->278",
10052 - "default.handlebars->29->742"
10060 + "default.handlebars->29->752"
10061 ]
10062 },
10063 {
10064 "en": "Deactivate",
10065 "xloc": [
10058 - "default.handlebars->29->1354"
10066 + "default.handlebars->29->1364"
10067 ]
10068 },
10069 {
@@ -10093,7 +10101,7 @@
10101 "zh-cht": "沉睡",
10102 "xloc": [
10103 "default-mobile.handlebars->9->192",
10096 - "default.handlebars->29->400"
10104 + "default.handlebars->29->410"
10105 ]
10106 },
10107 {
@@ -10113,10 +10121,10 @@
10121 "zh-chs": "默认",
10122 "zh-cht": "默認",
10123 "xloc": [
10116 - "default.handlebars->29->1752",
10117 - "default.handlebars->29->1800",
10118 - "default.handlebars->29->1811",
10119 - "default.handlebars->29->1879"
10124 + "default.handlebars->29->1762",
10125 + "default.handlebars->29->1810",
10126 + "default.handlebars->29->1821",
10127 + "default.handlebars->29->1889"
10128 ]
10129 },
10130 {
@@ -10140,9 +10148,9 @@
10148 "default-mobile.handlebars->9->313",
10149 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
10150 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
10143 - "default.handlebars->29->1542",
10144 - "default.handlebars->29->500",
10145 - "default.handlebars->29->874",
10151 + "default.handlebars->29->1552",
10152 + "default.handlebars->29->510",
10153 + "default.handlebars->29->884",
10154 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
10155 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
10156 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -10170,7 +10178,7 @@
10178 "zh-cht": "刪除帳戶",
10179 "xloc": [
10180 "default-mobile.handlebars->9->84",
10173 - "default.handlebars->29->1243"
10181 + "default.handlebars->29->1253"
10182 ]
10183 },
10184 {
@@ -10190,7 +10198,7 @@
10198 "zh-chs": "删除帐户",
10199 "zh-cht": "刪除帳戶",
10200 "xloc": [
10193 - "default.handlebars->29->1719"
10201 + "default.handlebars->29->1729"
10202 ]
10203 },
10204 {
@@ -10211,7 +10219,7 @@
10219 "zh-cht": "刪除裝置",
10220 "xloc": [
10221 "default-mobile.handlebars->9->260",
10214 - "default.handlebars->29->614"
10222 + "default.handlebars->29->624"
10223 ]
10224 },
10225 {
@@ -10233,8 +10241,8 @@
10241 "xloc": [
10242 "default-mobile.handlebars->9->417",
10243 "default-mobile.handlebars->9->420",
10236 - "default.handlebars->29->1350",
10237 - "default.handlebars->29->1379"
10244 + "default.handlebars->29->1360",
10245 + "default.handlebars->29->1389"
10246 ]
10247 },
10248 {
@@ -10255,7 +10263,7 @@
10263 "zh-cht": "刪除節點",
10264 "xloc": [
10265 "default-mobile.handlebars->9->286",
10258 - "default.handlebars->29->768"
10266 + "default.handlebars->29->778"
10267 ]
10268 },
10269 {
@@ -10275,7 +10283,7 @@
10283 "zh-chs": "删除节点",
10284 "zh-cht": "刪除節點",
10285 "xloc": [
10278 - "default.handlebars->29->444"
10286 + "default.handlebars->29->454"
10287 ]
10288 },
10289 {
@@ -10295,7 +10303,7 @@
10303 "zh-chs": "删除用户",
10304 "zh-cht": "刪除用戶",
10305 "xloc": [
10298 - "default.handlebars->29->1929"
10306 + "default.handlebars->29->1939"
10307 ]
10308 },
10309 {
@@ -10315,8 +10323,8 @@
10323 "zh-chs": "删除用户群组",
10324 "zh-cht": "刪除用戶群組",
10325 "xloc": [
10318 - "default.handlebars->29->1849",
10319 - "default.handlebars->29->1859"
10326 + "default.handlebars->29->1859",
10327 + "default.handlebars->29->1869"
10328 ]
10329 },
10330 {
@@ -10336,7 +10344,7 @@
10344 "zh-chs": "删除用户群组",
10345 "zh-cht": "刪除用戶群組",
10346 "xloc": [
10339 - "default.handlebars->29->1798"
10347 + "default.handlebars->29->1808"
10348 ]
10349 },
10350 {
@@ -10356,7 +10364,7 @@
10364 "zh-chs": "删除用户{0}",
10365 "zh-cht": "刪除用戶{0}",
10366 "xloc": [
10359 - "default.handlebars->29->1952"
10367 + "default.handlebars->29->1962"
10368 ]
10369 },
10370 {
@@ -10377,7 +10385,7 @@
10385 "zh-cht": "刪除帳戶",
10386 "xloc": [
10387 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10380 - "default.handlebars->29->1715",
10388 + "default.handlebars->29->1725",
10389 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10390 ]
10391 },
@@ -10398,7 +10406,7 @@
10406 "zh-chs": "删除设备",
10407 "zh-cht": "刪除裝置",
10408 "xloc": [
10401 - "default.handlebars->29->437"
10409 + "default.handlebars->29->447"
10410 ]
10411 },
10412 {
@@ -10418,7 +10426,7 @@
10426 "zh-chs": "删除群组",
10427 "zh-cht": "刪除群組",
10428 "xloc": [
10421 - "default.handlebars->29->1794"
10429 + "default.handlebars->29->1804"
10430 ]
10431 },
10432 {
@@ -10438,7 +10446,7 @@
10446 "zh-chs": "删除项目?",
10447 "zh-cht": "刪除項目?",
10448 "xloc": [
10441 - "default.handlebars->29->501"
10449 + "default.handlebars->29->511"
10450 ]
10451 },
10452 {
@@ -10458,7 +10466,7 @@
10466 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
10467 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
10468 "xloc": [
10461 - "default.handlebars->29->1602"
10469 + "default.handlebars->29->1612"
10470 ]
10471 },
10472 {
@@ -10480,8 +10488,8 @@
10488 "xloc": [
10489 "default-mobile.handlebars->9->124",
10490 "default-mobile.handlebars->9->315",
10483 - "default.handlebars->29->1544",
10484 - "default.handlebars->29->876"
10491 + "default.handlebars->29->1554",
10492 + "default.handlebars->29->886"
10493 ]
10494 },
10495 {
@@ -10501,7 +10509,7 @@
10509 "zh-chs": "删除用户群组{0}?",
10510 "zh-cht": "刪除用戶群組{0}?",
10511 "xloc": [
10504 - "default.handlebars->29->1857"
10512 + "default.handlebars->29->1867"
10513 ]
10514 },
10515 {
@@ -10523,8 +10531,8 @@
10531 "xloc": [
10532 "default-mobile.handlebars->9->123",
10533 "default-mobile.handlebars->9->314",
10526 - "default.handlebars->29->1543",
10527 - "default.handlebars->29->875"
10534 + "default.handlebars->29->1553",
10535 + "default.handlebars->29->885"
10536 ]
10537 },
10538 {
@@ -10564,7 +10572,7 @@
10572 "zh-chs": "删除:“{0}”",
10573 "zh-cht": "刪除:“{0}”",
10574 "xloc": [
10567 - "default.handlebars->29->1601"
10575 + "default.handlebars->29->1611"
10576 ]
10577 },
10578 {
@@ -10584,7 +10592,7 @@
10592 "zh-chs": "删除:“{0}”,{1}个元素已删除",
10593 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
10594 "xloc": [
10587 - "default.handlebars->29->1603"
10595 + "default.handlebars->29->1613"
10596 ]
10597 },
10598 {
@@ -10604,7 +10612,7 @@
10612 "zh-chs": "被拒绝",
10613 "zh-cht": "被拒絕",
10614 "xloc": [
10607 - "default.handlebars->29->806",
10615 + "default.handlebars->29->816",
10616 "desktop.handlebars->3->8"
10617 ]
10618 },
@@ -10701,19 +10709,19 @@
10709 "default-mobile.handlebars->9->352",
10710 "default-mobile.handlebars->9->409",
10711 "default-mobile.handlebars->9->422",
10704 - "default.handlebars->29->1263",
10705 - "default.handlebars->29->1300",
10706 - "default.handlebars->29->1381",
10707 - "default.handlebars->29->1803",
10712 + "default.handlebars->29->1273",
10713 + "default.handlebars->29->1310",
10714 + "default.handlebars->29->1391",
10715 "default.handlebars->29->1813",
10709 - "default.handlebars->29->1814",
10710 - "default.handlebars->29->1855",
10711 - "default.handlebars->29->541",
10712 - "default.handlebars->29->542",
10716 + "default.handlebars->29->1823",
10717 + "default.handlebars->29->1824",
10718 + "default.handlebars->29->1865",
10719 + "default.handlebars->29->551",
10720 + "default.handlebars->29->552",
10721 "default.handlebars->29->77",
10714 - "default.handlebars->29->801",
10715 - "default.handlebars->29->921",
10722 + "default.handlebars->29->811",
10723 "default.handlebars->29->931",
10724 + "default.handlebars->29->941",
10725 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
10726 ]
10727 },
@@ -10752,10 +10760,10 @@
10760 "zh-cht": "桌面",
10761 "xloc": [
10762 "default-mobile.handlebars->9->267",
10755 - "default.handlebars->29->1387",
10756 - "default.handlebars->29->1999",
10757 - "default.handlebars->29->506",
10758 - "default.handlebars->29->846",
10763 + "default.handlebars->29->1397",
10764 + "default.handlebars->29->2009",
10765 + "default.handlebars->29->516",
10766 + "default.handlebars->29->856",
10767 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
10768 "default.handlebars->contextMenu->cxdesktop",
10769 "desktop.handlebars->3->24"
@@ -10798,10 +10806,10 @@
10806 "zh-chs": "桌面通知",
10807 "zh-cht": "桌面通知",
10808 "xloc": [
10801 - "default.handlebars->29->1314",
10802 - "default.handlebars->29->1818",
10803 - "default.handlebars->29->1905",
10804 - "default.handlebars->29->580"
10809 + "default.handlebars->29->1324",
10810 + "default.handlebars->29->1828",
10811 + "default.handlebars->29->1915",
10812 + "default.handlebars->29->590"
10813 ]
10814 },
10815 {
@@ -10821,10 +10829,10 @@
10829 "zh-chs": "桌面提示",
10830 "zh-cht": "桌面提示",
10831 "xloc": [
10824 - "default.handlebars->29->1313",
10825 - "default.handlebars->29->1817",
10826 - "default.handlebars->29->1904",
10827 - "default.handlebars->29->579"
10832 + "default.handlebars->29->1323",
10833 + "default.handlebars->29->1827",
10834 + "default.handlebars->29->1914",
10835 + "default.handlebars->29->589"
10836 ]
10837 },
10838 {
@@ -10844,10 +10852,10 @@
10852 "zh-chs": "桌面提示+工具栏",
10853 "zh-cht": "桌面提示+工具欄",
10854 "xloc": [
10847 - "default.handlebars->29->1311",
10848 - "default.handlebars->29->1815",
10849 - "default.handlebars->29->1902",
10850 - "default.handlebars->29->577"
10855 + "default.handlebars->29->1321",
10856 + "default.handlebars->29->1825",
10857 + "default.handlebars->29->1912",
10858 + "default.handlebars->29->587"
10859 ]
10860 },
10861 {
@@ -10888,10 +10896,10 @@
10896 "zh-chs": "桌面工具栏",
10897 "zh-cht": "桌面工具欄",
10898 "xloc": [
10891 - "default.handlebars->29->1312",
10892 - "default.handlebars->29->1816",
10893 - "default.handlebars->29->1903",
10894 - "default.handlebars->29->578"
10899 + "default.handlebars->29->1322",
10900 + "default.handlebars->29->1826",
10901 + "default.handlebars->29->1913",
10902 + "default.handlebars->29->588"
10903 ]
10904 },
10905 {
@@ -10911,7 +10919,7 @@
10919 "zh-chs": "桌面时段",
10920 "zh-cht": "桌面時段",
10921 "xloc": [
10914 - "default.handlebars->29->845"
10922 + "default.handlebars->29->855"
10923 ]
10924 },
10925 {
@@ -10994,9 +11002,9 @@
11002 "zh-chs": "设备",
11003 "zh-cht": "裝置",
11004 "xloc": [
10997 - "default.handlebars->29->1410",
11005 + "default.handlebars->29->1420",
11006 "default.handlebars->29->186",
10999 - "default.handlebars->29->1971",
11007 + "default.handlebars->29->1981",
11008 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11009 ]
11010 },
@@ -11018,7 +11026,7 @@
11026 "zh-cht": "裝置指令",
11027 "xloc": [
11028 "default-mobile.handlebars->9->277",
11021 - "default.handlebars->29->733"
11029 + "default.handlebars->29->743"
11030 ]
11031 },
11032 {
@@ -11045,14 +11053,14 @@
11053 "zh-chs": "设备组",
11054 "zh-cht": "裝置群",
11055 "xloc": [
11048 - "default.handlebars->29->1405",
11049 - "default.handlebars->29->1408",
11050 - "default.handlebars->29->1409",
11051 - "default.handlebars->29->1666",
11052 - "default.handlebars->29->1841",
11053 - "default.handlebars->29->1847",
11054 - "default.handlebars->29->1959",
11055 - "default.handlebars->29->2008"
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"
11064 ]
11065 },
11066 {
@@ -11073,7 +11081,7 @@
11081 "zh-cht": "裝置群用戶",
11082 "xloc": [
11083 "default-mobile.handlebars->9->468",
11076 - "default.handlebars->29->1474"
11084 + "default.handlebars->29->1484"
11085 ]
11086 },
11087 {
@@ -11094,11 +11102,11 @@
11102 "zh-cht": "裝置群",
11103 "xloc": [
11104 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11097 - "default.handlebars->29->1682",
11098 - "default.handlebars->29->1788",
11099 - "default.handlebars->29->1828",
11100 - "default.handlebars->29->1899",
11101 - "default.handlebars->29->2043",
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",
11110 "default.handlebars->container->column_l->p2->p2info->7"
11111 ]
11112 },
@@ -11119,7 +11127,7 @@
11127 "zh-chs": "设备信息导出",
11128 "zh-cht": "裝置訊息輸出",
11129 "xloc": [
11122 - "default.handlebars->29->471"
11130 + "default.handlebars->29->481"
11131 ]
11132 },
11133 {
@@ -11139,7 +11147,7 @@
11147 "zh-chs": "设备位置",
11148 "zh-cht": "裝置位置",
11149 "xloc": [
11142 - "default.handlebars->29->769"
11150 + "default.handlebars->29->779"
11151 ]
11152 },
11153 {
@@ -11159,7 +11167,7 @@
11167 "zh-chs": "设备消息",
11168 "zh-cht": "裝置訊息",
11169 "xloc": [
11162 - "default.handlebars->29->698"
11170 + "default.handlebars->29->708"
11171 ]
11172 },
11173 {
@@ -11180,9 +11188,9 @@
11188 "zh-cht": "裝置名稱",
11189 "xloc": [
11190 "default-mobile.handlebars->9->290",
11183 - "default.handlebars->29->2007",
11184 - "default.handlebars->29->287",
11185 - "default.handlebars->29->799",
11191 + "default.handlebars->29->2017",
11192 + "default.handlebars->29->290",
11193 + "default.handlebars->29->809",
11194 "player.handlebars->3->9"
11195 ]
11196 },
@@ -11203,8 +11211,8 @@
11211 "zh-chs": "设备通知",
11212 "zh-cht": "裝置通知",
11213 "xloc": [
11206 - "default.handlebars->29->465",
11207 - "default.handlebars->29->700"
11214 + "default.handlebars->29->475",
11215 + "default.handlebars->29->710"
11216 ]
11217 },
11218 {
@@ -11244,8 +11252,8 @@
11252 "zh-chs": "设备连接。",
11253 "zh-cht": "裝置連接。",
11254 "xloc": [
11247 - "default.handlebars->29->1231",
11248 - "default.handlebars->29->1495"
11255 + "default.handlebars->29->1241",
11256 + "default.handlebars->29->1505"
11257 ]
11258 },
11259 {
@@ -11265,8 +11273,8 @@
11273 "zh-chs": "设备断开连接。",
11274 "zh-cht": "裝置斷開連接。",
11275 "xloc": [
11268 - "default.handlebars->29->1232",
11269 - "default.handlebars->29->1496"
11276 + "default.handlebars->29->1242",
11277 + "default.handlebars->29->1506"
11278 ]
11279 },
11280 {
@@ -11286,7 +11294,7 @@
11294 "zh-chs": "创建的设备组:{0}",
11295 "zh-cht": "設備組已創建:{0}",
11296 "xloc": [
11289 - "default.handlebars->29->1632"
11297 + "default.handlebars->29->1642"
11298 ]
11299 },
11300 {
@@ -11306,7 +11314,7 @@
11314 "zh-chs": "设备组已删除:{0}",
11315 "zh-cht": "設備組已刪除:{0}",
11316 "xloc": [
11309 - "default.handlebars->29->1633"
11317 + "default.handlebars->29->1643"
11318 ]
11319 },
11320 {
@@ -11326,7 +11334,7 @@
11334 "zh-chs": "设备组成员身份已更改:{0}",
11335 "zh-cht": "設備組成員身份已更改:{0}",
11336 "xloc": [
11329 - "default.handlebars->29->1634"
11337 + "default.handlebars->29->1644"
11338 ]
11339 },
11340 {
@@ -11346,7 +11354,7 @@
11354 "zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
11355 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
11356 "xloc": [
11349 - "default.handlebars->29->695"
11357 + "default.handlebars->29->705"
11358 ]
11359 },
11360 {
@@ -11366,7 +11374,7 @@
11374 "zh-chs": "设备组通知已更改",
11375 "zh-cht": "設備組通知已更改",
11376 "xloc": [
11369 - "default.handlebars->29->1629"
11377 + "default.handlebars->29->1639"
11378 ]
11379 },
11380 {
@@ -11386,7 +11394,7 @@
11394 "zh-chs": "未删除的设备组:{0}",
11395 "zh-cht": "未刪除的設備組:{0}",
11396 "xloc": [
11389 - "default.handlebars->29->1612"
11397 + "default.handlebars->29->1622"
11398 ]
11399 },
11400 {
@@ -11408,8 +11416,8 @@
11416 "xloc": [
11417 "default-mobile.handlebars->9->160",
11418 "default-mobile.handlebars->9->216",
11411 - "default.handlebars->29->211",
11412 - "default.handlebars->29->527"
11419 + "default.handlebars->29->212",
11420 + "default.handlebars->29->537"
11421 ]
11422 },
11423 {
@@ -11429,7 +11437,7 @@
11437 "zh-chs": "检测到设备,但无法获得电源状态。",
11438 "zh-cht": "檢測到裝置,但無法獲得電源狀態。",
11439 "xloc": [
11432 - "default.handlebars->29->405"
11440 + "default.handlebars->29->415"
11441 ]
11442 },
11443 {
@@ -11450,7 +11458,7 @@
11458 "zh-cht": "裝置正在休眠(S4)",
11459 "xloc": [
11460 "default-mobile.handlebars->9->200",
11453 - "default.handlebars->29->411"
11461 + "default.handlebars->29->421"
11462 ]
11463 },
11464 {
@@ -11471,7 +11479,7 @@
11479 "zh-cht": "裝置處於深度睡眠狀態(S3)",
11480 "xloc": [
11481 "default-mobile.handlebars->9->199",
11474 - "default.handlebars->29->410"
11482 + "default.handlebars->29->420"
11483 ]
11484 },
11485 {
@@ -11491,7 +11499,7 @@
11499 "zh-chs": "设备处于深度睡眠状态(S3)。",
11500 "zh-cht": "裝置處於深度睡眠狀態(S3)。",
11501 "xloc": [
11494 - "default.handlebars->29->399"
11502 + "default.handlebars->29->409"
11503 ]
11504 },
11505 {
@@ -11511,7 +11519,7 @@
11519 "zh-chs": "设备处于休眠状态(S4)。",
11520 "zh-cht": "裝置處於休眠狀態(S4)。",
11521 "xloc": [
11514 - "default.handlebars->29->401"
11522 + "default.handlebars->29->411"
11523 ]
11524 },
11525 {
@@ -11531,7 +11539,7 @@
11539 "zh-chs": "设备处于关机状态(S5)。",
11540 "zh-cht": "裝置處於關機狀態(S5)。",
11541 "xloc": [
11534 - "default.handlebars->29->403"
11542 + "default.handlebars->29->413"
11543 ]
11544 },
11545 {
@@ -11552,7 +11560,7 @@
11560 "zh-cht": "裝置處於睡眠狀態(S1)",
11561 "xloc": [
11562 "default-mobile.handlebars->9->197",
11555 - "default.handlebars->29->408"
11563 + "default.handlebars->29->418"
11564 ]
11565 },
11566 {
@@ -11572,7 +11580,7 @@
11580 "zh-chs": "设备处于睡眠状态(S1)。",
11581 "zh-cht": "裝置處於睡眠狀態(S1)。",
11582 "xloc": [
11575 - "default.handlebars->29->395"
11583 + "default.handlebars->29->405"
11584 ]
11585 },
11586 {
@@ -11593,7 +11601,7 @@
11601 "zh-cht": "裝置處於睡眠狀態(S2)",
11602 "xloc": [
11603 "default-mobile.handlebars->9->198",
11596 - "default.handlebars->29->409"
11604 + "default.handlebars->29->419"
11605 ]
11606 },
11607 {
@@ -11613,7 +11621,7 @@
11621 "zh-chs": "设备处于睡眠状态(S2)。",
11622 "zh-cht": "裝置處於睡眠狀態(S2)。",
11623 "xloc": [
11616 - "default.handlebars->29->397"
11624 + "default.handlebars->29->407"
11625 ]
11626 },
11627 {
@@ -11634,7 +11642,7 @@
11642 "zh-cht": "裝置處於軟關機狀態(S5)",
11643 "xloc": [
11644 "default-mobile.handlebars->9->201",
11637 - "default.handlebars->29->412"
11645 + "default.handlebars->29->422"
11646 ]
11647 },
11648 {
@@ -11656,8 +11664,8 @@
11664 "xloc": [
11665 "default-mobile.handlebars->9->159",
11666 "default-mobile.handlebars->9->215",
11659 - "default.handlebars->29->210",
11660 - "default.handlebars->29->526"
11667 + "default.handlebars->29->211",
11668 + "default.handlebars->29->536"
11669 ]
11670 },
11671 {
@@ -11678,7 +11686,7 @@
11686 "zh-cht": "裝置已連接電源",
11687 "xloc": [
11688 "default-mobile.handlebars->9->196",
11681 - "default.handlebars->29->407"
11689 + "default.handlebars->29->417"
11690 ]
11691 },
11692 {
@@ -11698,7 +11706,7 @@
11706 "zh-chs": "设备已连接电源。",
11707 "zh-cht": "裝置已連接電源。",
11708 "xloc": [
11701 - "default.handlebars->29->393"
11709 + "default.handlebars->29->403"
11710 ]
11711 },
11712 {
@@ -11719,7 +11727,7 @@
11727 "zh-cht": "裝置存在,但無法確定電源狀態",
11728 "xloc": [
11729 "default-mobile.handlebars->9->202",
11722 - "default.handlebars->29->413"
11730 + "default.handlebars->29->423"
11731 ]
11732 },
11733 {
@@ -11739,7 +11747,7 @@
11747 "zh-chs": "设备名称",
11748 "zh-cht": "裝置名稱",
11749 "xloc": [
11742 - "default.handlebars->29->518"
11750 + "default.handlebars->29->528"
11751 ]
11752 },
11753 {
@@ -11759,7 +11767,7 @@
11767 "zh-chs": "设备通知",
11768 "zh-cht": "設備通知",
11769 "xloc": [
11762 - "default.handlebars->29->435"
11770 + "default.handlebars->29->445"
11771 ]
11772 },
11773 {
@@ -11779,7 +11787,7 @@
11787 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
11788 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
11789 "xloc": [
11782 - "default.handlebars->29->1614"
11790 + "default.handlebars->29->1624"
11791 ]
11792 },
11793 {
@@ -11816,8 +11824,8 @@
11824 "zh-chs": "设备",
11825 "zh-cht": "裝置",
11826 "xloc": [
11819 - "default.handlebars->29->1789",
11820 - "default.handlebars->29->1829"
11827 + "default.handlebars->29->1799",
11828 + "default.handlebars->29->1839"
11829 ]
11830 },
11831 {
@@ -11837,7 +11845,7 @@
11845 "zh-chs": "已禁用",
11846 "zh-cht": "已禁用",
11847 "xloc": [
11840 - "default.handlebars->29->572"
11848 + "default.handlebars->29->582"
11849 ]
11850 },
11851 {
@@ -11857,7 +11865,7 @@
11865 "zh-chs": "禁用的电子邮件两因素身份验证",
11866 "zh-cht": "禁用的電子郵件兩因素身份驗證",
11867 "xloc": [
11860 - "default.handlebars->29->1645"
11868 + "default.handlebars->29->1655"
11869 ]
11870 },
11871 {
@@ -11879,8 +11887,8 @@
11887 "xloc": [
11888 "default-mobile.handlebars->9->304",
11889 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
11882 - "default.handlebars->29->1324",
11883 - "default.handlebars->29->862",
11890 + "default.handlebars->29->1334",
11891 + "default.handlebars->29->872",
11892 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
11893 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
11894 "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -11927,10 +11935,10 @@
11935 "default-mobile.handlebars->9->1",
11936 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
11937 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
11930 - "default.handlebars->29->222",
11931 - "default.handlebars->29->242",
11932 - "default.handlebars->29->245",
11933 - "default.handlebars->29->272",
11938 + "default.handlebars->29->223",
11939 + "default.handlebars->29->243",
11940 + "default.handlebars->29->246",
11941 + "default.handlebars->29->273",
11942 "default.handlebars->29->8",
11943 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
11944 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
@@ -11957,7 +11965,7 @@
11965 "zh-chs": "在远程设备上显示一个消息框。",
11966 "zh-cht": "在遠程裝置上顯示一個訊息框。",
11967 "xloc": [
11960 - "default.handlebars->29->699"
11968 + "default.handlebars->29->709"
11969 ]
11970 },
11971 {
@@ -11997,7 +12005,7 @@
12005 "zh-chs": "在远程设备上显示短信",
12006 "zh-cht": "在遠程裝置上顯示短信",
12007 "xloc": [
12000 - "default.handlebars->29->608"
12008 + "default.handlebars->29->618"
12009 ]
12010 },
12011 {
@@ -12017,7 +12025,7 @@
12025 "zh-chs": "显示设备组名称",
12026 "zh-cht": "顯示裝置群名稱",
12027 "xloc": [
12020 - "default.handlebars->29->1230"
12028 + "default.handlebars->29->1240"
12029 ]
12030 },
12031 {
@@ -12037,7 +12045,7 @@
12045 "zh-chs": "显示名称",
12046 "zh-cht": "顯示名稱",
12047 "xloc": [
12040 - "default.handlebars->29->831"
12048 + "default.handlebars->29->841"
12049 ]
12050 },
12051 {
@@ -12057,7 +12065,7 @@
12065 "zh-chs": "显示公共连结",
12066 "zh-cht": "顯示公共鏈結",
12067 "xloc": [
12060 - "default.handlebars->29->1515"
12068 + "default.handlebars->29->1525"
12069 ]
12070 },
12071 {
@@ -12077,7 +12085,7 @@
12085 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
12086 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
12087 "xloc": [
12080 - "default.handlebars->29->1574"
12088 + "default.handlebars->29->1584"
12089 ]
12090 },
12091 {
@@ -12097,7 +12105,7 @@
12105 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
12106 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
12107 "xloc": [
12100 - "default.handlebars->29->1582"
12108 + "default.handlebars->29->1592"
12109 ]
12110 },
12111 {
@@ -12117,8 +12125,8 @@
12125 "zh-chs": "什么都不做",
12126 "zh-cht": "什麼都不做",
12127 "xloc": [
12120 - "default.handlebars->29->1365",
12121 - "default.handlebars->29->1369"
12128 + "default.handlebars->29->1375",
12129 + "default.handlebars->29->1379"
12130 ]
12131 },
12132 {
@@ -12138,10 +12146,10 @@
12146 "zh-chs": "域",
12147 "zh-cht": "域",
12148 "xloc": [
12141 - "default.handlebars->29->1753",
12142 - "default.handlebars->29->1801",
12143 - "default.handlebars->29->1810",
12144 - "default.handlebars->29->1878",
12149 + "default.handlebars->29->1763",
12150 + "default.handlebars->29->1811",
12151 + "default.handlebars->29->1820",
12152 + "default.handlebars->29->1888",
12153 "mstsc.handlebars->main->1->3->1->2->1->0",
12154 "mstsc.handlebars->main->1->3->1->2->3"
12155 ]
@@ -12180,7 +12188,7 @@
12188 "zh-chs": "不要连接到服务器",
12189 "zh-cht": "不要連接到伺服器",
12190 "xloc": [
12183 - "default.handlebars->29->1370"
12191 + "default.handlebars->29->1380"
12192 ]
12193 },
12194 {
@@ -12300,7 +12308,7 @@
12308 "zh-cht": "下載檔案",
12309 "xloc": [
12310 "default-mobile.handlebars->9->334",
12303 - "default.handlebars->29->895"
12311 + "default.handlebars->29->905"
12312 ]
12313 },
12314 {
@@ -12320,7 +12328,7 @@
12328 "zh-chs": "下载MeshCentral Router,一个TCP端口映射工具。",
12329 "zh-cht": "下載MeshCentral Router,一個TCP端口映射工具。",
12330 "xloc": [
12323 - "default.handlebars->29->240"
12331 + "default.handlebars->29->241"
12332 ]
12333 },
12334 {
@@ -12340,7 +12348,7 @@
12348 "zh-chs": "下载MeshCmd",
12349 "zh-cht": "下載MeshCmd",
12350 "xloc": [
12343 - "default.handlebars->29->791"
12351 + "default.handlebars->29->801"
12352 ]
12353 },
12354 {
@@ -12360,7 +12368,7 @@
12368 "zh-chs": "下载MeshCmd,这是一个多功能的指令执行工具。",
12369 "zh-cht": "下載MeshCmd,這是一個多功能的指令執行工具。",
12370 "xloc": [
12363 - "default.handlebars->29->238"
12371 + "default.handlebars->29->239"
12372 ]
12373 },
12374 {
@@ -12400,7 +12408,7 @@
12408 "zh-chs": "下载报告",
12409 "zh-cht": "下載報告",
12410 "xloc": [
12403 - "default.handlebars->29->1671",
12411 + "default.handlebars->29->1681",
12412 "default.handlebars->container->column_l->p3->3->1->0->3"
12413 ]
12414 },
@@ -12421,7 +12429,7 @@
12429 "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
12430 "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
12431 "xloc": [
12424 - "default.handlebars->29->784"
12432 + "default.handlebars->29->794"
12433 ]
12434 },
12435 {
@@ -12501,7 +12509,7 @@
12509 "zh-chs": "下载电源事件",
12510 "zh-cht": "下載電源事件",
12511 "xloc": [
12504 - "default.handlebars->29->743"
12512 + "default.handlebars->29->753"
12513 ]
12514 },
12515 {
@@ -12581,7 +12589,7 @@
12589 "zh-chs": "使用以下一种档案格式下载设备列表。",
12590 "zh-cht": "使用以下一種檔案格式下載裝置列表。",
12591 "xloc": [
12584 - "default.handlebars->29->466"
12592 + "default.handlebars->29->476"
12593 ]
12594 },
12595 {
@@ -12601,7 +12609,7 @@
12609 "zh-chs": "使用以下一种档案格式下载事件列表。",
12610 "zh-cht": "使用以下一種檔案格式下載事件列表。",
12611 "xloc": [
12604 - "default.handlebars->29->1672"
12612 + "default.handlebars->29->1682"
12613 ]
12614 },
12615 {
@@ -12621,7 +12629,7 @@
12629 "zh-chs": "使用以下一种档案格式下载用户列表。",
12630 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
12631 "xloc": [
12624 - "default.handlebars->29->1737"
12632 + "default.handlebars->29->1747"
12633 ]
12634 },
12635 {
@@ -12702,7 +12710,7 @@
12710 "zh-chs": "下载:“{0}”",
12711 "zh-cht": "下載:“{0}”",
12712 "xloc": [
12705 - "default.handlebars->29->1605"
12713 + "default.handlebars->29->1615"
12714 ]
12715 },
12716 {
@@ -12742,7 +12750,7 @@
12750 "zh-chs": "代理重复",
12751 "zh-cht": "代理重複",
12752 "xloc": [
12745 - "default.handlebars->29->2039"
12753 + "default.handlebars->29->2049"
12754 ]
12755 },
12756 {
@@ -12782,7 +12790,7 @@
12790 "zh-chs": "复制用户组",
12791 "zh-cht": "複製用戶群",
12792 "xloc": [
12785 - "default.handlebars->29->1805"
12793 + "default.handlebars->29->1815"
12794 ]
12795 },
12796 {
@@ -12819,8 +12827,8 @@
12827 "zh-chs": "持续时间",
12828 "zh-cht": "持續時間",
12829 "xloc": [
12822 - "default.handlebars->29->1993",
12823 - "default.handlebars->29->2013",
12830 + "default.handlebars->29->2003",
12831 + "default.handlebars->29->2023",
12832 "player.handlebars->3->2"
12833 ]
12834 },
@@ -12858,7 +12866,7 @@
12866 "zh-chs": "荷兰文(比利时)",
12867 "zh-cht": "荷蘭文(比利時)",
12868 "xloc": [
12861 - "default.handlebars->29->1070"
12869 + "default.handlebars->29->1080"
12870 ]
12871 },
12872 {
@@ -12878,7 +12886,7 @@
12886 "zh-chs": "荷兰文(标准)",
12887 "zh-cht": "荷蘭文(標準)",
12888 "xloc": [
12881 - "default.handlebars->29->1069"
12889 + "default.handlebars->29->1079"
12890 ]
12891 },
12892 {
@@ -13149,7 +13157,7 @@
13157 "zh-cht": "編輯裝置",
13158 "xloc": [
13159 "default-mobile.handlebars->9->295",
13152 - "default.handlebars->29->804"
13160 + "default.handlebars->29->814"
13161 ]
13162 },
13163 {
@@ -13172,10 +13180,10 @@
13180 "default-mobile.handlebars->9->423",
13181 "default-mobile.handlebars->9->425",
13182 "default-mobile.handlebars->9->445",
13175 - "default.handlebars->29->1382",
13176 - "default.handlebars->29->1414",
13177 - "default.handlebars->29->1438",
13178 - "default.handlebars->29->1450"
13183 + "default.handlebars->29->1392",
13184 + "default.handlebars->29->1424",
13185 + "default.handlebars->29->1448",
13186 + "default.handlebars->29->1460"
13187 ]
13188 },
13189 {
@@ -13195,7 +13203,7 @@
13203 "zh-chs": "编辑设备组功能",
13204 "zh-cht": "編輯裝置群功能",
13205 "xloc": [
13198 - "default.handlebars->29->1400"
13206 + "default.handlebars->29->1410"
13207 ]
13208 },
13209 {
@@ -13215,8 +13223,8 @@
13223 "zh-chs": "编辑设备组权限",
13224 "zh-cht": "編輯裝置群權限",
13225 "xloc": [
13218 - "default.handlebars->29->1435",
13219 - "default.handlebars->29->1447"
13226 + "default.handlebars->29->1445",
13227 + "default.handlebars->29->1457"
13228 ]
13229 },
13230 {
@@ -13236,7 +13244,7 @@
13244 "zh-chs": "编辑设备组用户同意",
13245 "zh-cht": "編輯裝置群用戶同意",
13246 "xloc": [
13239 - "default.handlebars->29->1383"
13247 + "default.handlebars->29->1393"
13248 ]
13249 },
13250 {
@@ -13257,7 +13265,7 @@
13265 "zh-cht": "編輯裝置筆記",
13266 "xloc": [
13267 "default-mobile.handlebars->9->437",
13260 - "default.handlebars->29->1427"
13268 + "default.handlebars->29->1437"
13269 ]
13270 },
13271 {
@@ -13277,8 +13285,8 @@
13285 "zh-chs": "编辑设备权限",
13286 "zh-cht": "編輯裝置權限",
13287 "xloc": [
13280 - "default.handlebars->29->1440",
13281 - "default.handlebars->29->1442"
13288 + "default.handlebars->29->1450",
13289 + "default.handlebars->29->1452"
13290 ]
13291 },
13292 {
@@ -13298,7 +13306,7 @@
13306 "zh-chs": "编辑设备标签",
13307 "zh-cht": "編輯裝置標籤",
13308 "xloc": [
13301 - "default.handlebars->29->460"
13309 + "default.handlebars->29->470"
13310 ]
13311 },
13312 {
@@ -13318,7 +13326,7 @@
13326 "zh-chs": "编辑设备用户同意",
13327 "zh-cht": "編輯裝置用戶同意",
13328 "xloc": [
13321 - "default.handlebars->29->1385"
13329 + "default.handlebars->29->1395"
13330 ]
13331 },
13332 {
@@ -13338,7 +13346,7 @@
13346 "zh-chs": "编辑群组",
13347 "zh-cht": "編輯群組",
13348 "xloc": [
13341 - "default.handlebars->29->673"
13349 + "default.handlebars->29->683"
13350 ]
13351 },
13352 {
@@ -13362,10 +13370,10 @@
13370 "default-mobile.handlebars->9->242",
13371 "default-mobile.handlebars->9->245",
13372 "default-mobile.handlebars->9->285",
13365 - "default.handlebars->29->556",
13366 - "default.handlebars->29->559",
13367 - "default.handlebars->29->562",
13368 - "default.handlebars->29->750"
13373 + "default.handlebars->29->566",
13374 + "default.handlebars->29->569",
13375 + "default.handlebars->29->572",
13376 + "default.handlebars->29->760"
13377 ]
13378 },
13379 {
@@ -13386,7 +13394,7 @@
13394 "zh-cht": "編輯筆記",
13395 "xloc": [
13396 "default-mobile.handlebars->9->452",
13389 - "default.handlebars->29->1457"
13397 + "default.handlebars->29->1467"
13398 ]
13399 },
13400 {
@@ -13406,7 +13414,7 @@
13414 "zh-chs": "编辑用户同意",
13415 "zh-cht": "編輯用戶同意",
13416 "xloc": [
13409 - "default.handlebars->29->1384"
13417 + "default.handlebars->29->1394"
13418 ]
13419 },
13420 {
@@ -13426,7 +13434,7 @@
13434 "zh-chs": "编辑用户设备组权限",
13435 "zh-cht": "編輯用戶裝置群權限",
13436 "xloc": [
13429 - "default.handlebars->29->1448"
13437 + "default.handlebars->29->1458"
13438 ]
13439 },
13440 {
@@ -13446,7 +13454,7 @@
13454 "zh-chs": "编辑用户设备权限",
13455 "zh-cht": "編輯用戶裝置權限",
13456 "xloc": [
13449 - "default.handlebars->29->1443"
13457 + "default.handlebars->29->1453"
13458 ]
13459 },
13460 {
@@ -13466,7 +13474,7 @@
13474 "zh-chs": "编辑用户组",
13475 "zh-cht": "編輯用戶群",
13476 "xloc": [
13469 - "default.handlebars->29->1856"
13477 + "default.handlebars->29->1866"
13478 ]
13479 },
13480 {
@@ -13486,14 +13494,14 @@
13494 "zh-chs": "编辑用户组设备权限",
13495 "zh-cht": "編輯用戶群裝置權限",
13496 "xloc": [
13489 - "default.handlebars->29->1445"
13497 + "default.handlebars->29->1455"
13498 ]
13499 },
13500 {
13501 "en": "Edit User Group User Consent",
13502 "nl": "Bewerk groepsgebruikerstoestemming",
13503 "xloc": [
13496 - "default.handlebars->29->1386"
13504 + "default.handlebars->29->1396"
13505 ]
13506 },
13507 {
@@ -13534,7 +13542,7 @@
13542 "zh-chs": "编辑标签",
13543 "zh-cht": "編輯標籤",
13544 "xloc": [
13537 - "default.handlebars->29->436"
13545 + "default.handlebars->29->446"
13546 ]
13547 },
13548 {
@@ -13555,12 +13563,12 @@
13563 "zh-cht": "電郵",
13564 "xloc": [
13565 "default-mobile.handlebars->9->78",
13558 - "default.handlebars->29->1755",
13559 - "default.handlebars->29->1882",
13560 - "default.handlebars->29->1884",
13561 - "default.handlebars->29->1924",
13562 - "default.handlebars->29->1940",
13563 - "default.handlebars->29->312",
13566 + "default.handlebars->29->1765",
13567 + "default.handlebars->29->1892",
13568 + "default.handlebars->29->1894",
13569 + "default.handlebars->29->1934",
13570 + "default.handlebars->29->1950",
13571 + "default.handlebars->29->322",
13572 "login-mobile.handlebars->5->42",
13573 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
13574 "login.handlebars->5->43",
@@ -13592,7 +13600,7 @@
13600 "zh-cht": "電郵地址變更",
13601 "xloc": [
13602 "default-mobile.handlebars->9->79",
13595 - "default.handlebars->29->1239"
13603 + "default.handlebars->29->1249"
13604 ]
13605 },
13606 {
@@ -13613,7 +13621,7 @@
13621 "zh-cht": "電郵認證",
13622 "xloc": [
13623 "default-mobile.handlebars->9->68",
13616 - "default.handlebars->29->1007"
13624 + "default.handlebars->29->1017"
13625 ]
13626 },
13627 {
@@ -13673,7 +13681,7 @@
13681 "zh-cht": "電郵驗證",
13682 "xloc": [
13683 "default-mobile.handlebars->9->77",
13676 - "default.handlebars->29->1237"
13684 + "default.handlebars->29->1247"
13685 ]
13686 },
13687 {
@@ -13693,7 +13701,7 @@
13701 "zh-chs": "电邮邀请",
13702 "zh-cht": "電郵邀請",
13703 "xloc": [
13696 - "default.handlebars->29->309"
13704 + "default.handlebars->29->319"
13705 ]
13706 },
13707 {
@@ -13713,7 +13721,7 @@
13721 "zh-chs": "电邮未验证",
13722 "zh-cht": "電郵未驗證",
13723 "xloc": [
13716 - "default.handlebars->29->1701"
13724 + "default.handlebars->29->1711"
13725 ]
13726 },
13727 {
@@ -13733,8 +13741,8 @@
13741 "zh-chs": "电邮已验证",
13742 "zh-cht": "電郵已驗證",
13743 "xloc": [
13736 - "default.handlebars->29->1702",
13737 - "default.handlebars->29->1876"
13744 + "default.handlebars->29->1712",
13745 + "default.handlebars->29->1886"
13746 ]
13747 },
13748 {
@@ -13754,7 +13762,7 @@
13762 "zh-chs": "电邮已验证。",
13763 "zh-cht": "電郵已驗證。",
13764 "xloc": [
13757 - "default.handlebars->29->1761"
13765 + "default.handlebars->29->1771"
13766 ]
13767 },
13768 {
@@ -13774,7 +13782,7 @@
13782 "zh-chs": "电邮未验证",
13783 "zh-cht": "電郵未驗證",
13784 "xloc": [
13777 - "default.handlebars->29->1877"
13785 + "default.handlebars->29->1887"
13786 ]
13787 },
13788 {
@@ -13838,7 +13846,7 @@
13846 "zh-chs": "已通过电邮验证,并且需要重置密码。",
13847 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
13848 "xloc": [
13841 - "default.handlebars->29->1762"
13849 + "default.handlebars->29->1772"
13850 ]
13851 },
13852 {
@@ -13858,7 +13866,7 @@
13866 "zh-chs": "电邮/短信流量",
13867 "zh-cht": "電郵/短信流量",
13868 "xloc": [
13861 - "default.handlebars->29->2081"
13869 + "default.handlebars->29->2091"
13870 ]
13871 },
13872 {
@@ -13904,7 +13912,7 @@
13912 "zh-chs": "启用邀请代码",
13913 "zh-cht": "啟用邀請代碼",
13914 "xloc": [
13907 - "default.handlebars->29->1480"
13915 + "default.handlebars->29->1490"
13916 ]
13917 },
13918 {
@@ -13945,7 +13953,7 @@
13953 "zh-cht": "啟用電郵二因子鑑別。",
13954 "xloc": [
13955 "default-mobile.handlebars->9->70",
13948 - "default.handlebars->29->1009"
13956 + "default.handlebars->29->1019"
13957 ]
13958 },
13959 {
@@ -13985,7 +13993,7 @@
13993 "zh-chs": "已启用",
13994 "zh-cht": "已啟用",
13995 "xloc": [
13988 - "default.handlebars->29->2015"
13996 + "default.handlebars->29->2025"
13997 ]
13998 },
13999 {
@@ -14005,7 +14013,7 @@
14013 "zh-chs": "启用电子邮件两因素身份验证",
14014 "zh-cht": "啟用電子郵件兩因素身份驗證",
14015 "xloc": [
14008 - "default.handlebars->29->1644"
14016 + "default.handlebars->29->1654"
14017 ]
14018 },
14019 {
@@ -14045,7 +14053,7 @@
14053 "zh-chs": "时间结束",
14054 "zh-cht": "時間結束",
14055 "xloc": [
14048 - "default.handlebars->29->2012"
14056 + "default.handlebars->29->2022"
14057 ]
14058 },
14059 {
@@ -14065,7 +14073,7 @@
14073 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
14074 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
14075 "xloc": [
14068 - "default.handlebars->29->1567"
14076 + "default.handlebars->29->1577"
14077 ]
14078 },
14079 {
@@ -14085,7 +14093,7 @@
14093 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
14094 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
14095 "xloc": [
14088 - "default.handlebars->29->1568"
14096 + "default.handlebars->29->1578"
14097 ]
14098 },
14099 {
@@ -14105,7 +14113,7 @@
14113 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
14114 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
14115 "xloc": [
14108 - "default.handlebars->29->1565"
14116 + "default.handlebars->29->1575"
14117 ]
14118 },
14119 {
@@ -14125,7 +14133,7 @@
14133 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
14134 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
14135 "xloc": [
14128 - "default.handlebars->29->1566"
14136 + "default.handlebars->29->1576"
14137 ]
14138 },
14139 {
@@ -14145,7 +14153,7 @@
14153 "zh-chs": "英文",
14154 "zh-cht": "英文",
14155 "xloc": [
14148 - "default.handlebars->29->1071"
14156 + "default.handlebars->29->1081"
14157 ]
14158 },
14159 {
@@ -14165,7 +14173,7 @@
14173 "zh-chs": "英文(澳洲)",
14174 "zh-cht": "英文(澳洲)",
14175 "xloc": [
14168 - "default.handlebars->29->1072"
14176 + "default.handlebars->29->1082"
14177 ]
14178 },
14179 {
@@ -14185,7 +14193,7 @@
14193 "zh-chs": "英文(伯利茲)",
14194 "zh-cht": "英文(伯利茲)",
14195 "xloc": [
14188 - "default.handlebars->29->1073"
14196 + "default.handlebars->29->1083"
14197 ]
14198 },
14199 {
@@ -14205,7 +14213,7 @@
14213 "zh-chs": "英文(加拿大)",
14214 "zh-cht": "英文(加拿大)",
14215 "xloc": [
14208 - "default.handlebars->29->1074"
14216 + "default.handlebars->29->1084"
14217 ]
14218 },
14219 {
@@ -14225,7 +14233,7 @@
14233 "zh-chs": "英文(爱尔兰)",
14234 "zh-cht": "英文(愛爾蘭)",
14235 "xloc": [
14228 - "default.handlebars->29->1075"
14236 + "default.handlebars->29->1085"
14237 ]
14238 },
14239 {
@@ -14245,7 +14253,7 @@
14253 "zh-chs": "英文(牙买加)",
14254 "zh-cht": "英文(牙買加)",
14255 "xloc": [
14248 - "default.handlebars->29->1076"
14256 + "default.handlebars->29->1086"
14257 ]
14258 },
14259 {
@@ -14265,7 +14273,7 @@
14273 "zh-chs": "英文(纽西兰)",
14274 "zh-cht": "英文(紐西蘭)",
14275 "xloc": [
14268 - "default.handlebars->29->1077"
14276 + "default.handlebars->29->1087"
14277 ]
14278 },
14279 {
@@ -14285,7 +14293,7 @@
14293 "zh-chs": "英文(菲律宾)",
14294 "zh-cht": "英文(菲律賓)",
14295 "xloc": [
14288 - "default.handlebars->29->1078"
14296 + "default.handlebars->29->1088"
14297 ]
14298 },
14299 {
@@ -14305,7 +14313,7 @@
14313 "zh-chs": "英语(南非)",
14314 "zh-cht": "英語(南非)",
14315 "xloc": [
14308 - "default.handlebars->29->1079"
14316 + "default.handlebars->29->1089"
14317 ]
14318 },
14319 {
@@ -14325,7 +14333,7 @@
14333 "zh-chs": "英文(特立尼达和多巴哥)",
14334 "zh-cht": "英文(特立尼達和多巴哥)",
14335 "xloc": [
14328 - "default.handlebars->29->1080"
14336 + "default.handlebars->29->1090"
14337 ]
14338 },
14339 {
@@ -14345,7 +14353,7 @@
14353 "zh-chs": "英文(英国)",
14354 "zh-cht": "英文(英國)",
14355 "xloc": [
14348 - "default.handlebars->29->1081"
14356 + "default.handlebars->29->1091"
14357 ]
14358 },
14359 {
@@ -14365,7 +14373,7 @@
14373 "zh-chs": "美国英文",
14374 "zh-cht": "美國英語",
14375 "xloc": [
14368 - "default.handlebars->29->1082"
14376 + "default.handlebars->29->1092"
14377 ]
14378 },
14379 {
@@ -14385,7 +14393,7 @@
14393 "zh-chs": "英文(津巴布韦)",
14394 "zh-cht": "英文(津巴布韋)",
14395 "xloc": [
14388 - "default.handlebars->29->1083"
14396 + "default.handlebars->29->1093"
14397 ]
14398 },
14399 {
@@ -14405,8 +14413,8 @@
14413 "zh-chs": "输入",
14414 "zh-cht": "輸入",
14415 "xloc": [
14408 - "default.handlebars->29->1265",
14409 - "default.handlebars->29->1266"
14416 + "default.handlebars->29->1275",
14417 + "default.handlebars->29->1276"
14418 ]
14419 },
14420 {
@@ -14426,7 +14434,7 @@
14434 "zh-chs": "输入管理领域名称的逗号分隔列表。",
14435 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14436 "xloc": [
14429 - "default.handlebars->29->1766"
14437 + "default.handlebars->29->1776"
14438 ]
14439 },
14440 {
@@ -14446,7 +14454,7 @@
14454 "zh-chs": "输入IP地址范围以扫描英特尔AMT设备。",
14455 "zh-cht": "輸入IP地址範圍以掃描Intel&reg; AMT裝置。",
14456 "xloc": [
14449 - "default.handlebars->29->300"
14457 + "default.handlebars->29->310"
14458 ]
14459 },
14460 {
@@ -14466,7 +14474,7 @@
14474 "zh-chs": "输入文本,然后单击“确定”以使用美式英语键盘远程输入文本。在继续操作之前,请确保将远程鼠标放置在正确的位置。",
14475 "zh-cht": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
14476 "xloc": [
14469 - "default.handlebars->29->825",
14477 + "default.handlebars->29->835",
14478 "desktop.handlebars->3->22"
14479 ]
14480 },
@@ -14529,7 +14537,7 @@
14537 "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
14538 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
14539 "xloc": [
14532 - "default.handlebars->29->1004"
14540 + "default.handlebars->29->1014"
14541 ]
14542 },
14543 {
@@ -14589,7 +14597,7 @@
14597 "zh-chs": "世界文",
14598 "zh-cht": "世界語",
14599 "xloc": [
14592 - "default.handlebars->29->1084"
14600 + "default.handlebars->29->1094"
14601 ]
14602 },
14603 {
@@ -14609,7 +14617,7 @@
14617 "zh-chs": "爱沙尼亚文",
14618 "zh-cht": "愛沙尼亞語",
14619 "xloc": [
14612 - "default.handlebars->29->1085"
14620 + "default.handlebars->29->1095"
14621 ]
14622 },
14623 {
@@ -14629,7 +14637,7 @@
14637 "zh-chs": "事件详情",
14638 "zh-cht": "事件詳情",
14639 "xloc": [
14632 - "default.handlebars->29->908"
14640 + "default.handlebars->29->918"
14641 ]
14642 },
14643 {
@@ -14649,7 +14657,7 @@
14657 "zh-chs": "事件列表输出",
14658 "zh-cht": "事件列表輸出",
14659 "xloc": [
14652 - "default.handlebars->29->1677"
14660 + "default.handlebars->29->1687"
14661 ]
14662 },
14663 {
@@ -14742,7 +14750,7 @@
14750 "zh-cht": "到期時間",
14751 "xloc": [
14752 "default.handlebars->29->188",
14745 - "default.handlebars->29->718"
14753 + "default.handlebars->29->728"
14754 ]
14755 },
14756 {
@@ -14782,7 +14790,7 @@
14790 "zh-chs": "输出设备信息",
14791 "zh-cht": "輸出裝置訊息",
14792 "xloc": [
14785 - "default.handlebars->29->440"
14793 + "default.handlebars->29->450"
14794 ]
14795 },
14796 {
@@ -14802,7 +14810,7 @@
14810 "zh-chs": "扩充式ASCII",
14811 "zh-cht": "擴充式ASCII",
14812 "xloc": [
14805 - "default.handlebars->29->853"
14813 + "default.handlebars->29->863"
14814 ]
14815 },
14816 {
@@ -14842,7 +14850,7 @@
14850 "zh-chs": "外部",
14851 "zh-cht": "外部",
14852 "xloc": [
14845 - "default.handlebars->29->2066"
14853 + "default.handlebars->29->2076"
14854 ]
14855 },
14856 {
@@ -14882,7 +14890,7 @@
14890 "zh-chs": "FYRO马其顿语",
14891 "zh-cht": "FYRO馬其頓語",
14892 "xloc": [
14885 - "default.handlebars->29->1135"
14893 + "default.handlebars->29->1145"
14894 ]
14895 },
14896 {
@@ -14902,7 +14910,7 @@
14910 "zh-chs": "法罗语",
14911 "zh-cht": "法羅語",
14912 "xloc": [
14905 - "default.handlebars->29->1086"
14913 + "default.handlebars->29->1096"
14914 ]
14915 },
14916 {
@@ -14942,7 +14950,7 @@
14950 "zh-chs": "本地用户拒绝后无法启动远程桌面",
14951 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
14952 "xloc": [
14945 - "default.handlebars->29->1590"
14953 + "default.handlebars->29->1600"
14954 ]
14955 },
14956 {
@@ -14962,7 +14970,7 @@
14970 "zh-chs": "本地用户拒绝后无法启动远程文件",
14971 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
14972 "xloc": [
14965 - "default.handlebars->29->1597"
14973 + "default.handlebars->29->1607"
14974 ]
14975 },
14976 {
@@ -14982,7 +14990,7 @@
14990 "zh-chs": "无法启动远程终端接合{0}({1})",
14991 "zh-cht": "無法啟動遠程終端接合{0}({1})",
14992 "xloc": [
14985 - "default.handlebars->29->807",
14993 + "default.handlebars->29->817",
14994 "desktop.handlebars->3->9"
14995 ]
14996 },
@@ -15003,7 +15011,7 @@
15011 "zh-chs": "波斯文(波斯文)",
15012 "zh-cht": "波斯語(波斯語)",
15013 "xloc": [
15006 - "default.handlebars->29->1087"
15014 + "default.handlebars->29->1097"
15015 ]
15016 },
15017 {
@@ -15045,7 +15053,7 @@
15053 "zh-chs": "功能",
15054 "zh-cht": "功能",
15055 "xloc": [
15048 - "default.handlebars->29->1310"
15056 + "default.handlebars->29->1320"
15057 ]
15058 },
15059 {
@@ -15065,7 +15073,7 @@
15073 "zh-chs": "斐济",
15074 "zh-cht": "斐濟",
15075 "xloc": [
15068 - "default.handlebars->29->1088"
15076 + "default.handlebars->29->1098"
15077 ]
15078 },
15079 {
@@ -15106,8 +15114,8 @@
15114 "zh-cht": "檔案編輯器",
15115 "xloc": [
15116 "default-mobile.handlebars->9->318",
15109 - "default.handlebars->29->498",
15110 - "default.handlebars->29->879"
15117 + "default.handlebars->29->508",
15118 + "default.handlebars->29->889"
15119 ]
15120 },
15121 {
@@ -15127,8 +15135,8 @@
15135 "zh-chs": "档案操作",
15136 "zh-cht": "檔案操作",
15137 "xloc": [
15130 - "default.handlebars->29->864",
15131 - "default.handlebars->29->866"
15138 + "default.handlebars->29->874",
15139 + "default.handlebars->29->876"
15140 ]
15141 },
15142 {
@@ -15168,7 +15176,7 @@
15176 "zh-chs": "文件系统驱动",
15177 "zh-cht": "FileSystemDriver",
15178 "xloc": [
15171 - "default.handlebars->29->834"
15179 + "default.handlebars->29->844"
15180 ]
15181 },
15182 {
@@ -15190,9 +15198,9 @@
15198 "xloc": [
15199 "default-mobile.handlebars->9->171",
15200 "default-mobile.handlebars->9->268",
15193 - "default.handlebars->29->1394",
15194 - "default.handlebars->29->2000",
15195 - "default.handlebars->29->258",
15201 + "default.handlebars->29->1404",
15202 + "default.handlebars->29->2010",
15203 + "default.handlebars->29->259",
15204 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
15205 "default.handlebars->contextMenu->cxfiles"
15206 ]
@@ -15234,10 +15242,10 @@
15242 "zh-chs": "档案通知",
15243 "zh-cht": "檔案通知",
15244 "xloc": [
15237 - "default.handlebars->29->1318",
15238 - "default.handlebars->29->1822",
15239 - "default.handlebars->29->1909",
15240 - "default.handlebars->29->584"
15245 + "default.handlebars->29->1328",
15246 + "default.handlebars->29->1832",
15247 + "default.handlebars->29->1919",
15248 + "default.handlebars->29->594"
15249 ]
15250 },
15251 {
@@ -15257,10 +15265,10 @@
15265 "zh-chs": "档案提示",
15266 "zh-cht": "檔案提示",
15267 "xloc": [
15260 - "default.handlebars->29->1317",
15261 - "default.handlebars->29->1821",
15262 - "default.handlebars->29->1908",
15263 - "default.handlebars->29->583"
15268 + "default.handlebars->29->1327",
15269 + "default.handlebars->29->1831",
15270 + "default.handlebars->29->1918",
15271 + "default.handlebars->29->593"
15272 ]
15273 },
15274 {
@@ -15303,7 +15311,7 @@
15311 "zh-chs": "录制会话已完成,{0}秒",
15312 "zh-cht": "錄製會話已完成,{0}秒",
15313 "xloc": [
15306 - "default.handlebars->29->1563"
15314 + "default.handlebars->29->1573"
15315 ]
15316 },
15317 {
@@ -15323,7 +15331,7 @@
15331 "zh-chs": "芬兰",
15332 "zh-cht": "芬蘭",
15333 "xloc": [
15326 - "default.handlebars->29->1089"
15334 + "default.handlebars->29->1099"
15335 ]
15336 },
15337 {
@@ -15395,7 +15403,7 @@
15403 {
15404 "en": "For ACM activation, Intel&reg; AMT will need to be set to the following trusted FQDN:",
15405 "xloc": [
15398 - "default.handlebars->29->298"
15406 + "default.handlebars->29->301"
15407 ]
15408 },
15409 {
@@ -15476,8 +15484,8 @@
15484 "zh-chs": "下次登录时强制重置密码。",
15485 "zh-cht": "下次登入時強制重置密碼。",
15486 "xloc": [
15479 - "default.handlebars->29->1760",
15480 - "default.handlebars->29->1949"
15487 + "default.handlebars->29->1770",
15488 + "default.handlebars->29->1959"
15489 ]
15490 },
15491 {
@@ -15560,7 +15568,7 @@
15568 "zh-chs": "格式化",
15569 "zh-cht": "格式化",
15570 "xloc": [
15563 - "default.handlebars->29->1668"
15571 + "default.handlebars->29->1678"
15572 ]
15573 },
15574 {
@@ -15601,8 +15609,8 @@
15609 "zh-chs": "自由",
15610 "zh-cht": "自由",
15611 "xloc": [
15604 - "default.handlebars->29->2024",
15605 - "default.handlebars->29->2026"
15612 + "default.handlebars->29->2034",
15613 + "default.handlebars->29->2036"
15614 ]
15615 },
15616 {
@@ -15643,7 +15651,7 @@
15651 "zh-chs": "法文(比利时)",
15652 "zh-cht": "法語(比利時)",
15653 "xloc": [
15646 - "default.handlebars->29->1091"
15654 + "default.handlebars->29->1101"
15655 ]
15656 },
15657 {
@@ -15663,7 +15671,7 @@
15671 "zh-chs": "法文(加拿大)",
15672 "zh-cht": "法語(加拿大)",
15673 "xloc": [
15666 - "default.handlebars->29->1092"
15674 + "default.handlebars->29->1102"
15675 ]
15676 },
15677 {
@@ -15683,7 +15691,7 @@
15691 "zh-chs": "法文(法国)",
15692 "zh-cht": "法語(法國)",
15693 "xloc": [
15686 - "default.handlebars->29->1093"
15694 + "default.handlebars->29->1103"
15695 ]
15696 },
15697 {
@@ -15703,7 +15711,7 @@
15711 "zh-chs": "法文(卢森堡)",
15712 "zh-cht": "法語(盧森堡)",
15713 "xloc": [
15706 - "default.handlebars->29->1094"
15714 + "default.handlebars->29->1104"
15715 ]
15716 },
15717 {
@@ -15723,7 +15731,7 @@
15731 "zh-chs": "法文(摩纳哥)",
15732 "zh-cht": "法語(摩納哥)",
15733 "xloc": [
15726 - "default.handlebars->29->1095"
15734 + "default.handlebars->29->1105"
15735 ]
15736 },
15737 {
@@ -15743,7 +15751,7 @@
15751 "zh-chs": "法文(标准)",
15752 "zh-cht": "法語(標準)",
15753 "xloc": [
15746 - "default.handlebars->29->1090"
15754 + "default.handlebars->29->1100"
15755 ]
15756 },
15757 {
@@ -15763,7 +15771,7 @@
15771 "zh-chs": "法文(瑞士)",
15772 "zh-cht": "法語(瑞士)",
15773 "xloc": [
15766 - "default.handlebars->29->1096"
15774 + "default.handlebars->29->1106"
15775 ]
15776 },
15777 {
@@ -15783,7 +15791,7 @@
15791 "zh-chs": "弗里斯兰文",
15792 "zh-cht": "弗里斯蘭語",
15793 "xloc": [
15786 - "default.handlebars->29->1097"
15794 + "default.handlebars->29->1107"
15795 ]
15796 },
15797 {
@@ -15803,7 +15811,7 @@
15811 "zh-chs": "弗留利",
15812 "zh-cht": "弗留利",
15813 "xloc": [
15806 - "default.handlebars->29->1098"
15814 + "default.handlebars->29->1108"
15815 ]
15816 },
15817 {
@@ -15827,9 +15835,9 @@
15835 "default-mobile.handlebars->9->415",
15836 "default-mobile.handlebars->9->424",
15837 "default-mobile.handlebars->9->444",
15830 - "default.handlebars->29->1272",
15831 - "default.handlebars->29->1413",
15832 - "default.handlebars->29->1772"
15838 + "default.handlebars->29->1282",
15839 + "default.handlebars->29->1423",
15840 + "default.handlebars->29->1782"
15841 ]
15842 },
15843 {
@@ -15849,7 +15857,7 @@
15857 "zh-chs": "完整管理员(保留所有权利)",
15858 "zh-cht": "完整管理員(保留所有權利)",
15859 "xloc": [
15852 - "default.handlebars->29->1449"
15860 + "default.handlebars->29->1459"
15861 ]
15862 },
15863 {
@@ -15886,7 +15894,7 @@
15894 "zh-chs": "完整设备权限",
15895 "zh-cht": "完整裝置權限",
15896 "xloc": [
15889 - "default.handlebars->29->654"
15897 + "default.handlebars->29->664"
15898 ]
15899 },
15900 {
@@ -15906,7 +15914,7 @@
15914 "zh-chs": "全部权限",
15915 "zh-cht": "全部權限",
15916 "xloc": [
15909 - "default.handlebars->29->672"
15917 + "default.handlebars->29->682"
15918 ]
15919 },
15920 {
@@ -15948,14 +15956,14 @@
15956 "zh-chs": "完整管理员",
15957 "zh-cht": "完整管理員",
15958 "xloc": [
15951 - "default.handlebars->29->1870"
15959 + "default.handlebars->29->1880"
15960 ]
15961 },
15962 {
15963 "en": "Fully Automatic",
15964 "xloc": [
15957 - "default.handlebars->29->1335",
15958 - "default.handlebars->29->1356"
15965 + "default.handlebars->29->1345",
15966 + "default.handlebars->29->1366"
15967 ]
15968 },
15969 {
@@ -15976,7 +15984,7 @@
15984 "zh-cht": "GPU",
15985 "xloc": [
15986 "default-mobile.handlebars->9->391",
15979 - "default.handlebars->29->970"
15987 + "default.handlebars->29->980"
15988 ]
15989 },
15990 {
@@ -15996,7 +16004,7 @@
16004 "zh-chs": "盖尔文(爱尔兰)",
16005 "zh-cht": "蓋爾語(愛爾蘭)",
16006 "xloc": [
15999 - "default.handlebars->29->1100"
16007 + "default.handlebars->29->1110"
16008 ]
16009 },
16010 {
@@ -16016,7 +16024,7 @@
16024 "zh-chs": "盖尔文(苏格兰文)",
16025 "zh-cht": "蓋爾語(蘇格蘭語)",
16026 "xloc": [
16019 - "default.handlebars->29->1099"
16027 + "default.handlebars->29->1109"
16028 ]
16029 },
16030 {
@@ -16036,7 +16044,7 @@
16044 "zh-chs": "加拉契文",
16045 "zh-cht": "加拉契語",
16046 "xloc": [
16039 - "default.handlebars->29->1101"
16047 + "default.handlebars->29->1111"
16048 ]
16049 },
16050 {
@@ -16122,7 +16130,7 @@
16130 "zh-chs": "一般信息",
16131 "zh-cht": "一般訊息",
16132 "xloc": [
16125 - "default.handlebars->29->505"
16133 + "default.handlebars->29->515"
16134 ]
16135 },
16136 {

This file is too large to show in full.

views/default.handlebars
+32 -1
@@ -3126,6 +3126,10 @@
3126 try { pluginHandler[message.plugin][message.method](server, message); } catch (e) { console.log('Error loading plugin handler ('+ e + ')'); }
3127 break;
3128 }
3129 + case 'amtsetupbin': {
3130 + saveAs(new Blob([ Uint8Array.from(atob(message.file), function (c) { return c.charCodeAt(0) }) ], { type: 'application/octet-stream' }), "setup.bin");
3131 + break;
3132 + }
3133 default:
3134 //console.log('Unknown message.action', message.action);
3135 break;
@@ -3982,9 +3986,12 @@
3986 r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Add a new Intel&reg; AMT computer that is located on the local network." + '" onclick=\'return addDeviceToMesh("' + mesh._id + '")\'>' + "Add Local" + '</a>';
3987 r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Add a new Intel&reg; AMT computer by scanning the local network." + '" onclick=\'return addAmtScanToMesh("' + mesh._id + '")\'>' + "Scan Network" + '</a>';
3988 }
3985 - if (mesh.amt && (mesh.amt.type > 0)) { // CCM Deactivate, CCM or ACM activation
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 + }
3995 }
3996 if (mesh.mtype == 2) {
3997 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>';
@@ -4031,6 +4038,30 @@
4038 return false;
4039 }
4040
4041 + // Intel AMT ACM activation using setup.bin
4042 + function showAmtAcmSetup() {
4043 + if (xxdialogMode) return false;
4044 + var x = '<table><tr><td><img src=images/usbkey70.png height=70 width=31 style=margin-left:4px;margin-right:8px><td><div>' + "Activate Intel&reg; AMT in Admin Control Mode (ACM) using a FAT formated USB key. Place setup.bin on it and boot one or more computers with this key." + '</div><div style=margin-top:6px>' + "Start by entering the old and new MBEx password. " + '</div></table>';
4045 + x += addHtmlValue("Old Password", '<input id=dp1password0 type=password style=width:230px autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
4046 + x += addHtmlValue("New Password*", '<input id=dp1password1 type=password style=width:230px autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
4047 + x += addHtmlValue("New Password*", '<input id=dp1password2 type=password style=width:230px autocomplete=off maxlength=32 onchange=validateAmtAcmSetupEx() onkeyup=validateAmtAcmSetupEx() />');
4048 + x += '<span id=dp10passNotify style="font-size:10px"> ' + "* 8 characters, 1 upper, 1 lower, 1 numeric, 1 non-alpha numeric." + '</span>';
4049 + setDialogMode(2, "Intel&reg; AMT ACM", 3, showAmtAcmSetupEx, x);
4050 + Q('dp1password0').focus();
4051 + validateAmtAcmSetupEx();
4052 + }
4053 +
4054 + function validateAmtAcmSetupEx() {
4055 + var p0 = Q('dp1password0').value, p1 = Q('dp1password1').value, p2 = Q('dp1password2').value, ok = true;
4056 + if ((p0 != 'admin') && (checkPasswordRequirements(p0, { min: 8, max:16, numeric: 1, lower: 1, upper: 1, nonalpha: 1 }) == false)) { ok = false; }
4057 + if ((p1 != p2) || (checkPasswordRequirements(p1, { min: 8, max:16, numeric: 1, lower: 1, upper: 1, nonalpha: 1 }) == false)) { ok = false; }
4058 + QE('idx_dlgOkButton', ok);
4059 + }
4060 +
4061 + function showAmtAcmSetupEx() {
4062 + meshserver.send({ action: 'amtsetupbin', oldmebxpass: Q('dp1password0').value, newmebxpass: Q('dp1password1').value });
4063 + }
4064 +
4065 // Display the Intel AMT scanning dialog box
4066 function addAmtScanToMesh(meshid) {
4067 if (xxdialogMode) return false;