Improved event logs when running remote commands.

Ylian Saint-Hilaire committed Oct 7, 2020 at 18:02 UTC a435d57be5afe451f6736fe0beaa872900b50223
5 files changed +466 -445
agents/meshcore.js
-1
@@ -959,7 +959,6 @@ function createMeshCore(agent) {
959 }
960 case 'runcommands': {
961 if (mesh.cmdchild != null) { sendConsoleText("Run commands can't execute, already busy."); break; }
962 - MeshServerLogEx(24, null, "Running commands", data);
962 sendConsoleText("Run commands (" + data.runAsUser + "): " + data.cmds);
963
964 // data.runAsUser: 0=Agent,1=UserOrAgent,2=UserOnly
meshuser.js
+8
@@ -3642,6 +3642,14 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3642 // Send the commands to the agent
3643 try { agent.send(JSON.stringify({ action: 'runcommands', type: command.type, cmds: command.cmds, runAsUser: command.runAsUser })); } catch (ex) { }
3644 if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'runcommands', responseid: command.responseid, result: 'OK' })); } catch (ex) { } }
3645 +
3646 + // Send out an event that these commands where run on this device
3647 + var targets = parent.CreateNodeDispatchTargets(node.meshid, node._id, ['server-users', user._id]);
3648 + var msgid = 24; // "Running commands"
3649 + if (command.type == 1) { msgid = 99; } // "Running commands as user"
3650 + if (command.type == 2) { msgid = 100; } // "Running commands as user if possible"
3651 + var event = { etype: 'node', userid: user._id, username: user.name, nodeid: node._id, action: 'runcommands', msg: 'Running commands', msgid: msgid, cmds: command.cmds, cmdType: command.type, runAsUser: command.runAsUser, domain: domain.id };
3652 + parent.parent.DispatchEvent(targets, obj, event);
3653 } else {
3654 if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'runcommands', responseid: command.responseid, result: 'Invalid command type' })); } catch (ex) { } }
3655 }
public/scripts/amt-wsman-0.2.0-min.js
+1 -1
@@ -1 +1 @@
1 -var WsmanStackCreateService=function(e,s,r,a,o,t){var p={};function l(e){if(!e)return"";var s=" ";for(var r in e)e.hasOwnProperty(r)&&0===r.indexOf("@")&&(s+=r.substring(1)+'="'+e[r]+'" ');return s}function w(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s="<w:SelectorSet>";for(var r in e)if(e.hasOwnProperty(r)){if(s+='<w:Selector Name="'+r+'">',e[r].ReferenceParameters){s+="<a:EndpointReference>",s+="<a:Address>"+e[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)s+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else s+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";s+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else s+=e[r];s+="</w:Selector>"}return s+="</w:SelectorSet>"}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+a+"><Header><a:Action>"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,c,d){var m="",i="";null!=c&&null!=d&&(m="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+c+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+d+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l&&null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>";p.PerformAjax(u+"</Body></Envelope>",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(o)+"</Header><Body><e:Unsubscribe/>";p.PerformAjax(t+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+w(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="<r:"+r+' xmlns:r="'+e+'">';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+="<r:"+o+"><a:Address>"+s[o].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[o].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)a+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else a+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";a+="</w:SelectorSet></a:ReferenceParameters></r:"+o+">"}else if(Array.isArray(s[o]))for(n=0;n<s[o].length;n++)a+="<r:"+o+">"+s[o][n].toString()+"</r:"+o+">";else a+="<r:"+o+">"+s[o].toString()+"</r:"+o+">";return a+="</r:"+r+">"}(e,s);p.PerformAjax(n+"</Body></Envelope>",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(t)+"</Header><Body><g:"+n+' xmlns:g="'+e+'">';for(var c in s)l+="<g:"+c+">"+s[c]+"</g:"+c+">";p.PerformAjax(l+"</g:"+n+"></Body></Envelope>",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(s)+"</Header><Body /></Envelope>";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var c in r)if(null!=r[c])if(Array.isArray(r[c]))for(var d in r[c])l+="<r:"+c+">"+r[c][d]+"</r:"+c+">";else l+="<r:"+c+">"+r[c]+"</r:"+c+">";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+"</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o<a.childNodes.length;o++){var t=a.childNodes[o];r.Header[t.localName]=t.textContent}var n=s.getElementsByTagName("Body")[0];if(!(n=n||s.getElementsByTagName("a:Body")[0]))return null;if(0<n.childNodes.length){var l=(e=n.childNodes[0].localName).indexOf("_OUTPUT");-1!=l&&l==e.length-7&&(e=e.substring(0,e.length-7)),r.Header.Method=e,r.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o];"true"==(r=0==t.childElementCount?t.textContent:e(t))&&(r=!0),"false"==r&&(r=!1);var n=r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(n.childNodes[0])}return r}catch(e){return console.log("Unable to parse XML: "+s),null}},p}
\ No newline at end of file
1 +var WsmanStackCreateService=function(e,s,r,a,o,t){var p={};function l(e){if(!e)return"";var s=" ";for(var r in e)e.hasOwnProperty(r)&&0===r.indexOf("@")&&(s+=r.substring(1)+'="'+e[r]+'" ');return s}function w(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s="<w:SelectorSet>";for(var r in e)if(e.hasOwnProperty(r)){if(s+='<w:Selector Name="'+r+'">',e[r].ReferenceParameters){s+="<a:EndpointReference>",s+="<a:Address>"+e[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)s+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else s+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";s+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else s+=e[r];s+="</w:Selector>"}return s+="</w:SelectorSet>"}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+a+"><Header><a:Action>"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,d,c){var m="",i="";null!=d&&null!=c&&(m="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+d+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+c+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l&&null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>";p.PerformAjax(u+"</Body></Envelope>",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(o)+"</Header><Body><e:Unsubscribe/>";p.PerformAjax(t+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+w(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="<r:"+r+' xmlns:r="'+e+'">';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+="<r:"+o+"><a:Address>"+s[o].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[o].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)a+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else a+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";a+="</w:SelectorSet></a:ReferenceParameters></r:"+o+">"}else if(Array.isArray(s[o]))for(n=0;n<s[o].length;n++)a+="<r:"+o+">"+s[o][n].toString()+"</r:"+o+">";else a+="<r:"+o+">"+s[o].toString()+"</r:"+o+">";return a+="</r:"+r+">"}(e,s);p.PerformAjax(n+"</Body></Envelope>",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(t)+"</Header><Body><g:"+n+' xmlns:g="'+e+'">';for(var d in s)l+="<g:"+d+">"+s[d]+"</g:"+d+">";p.PerformAjax(l+"</g:"+n+"></Body></Envelope>",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(s)+"</Header><Body /></Envelope>";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var d in r)if(null!=r[d])if(Array.isArray(r[d]))for(var c in r[d])l+="<r:"+d+">"+r[d][c]+"</r:"+d+">";else l+="<r:"+d+">"+r[d]+"</r:"+d+">";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+"</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o<a.childNodes.length;o++){var t=a.childNodes[o];r.Header[t.localName]=t.textContent}var n=s.getElementsByTagName("Body")[0];if(!(n=n||s.getElementsByTagName("a:Body")[0]))return null;if(0<n.childNodes.length){var l=(e=n.childNodes[0].localName).indexOf("_OUTPUT");-1!=l&&l==e.length-7&&(e=e.substring(0,e.length-7)),r.Header.Method=e,r.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o];"true"==(r=0==t.childElementCount?t.textContent:e(t))&&(r=!0),"false"==r&&(r=!1);var n=r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(n.childNodes[0])}return r}catch(e){return console.log("Unable to parse XML: "+s),null}},p}
\ No newline at end of file
translate/translate.json
+454 -442
@@ -225,7 +225,7 @@
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 "default.handlebars->27->1431",
228 - "default.handlebars->27->1889"
228 + "default.handlebars->27->1891"
229 ]
230 },
231 {
@@ -769,7 +769,7 @@
769 "default-mobile.handlebars->9->108",
770 "default-mobile.handlebars->9->300",
771 "default.handlebars->27->1542",
772 - "default.handlebars->27->2044",
772 + "default.handlebars->27->2046",
773 "default.handlebars->27->890"
774 ]
775 },
@@ -826,7 +826,7 @@
826 "zh-chs": "1个活跃时段",
827 "zh-cht": "1個活躍時段",
828 "xloc": [
829 - "default.handlebars->27->1958"
829 + "default.handlebars->27->1960"
830 ]
831 },
832 {
@@ -913,7 +913,7 @@
913 "zh-chs": "1组",
914 "zh-cht": "1群",
915 "xloc": [
916 - "default.handlebars->27->1923"
916 + "default.handlebars->27->1925"
917 ]
918 },
919 {
@@ -1017,7 +1017,7 @@
1017 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1018 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1019 "xloc": [
1020 - "default.handlebars->27->1713"
1020 + "default.handlebars->27->1715"
1021 ]
1022 },
1023 {
@@ -1083,7 +1083,7 @@
1083 "default-mobile.handlebars->9->172",
1084 "default-mobile.handlebars->9->175",
1085 "default-mobile.handlebars->9->178",
1086 - "default.handlebars->27->1717",
1086 + "default.handlebars->27->1719",
1087 "default.handlebars->27->248",
1088 "default.handlebars->27->251",
1089 "default.handlebars->27->254",
@@ -1520,8 +1520,8 @@
1520 "zh-chs": "启用第二因素身份验证",
1521 "zh-cht": "啟用第二因素身份驗證",
1522 "xloc": [
1523 - "default.handlebars->27->1730",
1524 - "default.handlebars->27->1945"
1523 + "default.handlebars->27->1732",
1524 + "default.handlebars->27->1947"
1525 ]
1526 },
1527 {
@@ -2503,7 +2503,7 @@
2503 "zh-chs": "访问服务器档案",
2504 "zh-cht": "存取伺服器檔案",
2505 "xloc": [
2506 - "default.handlebars->27->1895"
2506 + "default.handlebars->27->1897"
2507 ]
2508 },
2509 {
@@ -2716,8 +2716,8 @@
2716 "zh-chs": "帐户已被锁定",
2717 "zh-cht": "帳戶已被鎖定",
2718 "xloc": [
2719 - "default.handlebars->27->1732",
2720 - "default.handlebars->27->1892"
2719 + "default.handlebars->27->1734",
2720 + "default.handlebars->27->1894"
2721 ]
2722 },
2723 {
@@ -3121,8 +3121,8 @@
3121 "zh-chs": "添加设备",
3122 "zh-cht": "新增裝置",
3123 "xloc": [
3124 - "default.handlebars->27->1869",
3125 - "default.handlebars->27->1993"
3124 + "default.handlebars->27->1871",
3125 + "default.handlebars->27->1995"
3126 ]
3127 },
3128 {
@@ -3163,8 +3163,8 @@
3163 "zh-cht": "新增裝置群",
3164 "xloc": [
3165 "default.handlebars->27->1465",
3166 - "default.handlebars->27->1863",
3167 - "default.handlebars->27->1981",
3166 + "default.handlebars->27->1865",
3167 + "default.handlebars->27->1983",
3168 "default.handlebars->27->235"
3169 ]
3170 },
@@ -3306,7 +3306,7 @@
3306 "zh-chs": "添加成员身份",
3307 "zh-cht": "新增成員身份",
3308 "xloc": [
3309 - "default.handlebars->27->2011"
3309 + "default.handlebars->27->2013"
3310 ]
3311 },
3312 {
@@ -3414,7 +3414,7 @@
3414 "xloc": [
3415 "default.handlebars->27->1361",
3416 "default.handlebars->27->1464",
3417 - "default.handlebars->27->1987",
3417 + "default.handlebars->27->1989",
3418 "default.handlebars->27->669"
3419 ]
3420 },
@@ -3493,7 +3493,7 @@
3493 "zh-cht": "新增用戶",
3494 "xloc": [
3495 "default.handlebars->27->1360",
3496 - "default.handlebars->27->1858"
3496 + "default.handlebars->27->1860"
3497 ]
3498 },
3499 {
@@ -3533,7 +3533,7 @@
3533 "zh-chs": "将用户添加到用户组",
3534 "zh-cht": "將用戶新增到用戶群",
3535 "xloc": [
3536 - "default.handlebars->27->1891"
3536 + "default.handlebars->27->1893"
3537 ]
3538 },
3539 {
@@ -3901,7 +3901,7 @@
3901 "zh-chs": "管理领域",
3902 "zh-cht": "管理領域",
3903 "xloc": [
3904 - "default.handlebars->27->1927"
3904 + "default.handlebars->27->1929"
3905 ]
3906 },
3907 {
@@ -3942,7 +3942,7 @@
3942 "zh-chs": "管理领域",
3943 "zh-cht": "管理領域",
3944 "xloc": [
3945 - "default.handlebars->27->1795"
3945 + "default.handlebars->27->1797"
3946 ]
3947 },
3948 {
@@ -3962,7 +3962,7 @@
3962 "zh-chs": "管理员",
3963 "zh-cht": "管理員",
3964 "xloc": [
3965 - "default.handlebars->27->1724"
3965 + "default.handlebars->27->1726"
3966 ]
3967 },
3968 {
@@ -4091,7 +4091,7 @@
4091 "zh-chs": "代理错误计数器",
4092 "zh-cht": "代理錯誤計數器",
4093 "xloc": [
4094 - "default.handlebars->27->2054"
4094 + "default.handlebars->27->2056"
4095 ]
4096 },
4097 {
@@ -4194,7 +4194,7 @@
4194 "zh-chs": "代理时段",
4195 "zh-cht": "代理時段",
4196 "xloc": [
4197 - "default.handlebars->27->2070"
4197 + "default.handlebars->27->2072"
4198 ]
4199 },
4200 {
@@ -4358,7 +4358,7 @@
4358 "zh-chs": "代理",
4359 "zh-cht": "代理",
4360 "xloc": [
4361 - "default.handlebars->27->2086"
4361 + "default.handlebars->27->2088"
4362 ]
4363 },
4364 {
@@ -4421,7 +4421,7 @@
4421 "zh-chs": "全部可用",
4422 "zh-cht": "全部可用",
4423 "xloc": [
4424 - "default.handlebars->27->1687"
4424 + "default.handlebars->27->1689"
4425 ]
4426 },
4427 {
@@ -4458,7 +4458,7 @@
4458 "zh-chs": "所有事件",
4459 "zh-cht": "所有事件",
4460 "xloc": [
4461 - "default.handlebars->27->1685"
4461 + "default.handlebars->27->1687"
4462 ]
4463 },
4464 {
@@ -4501,7 +4501,7 @@
4501 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4502 "xloc": [
4503 "default.handlebars->27->1429",
4504 - "default.handlebars->27->1888"
4504 + "default.handlebars->27->1890"
4505 ]
4506 },
4507 {
@@ -4627,8 +4627,8 @@
4627 "zh-cht": "一直通知",
4628 "xloc": [
4629 "default.handlebars->27->1341",
4630 - "default.handlebars->27->1849",
4631 - "default.handlebars->27->1936",
4630 + "default.handlebars->27->1851",
4631 + "default.handlebars->27->1938",
4632 "default.handlebars->27->609"
4633 ]
4634 },
@@ -4650,8 +4650,8 @@
4650 "zh-cht": "一直提示",
4651 "xloc": [
4652 "default.handlebars->27->1342",
4653 - "default.handlebars->27->1850",
4654 - "default.handlebars->27->1937",
4653 + "default.handlebars->27->1852",
4654 + "default.handlebars->27->1939",
4655 "default.handlebars->27->610"
4656 ]
4657 },
@@ -5357,7 +5357,7 @@
5357 "zh-chs": "您确定要{0}插件吗:{1}",
5358 "zh-cht": "你確定要{0}外掛嗎:{1}",
5359 "xloc": [
5360 - "default.handlebars->27->2126"
5360 + "default.handlebars->27->2128"
5361 ]
5362 },
5363 {
@@ -5497,7 +5497,7 @@
5497 "zh-chs": "认证软件",
5498 "zh-cht": "認證軟體",
5499 "xloc": [
5500 - "default.handlebars->27->1940"
5500 + "default.handlebars->27->1942"
5501 ]
5502 },
5503 {
@@ -5668,7 +5668,7 @@
5668 "zh-chs": "可用內存",
5669 "zh-cht": "可用內存",
5670 "xloc": [
5671 - "default.handlebars->27->2079"
5671 + "default.handlebars->27->2081"
5672 ]
5673 },
5674 {
@@ -5891,7 +5891,7 @@
5891 "zh-chs": "备用码",
5892 "zh-cht": "備用碼",
5893 "xloc": [
5894 - "default.handlebars->27->1942"
5894 + "default.handlebars->27->1944"
5895 ]
5896 },
5897 {
@@ -5911,7 +5911,7 @@
5911 "zh-chs": "错误的签名",
5912 "zh-cht": "錯誤的簽名",
5913 "xloc": [
5914 - "default.handlebars->27->2061"
5914 + "default.handlebars->27->2063"
5915 ]
5916 },
5917 {
@@ -5931,7 +5931,7 @@
5931 "zh-chs": "错误的网络证书",
5932 "zh-cht": "錯誤的網絡憑證",
5933 "xloc": [
5934 - "default.handlebars->27->2060"
5934 + "default.handlebars->27->2062"
5935 ]
5936 },
5937 {
@@ -6094,7 +6094,7 @@
6094 "zh-chs": "广播",
6095 "zh-cht": "廣播",
6096 "xloc": [
6097 - "default.handlebars->27->1856",
6097 + "default.handlebars->27->1858",
6098 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6099 ]
6100 },
@@ -6115,7 +6115,7 @@
6115 "zh-chs": "广播消息",
6116 "zh-cht": "廣播消息",
6117 "xloc": [
6118 - "default.handlebars->27->1777"
6118 + "default.handlebars->27->1779"
6119 ]
6120 },
6121 {
@@ -6135,7 +6135,7 @@
6135 "zh-chs": "向所有连接的用户广播消息。",
6136 "zh-cht": "向所有連接的用戶廣播消息。",
6137 "xloc": [
6138 - "default.handlebars->27->1772"
6138 + "default.handlebars->27->1774"
6139 ]
6140 },
6141 {
@@ -6240,7 +6240,7 @@
6240 "zh-chs": "CIRA服务器",
6241 "zh-cht": "CIRA伺服器",
6242 "xloc": [
6243 - "default.handlebars->27->2114"
6243 + "default.handlebars->27->2116"
6244 ]
6245 },
6246 {
@@ -6260,7 +6260,7 @@
6260 "zh-chs": "CIRA服务器命令",
6261 "zh-cht": "CIRA伺服器指令",
6262 "xloc": [
6263 - "default.handlebars->27->2115"
6263 + "default.handlebars->27->2117"
6264 ]
6265 },
6266 {
@@ -6301,7 +6301,7 @@
6301 "zh-chs": "CPU负载",
6302 "zh-cht": "CPU負載",
6303 "xloc": [
6304 - "default.handlebars->27->2075"
6304 + "default.handlebars->27->2077"
6305 ]
6306 },
6307 {
@@ -6321,7 +6321,7 @@
6321 "zh-chs": "最近15分钟的CPU负载",
6322 "zh-cht": "最近15分鐘的CPU負載",
6323 "xloc": [
6324 - "default.handlebars->27->2078"
6324 + "default.handlebars->27->2080"
6325 ]
6326 },
6327 {
@@ -6341,7 +6341,7 @@
6341 "zh-chs": "最近5分钟的CPU负载",
6342 "zh-cht": "最近5分鐘的CPU負載",
6343 "xloc": [
6344 - "default.handlebars->27->2077"
6344 + "default.handlebars->27->2079"
6345 ]
6346 },
6347 {
@@ -6361,7 +6361,7 @@
6361 "zh-chs": "最近一分钟的CPU负载",
6362 "zh-cht": "最近一分鐘的CPU負載",
6363 "xloc": [
6364 - "default.handlebars->27->2076"
6364 + "default.handlebars->27->2078"
6365 ]
6366 },
6367 {
@@ -6403,7 +6403,7 @@
6403 "zh-chs": "CSV",
6404 "zh-cht": "CSV",
6405 "xloc": [
6406 - "default.handlebars->27->1695"
6406 + "default.handlebars->27->1697"
6407 ]
6408 },
6409 {
@@ -6423,8 +6423,8 @@
6423 "zh-chs": "CSV格式",
6424 "zh-cht": "CSV格式",
6425 "xloc": [
6426 - "default.handlebars->27->1699",
6427 - "default.handlebars->27->1764",
6426 + "default.handlebars->27->1701",
6427 + "default.handlebars->27->1766",
6428 "default.handlebars->27->494"
6429 ]
6430 },
@@ -6445,7 +6445,7 @@
6445 "zh-chs": "呼叫错误",
6446 "zh-cht": "呼叫錯誤",
6447 "xloc": [
6448 - "default.handlebars->27->2127"
6448 + "default.handlebars->27->2129"
6449 ]
6450 },
6451 {
@@ -6622,7 +6622,7 @@
6622 "zh-chs": "更改{0}的电邮",
6623 "zh-cht": "更改{0}的電郵",
6624 "xloc": [
6625 - "default.handlebars->27->1970"
6625 + "default.handlebars->27->1972"
6626 ]
6627 },
6628 {
@@ -6666,7 +6666,7 @@
6666 "xloc": [
6667 "default-mobile.handlebars->9->90",
6668 "default.handlebars->27->1273",
6669 - "default.handlebars->27->1957"
6669 + "default.handlebars->27->1959"
6670 ]
6671 },
6672 {
@@ -6686,7 +6686,7 @@
6686 "zh-chs": "更改{0}的密码",
6687 "zh-cht": "更改{0}的密碼",
6688 "xloc": [
6689 - "default.handlebars->27->1977"
6689 + "default.handlebars->27->1979"
6690 ]
6691 },
6692 {
@@ -6706,7 +6706,7 @@
6706 "zh-chs": "更改{0}的真实名称",
6707 "zh-cht": "更改{0}的真實名稱",
6708 "xloc": [
6709 - "default.handlebars->27->1965"
6709 + "default.handlebars->27->1967"
6710 ]
6711 },
6712 {
@@ -6788,7 +6788,7 @@
6788 "zh-chs": "更改该用户的密码",
6789 "zh-cht": "更改該用戶的密碼",
6790 "xloc": [
6791 - "default.handlebars->27->1956"
6791 + "default.handlebars->27->1958"
6792 ]
6793 },
6794 {
@@ -6969,7 +6969,7 @@
6969 "zh-chs": "聊天",
6970 "zh-cht": "聊天",
6971 "xloc": [
6972 - "default.handlebars->27->1716",
6972 + "default.handlebars->27->1718",
6973 "default.handlebars->27->689",
6974 "default.handlebars->27->710"
6975 ]
@@ -7135,7 +7135,7 @@
7135 "zh-cht": "檢查...",
7136 "xloc": [
7137 "default.handlebars->27->1045",
7138 - "default.handlebars->27->2121"
7138 + "default.handlebars->27->2123"
7139 ]
7140 },
7141 {
@@ -7409,7 +7409,7 @@
7409 "zh-chs": "全部清除",
7410 "zh-cht": "全部清除",
7411 "xloc": [
7412 - "default.handlebars->27->2048"
7412 + "default.handlebars->27->2050"
7413 ]
7414 },
7415 {
@@ -7477,7 +7477,7 @@
7477 "zh-chs": "清除此通知",
7478 "zh-cht": "清除此通知",
7479 "xloc": [
7480 - "default.handlebars->27->2047"
7480 + "default.handlebars->27->2049"
7481 ]
7482 },
7483 {
@@ -7578,7 +7578,7 @@
7578 "zh-chs": "单击此处编辑用户组名称",
7579 "zh-cht": "單擊此處編輯用戶群名稱",
7580 "xloc": [
7581 - "default.handlebars->27->1833"
7581 + "default.handlebars->27->1835"
7582 ]
7583 },
7584 {
@@ -7904,8 +7904,8 @@
7904 "zh-chs": "通用设备组",
7905 "zh-cht": "通用裝置群",
7906 "xloc": [
7907 - "default.handlebars->27->1864",
7908 - "default.handlebars->27->1982"
7907 + "default.handlebars->27->1866",
7908 + "default.handlebars->27->1984"
7909 ]
7910 },
7911 {
@@ -7925,8 +7925,8 @@
7925 "zh-chs": "通用设备",
7926 "zh-cht": "通用裝置",
7927 "xloc": [
7928 - "default.handlebars->27->1870",
7929 - "default.handlebars->27->1994"
7928 + "default.handlebars->27->1872",
7929 + "default.handlebars->27->1996"
7930 ]
7931 },
7932 {
@@ -7990,10 +7990,10 @@
7990 "default-mobile.handlebars->9->281",
7991 "default-mobile.handlebars->9->412",
7992 "default.handlebars->27->1406",
7993 - "default.handlebars->27->1744",
7994 - "default.handlebars->27->1823",
7995 - "default.handlebars->27->1884",
7996 - "default.handlebars->27->1980",
7993 + "default.handlebars->27->1746",
7994 + "default.handlebars->27->1825",
7995 + "default.handlebars->27->1886",
7996 + "default.handlebars->27->1982",
7997 "default.handlebars->27->470",
7998 "default.handlebars->27->780",
7999 "default.handlebars->27->789"
@@ -8077,7 +8077,7 @@
8077 "zh-chs": "确认删除选定的帐户?",
8078 "zh-cht": "確認刪除所選帳戶?",
8079 "xloc": [
8080 - "default.handlebars->27->1743"
8080 + "default.handlebars->27->1745"
8081 ]
8082 },
8083 {
@@ -8117,7 +8117,7 @@
8117 "zh-chs": "确认删除选定的用户组?",
8118 "zh-cht": "確認刪除所選用戶群?",
8119 "xloc": [
8120 - "default.handlebars->27->1822"
8120 + "default.handlebars->27->1824"
8121 ]
8122 },
8123 {
@@ -8137,7 +8137,7 @@
8137 "zh-chs": "确认删除用户{0}?",
8138 "zh-cht": "確認刪除用戶{0}?",
8139 "xloc": [
8140 - "default.handlebars->27->1979"
8140 + "default.handlebars->27->1981"
8141 ]
8142 },
8143 {
@@ -8157,7 +8157,7 @@
8157 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8158 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8159 "xloc": [
8160 - "default.handlebars->27->1887"
8160 + "default.handlebars->27->1889"
8161 ]
8162 },
8163 {
@@ -8177,7 +8177,7 @@
8177 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8178 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8179 "xloc": [
8180 - "default.handlebars->27->2009"
8180 + "default.handlebars->27->2011"
8181 ]
8182 },
8183 {
@@ -8278,8 +8278,8 @@
8278 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
8279 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8280 "xloc": [
8281 - "default.handlebars->27->1877",
8282 - "default.handlebars->27->2000"
8281 + "default.handlebars->27->1879",
8282 + "default.handlebars->27->2002"
8283 ]
8284 },
8285 {
@@ -8299,8 +8299,8 @@
8299 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8300 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8301 "xloc": [
8302 - "default.handlebars->27->1879",
8303 - "default.handlebars->27->2013"
8302 + "default.handlebars->27->1881",
8303 + "default.handlebars->27->2015"
8304 ]
8305 },
8306 {
@@ -8320,7 +8320,7 @@
8320 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
8321 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8322 "xloc": [
8323 - "default.handlebars->27->2002"
8323 + "default.handlebars->27->2004"
8324 ]
8325 },
8326 {
@@ -8340,7 +8340,7 @@
8340 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8341 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8342 "xloc": [
8343 - "default.handlebars->27->2005"
8343 + "default.handlebars->27->2007"
8344 ]
8345 },
8346 {
@@ -8360,8 +8360,8 @@
8360 "zh-chs": "确认删除访问权限?",
8361 "zh-cht": "確認刪除訪問權限?",
8362 "xloc": [
8363 - "default.handlebars->27->2003",
8364 - "default.handlebars->27->2006"
8363 + "default.handlebars->27->2005",
8364 + "default.handlebars->27->2008"
8365 ]
8366 },
8367 {
@@ -8703,7 +8703,7 @@
8703 "zh-chs": "已连接的英特尔&reg;AMT",
8704 "zh-cht": "已連接的Intel&reg; AMT",
8705 "xloc": [
8706 - "default.handlebars->27->2066"
8706 + "default.handlebars->27->2068"
8707 ]
8708 },
8709 {
@@ -8723,7 +8723,7 @@
8723 "zh-chs": "已连接的用户",
8724 "zh-cht": "已连接的用户",
8725 "xloc": [
8726 - "default.handlebars->27->2071"
8726 + "default.handlebars->27->2073"
8727 ]
8728 },
8729 {
@@ -8813,7 +8813,7 @@
8813 "zh-chs": "连接数量",
8814 "zh-cht": "連接數量",
8815 "xloc": [
8816 - "default.handlebars->27->2085"
8816 + "default.handlebars->27->2087"
8817 ]
8818 },
8819 {
@@ -8833,7 +8833,7 @@
8833 "zh-chs": "连接转发器",
8834 "zh-cht": "連接轉發器",
8835 "xloc": [
8836 - "default.handlebars->27->2113"
8836 + "default.handlebars->27->2115"
8837 ]
8838 },
8839 {
@@ -8983,7 +8983,7 @@
8983 "zh-chs": "Cookie编码器",
8984 "zh-cht": "Cookie編碼器",
8985 "xloc": [
8986 - "default.handlebars->27->2099"
8986 + "default.handlebars->27->2101"
8987 ]
8988 },
8989 {
@@ -9390,7 +9390,7 @@
9390 "zh-chs": "核心服务器",
9391 "zh-cht": "核心伺服器",
9392 "xloc": [
9393 - "default.handlebars->27->2098"
9393 + "default.handlebars->27->2100"
9394 ]
9395 },
9396 {
@@ -9430,7 +9430,7 @@
9430 "zh-chs": "创建帐号",
9431 "zh-cht": "創建帳號",
9432 "xloc": [
9433 - "default.handlebars->27->1791",
9433 + "default.handlebars->27->1793",
9434 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9435 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9436 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9473,7 +9473,7 @@
9473 "zh-chs": "创建用户组",
9474 "zh-cht": "創建用戶群",
9475 "xloc": [
9476 - "default.handlebars->27->1830"
9476 + "default.handlebars->27->1832"
9477 ]
9478 },
9479 {
@@ -9573,7 +9573,7 @@
9573 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9574 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9575 "xloc": [
9576 - "default.handlebars->27->1755"
9576 + "default.handlebars->27->1757"
9577 ]
9578 },
9579 {
@@ -9655,7 +9655,7 @@
9655 "zh-chs": "创建",
9656 "zh-cht": "創建",
9657 "xloc": [
9658 - "default.handlebars->27->1916"
9658 + "default.handlebars->27->1918"
9659 ]
9660 },
9661 {
@@ -10108,10 +10108,10 @@
10108 "zh-chs": "默认",
10109 "zh-cht": "默認",
10110 "xloc": [
10111 - "default.handlebars->27->1778",
10112 - "default.handlebars->27->1826",
10113 - "default.handlebars->27->1837",
10114 - "default.handlebars->27->1905"
10111 + "default.handlebars->27->1780",
10112 + "default.handlebars->27->1828",
10113 + "default.handlebars->27->1839",
10114 + "default.handlebars->27->1907"
10115 ]
10116 },
10117 {
@@ -10185,7 +10185,7 @@
10185 "zh-chs": "删除帐户",
10186 "zh-cht": "刪除帳戶",
10187 "xloc": [
10188 - "default.handlebars->27->1745"
10188 + "default.handlebars->27->1747"
10189 ]
10190 },
10191 {
@@ -10290,7 +10290,7 @@
10290 "zh-chs": "删除用户",
10291 "zh-cht": "刪除用戶",
10292 "xloc": [
10293 - "default.handlebars->27->1955"
10293 + "default.handlebars->27->1957"
10294 ]
10295 },
10296 {
@@ -10310,8 +10310,8 @@
10310 "zh-chs": "删除用户群组",
10311 "zh-cht": "刪除用戶群組",
10312 "xloc": [
10313 - "default.handlebars->27->1875",
10314 - "default.handlebars->27->1885"
10313 + "default.handlebars->27->1877",
10314 + "default.handlebars->27->1887"
10315 ]
10316 },
10317 {
@@ -10331,7 +10331,7 @@
10331 "zh-chs": "删除用户群组",
10332 "zh-cht": "刪除用戶群組",
10333 "xloc": [
10334 - "default.handlebars->27->1824"
10334 + "default.handlebars->27->1826"
10335 ]
10336 },
10337 {
@@ -10351,7 +10351,7 @@
10351 "zh-chs": "删除用户{0}",
10352 "zh-cht": "刪除用戶{0}",
10353 "xloc": [
10354 - "default.handlebars->27->1978"
10354 + "default.handlebars->27->1980"
10355 ]
10356 },
10357 {
@@ -10372,7 +10372,7 @@
10372 "zh-cht": "刪除帳戶",
10373 "xloc": [
10374 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10375 - "default.handlebars->27->1741",
10375 + "default.handlebars->27->1743",
10376 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10377 ]
10378 },
@@ -10413,7 +10413,7 @@
10413 "zh-chs": "删除群组",
10414 "zh-cht": "刪除群組",
10415 "xloc": [
10416 - "default.handlebars->27->1820"
10416 + "default.handlebars->27->1822"
10417 ]
10418 },
10419 {
@@ -10496,7 +10496,7 @@
10496 "zh-chs": "删除用户群组{0}?",
10497 "zh-cht": "刪除用戶群組{0}?",
10498 "xloc": [
10499 - "default.handlebars->27->1883"
10499 + "default.handlebars->27->1885"
10500 ]
10501 },
10502 {
@@ -10699,10 +10699,10 @@
10699 "default.handlebars->27->1285",
10700 "default.handlebars->27->1322",
10701 "default.handlebars->27->1409",
10702 - "default.handlebars->27->1829",
10703 - "default.handlebars->27->1839",
10704 - "default.handlebars->27->1840",
10705 - "default.handlebars->27->1881",
10702 + "default.handlebars->27->1831",
10703 + "default.handlebars->27->1841",
10704 + "default.handlebars->27->1842",
10705 + "default.handlebars->27->1883",
10706 "default.handlebars->27->568",
10707 "default.handlebars->27->569",
10708 "default.handlebars->27->77",
@@ -10748,7 +10748,7 @@
10748 "xloc": [
10749 "default-mobile.handlebars->9->260",
10750 "default.handlebars->27->1415",
10751 - "default.handlebars->27->2025",
10751 + "default.handlebars->27->2027",
10752 "default.handlebars->27->533",
10753 "default.handlebars->27->868",
10754 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -10794,8 +10794,8 @@
10794 "zh-cht": "桌面通知",
10795 "xloc": [
10796 "default.handlebars->27->1336",
10797 - "default.handlebars->27->1844",
10798 - "default.handlebars->27->1931",
10797 + "default.handlebars->27->1846",
10798 + "default.handlebars->27->1933",
10799 "default.handlebars->27->604"
10800 ]
10801 },
@@ -10817,8 +10817,8 @@
10817 "zh-cht": "桌面提示",
10818 "xloc": [
10819 "default.handlebars->27->1335",
10820 - "default.handlebars->27->1843",
10821 - "default.handlebars->27->1930",
10820 + "default.handlebars->27->1845",
10821 + "default.handlebars->27->1932",
10822 "default.handlebars->27->603"
10823 ]
10824 },
@@ -10840,8 +10840,8 @@
10840 "zh-cht": "桌面提示+工具欄",
10841 "xloc": [
10842 "default.handlebars->27->1333",
10843 - "default.handlebars->27->1841",
10844 - "default.handlebars->27->1928",
10843 + "default.handlebars->27->1843",
10844 + "default.handlebars->27->1930",
10845 "default.handlebars->27->601"
10846 ]
10847 },
@@ -10884,8 +10884,8 @@
10884 "zh-cht": "桌面工具欄",
10885 "xloc": [
10886 "default.handlebars->27->1334",
10887 - "default.handlebars->27->1842",
10888 - "default.handlebars->27->1929",
10887 + "default.handlebars->27->1844",
10888 + "default.handlebars->27->1931",
10889 "default.handlebars->27->602"
10890 ]
10891 },
@@ -10991,7 +10991,7 @@
10991 "xloc": [
10992 "default.handlebars->27->1438",
10993 "default.handlebars->27->184",
10994 - "default.handlebars->27->1997",
10994 + "default.handlebars->27->1999",
10995 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
10996 ]
10997 },
@@ -11043,11 +11043,11 @@
11043 "default.handlebars->27->1433",
11044 "default.handlebars->27->1436",
11045 "default.handlebars->27->1437",
11046 - "default.handlebars->27->1692",
11047 - "default.handlebars->27->1867",
11048 - "default.handlebars->27->1873",
11049 - "default.handlebars->27->1985",
11050 - "default.handlebars->27->2034"
11046 + "default.handlebars->27->1694",
11047 + "default.handlebars->27->1869",
11048 + "default.handlebars->27->1875",
11049 + "default.handlebars->27->1987",
11050 + "default.handlebars->27->2036"
11051 ]
11052 },
11053 {
@@ -11089,11 +11089,11 @@
11089 "zh-cht": "裝置群",
11090 "xloc": [
11091 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11092 - "default.handlebars->27->1708",
11093 - "default.handlebars->27->1814",
11094 - "default.handlebars->27->1854",
11095 - "default.handlebars->27->1925",
11096 - "default.handlebars->27->2069",
11092 + "default.handlebars->27->1710",
11093 + "default.handlebars->27->1816",
11094 + "default.handlebars->27->1856",
11095 + "default.handlebars->27->1927",
11096 + "default.handlebars->27->2071",
11097 "default.handlebars->container->column_l->p2->p2info->7"
11098 ]
11099 },
@@ -11175,7 +11175,7 @@
11175 "zh-cht": "裝置名稱",
11176 "xloc": [
11177 "default-mobile.handlebars->9->283",
11178 - "default.handlebars->27->2033",
11178 + "default.handlebars->27->2035",
11179 "default.handlebars->27->289",
11180 "default.handlebars->27->821",
11181 "player.handlebars->3->9"
@@ -11811,8 +11811,8 @@
11811 "zh-chs": "设备",
11812 "zh-cht": "裝置",
11813 "xloc": [
11814 - "default.handlebars->27->1815",
11815 - "default.handlebars->27->1855"
11814 + "default.handlebars->27->1817",
11815 + "default.handlebars->27->1857"
11816 ]
11817 },
11818 {
@@ -12132,10 +12132,10 @@
12132 "zh-chs": "域",
12133 "zh-cht": "域",
12134 "xloc": [
12135 - "default.handlebars->27->1779",
12136 - "default.handlebars->27->1827",
12137 - "default.handlebars->27->1836",
12138 - "default.handlebars->27->1904",
12135 + "default.handlebars->27->1781",
12136 + "default.handlebars->27->1829",
12137 + "default.handlebars->27->1838",
12138 + "default.handlebars->27->1906",
12139 "mstsc.handlebars->main->1->3->1->2->1->0",
12140 "mstsc.handlebars->main->1->3->1->2->3"
12141 ]
@@ -12398,7 +12398,7 @@
12398 "zh-chs": "下载报告",
12399 "zh-cht": "下載報告",
12400 "xloc": [
12401 - "default.handlebars->27->1697",
12401 + "default.handlebars->27->1699",
12402 "default.handlebars->container->column_l->p3->3->1->0->3"
12403 ]
12404 },
@@ -12599,7 +12599,7 @@
12599 "zh-chs": "使用以下一种档案格式下载事件列表。",
12600 "zh-cht": "使用以下一種檔案格式下載事件列表。",
12601 "xloc": [
12602 - "default.handlebars->27->1698"
12602 + "default.handlebars->27->1700"
12603 ]
12604 },
12605 {
@@ -12619,7 +12619,7 @@
12619 "zh-chs": "使用以下一种档案格式下载用户列表。",
12620 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
12621 "xloc": [
12622 - "default.handlebars->27->1763"
12622 + "default.handlebars->27->1765"
12623 ]
12624 },
12625 {
@@ -12740,7 +12740,7 @@
12740 "zh-chs": "代理重复",
12741 "zh-cht": "代理重複",
12742 "xloc": [
12743 - "default.handlebars->27->2065"
12743 + "default.handlebars->27->2067"
12744 ]
12745 },
12746 {
@@ -12780,7 +12780,7 @@
12780 "zh-chs": "复制用户组",
12781 "zh-cht": "複製用戶群",
12782 "xloc": [
12783 - "default.handlebars->27->1831"
12783 + "default.handlebars->27->1833"
12784 ]
12785 },
12786 {
@@ -12817,8 +12817,8 @@
12817 "zh-chs": "持续时间",
12818 "zh-cht": "持續時間",
12819 "xloc": [
12820 - "default.handlebars->27->2019",
12821 - "default.handlebars->27->2039",
12820 + "default.handlebars->27->2021",
12821 + "default.handlebars->27->2041",
12822 "player.handlebars->3->2"
12823 ]
12824 },
@@ -13462,7 +13462,7 @@
13462 "zh-chs": "编辑用户组",
13463 "zh-cht": "編輯用戶群",
13464 "xloc": [
13465 - "default.handlebars->27->1882"
13465 + "default.handlebars->27->1884"
13466 ]
13467 },
13468 {
@@ -13551,11 +13551,11 @@
13551 "zh-cht": "電郵",
13552 "xloc": [
13553 "default-mobile.handlebars->9->78",
13554 - "default.handlebars->27->1781",
13555 - "default.handlebars->27->1908",
13554 + "default.handlebars->27->1783",
13555 "default.handlebars->27->1910",
13557 - "default.handlebars->27->1950",
13558 - "default.handlebars->27->1966",
13556 + "default.handlebars->27->1912",
13557 + "default.handlebars->27->1952",
13558 + "default.handlebars->27->1968",
13559 "default.handlebars->27->339",
13560 "login-mobile.handlebars->5->42",
13561 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -13709,7 +13709,7 @@
13709 "zh-chs": "电邮未验证",
13710 "zh-cht": "電郵未驗證",
13711 "xloc": [
13712 - "default.handlebars->27->1727"
13712 + "default.handlebars->27->1729"
13713 ]
13714 },
13715 {
@@ -13729,8 +13729,8 @@
13729 "zh-chs": "电邮已验证",
13730 "zh-cht": "電郵已驗證",
13731 "xloc": [
13732 - "default.handlebars->27->1728",
13733 - "default.handlebars->27->1902"
13732 + "default.handlebars->27->1730",
13733 + "default.handlebars->27->1904"
13734 ]
13735 },
13736 {
@@ -13750,7 +13750,7 @@
13750 "zh-chs": "电邮已验证。",
13751 "zh-cht": "電郵已驗證。",
13752 "xloc": [
13753 - "default.handlebars->27->1787"
13753 + "default.handlebars->27->1789"
13754 ]
13755 },
13756 {
@@ -13770,7 +13770,7 @@
13770 "zh-chs": "电邮未验证",
13771 "zh-cht": "電郵未驗證",
13772 "xloc": [
13773 - "default.handlebars->27->1903"
13773 + "default.handlebars->27->1905"
13774 ]
13775 },
13776 {
@@ -13834,7 +13834,7 @@
13834 "zh-chs": "已通过电邮验证,并且需要重置密码。",
13835 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
13836 "xloc": [
13837 - "default.handlebars->27->1788"
13837 + "default.handlebars->27->1790"
13838 ]
13839 },
13840 {
@@ -13854,7 +13854,7 @@
13854 "zh-chs": "电邮/短信流量",
13855 "zh-cht": "電郵/短信流量",
13856 "xloc": [
13857 - "default.handlebars->27->2107"
13857 + "default.handlebars->27->2109"
13858 ]
13859 },
13860 {
@@ -13981,7 +13981,7 @@
13981 "zh-chs": "已启用",
13982 "zh-cht": "已啟用",
13983 "xloc": [
13984 - "default.handlebars->27->2041"
13984 + "default.handlebars->27->2043"
13985 ]
13986 },
13987 {
@@ -14041,7 +14041,7 @@
14041 "zh-chs": "时间结束",
14042 "zh-cht": "時間結束",
14043 "xloc": [
14044 - "default.handlebars->27->2038"
14044 + "default.handlebars->27->2040"
14045 ]
14046 },
14047 {
@@ -14422,7 +14422,7 @@
14422 "zh-chs": "输入管理领域名称的逗号分隔列表。",
14423 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14424 "xloc": [
14425 - "default.handlebars->27->1792"
14425 + "default.handlebars->27->1794"
14426 ]
14427 },
14428 {
@@ -14645,7 +14645,7 @@
14645 "zh-chs": "事件列表输出",
14646 "zh-cht": "事件列表輸出",
14647 "xloc": [
14648 - "default.handlebars->27->1703"
14648 + "default.handlebars->27->1705"
14649 ]
14650 },
14651 {
@@ -14831,7 +14831,7 @@
14831 "zh-chs": "外部",
14832 "zh-cht": "外部",
14833 "xloc": [
14834 - "default.handlebars->27->2092"
14834 + "default.handlebars->27->2094"
14835 ]
14836 },
14837 {
@@ -15180,7 +15180,7 @@
15180 "default-mobile.handlebars->9->171",
15181 "default-mobile.handlebars->9->261",
15182 "default.handlebars->27->1422",
15183 - "default.handlebars->27->2026",
15183 + "default.handlebars->27->2028",
15184 "default.handlebars->27->256",
15185 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
15186 "default.handlebars->contextMenu->cxfiles"
@@ -15224,8 +15224,8 @@
15224 "zh-cht": "檔案通知",
15225 "xloc": [
15226 "default.handlebars->27->1340",
15227 - "default.handlebars->27->1848",
15228 - "default.handlebars->27->1935",
15227 + "default.handlebars->27->1850",
15228 + "default.handlebars->27->1937",
15229 "default.handlebars->27->608"
15230 ]
15231 },
@@ -15247,8 +15247,8 @@
15247 "zh-cht": "檔案提示",
15248 "xloc": [
15249 "default.handlebars->27->1339",
15250 - "default.handlebars->27->1847",
15251 - "default.handlebars->27->1934",
15250 + "default.handlebars->27->1849",
15251 + "default.handlebars->27->1936",
15252 "default.handlebars->27->607"
15253 ]
15254 },
@@ -15459,8 +15459,8 @@
15459 "zh-chs": "下次登录时强制重置密码。",
15460 "zh-cht": "下次登入時強制重置密碼。",
15461 "xloc": [
15462 - "default.handlebars->27->1786",
15463 - "default.handlebars->27->1975"
15462 + "default.handlebars->27->1788",
15463 + "default.handlebars->27->1977"
15464 ]
15465 },
15466 {
@@ -15543,7 +15543,7 @@
15543 "zh-chs": "格式化",
15544 "zh-cht": "格式化",
15545 "xloc": [
15546 - "default.handlebars->27->1694"
15546 + "default.handlebars->27->1696"
15547 ]
15548 },
15549 {
@@ -15584,8 +15584,8 @@
15584 "zh-chs": "自由",
15585 "zh-cht": "自由",
15586 "xloc": [
15587 - "default.handlebars->27->2050",
15588 - "default.handlebars->27->2052"
15587 + "default.handlebars->27->2052",
15588 + "default.handlebars->27->2054"
15589 ]
15590 },
15591 {
@@ -15812,7 +15812,7 @@
15812 "default-mobile.handlebars->9->437",
15813 "default.handlebars->27->1294",
15814 "default.handlebars->27->1441",
15815 - "default.handlebars->27->1798"
15815 + "default.handlebars->27->1800"
15816 ]
15817 },
15818 {
@@ -15931,7 +15931,7 @@
15931 "zh-chs": "完整管理员",
15932 "zh-cht": "完整管理員",
15933 "xloc": [
15934 - "default.handlebars->27->1896"
15934 + "default.handlebars->27->1898"
15935 ]
15936 },
15937 {
@@ -16550,8 +16550,8 @@
16550 "zh-chs": "集体指令",
16551 "zh-cht": "集體指令",
16552 "xloc": [
16553 - "default.handlebars->27->1742",
16554 - "default.handlebars->27->1821",
16553 + "default.handlebars->27->1744",
16554 + "default.handlebars->27->1823",
16555 "default.handlebars->27->468",
16556 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16557 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -16575,7 +16575,7 @@
16575 "zh-chs": "通过...分组",
16576 "zh-cht": "通過...分群",
16577 "xloc": [
16578 - "default.handlebars->27->1690"
16578 + "default.handlebars->27->1692"
16579 ]
16580 },
16581 {
@@ -16595,7 +16595,7 @@
16595 "zh-chs": "组标识符",
16596 "zh-cht": "群標識符",
16597 "xloc": [
16598 - "default.handlebars->27->1838"
16598 + "default.handlebars->27->1840"
16599 ]
16600 },
16601 {
@@ -16615,7 +16615,7 @@
16615 "zh-chs": "群组成员",
16616 "zh-cht": "群組成員",
16617 "xloc": [
16618 - "default.handlebars->27->1859"
16618 + "default.handlebars->27->1861"
16619 ]
16620 },
16621 {
@@ -16846,7 +16846,7 @@
16846 "zh-chs": "堆总数",
16847 "zh-cht": "堆總數",
16848 "xloc": [
16849 - "default.handlebars->27->2094"
16849 + "default.handlebars->27->2096"
16850 ]
16851 },
16852 {
@@ -16866,7 +16866,7 @@
16866 "zh-chs": "堆使用",
16867 "zh-cht": "堆使用",
16868 "xloc": [
16869 - "default.handlebars->27->2093"
16869 + "default.handlebars->27->2095"
16870 ]
16871 },
16872 {
@@ -17944,7 +17944,7 @@
17944 "zh-chs": "英特尔AMT",
17945 "zh-cht": "英特爾AMT",
17946 "xloc": [
17947 - "default.handlebars->27->2090"
17947 + "default.handlebars->27->2092"
17948 ]
17949 },
17950 {
@@ -17991,7 +17991,7 @@
17991 "default.handlebars->27->1357",
17992 "default.handlebars->27->1529",
17993 "default.handlebars->27->1537",
17994 - "default.handlebars->27->2112",
17994 + "default.handlebars->27->2114",
17995 "default.handlebars->27->535",
17996 "default.handlebars->27->590",
17997 "default.handlebars->27->618"
@@ -18160,7 +18160,7 @@
18160 "zh-chs": "英特尔&reg;AMT重定向",
18161 "zh-cht": "Intel&reg; AMT重定向",
18162 "xloc": [
18163 - "default.handlebars->27->2028",
18163 + "default.handlebars->27->2030",
18164 "player.handlebars->3->14"
18165 ]
18166 },
@@ -18201,7 +18201,7 @@
18201 "zh-chs": "英特尔&reg;AMT WSMAN",
18202 "zh-cht": "Intle&reg; AMT WSMAN",
18203 "xloc": [
18204 - "default.handlebars->27->2027",
18204 + "default.handlebars->27->2029",
18205 "player.handlebars->3->13"
18206 ]
18207 },
@@ -18802,7 +18802,7 @@
18802 "zh-chs": "无效的设备组类型",
18803 "zh-cht": "無效的裝置群類型",
18804 "xloc": [
18805 - "default.handlebars->27->2064"
18805 + "default.handlebars->27->2066"
18806 ]
18807 },
18808 {
@@ -18822,7 +18822,7 @@
18822 "zh-chs": "无效的JSON",
18823 "zh-cht": "無效的JSON",
18824 "xloc": [
18825 - "default.handlebars->27->2058"
18825 + "default.handlebars->27->2060"
18826 ]
18827 },
18828 {
@@ -18842,8 +18842,8 @@
18842 "zh-chs": "无效的JSON档案格式。",
18843 "zh-cht": "無效的JSON檔案格式。",
18844 "xloc": [
18845 - "default.handlebars->27->1760",
18846 - "default.handlebars->27->1762"
18845 + "default.handlebars->27->1762",
18846 + "default.handlebars->27->1764"
18847 ]
18848 },
18849 {
@@ -18863,7 +18863,7 @@
18863 "zh-chs": "无效的JSON档案:{0}。",
18864 "zh-cht": "無效的JSON檔案:{0}。",
18865 "xloc": [
18866 - "default.handlebars->27->1758"
18866 + "default.handlebars->27->1760"
18867 ]
18868 },
18869 {
@@ -18883,7 +18883,7 @@
18883 "zh-chs": "无效的PKCS签名",
18884 "zh-cht": "無效的PKCS簽名",
18885 "xloc": [
18886 - "default.handlebars->27->2056"
18886 + "default.handlebars->27->2058"
18887 ]
18888 },
18889 {
@@ -18903,7 +18903,7 @@
18903 "zh-chs": "無效的RSA密碼",
18904 "zh-cht": "無效的RSA密碼",
18905 "xloc": [
18906 - "default.handlebars->27->2057"
18906 + "default.handlebars->27->2059"
18907 ]
18908 },
18909 {
@@ -19030,7 +19030,7 @@
19030 "zh-chs": "使电邮无效",
19031 "zh-cht": "使電郵無效",
19032 "xloc": [
19033 - "default.handlebars->27->1736"
19033 + "default.handlebars->27->1738"
19034 ]
19035 },
19036 {
@@ -19314,7 +19314,7 @@
19314 "zh-chs": "JSON",
19315 "zh-cht": "JSON",
19316 "xloc": [
19317 - "default.handlebars->27->1696"
19317 + "default.handlebars->27->1698"
19318 ]
19319 },
19320 {
@@ -19334,8 +19334,8 @@
19334 "zh-chs": "JSON格式",
19335 "zh-cht": "JSON格式",
19336 "xloc": [
19337 - "default.handlebars->27->1701",
19338 - "default.handlebars->27->1766",
19337 + "default.handlebars->27->1703",
19338 + "default.handlebars->27->1768",
19339 "default.handlebars->27->496"
19340 ]
19341 },
@@ -19972,7 +19972,7 @@
19972 "zh-chs": "最后访问",
19973 "zh-cht": "最後訪問",
19974 "xloc": [
19975 - "default.handlebars->27->1709"
19975 + "default.handlebars->27->1711"
19976 ]
19977 },
19978 {
@@ -19992,7 +19992,7 @@
19992 "zh-chs": "上次登录",
19993 "zh-cht": "上次登入",
19994 "xloc": [
19995 - "default.handlebars->27->1917"
19995 + "default.handlebars->27->1919"
19996 ]
19997 },
19998 {
@@ -20064,7 +20064,7 @@
20064 "zh-chs": "上次更改:{0}",
20065 "zh-cht": "上次更改:{0}",
20066 "xloc": [
20067 - "default.handlebars->27->1921"
20067 + "default.handlebars->27->1923"
20068 ]
20069 },
20070 {
@@ -20124,7 +20124,7 @@
20124 "zh-chs": "上次登录:{0}",
20125 "zh-cht": "上次登入:{0}",
20126 "xloc": [
20127 - "default.handlebars->27->1719"
20127 + "default.handlebars->27->1721"
20128 ]
20129 },
20130 {
@@ -20325,7 +20325,7 @@
20325 "zh-chs": "如没有请留空。",
20326 "zh-cht": "如沒有請留空。",
20327 "xloc": [
20328 - "default.handlebars->27->1961"
20328 + "default.handlebars->27->1963"
20329 ]
20330 },
20331 {
@@ -20390,7 +20390,7 @@
20390 "zh-chs": "减",
20391 "zh-cht": "減",
20392 "xloc": [
20393 - "default.handlebars->27->2129"
20393 + "default.handlebars->27->2131"
20394 ]
20395 },
20396 {
@@ -20949,7 +20949,7 @@
20949 "default.handlebars->27->1033",
20950 "default.handlebars->27->1310",
20951 "default.handlebars->27->1314",
20952 - "default.handlebars->27->2015",
20952 + "default.handlebars->27->2017",
20953 "default.handlebars->27->793"
20954 ]
20955 },
@@ -21133,7 +21133,7 @@
21133 "zh-chs": "锁定账户",
21134 "zh-cht": "鎖定賬戶",
21135 "xloc": [
21136 - "default.handlebars->27->1806"
21136 + "default.handlebars->27->1808"
21137 ]
21138 },
21139 {
@@ -21153,7 +21153,7 @@
21153 "zh-chs": "锁定帐户设置",
21154 "zh-cht": "鎖定帳戶設置",
21155 "xloc": [
21156 - "default.handlebars->27->1809"
21156 + "default.handlebars->27->1811"
21157 ]
21158 },
21159 {
@@ -21173,7 +21173,7 @@
21173 "zh-chs": "锁定账户",
21174 "zh-cht": "鎖定賬戶",
21175 "xloc": [
21176 - "default.handlebars->27->1739"
21176 + "default.handlebars->27->1741"
21177 ]
21178 },
21179 {
@@ -21193,7 +21193,7 @@
21193 "zh-chs": "已锁定",
21194 "zh-cht": "已鎖定",
21195 "xloc": [
21196 - "default.handlebars->27->1720"
21196 + "default.handlebars->27->1722"
21197 ]
21198 },
21199 {
@@ -21213,7 +21213,7 @@
21213 "zh-chs": "被锁定账户",
21214 "zh-cht": "被鎖定賬戶",
21215 "xloc": [
21216 - "default.handlebars->27->1893"
21216 + "default.handlebars->27->1895"
21217 ]
21218 },
21219 {
@@ -21857,7 +21857,7 @@
21857 "zh-chs": "主服务器信息",
21858 "zh-cht": "主伺服器訊息",
21859 "xloc": [
21860 - "default.handlebars->27->2101"
21860 + "default.handlebars->27->2103"
21861 ]
21862 },
21863 {
@@ -22024,7 +22024,7 @@
22024 "zh-chs": "管理录音",
22025 "zh-cht": "管理錄音",
22026 "xloc": [
22027 - "default.handlebars->27->1804"
22027 + "default.handlebars->27->1806"
22028 ]
22029 },
22030 {
@@ -22064,7 +22064,7 @@
22064 "zh-chs": "管理用户组",
22065 "zh-cht": "管理用戶群",
22066 "xloc": [
22067 - "default.handlebars->27->1803"
22067 + "default.handlebars->27->1805"
22068 ]
22069 },
22070 {
@@ -22084,7 +22084,7 @@
22084 "zh-chs": "管理用户",
22085 "zh-cht": "管理用戶",
22086 "xloc": [
22087 - "default.handlebars->27->1802",
22087 + "default.handlebars->27->1804",
22088 "default.handlebars->27->696"
22089 ]
22090 },
@@ -22252,7 +22252,7 @@
22252 "zh-chs": "经理",
22253 "zh-cht": "經理",
22254 "xloc": [
22255 - "default.handlebars->27->1725"
22255 + "default.handlebars->27->1727"
22256 ]
22257 },
22258 {
@@ -22373,7 +22373,7 @@
22373 "zh-chs": "达到连接数量上限",
22374 "zh-cht": "達到連接數量上限",
22375 "xloc": [
22376 - "default.handlebars->27->2062"
22376 + "default.handlebars->27->2064"
22377 ]
22378 },
22379 {
@@ -22438,7 +22438,7 @@
22438 "zh-chs": "Megabyte",
22439 "zh-cht": "Megabyte",
22440 "xloc": [
22441 - "default.handlebars->27->2091"
22441 + "default.handlebars->27->2093"
22442 ]
22443 },
22444 {
@@ -22459,7 +22459,7 @@
22459 "zh-cht": "記憶體",
22460 "xloc": [
22461 "default-mobile.handlebars->9->391",
22462 - "default.handlebars->27->2082",
22462 + "default.handlebars->27->2084",
22463 "default.handlebars->27->999",
22464 "default.handlebars->container->column_l->p40->3->1->p40type->3"
22465 ]
@@ -22619,7 +22619,7 @@
22619 "zh-chs": "MeshAgent流量",
22620 "zh-cht": "MeshAgent流量",
22621 "xloc": [
22622 - "default.handlebars->27->2103"
22622 + "default.handlebars->27->2105"
22623 ]
22624 },
22625 {
@@ -22639,7 +22639,7 @@
22639 "zh-chs": "MeshAgent更新",
22640 "zh-cht": "MeshAgent更新",
22641 "xloc": [
22642 - "default.handlebars->27->2104"
22642 + "default.handlebars->27->2106"
22643 ]
22644 },
22645 {
@@ -22760,7 +22760,7 @@
22760 "zh-chs": "MeshCentral服务器同级化",
22761 "zh-cht": "MeshCentral伺服器同級化",
22762 "xloc": [
22763 - "default.handlebars->27->2102"
22763 + "default.handlebars->27->2104"
22764 ]
22765 },
22766 {
@@ -23089,7 +23089,7 @@
23089 "zh-chs": "消息调度器",
23090 "zh-cht": "電郵調度器",
23091 "xloc": [
23092 - "default.handlebars->27->2100"
23092 + "default.handlebars->27->2102"
23093 ]
23094 },
23095 {
@@ -23272,7 +23272,7 @@
23272 "zh-chs": "更多",
23273 "zh-cht": "更多",
23274 "xloc": [
23275 - "default.handlebars->27->2128"
23275 + "default.handlebars->27->2130"
23276 ]
23277 },
23278 {
@@ -23413,7 +23413,7 @@
23413 "zh-chs": "多路复用器",
23414 "zh-cht": "多工器",
23415 "xloc": [
23416 - "default.handlebars->27->2040"
23416 + "default.handlebars->27->2042"
23417 ]
23418 },
23419 {
@@ -23767,12 +23767,12 @@
23767 "default.handlebars->27->1281",
23768 "default.handlebars->27->1321",
23769 "default.handlebars->27->1408",
23770 - "default.handlebars->27->1707",
23771 - "default.handlebars->27->1812",
23772 - "default.handlebars->27->1828",
23773 - "default.handlebars->27->1835",
23774 - "default.handlebars->27->1880",
23775 - "default.handlebars->27->1899",
23770 + "default.handlebars->27->1709",
23771 + "default.handlebars->27->1814",
23772 + "default.handlebars->27->1830",
23773 + "default.handlebars->27->1837",
23774 + "default.handlebars->27->1882",
23775 + "default.handlebars->27->1901",
23776 "default.handlebars->27->558",
23777 "default.handlebars->27->76",
23778 "default.handlebars->27->852",
@@ -23821,7 +23821,7 @@
23821 "zh-chs": "名称1,名称2,名称3",
23822 "zh-cht": "名稱1,名稱2,名稱3",
23823 "xloc": [
23824 - "default.handlebars->27->1794"
23824 + "default.handlebars->27->1796"
23825 ]
23826 },
23827 {
@@ -24256,8 +24256,8 @@
24256 "zh-chs": "找不到事件",
24257 "zh-cht": "找不到事件",
24258 "xloc": [
24259 - "default.handlebars->27->1683",
24260 - "default.handlebars->27->2014",
24259 + "default.handlebars->27->1685",
24260 + "default.handlebars->27->2016",
24261 "default.handlebars->27->929"
24262 ]
24263 },
@@ -24426,7 +24426,7 @@
24426 "zh-chs": "没有成员",
24427 "zh-cht": "沒有成員",
24428 "xloc": [
24429 - "default.handlebars->27->1862"
24429 + "default.handlebars->27->1864"
24430 ]
24431 },
24432 {
@@ -24446,7 +24446,7 @@
24446 "zh-chs": "没有新的设备组",
24447 "zh-cht": "沒有新的裝置群",
24448 "xloc": [
24449 - "default.handlebars->27->1807"
24449 + "default.handlebars->27->1809"
24450 ]
24451 },
24452 {
@@ -24580,7 +24580,7 @@
24580 "zh-chs": "没有工具(MeshCmd /路由器)",
24581 "zh-cht": "沒有工具(MeshCmd /路由器)",
24582 "xloc": [
24583 - "default.handlebars->27->1808"
24583 + "default.handlebars->27->1810"
24584 ]
24585 },
24586 {
@@ -24608,8 +24608,8 @@
24608 "zh-chs": "没有共同的设备组",
24609 "zh-cht": "沒有共同的裝置群",
24610 "xloc": [
24611 - "default.handlebars->27->1868",
24612 - "default.handlebars->27->1986"
24611 + "default.handlebars->27->1870",
24612 + "default.handlebars->27->1988"
24613 ]
24614 },
24615 {
@@ -24729,8 +24729,8 @@
24729 "zh-chs": "没有共同的设备",
24730 "zh-cht": "沒有共同的裝置",
24731 "xloc": [
24732 - "default.handlebars->27->1874",
24733 - "default.handlebars->27->1998"
24732 + "default.handlebars->27->1876",
24733 + "default.handlebars->27->2000"
24734 ]
24735 },
24736 {
@@ -24833,7 +24833,7 @@
24833 "zh-chs": "找不到群组。",
24834 "zh-cht": "找不到群組。",
24835 "xloc": [
24836 - "default.handlebars->27->1811"
24836 + "default.handlebars->27->1813"
24837 ]
24838 },
24839 {
@@ -24954,7 +24954,7 @@
24954 "zh-chs": "没有录音。",
24955 "zh-cht": "沒有錄音。",
24956 "xloc": [
24957 - "default.handlebars->27->2016"
24957 + "default.handlebars->27->2018"
24958 ]
24959 },
24960 {
@@ -24974,7 +24974,7 @@
24974 "zh-chs": "没有服务器权限",
24975 "zh-cht": "沒有伺服器權限",
24976 "xloc": [
24977 - "default.handlebars->27->1894"
24977 + "default.handlebars->27->1896"
24978 ]
24979 },
24980 {
@@ -24994,7 +24994,7 @@
24994 "zh-chs": "没有用户组成员身份",
24995 "zh-cht": "沒有用戶群成員身份",
24996 "xloc": [
24997 - "default.handlebars->27->1992"
24997 + "default.handlebars->27->1994"
24998 ]
24999 },
25000 {
@@ -25014,7 +25014,7 @@
25014 "zh-chs": "未找到相应的用户。",
25015 "zh-cht": "未找到相應的用戶。",
25016 "xloc": [
25017 - "default.handlebars->27->1715"
25017 + "default.handlebars->27->1717"
25018 ]
25019 },
25020 {
@@ -25113,16 +25113,16 @@
25113 "default.handlebars->27->1531",
25114 "default.handlebars->27->1550",
25115 "default.handlebars->27->1555",
25116 - "default.handlebars->27->1691",
25116 + "default.handlebars->27->1693",
25117 "default.handlebars->27->175",
25118 - "default.handlebars->27->1832",
25118 "default.handlebars->27->1834",
25120 - "default.handlebars->27->1851",
25119 + "default.handlebars->27->1836",
25120 + "default.handlebars->27->1853",
25121 "default.handlebars->27->190",
25122 - "default.handlebars->27->1913",
25123 - "default.handlebars->27->1922",
25124 - "default.handlebars->27->1926",
25125 - "default.handlebars->27->1938",
25122 + "default.handlebars->27->1915",
25123 + "default.handlebars->27->1924",
25124 + "default.handlebars->27->1928",
25125 + "default.handlebars->27->1940",
25126 "default.handlebars->27->206",
25127 "default.handlebars->27->207",
25128 "default.handlebars->27->555",
@@ -25319,7 +25319,7 @@
25319 "zh-chs": "不在服务器上",
25320 "zh-cht": "不在伺服器上",
25321 "xloc": [
25322 - "default.handlebars->27->2032"
25322 + "default.handlebars->27->2034"
25323 ]
25324 },
25325 {
@@ -25339,8 +25339,8 @@
25339 "zh-chs": "没有设置",
25340 "zh-cht": "沒有設置",
25341 "xloc": [
25342 - "default.handlebars->27->1900",
25343 - "default.handlebars->27->1901"
25342 + "default.handlebars->27->1902",
25343 + "default.handlebars->27->1903"
25344 ]
25345 },
25346 {
@@ -25360,7 +25360,7 @@
25360 "zh-chs": "未经审核的",
25361 "zh-cht": "未經審核的",
25362 "xloc": [
25363 - "default.handlebars->27->1968"
25363 + "default.handlebars->27->1970"
25364 ]
25365 },
25366 {
@@ -25381,7 +25381,7 @@
25381 "zh-cht": "筆記",
25382 "xloc": [
25383 "default.handlebars->27->1358",
25384 - "default.handlebars->27->1946",
25384 + "default.handlebars->27->1948",
25385 "default.handlebars->27->627",
25386 "default.handlebars->27->687",
25387 "default.handlebars->27->708",
@@ -25508,7 +25508,7 @@
25508 "zh-cht": "通知",
25509 "xloc": [
25510 "default.handlebars->27->187",
25511 - "default.handlebars->27->1952"
25511 + "default.handlebars->27->1954"
25512 ]
25513 },
25514 {
@@ -25570,7 +25570,7 @@
25570 "zh-chs": "通知{0}",
25571 "zh-cht": "通知{0}",
25572 "xloc": [
25573 - "default.handlebars->27->1754"
25573 + "default.handlebars->27->1756"
25574 ]
25575 },
25576 {
@@ -25662,7 +25662,7 @@
25662 "zh-chs": "发生在{0}",
25663 "zh-cht": "發生在{0}",
25664 "xloc": [
25665 - "default.handlebars->27->2046"
25665 + "default.handlebars->27->2048"
25666 ]
25667 },
25668 {
@@ -25689,7 +25689,7 @@
25689 "zh-chs": "离线用户",
25690 "zh-cht": "離線用戶",
25691 "xloc": [
25692 - "default.handlebars->27->1712"
25692 + "default.handlebars->27->1714"
25693 ]
25694 },
25695 {
@@ -25730,7 +25730,7 @@
25730 "zh-chs": "一天",
25731 "zh-cht": "一天",
25732 "xloc": [
25733 - "default.handlebars->27->1688"
25733 + "default.handlebars->27->1690"
25734 ]
25735 },
25736 {
@@ -25793,7 +25793,7 @@
25793 "zh-chs": "在线用户",
25794 "zh-cht": "在線用戶",
25795 "xloc": [
25796 - "default.handlebars->27->1711"
25796 + "default.handlebars->27->1713"
25797 ]
25798 },
25799 {
@@ -26023,8 +26023,8 @@
26023 "zh-cht": "操作",
26024 "xloc": [
26025 "default-mobile.handlebars->9->268",
26026 - "default.handlebars->27->1738",
26027 - "default.handlebars->27->1819",
26026 + "default.handlebars->27->1740",
26027 + "default.handlebars->27->1821",
26028 "default.handlebars->27->466",
26029 "default.handlebars->27->481",
26030 "default.handlebars->27->753"
@@ -26232,7 +26232,7 @@
26232 "zh-chs": "部分的",
26233 "zh-cht": "部分的",
26234 "xloc": [
26235 - "default.handlebars->27->1726"
26235 + "default.handlebars->27->1728"
26236 ]
26237 },
26238 {
@@ -26308,7 +26308,7 @@
26308 "zh-chs": "部分权限",
26309 "zh-cht": "部分權限",
26310 "xloc": [
26311 - "default.handlebars->27->1897"
26311 + "default.handlebars->27->1899"
26312 ]
26313 },
26314 {
@@ -26349,12 +26349,12 @@
26349 "zh-cht": "密碼",
26350 "xloc": [
26351 "default-mobile.handlebars->9->274",
26352 - "default.handlebars->27->1782",
26353 - "default.handlebars->27->1783",
26354 - "default.handlebars->27->1918",
26352 + "default.handlebars->27->1784",
26353 + "default.handlebars->27->1785",
26354 "default.handlebars->27->1920",
26356 - "default.handlebars->27->1971",
26357 - "default.handlebars->27->1972",
26355 + "default.handlebars->27->1922",
26356 + "default.handlebars->27->1973",
26357 + "default.handlebars->27->1974",
26358 "default.handlebars->27->294",
26359 "default.handlebars->27->325",
26360 "default.handlebars->27->768",
@@ -26498,7 +26498,7 @@
26498 "zh-chs": "密码提示",
26499 "zh-cht": "密碼提示",
26500 "xloc": [
26501 - "default.handlebars->27->1973"
26501 + "default.handlebars->27->1975"
26502 ]
26503 },
26504 {
@@ -26930,7 +26930,7 @@
26930 "xloc": [
26931 "default-mobile.handlebars->9->459",
26932 "default.handlebars->27->1500",
26933 - "default.handlebars->27->1710"
26933 + "default.handlebars->27->1712"
26934 ]
26935 },
26936 {
@@ -26976,7 +26976,7 @@
26976 "default.handlebars->27->1025",
26977 "default.handlebars->27->1028",
26978 "default.handlebars->27->159",
26979 - "default.handlebars->27->1963"
26979 + "default.handlebars->27->1965"
26980 ]
26981 },
26982 {
@@ -26996,7 +26996,7 @@
26996 "zh-chs": "电话号码",
26997 "zh-cht": "電話號碼",
26998 "xloc": [
26999 - "default.handlebars->27->1912"
26999 + "default.handlebars->27->1914"
27000 ]
27001 },
27002 {
@@ -27018,7 +27018,7 @@
27018 "xloc": [
27019 "default-mobile.handlebars->9->66",
27020 "default.handlebars->27->1027",
27021 - "default.handlebars->27->1962"
27021 + "default.handlebars->27->1964"
27022 ]
27023 },
27024 {
@@ -27178,7 +27178,7 @@
27178 "zh-cht": "外掛指令",
27179 "xloc": [
27180 "default.handlebars->27->197",
27181 - "default.handlebars->27->2125"
27181 + "default.handlebars->27->2127"
27182 ]
27183 },
27184 {
@@ -27573,7 +27573,7 @@
27573 "zh-chs": "存在于服务器上",
27574 "zh-cht": "存在於伺服器上",
27575 "xloc": [
27576 - "default.handlebars->27->2031"
27576 + "default.handlebars->27->2033"
27577 ]
27578 },
27579 {
@@ -27801,7 +27801,7 @@
27801 "zh-chs": "协议",
27802 "zh-cht": "協議",
27803 "xloc": [
27804 - "default.handlebars->27->2029",
27804 + "default.handlebars->27->2031",
27805 "player.handlebars->3->16"
27806 ]
27807 },
@@ -28168,7 +28168,7 @@
28168 "zh-chs": "RSS",
28169 "zh-cht": "RSS",
28170 "xloc": [
28171 - "default.handlebars->27->2095"
28171 + "default.handlebars->27->2097"
28172 ]
28173 },
28174 {
@@ -28188,7 +28188,7 @@
28188 "zh-chs": "随机密码。",
28189 "zh-cht": "隨機密碼。",
28190 "xloc": [
28191 - "default.handlebars->27->1784"
28191 + "default.handlebars->27->1786"
28192 ]
28193 },
28194 {
@@ -28248,9 +28248,9 @@
28248 "zh-chs": "真正的名字",
28249 "zh-cht": "真正的名字",
28250 "xloc": [
28251 - "default.handlebars->27->1909",
28251 "default.handlebars->27->1911",
28253 - "default.handlebars->27->1964"
28252 + "default.handlebars->27->1913",
28253 + "default.handlebars->27->1966"
28254 ]
28255 },
28256 {
@@ -28270,7 +28270,7 @@
28270 "zh-chs": "境界",
28271 "zh-cht": "境界",
28272 "xloc": [
28273 - "default.handlebars->27->1793"
28273 + "default.handlebars->27->1795"
28274 ]
28275 },
28276 {
@@ -28345,7 +28345,7 @@
28345 "zh-chs": "记录细节",
28346 "zh-cht": "記錄細節",
28347 "xloc": [
28348 - "default.handlebars->27->2043"
28348 + "default.handlebars->27->2045"
28349 ]
28350 },
28351 {
@@ -28500,7 +28500,7 @@
28500 "zh-chs": "中继数量",
28501 "zh-cht": "中繼數量",
28502 "xloc": [
28503 - "default.handlebars->27->2074"
28503 + "default.handlebars->27->2076"
28504 ]
28505 },
28506 {
@@ -28520,7 +28520,7 @@
28520 "zh-chs": "中继错误",
28521 "zh-cht": "中繼錯誤",
28522 "xloc": [
28523 - "default.handlebars->27->2067"
28523 + "default.handlebars->27->2069"
28524 ]
28525 },
28526 {
@@ -28540,8 +28540,8 @@
28540 "zh-chs": "中继连接",
28541 "zh-cht": "中繼連接",
28542 "xloc": [
28543 - "default.handlebars->27->2073",
28544 - "default.handlebars->27->2089"
28543 + "default.handlebars->27->2075",
28544 + "default.handlebars->27->2091"
28545 ]
28546 },
28547 {
@@ -29074,8 +29074,8 @@
29074 "zh-chs": "删除设备组权限",
29075 "zh-cht": "刪除裝置群權限",
29076 "xloc": [
29077 - "default.handlebars->27->1878",
29078 - "default.handlebars->27->2012"
29077 + "default.handlebars->27->1880",
29078 + "default.handlebars->27->2014"
29079 ]
29080 },
29081 {
@@ -29095,8 +29095,8 @@
29095 "zh-chs": "删除设备权限",
29096 "zh-cht": "刪除裝置權限",
29097 "xloc": [
29098 - "default.handlebars->27->1876",
29099 - "default.handlebars->27->1999"
29098 + "default.handlebars->27->1878",
29099 + "default.handlebars->27->2001"
29100 ]
29101 },
29102 {
@@ -29133,7 +29133,7 @@
29133 "zh-chs": "删除用户组成员身份",
29134 "zh-cht": "刪除用戶群成員身份",
29135 "xloc": [
29136 - "default.handlebars->27->2008"
29136 + "default.handlebars->27->2010"
29137 ]
29138 },
29139 {
@@ -29154,7 +29154,7 @@
29154 "zh-cht": "刪除用戶群權限",
29155 "xloc": [
29156 "default.handlebars->27->1505",
29157 - "default.handlebars->27->2004"
29157 + "default.handlebars->27->2006"
29158 ]
29159 },
29160 {
@@ -29174,7 +29174,7 @@
29174 "zh-chs": "删除用户成员资格",
29175 "zh-cht": "刪除用戶成員資格",
29176 "xloc": [
29177 - "default.handlebars->27->1886"
29177 + "default.handlebars->27->1888"
29178 ]
29179 },
29180 {
@@ -29195,7 +29195,7 @@
29195 "zh-cht": "刪除用戶權限",
29196 "xloc": [
29197 "default.handlebars->27->1503",
29198 - "default.handlebars->27->2001"
29198 + "default.handlebars->27->2003"
29199 ]
29200 },
29201 {
@@ -29215,7 +29215,7 @@
29215 "zh-chs": "删除所有两因素认证。",
29216 "zh-cht": "刪除所有二因子鑑別。",
29217 "xloc": [
29218 - "default.handlebars->27->1976"
29218 + "default.handlebars->27->1978"
29219 ]
29220 },
29221 {
@@ -29235,7 +29235,7 @@
29235 "zh-chs": "删除此用户标识的所有先前事件。",
29236 "zh-cht": "刪除此用戶標識的所有先前事件。",
29237 "xloc": [
29238 - "default.handlebars->27->1785"
29238 + "default.handlebars->27->1787"
29239 ]
29240 },
29241 {
@@ -29356,7 +29356,7 @@
29356 "zh-chs": "删除此用户",
29357 "zh-cht": "刪除此用戶",
29358 "xloc": [
29359 - "default.handlebars->27->1954"
29359 + "default.handlebars->27->1956"
29360 ]
29361 },
29362 {
@@ -29376,7 +29376,7 @@
29376 "zh-chs": "删除用户组成员身份",
29377 "zh-cht": "刪除用戶群成員身份",
29378 "xloc": [
29379 - "default.handlebars->27->1990"
29379 + "default.handlebars->27->1992"
29380 ]
29381 },
29382 {
@@ -29396,7 +29396,7 @@
29396 "zh-chs": "删除此设备的用户组权限",
29397 "zh-cht": "刪除此裝置的用戶群權限",
29398 "xloc": [
29399 - "default.handlebars->27->1872"
29399 + "default.handlebars->27->1874"
29400 ]
29401 },
29402 {
@@ -29416,7 +29416,7 @@
29416 "zh-chs": "删除此设备组的用户组权限",
29417 "zh-cht": "刪除此裝置群的用戶群權限",
29418 "xloc": [
29419 - "default.handlebars->27->1866",
29419 + "default.handlebars->27->1868",
29420 "default.handlebars->27->671"
29421 ]
29422 },
@@ -29438,9 +29438,9 @@
29438 "zh-cht": "刪除此裝置群的用戶權限",
29439 "xloc": [
29440 "default.handlebars->27->1375",
29441 - "default.handlebars->27->1860",
29442 - "default.handlebars->27->1984",
29443 - "default.handlebars->27->1996",
29441 + "default.handlebars->27->1862",
29442 + "default.handlebars->27->1986",
29443 + "default.handlebars->27->1998",
29444 "default.handlebars->27->672"
29445 ]
29446 },
@@ -29673,7 +29673,7 @@
29673 "zh-chs": "报告日",
29674 "zh-cht": "報告日",
29675 "xloc": [
29676 - "default.handlebars->27->1689"
29676 + "default.handlebars->27->1691"
29677 ]
29678 },
29679 {
@@ -29693,7 +29693,7 @@
29693 "zh-chs": "报告类型",
29694 "zh-cht": "報告類型",
29695 "xloc": [
29696 - "default.handlebars->27->1684"
29696 + "default.handlebars->27->1686"
29697 ]
29698 },
29699 {
@@ -29734,8 +29734,8 @@
29734 "zh-cht": "要求:{0}。",
29735 "xloc": [
29736 "default-mobile.handlebars->9->89",
29737 - "default.handlebars->27->1790",
29738 - "default.handlebars->27->1974"
29737 + "default.handlebars->27->1792",
29738 + "default.handlebars->27->1976"
29739 ]
29740 },
29741 {
@@ -30045,7 +30045,7 @@
30045 "zh-chs": "限制条件",
30046 "zh-cht": "限制條件",
30047 "xloc": [
30048 - "default.handlebars->27->1898"
30048 + "default.handlebars->27->1900"
30049 ]
30050 },
30051 {
@@ -30392,6 +30392,18 @@
30392 "default.handlebars->27->1608"
30393 ]
30394 },
30395 + {
30396 + "en": "Running commands as user",
30397 + "xloc": [
30398 + "default.handlebars->27->1683"
30399 + ]
30400 + },
30401 + {
30402 + "en": "Running commands as user if possible",
30403 + "xloc": [
30404 + "default.handlebars->27->1684"
30405 + ]
30406 + },
30407 {
30408 "cs": "ruština",
30409 "de": "Russisch",
@@ -30449,8 +30461,8 @@
30461 "zh-chs": "短信",
30462 "zh-cht": "短信",
30463 "xloc": [
30452 - "default.handlebars->27->1943",
30453 - "default.handlebars->27->1948",
30464 + "default.handlebars->27->1945",
30465 + "default.handlebars->27->1950",
30466 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
30467 "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
30468 "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -30475,7 +30487,7 @@
30487 "zh-chs": "此用户的短信功能电话号码。",
30488 "zh-cht": "此用戶的短信功能電話號碼。",
30489 "xloc": [
30478 - "default.handlebars->27->1960"
30490 + "default.handlebars->27->1962"
30491 ]
30492 },
30493 {
@@ -31025,7 +31037,7 @@
31037 "xloc": [
31038 "default-mobile.handlebars->9->275",
31039 "default-mobile.handlebars->9->368",
31028 - "default.handlebars->27->1944",
31040 + "default.handlebars->27->1946",
31041 "default.handlebars->27->295",
31042 "default.handlebars->27->769",
31043 "default.handlebars->27->976"
@@ -31048,7 +31060,7 @@
31060 "zh-chs": "安全密钥",
31061 "zh-cht": "安全密鑰",
31062 "xloc": [
31051 - "default.handlebars->27->1941"
31063 + "default.handlebars->27->1943"
31064 ]
31065 },
31066 {
@@ -31089,8 +31101,8 @@
31101 "zh-cht": "全選",
31102 "xloc": [
31103 "default.handlebars->27->1565",
31092 - "default.handlebars->27->1734",
31093 - "default.handlebars->27->1817",
31104 + "default.handlebars->27->1736",
31105 + "default.handlebars->27->1819",
31106 "default.handlebars->27->453",
31107 "default.handlebars->27->891",
31108 "default.handlebars->27->893",
@@ -31120,8 +31132,8 @@
31132 "zh-cht": "選擇無",
31133 "xloc": [
31134 "default.handlebars->27->1564",
31123 - "default.handlebars->27->1733",
31124 - "default.handlebars->27->1816",
31135 + "default.handlebars->27->1735",
31136 + "default.handlebars->27->1818",
31137 "default.handlebars->27->452",
31138 "default.handlebars->27->892",
31139 "default.handlebars->meshContextMenu->cxselectnone"
@@ -31224,8 +31236,8 @@
31236 "zh-chs": "选择要对所有选定用户执行的操作。",
31237 "zh-cht": "選擇要對所有選定用戶執行的操作。",
31238 "xloc": [
31227 - "default.handlebars->27->1737",
31228 - "default.handlebars->27->1818"
31239 + "default.handlebars->27->1739",
31240 + "default.handlebars->27->1820"
31241 ]
31242 },
31243 {
@@ -31331,7 +31343,7 @@
31343 "zh-chs": "发电邮",
31344 "zh-cht": "發電郵",
31345 "xloc": [
31334 - "default.handlebars->27->1748"
31346 + "default.handlebars->27->1750"
31347 ]
31348 },
31349 {
@@ -31392,7 +31404,7 @@
31404 "zh-chs": "发送短信",
31405 "zh-cht": "發送簡訊",
31406 "xloc": [
31395 - "default.handlebars->27->1746"
31407 + "default.handlebars->27->1748"
31408 ]
31409 },
31410 {
@@ -31412,7 +31424,7 @@
31424 "zh-chs": "发送短信给该用户",
31425 "zh-cht": "發送短信給該用戶",
31426 "xloc": [
31415 - "default.handlebars->27->1949"
31427 + "default.handlebars->27->1951"
31428 ]
31429 },
31430 {
@@ -31432,7 +31444,7 @@
31444 "zh-chs": "发送电邮给该用户",
31445 "zh-cht": "發送電郵給該用戶",
31446 "xloc": [
31435 - "default.handlebars->27->1951"
31447 + "default.handlebars->27->1953"
31448 ]
31449 },
31450 {
@@ -31452,7 +31464,7 @@
31464 "zh-chs": "向该组中的所有用户发送通知。",
31465 "zh-cht": "向該群中的所有用戶發送通知。",
31466 "xloc": [
31455 - "default.handlebars->27->1857"
31467 + "default.handlebars->27->1859"
31468 ]
31469 },
31470 {
@@ -31472,7 +31484,7 @@
31484 "zh-chs": "向该用户发送文本通知。",
31485 "zh-cht": "向該用戶發送文本通知。",
31486 "xloc": [
31475 - "default.handlebars->27->1749"
31487 + "default.handlebars->27->1751"
31488 ]
31489 },
31490 {
@@ -31492,7 +31504,7 @@
31504 "zh-chs": "发送电邮给用户",
31505 "zh-cht": "發送電郵給用戶",
31506 "xloc": [
31495 - "default.handlebars->27->1729"
31507 + "default.handlebars->27->1731"
31508 ]
31509 },
31510 {
@@ -31532,7 +31544,7 @@
31544 "zh-chs": "发送邀请电邮。",
31545 "zh-cht": "發送邀請電郵。",
31546 "xloc": [
31535 - "default.handlebars->27->1789"
31547 + "default.handlebars->27->1791"
31548 ]
31549 },
31550 {
@@ -31654,7 +31666,7 @@
31666 "zh-chs": "发送用户通知",
31667 "zh-cht": "發送用戶通知",
31668 "xloc": [
31657 - "default.handlebars->27->1953"
31669 + "default.handlebars->27->1955"
31670 ]
31671 },
31672 {
@@ -31715,7 +31727,7 @@
31727 "zh-chs": "服务器备份",
31728 "zh-cht": "伺服器備份",
31729 "xloc": [
31718 - "default.handlebars->27->1799"
31730 + "default.handlebars->27->1801"
31731 ]
31732 },
31733 {
@@ -31735,7 +31747,7 @@
31747 "zh-chs": "服务器证书",
31748 "zh-cht": "伺服器憑證",
31749 "xloc": [
31738 - "default.handlebars->27->2105"
31750 + "default.handlebars->27->2107"
31751 ]
31752 },
31753 {
@@ -31755,7 +31767,7 @@
31767 "zh-chs": "服务器数据库",
31768 "zh-cht": "伺服器數據庫",
31769 "xloc": [
31758 - "default.handlebars->27->2106"
31770 + "default.handlebars->27->2108"
31771 ]
31772 },
31773 {
@@ -31779,7 +31791,7 @@
31791 "default-mobile.handlebars->9->443",
31792 "default.handlebars->27->1453",
31793 "default.handlebars->27->1483",
31782 - "default.handlebars->27->1796",
31794 + "default.handlebars->27->1798",
31795 "default.handlebars->27->685",
31796 "default.handlebars->27->706"
31797 ]
@@ -31801,8 +31813,8 @@
31813 "zh-chs": "服务器权限",
31814 "zh-cht": "伺服器權限",
31815 "xloc": [
31804 - "default.handlebars->27->1721",
31805 - "default.handlebars->27->1810"
31816 + "default.handlebars->27->1723",
31817 + "default.handlebars->27->1812"
31818 ]
31819 },
31820 {
@@ -31822,7 +31834,7 @@
31834 "zh-chs": "服务器配额",
31835 "zh-cht": "伺服器配額",
31836 "xloc": [
31825 - "default.handlebars->27->1915"
31837 + "default.handlebars->27->1917"
31838 ]
31839 },
31840 {
@@ -31842,7 +31854,7 @@
31854 "zh-chs": "服务器还原",
31855 "zh-cht": "伺服器還原",
31856 "xloc": [
31845 - "default.handlebars->27->1800"
31857 + "default.handlebars->27->1802"
31858 ]
31859 },
31860 {
@@ -31862,7 +31874,7 @@
31874 "zh-chs": "服务器权限",
31875 "zh-cht": "伺服器權限",
31876 "xloc": [
31865 - "default.handlebars->27->1914"
31877 + "default.handlebars->27->1916"
31878 ]
31879 },
31880 {
@@ -31882,7 +31894,7 @@
31894 "zh-chs": "服务器状态",
31895 "zh-cht": "伺服器狀態",
31896 "xloc": [
31885 - "default.handlebars->27->2053"
31897 + "default.handlebars->27->2055"
31898 ]
31899 },
31900 {
@@ -31922,7 +31934,7 @@
31934 "zh-chs": "服务器跟踪",
31935 "zh-cht": "伺服器追蹤",
31936 "xloc": [
31925 - "default.handlebars->27->2116"
31937 + "default.handlebars->27->2118"
31938 ]
31939 },
31940 {
@@ -31942,7 +31954,7 @@
31954 "zh-chs": "服务器更新",
31955 "zh-cht": "伺服器更新",
31956 "xloc": [
31945 - "default.handlebars->27->1801"
31957 + "default.handlebars->27->1803"
31958 ]
31959 },
31960 {
@@ -32085,7 +32097,7 @@
32097 "zh-chs": "ServerStats.csv",
32098 "zh-cht": "ServerStats.csv",
32099 "xloc": [
32088 - "default.handlebars->27->2097"
32100 + "default.handlebars->27->2099"
32101 ]
32102 },
32103 {
@@ -32145,7 +32157,7 @@
32157 "zh-chs": "会话",
32158 "zh-cht": "節",
32159 "xloc": [
32148 - "default.handlebars->27->2017"
32160 + "default.handlebars->27->2019"
32161 ]
32162 },
32163 {
@@ -32751,8 +32763,8 @@
32763 "zh-chs": "显示1分钟",
32764 "zh-cht": "顯示1分鐘",
32765 "xloc": [
32754 - "default.handlebars->27->1752",
32755 - "default.handlebars->27->1775"
32766 + "default.handlebars->27->1754",
32767 + "default.handlebars->27->1777"
32768 ]
32769 },
32770 {
@@ -32772,8 +32784,8 @@
32784 "zh-chs": "显示10秒",
32785 "zh-cht": "顯示10秒",
32786 "xloc": [
32775 - "default.handlebars->27->1751",
32776 - "default.handlebars->27->1774"
32787 + "default.handlebars->27->1753",
32788 + "default.handlebars->27->1776"
32789 ]
32790 },
32791 {
@@ -32793,8 +32805,8 @@
32805 "zh-chs": "显示5分钟",
32806 "zh-cht": "顯示5分鐘",
32807 "xloc": [
32796 - "default.handlebars->27->1753",
32797 - "default.handlebars->27->1776"
32808 + "default.handlebars->27->1755",
32809 + "default.handlebars->27->1778"
32810 ]
32811 },
32812 {
@@ -32814,8 +32826,8 @@
32826 "zh-chs": "显示消息,直到被用户拒绝",
32827 "zh-cht": "顯示消息,直到被用戶拒絕",
32828 "xloc": [
32817 - "default.handlebars->27->1750",
32818 - "default.handlebars->27->1773"
32829 + "default.handlebars->27->1752",
32830 + "default.handlebars->27->1775"
32831 ]
32832 },
32833 {
@@ -33114,8 +33126,8 @@
33126 "zh-chs": "尺寸",
33127 "zh-cht": "尺寸",
33128 "xloc": [
33117 - "default.handlebars->27->2020",
33118 - "default.handlebars->27->2035",
33129 + "default.handlebars->27->2022",
33130 + "default.handlebars->27->2037",
33131 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
33132 ]
33133 },
@@ -34105,8 +34117,8 @@
34117 "zh-chs": "开始时间",
34118 "zh-cht": "開始時間",
34119 "xloc": [
34108 - "default.handlebars->27->2018",
34109 - "default.handlebars->27->2037",
34120 + "default.handlebars->27->2020",
34121 + "default.handlebars->27->2039",
34122 "default.handlebars->27->835",
34123 "desktop.handlebars->3->15"
34124 ]
@@ -34389,8 +34401,8 @@
34401 "zh-chs": "状况",
34402 "zh-cht": "狀態",
34403 "xloc": [
34392 - "default.handlebars->27->1967",
34393 - "default.handlebars->27->2030",
34404 + "default.handlebars->27->1969",
34405 + "default.handlebars->27->2032",
34406 "default.handlebars->container->column_l->p42->p42tbl->1->0->7"
34407 ]
34408 },
@@ -34583,7 +34595,7 @@
34595 "zh-chs": "主题",
34596 "zh-cht": "主題",
34597 "xloc": [
34586 - "default.handlebars->27->1747"
34598 + "default.handlebars->27->1749"
34599 ]
34600 },
34601 {
@@ -35110,7 +35122,7 @@
35122 "xloc": [
35123 "default-mobile.handlebars->9->168",
35124 "default.handlebars->27->1419",
35113 - "default.handlebars->27->2024",
35125 + "default.handlebars->27->2026",
35126 "default.handlebars->27->253",
35127 "default.handlebars->27->534",
35128 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -35155,8 +35167,8 @@
35167 "zh-cht": "終端機通知",
35168 "xloc": [
35169 "default.handlebars->27->1338",
35158 - "default.handlebars->27->1846",
35159 - "default.handlebars->27->1933",
35170 + "default.handlebars->27->1848",
35171 + "default.handlebars->27->1935",
35172 "default.handlebars->27->606"
35173 ]
35174 },
@@ -35178,8 +35190,8 @@
35190 "zh-cht": "終端機提示",
35191 "xloc": [
35192 "default.handlebars->27->1337",
35181 - "default.handlebars->27->1845",
35182 - "default.handlebars->27->1932",
35193 + "default.handlebars->27->1847",
35194 + "default.handlebars->27->1934",
35195 "default.handlebars->27->605"
35196 ]
35197 },
@@ -35350,7 +35362,7 @@
35362 "zh-chs": "目前没有任何通知",
35363 "zh-cht": "目前沒有任何通知",
35364 "xloc": [
35353 - "default.handlebars->27->2045"
35365 + "default.handlebars->27->2047"
35366 ]
35367 },
35368 {
@@ -35729,7 +35741,7 @@
35741 "zh-chs": "时间跨度",
35742 "zh-cht": "時間跨度",
35743 "xloc": [
35732 - "default.handlebars->27->1686"
35744 + "default.handlebars->27->1688"
35745 ]
35746 },
35747 {
@@ -37003,9 +37015,9 @@
37015 "default.handlebars->27->13",
37016 "default.handlebars->27->1311",
37017 "default.handlebars->27->1312",
37006 - "default.handlebars->27->2007",
37007 - "default.handlebars->27->2022",
37008 - "default.handlebars->27->2023",
37018 + "default.handlebars->27->2009",
37019 + "default.handlebars->27->2024",
37020 + "default.handlebars->27->2025",
37021 "default.handlebars->27->42",
37022 "default.handlebars->27->451",
37023 "default.handlebars->27->968",
@@ -37050,7 +37062,7 @@
37062 "zh-chs": "未知动作",
37063 "zh-cht": "未知動作",
37064 "xloc": [
37053 - "default.handlebars->27->2059"
37065 + "default.handlebars->27->2061"
37066 ]
37067 },
37068 {
@@ -37070,8 +37082,8 @@
37082 "zh-chs": "未知设备",
37083 "zh-cht": "未知裝置",
37084 "xloc": [
37073 - "default.handlebars->27->1871",
37074 - "default.handlebars->27->1995"
37085 + "default.handlebars->27->1873",
37086 + "default.handlebars->27->1997"
37087 ]
37088 },
37089 {
@@ -37091,9 +37103,9 @@
37103 "zh-chs": "未知设备组",
37104 "zh-cht": "未知裝置群",
37105 "xloc": [
37094 - "default.handlebars->27->1865",
37095 - "default.handlebars->27->1983",
37096 - "default.handlebars->27->2063"
37106 + "default.handlebars->27->1867",
37107 + "default.handlebars->27->1985",
37108 + "default.handlebars->27->2065"
37109 ]
37110 },
37111 {
@@ -37113,7 +37125,7 @@
37125 "zh-chs": "未知群组",
37126 "zh-cht": "未知群組",
37127 "xloc": [
37116 - "default.handlebars->27->2055"
37128 + "default.handlebars->27->2057"
37129 ]
37130 },
37131 {
@@ -37154,7 +37166,7 @@
37166 "zh-chs": "未知用户组",
37167 "zh-cht": "未知用戶群",
37168 "xloc": [
37157 - "default.handlebars->27->1989"
37169 + "default.handlebars->27->1991"
37170 ]
37171 },
37172 {
@@ -37217,7 +37229,7 @@
37229 "zh-chs": "解锁帐户",
37230 "zh-cht": "解鎖帳戶",
37231 "xloc": [
37220 - "default.handlebars->27->1740"
37232 + "default.handlebars->27->1742"
37233 ]
37234 },
37235 {
@@ -37261,7 +37273,7 @@
37273 "zh-chs": "最新",
37274 "zh-cht": "最新",
37275 "xloc": [
37264 - "default.handlebars->27->2123"
37276 + "default.handlebars->27->2125"
37277 ]
37278 },
37279 {
@@ -37599,8 +37611,8 @@
37611 "zh-chs": "用过的",
37612 "zh-cht": "用過的",
37613 "xloc": [
37602 - "default.handlebars->27->2049",
37603 - "default.handlebars->27->2051"
37614 + "default.handlebars->27->2051",
37615 + "default.handlebars->27->2053"
37616 ]
37617 },
37618 {
@@ -37621,10 +37633,10 @@
37633 "zh-cht": "用戶",
37634 "xloc": [
37635 "default.handlebars->27->1376",
37624 - "default.handlebars->27->1693",
37625 - "default.handlebars->27->1722",
37626 - "default.handlebars->27->1861",
37627 - "default.handlebars->27->2042",
37636 + "default.handlebars->27->1695",
37637 + "default.handlebars->27->1724",
37638 + "default.handlebars->27->1863",
37639 + "default.handlebars->27->2044",
37640 "default.handlebars->27->230",
37641 "default.handlebars->27->674"
37642 ]
@@ -37646,7 +37658,7 @@
37658 "zh-chs": "用户+档案",
37659 "zh-cht": "用戶+檔案",
37660 "xloc": [
37649 - "default.handlebars->27->1723"
37661 + "default.handlebars->27->1725"
37662 ]
37663 },
37664 {
@@ -37666,10 +37678,10 @@
37678 "zh-chs": "用户帐户导入",
37679 "zh-cht": "用戶帳戶導入",
37680 "xloc": [
37669 - "default.handlebars->27->1756",
37670 - "default.handlebars->27->1757",
37681 + "default.handlebars->27->1758",
37682 "default.handlebars->27->1759",
37672 - "default.handlebars->27->1761"
37683 + "default.handlebars->27->1761",
37684 + "default.handlebars->27->1763"
37685 ]
37686 },
37687 {
@@ -37689,7 +37701,7 @@
37701 "zh-chs": "用户帐户",
37702 "zh-cht": "用戶帳戶",
37703 "xloc": [
37692 - "default.handlebars->27->2068"
37704 + "default.handlebars->27->2070"
37705 ]
37706 },
37707 {
@@ -37732,9 +37744,9 @@
37744 "zh-cht": "用戶同意",
37745 "xloc": [
37746 "default.handlebars->27->1344",
37735 - "default.handlebars->27->1852",
37747 + "default.handlebars->27->1854",
37748 "default.handlebars->27->191",
37737 - "default.handlebars->27->1939",
37749 + "default.handlebars->27->1941",
37750 "default.handlebars->27->612",
37751 "default.handlebars->27->741"
37752 ]
@@ -37758,9 +37770,9 @@
37770 "xloc": [
37771 "default.handlebars->27->1434",
37772 "default.handlebars->27->1435",
37761 - "default.handlebars->27->1825",
37762 - "default.handlebars->27->1991",
37763 - "default.handlebars->27->2010",
37773 + "default.handlebars->27->1827",
37774 + "default.handlebars->27->1993",
37775 + "default.handlebars->27->2012",
37776 "default.handlebars->27->673"
37777 ]
37778 },
@@ -37801,7 +37813,7 @@
37813 "zh-chs": "用户组成员",
37814 "zh-cht": "用戶群成員",
37815 "xloc": [
37804 - "default.handlebars->27->1988"
37816 + "default.handlebars->27->1990"
37817 ]
37818 },
37819 {
@@ -37842,8 +37854,8 @@
37854 "zh-cht": "用戶識別碼",
37855 "xloc": [
37856 "default.handlebars->27->1499",
37845 - "default.handlebars->27->1906",
37846 - "default.handlebars->27->1907"
37857 + "default.handlebars->27->1908",
37858 + "default.handlebars->27->1909"
37859 ]
37860 },
37861 {
@@ -37864,7 +37876,7 @@
37876 "zh-cht": "用戶標識符",
37877 "xloc": [
37878 "default.handlebars->27->1432",
37867 - "default.handlebars->27->1890"
37879 + "default.handlebars->27->1892"
37880 ]
37881 },
37882 {
@@ -37884,7 +37896,7 @@
37896 "zh-chs": "用户列表输出",
37897 "zh-cht": "用戶列表輸出",
37898 "xloc": [
37887 - "default.handlebars->27->1768"
37899 + "default.handlebars->27->1770"
37900 ]
37901 },
37902 {
@@ -37980,7 +37992,7 @@
37992 "zh-chs": "用户节",
37993 "zh-cht": "用戶節",
37994 "xloc": [
37983 - "default.handlebars->27->2088"
37995 + "default.handlebars->27->2090"
37996 ]
37997 },
37998 {
@@ -38211,7 +38223,7 @@
38223 "zh-cht": "用戶名",
38224 "xloc": [
38225 "default-mobile.handlebars->9->273",
38214 - "default.handlebars->27->1780",
38226 + "default.handlebars->27->1782",
38227 "default.handlebars->27->292",
38228 "default.handlebars->27->324",
38229 "default.handlebars->27->767",
@@ -38286,9 +38298,9 @@
38298 "zh-chs": "用户",
38299 "zh-cht": "用戶",
38300 "xloc": [
38289 - "default.handlebars->27->1813",
38290 - "default.handlebars->27->1853",
38291 - "default.handlebars->27->2087",
38301 + "default.handlebars->27->1815",
38302 + "default.handlebars->27->1855",
38303 + "default.handlebars->27->2089",
38304 "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
38305 ]
38306 },
@@ -38309,7 +38321,7 @@
38321 "zh-chs": "用户会话",
38322 "zh-cht": "用戶節",
38323 "xloc": [
38312 - "default.handlebars->27->2072"
38324 + "default.handlebars->27->2074"
38325 ]
38326 },
38327 {
@@ -38349,7 +38361,7 @@
38361 "zh-chs": "验证电邮",
38362 "zh-cht": "驗證電郵",
38363 "xloc": [
38352 - "default.handlebars->27->1735"
38364 + "default.handlebars->27->1737"
38365 ]
38366 },
38367 {
@@ -38433,7 +38445,7 @@
38445 "zh-chs": "已验证",
38446 "zh-cht": "已驗證",
38447 "xloc": [
38436 - "default.handlebars->27->1969"
38448 + "default.handlebars->27->1971"
38449 ]
38450 },
38451 {
@@ -38476,7 +38488,7 @@
38488 "xloc": [
38489 "default-mobile.handlebars->9->63",
38490 "default.handlebars->27->1023",
38479 - "default.handlebars->27->1731"
38491 + "default.handlebars->27->1733"
38492 ]
38493 },
38494 {
@@ -38585,7 +38597,7 @@
38597 "zh-chs": "版本不兼容,请先升级您的MeshCentral",
38598 "zh-cht": "版本不兼容,請先升級你的MeshCentral",
38599 "xloc": [
38588 - "default.handlebars->27->2119"
38600 + "default.handlebars->27->2121"
38601 ]
38602 },
38603 {
@@ -38667,7 +38679,7 @@
38679 "zh-chs": "查看所有事件",
38680 "zh-cht": "查看所有事件",
38681 "xloc": [
38670 - "default.handlebars->27->1805"
38682 + "default.handlebars->27->1807"
38683 ]
38684 },
38685 {
@@ -38687,8 +38699,8 @@
38699 "zh-chs": "查看变更日志",
38700 "zh-cht": "查看變更日誌",
38701 "xloc": [
38690 - "default.handlebars->27->2122",
38691 - "default.handlebars->27->2124"
38702 + "default.handlebars->27->2124",
38703 + "default.handlebars->27->2126"
38704 ]
38705 },
38706 {
@@ -38748,7 +38760,7 @@
38760 "zh-chs": "查看有关此用户的注释",
38761 "zh-cht": "查看有關此用戶的註釋",
38762 "xloc": [
38751 - "default.handlebars->27->1947"
38763 + "default.handlebars->27->1949"
38764 ]
38765 },
38766 {
@@ -38999,8 +39011,8 @@
39011 "zh-chs": "网络服务器",
39012 "zh-cht": "網絡伺服器",
39013 "xloc": [
39002 - "default.handlebars->27->2108",
39003 - "default.handlebars->27->2109"
39014 + "default.handlebars->27->2110",
39015 + "default.handlebars->27->2111"
39016 ]
39017 },
39018 {
@@ -39020,7 +39032,7 @@
39032 "zh-chs": "Web服务器请求",
39033 "zh-cht": "Web伺服器請求",
39034 "xloc": [
39023 - "default.handlebars->27->2110"
39035 + "default.handlebars->27->2112"
39036 ]
39037 },
39038 {
@@ -39040,7 +39052,7 @@
39052 "zh-chs": "Web套接字中继",
39053 "zh-cht": "Web插座中繼",
39054 "xloc": [
39043 - "default.handlebars->27->2111"
39055 + "default.handlebars->27->2113"
39056 ]
39057 },
39058 {
@@ -39183,7 +39195,7 @@
39195 "zh-chs": "下次登录时将更改。",
39196 "zh-cht": "下次登入時將更改。",
39197 "xloc": [
39186 - "default.handlebars->27->1919"
39198 + "default.handlebars->27->1921"
39199 ]
39200 },
39201 {
@@ -40436,7 +40448,7 @@
40448 "zh-chs": "\\\\'",
40449 "zh-cht": "\\\\'",
40450 "xloc": [
40439 - "default.handlebars->27->2120"
40451 + "default.handlebars->27->2122"
40452 ]
40453 },
40454 {
@@ -40782,8 +40794,8 @@
40794 "zh-chs": "eventslist.csv",
40795 "zh-cht": "eventslist.csv",
40796 "xloc": [
40785 - "default.handlebars->27->1700",
40786 - "default.handlebars->27->1705"
40797 + "default.handlebars->27->1702",
40798 + "default.handlebars->27->1707"
40799 ]
40800 },
40801 {
@@ -40803,8 +40815,8 @@
40815 "zh-chs": "eventslist.json",
40816 "zh-cht": "eventslist.json",
40817 "xloc": [
40806 - "default.handlebars->27->1702",
40807 - "default.handlebars->27->1706"
40818 + "default.handlebars->27->1704",
40819 + "default.handlebars->27->1708"
40820 ]
40821 },
40822 {
@@ -40844,8 +40856,8 @@
40856 "zh-chs": "免费",
40857 "zh-cht": "免費",
40858 "xloc": [
40847 - "default.handlebars->27->2080",
40848 - "default.handlebars->27->2083"
40859 + "default.handlebars->27->2082",
40860 + "default.handlebars->27->2085"
40861 ]
40862 },
40863 {
@@ -41060,7 +41072,7 @@
41072 "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors",
41073 "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors",
41074 "xloc": [
41063 - "default.handlebars->27->1769"
41075 + "default.handlebars->27->1771"
41076 ]
41077 },
41078 {
@@ -41183,7 +41195,7 @@
41195 "zh-chs": "k max,默认为空白",
41196 "zh-cht": "k max,默認為空白",
41197 "xloc": [
41186 - "default.handlebars->27->1797"
41198 + "default.handlebars->27->1799"
41199 ]
41200 },
41201 {
@@ -41442,7 +41454,7 @@
41454 "zh-chs": "servertrace.csv",
41455 "zh-cht": "servertrace.csv",
41456 "xloc": [
41445 - "default.handlebars->27->2118"
41457 + "default.handlebars->27->2120"
41458 ]
41459 },
41460 {
@@ -41508,7 +41520,7 @@
41520 "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
41521 "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
41522 "xloc": [
41511 - "default.handlebars->27->2096"
41523 + "default.handlebars->27->2098"
41524 ]
41525 },
41526 {
@@ -41528,7 +41540,7 @@
41540 "zh-chs": "时间,来源,信息",
41541 "zh-cht": "時間,來源,訊息",
41542 "xloc": [
41531 - "default.handlebars->27->2117"
41543 + "default.handlebars->27->2119"
41544 ]
41545 },
41546 {
@@ -41565,8 +41577,8 @@
41577 "zh-chs": "总计",
41578 "zh-cht": "總",
41579 "xloc": [
41568 - "default.handlebars->27->2081",
41569 - "default.handlebars->27->2084"
41580 + "default.handlebars->27->2083",
41581 + "default.handlebars->27->2086"
41582 ]
41583 },
41584 {
@@ -41649,8 +41661,8 @@
41661 "zh-chs": "userlist.csv",
41662 "zh-cht": "userlist.csv",
41663 "xloc": [
41652 - "default.handlebars->27->1765",
41653 - "default.handlebars->27->1770"
41664 + "default.handlebars->27->1767",
41665 + "default.handlebars->27->1772"
41666 ]
41667 },
41668 {
@@ -41670,8 +41682,8 @@
41682 "zh-chs": "userlist.json",
41683 "zh-cht": "userlist.json",
41684 "xloc": [
41673 - "default.handlebars->27->1767",
41674 - "default.handlebars->27->1771"
41685 + "default.handlebars->27->1769",
41686 + "default.handlebars->27->1773"
41687 ]
41688 },
41689 {
@@ -41691,7 +41703,7 @@
41703 "zh-chs": "utc,时间,类型,指令,用户,设备,消息",
41704 "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息",
41705 "xloc": [
41694 - "default.handlebars->27->1704"
41706 + "default.handlebars->27->1706"
41707 ]
41708 },
41709 {
@@ -41754,7 +41766,7 @@
41766 "xloc": [
41767 "default.handlebars->27->1552",
41768 "default.handlebars->27->1557",
41757 - "default.handlebars->27->2021"
41769 + "default.handlebars->27->2023"
41770 ]
41771 },
41772 {
@@ -41820,7 +41832,7 @@
41832 "zh-chs": "{0}个活跃会话",
41833 "zh-cht": "{0}個活躍節",
41834 "xloc": [
41823 - "default.handlebars->27->1959"
41835 + "default.handlebars->27->1961"
41836 ]
41837 },
41838 {
@@ -41863,7 +41875,7 @@
41875 "xloc": [
41876 "default-mobile.handlebars->9->119",
41877 "default.handlebars->27->1567",
41866 - "default.handlebars->27->2036",
41878 + "default.handlebars->27->2038",
41879 "download.handlebars->3->2",
41880 "download2.handlebars->5->2"
41881 ]
@@ -41946,7 +41958,7 @@
41958 "zh-chs": "{0}个群组",
41959 "zh-cht": "{0}個群組",
41960 "xloc": [
41949 - "default.handlebars->27->1924"
41961 + "default.handlebars->27->1926"
41962 ]
41963 },
41964 {
@@ -42085,7 +42097,7 @@
42097 "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...",
42098 "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...",
42099 "xloc": [
42088 - "default.handlebars->27->1714"
42100 + "default.handlebars->27->1716"
42101 ]
42102 },
42103 {
@@ -42249,7 +42261,7 @@
42261 "default-mobile.handlebars->9->173",
42262 "default-mobile.handlebars->9->176",
42263 "default-mobile.handlebars->9->179",
42252 - "default.handlebars->27->1718",
42264 + "default.handlebars->27->1720",
42265 "default.handlebars->27->249",
42266 "default.handlebars->27->252",
42267 "default.handlebars->27->255",
views/default.handlebars
+3 -1
@@ -10777,7 +10777,9 @@
10777 95: "Added security key",
10778 96: "Verified phone number of user {0}",
10779 97: "Removed phone number of user {0}",
10780 - 98: "Help Requested, user: {0}, details: {1}"
10780 + 98: "Help Requested, user: {0}, details: {1}",
10781 + 99: "Running commands as user",
10782 + 100: "Running commands as user if possible"
10783 };
10784
10785 // Highlights the device being hovered