Version 0.9.25
Ylian Saint-Hilaire committed
Sep 12, 2021 at 13:19 UTC
af3e9b8b4ac6f900f06c231b269009d50815d3e4
3 files changed
+187
-187
package.json
+2
-14
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.9.24",
3
+ "version": "0.9.25",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
@@ -36,8 +36,6 @@
36
"sample-config-advanced.json"
37
],
38
"dependencies": {
39
- "archiver": "^4.0.2",
40
- "archiver-zip-encrypted": "^1.0.10",
39
"body-parser": "^1.19.0",
40
"cbor": "~5.2.0",
41
"compression": "^1.7.4",
@@ -45,23 +43,13 @@
43
"express": "^4.17.0",
44
"express-handlebars": "^3.1.0",
45
"express-ws": "^4.0.0",
48
- "image-size": "^1.0.0",
46
"ipcheck": "^0.1.0",
50
- "loadavg-windows": "^1.1.1",
47
"minimist": "^1.2.0",
52
- "mongodb": "^4.1.0",
48
"multiparty": "^4.2.1",
49
"nedb": "^1.8.0",
50
"node-forge": "^0.10.0",
56
- "node-rdpjs-2": "^0.3.5",
57
- "node-windows": "^1.0.0-beta.5",
58
- "otplib": "^10.2.3",
59
- "saslprep": "^1.0.3",
60
- "ssh2": "^1.4.0",
61
- "web-push": "^3.4.5",
51
"ws": "^5.2.3",
63
- "yauzl": "^2.10.0",
64
- "yubikeyotp": "^0.2.0"
52
+ "yauzl": "^2.10.0"
53
},
54
"repository": {
55
"type": "git",
public/scripts/amt-wsman-0.2.0-min.js
+1
-1
@@ -1 +1 @@
1
-var WsmanStackCreateService=function(e,s,r,a,o,t){var u={};function l(e){if(!e)return"";var s,r=" ";for(s in e)e.hasOwnProperty(s)&&0===s.indexOf("@")&&(r+=s.substring(1)+'="'+e[s]+'" ');return r}function p(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,r="<w:SelectorSet>";for(s in e)if(e.hasOwnProperty(s)){if(r+='<w:Selector Name="'+s+'">',e[s].ReferenceParameters){r+="<a:EndpointReference>",r+="<a:Address>"+e[s].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[s].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[s].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)r+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else r+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";r+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else r+=e[s];r+="</w:Selector>"}return r+="</w:SelectorSet>"}return u.NextMessageId=1,u.Address="/wsman",u.comm=CreateWsmanComm(e,s,r,a,o,t),u.PerformAjax=function(e,a,s,r,o){null==o&&(o=""),u.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" '+o+"><Header><a:Action>"+e,function(e,s,r){200==s?(e=u.ParseWsman(e))&&null!=e?a(u,e.Header.ResourceURI,e,200,r):a(u,null,{Header:{HttpError:s}},601,r):a(u,null,{Header:{HttpError:s}},s,r)},s,r)},u.CancelAllQueries=function(e){u.comm.CancelAllQueries(e)},u.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},u.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"/>');i="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(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>";u.PerformAjax(i+"</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"')},u.ExecUnSubscribe=function(e,s,r,a,o){o="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(o)+"</Header><Body><e:Unsubscribe/>";u.PerformAjax(o+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},u.ExecPut=function(e,s,r,a,o,t){s="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r,a=u.GetNameFromUrl(e),o="<r:"+a+' xmlns:r="'+e+'">';for(r in s)if(s.hasOwnProperty(r)&&0!==r.indexOf("__")&&0!==r.indexOf("@")&&void 0!==s[r]&&null!==s[r]&&"function"!=typeof s[r])if("object"==typeof s[r]&&s[r].ReferenceParameters){o+="<r:"+r+"><a:Address>"+s[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)o+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else o+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";o+="</w:SelectorSet></a:ReferenceParameters></r:"+r+">"}else if(Array.isArray(s[r]))for(n=0;n<s[r].length;n++)o+="<r:"+r+">"+s[r][n].toString()+"</r:"+r+">";else o+="<r:"+r+">"+s[r].toString()+"</r:"+r+">";return o+="</r:"+a+">"}(e,s);u.PerformAjax(s+"</Body></Envelope>",r,a,o)},u.ExecCreate=function(e,s,r,a,o,t){var n,l=u.GetNameFromUrl(e),d="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(t)+"</Header><Body><g:"+l+' xmlns:g="'+e+'">';for(n in s)d+="<g:"+n+">"+s[n]+"</g:"+n+">";u.PerformAjax(d+"</g:"+l+"></Body></Envelope>",r,a,o)},u.ExecCreateXml=function(e,s,r,a,o){var t=u.GetNameFromUrl(e);u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.ExecDelete=function(e,s,r,a,o){s="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(s)+"</Header><Body /></Envelope>";u.PerformAjax(s,r,a,o)},u.ExecGet=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.ExecMethod=function(e,s,r,a,o,t,n){var l,d="";for(l in r)if(null!=r[l])if(Array.isArray(r[l]))for(var c in r[l])d+="<r:"+l+">"+r[l][c]+"</r:"+l+">";else d+="<r:"+l+">"+r[l]+"</r:"+l+">";u.ExecMethodXml(e,s,d,a,o,t,n)},u.ExecMethodXml=function(e,s,r,a,o,t,n){u.PerformAjax(e+"/"+s+"</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},u.ExecEnum=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.ExecPull=function(e,s,r,a,o){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.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={Header:{}},r=s.getElementsByTagName("Header")[0];if(!(r=r||s.getElementsByTagName("a:Header")[0]))return null;for(var a=0;a<r.childNodes.length;a++){var o=r.childNodes[a];e.Header[o.localName]=o.textContent}var t,n,l=s.getElementsByTagName("Body")[0];return(l=l||s.getElementsByTagName("a:Body")[0])?(0<l.childNodes.length&&(-1!=(n=(t=l.childNodes[0].localName).indexOf("_OUTPUT"))&&n==t.length-7&&(t=t.substring(0,t.length-7)),e.Header.Method=t,e.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o],n=r="false"==(r="true"==(r=0==t.childElementCount?t.textContent:e(t))?!0:r)?!1: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}(l.childNodes[0])),e):null}catch(e){return console.log("Unable to parse XML: "+s),null}},u}
\ No newline at end of file
1
+var WsmanStackCreateService=function(e,s,r,a,o,t){var u={};function l(e){if(!e)return"";var s,r=" ";for(s in e)e.hasOwnProperty(s)&&0===s.indexOf("@")&&(r+=s.substring(1)+'="'+e[s]+'" ');return r}function p(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,r="<w:SelectorSet>";for(s in e)if(e.hasOwnProperty(s)){if(r+='<w:Selector Name="'+s+'">',e[s].ReferenceParameters){r+="<a:EndpointReference>",r+="<a:Address>"+e[s].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[s].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[s].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)r+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else r+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";r+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else r+=e[s];r+="</w:Selector>"}return r+="</w:SelectorSet>"}return u.NextMessageId=1,u.Address="/wsman",u.comm=CreateWsmanComm(e,s,r,a,o,t),u.PerformAjax=function(e,a,s,r,o){null==o&&(o=""),u.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" '+o+"><Header><a:Action>"+e,function(e,s,r){200==s?(e=u.ParseWsman(e))&&null!=e?a(u,e.Header.ResourceURI,e,200,r):a(u,null,{Header:{HttpError:s}},601,r):a(u,null,{Header:{HttpError:s}},s,r)},s,r)},u.CancelAllQueries=function(e){u.comm.CancelAllQueries(e)},u.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},u.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"/>');i="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(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>";u.PerformAjax(i+"</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"')},u.ExecUnSubscribe=function(e,s,r,a,o){o="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(o)+"</Header><Body><e:Unsubscribe/>";u.PerformAjax(o+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},u.ExecPut=function(e,s,r,a,o,t){s="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r,a=u.GetNameFromUrl(e),o="<r:"+a+' xmlns:r="'+e+'">';for(r in s)if(s.hasOwnProperty(r)&&0!==r.indexOf("__")&&0!==r.indexOf("@")&&void 0!==s[r]&&null!==s[r]&&"function"!=typeof s[r])if("object"==typeof s[r]&&s[r].ReferenceParameters){o+="<r:"+r+"><a:Address>"+s[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)o+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else o+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";o+="</w:SelectorSet></a:ReferenceParameters></r:"+r+">"}else if(Array.isArray(s[r]))for(n=0;n<s[r].length;n++)o+="<r:"+r+">"+s[r][n].toString()+"</r:"+r+">";else o+="<r:"+r+">"+s[r].toString()+"</r:"+r+">";return o+="</r:"+a+">"}(e,s);u.PerformAjax(s+"</Body></Envelope>",r,a,o)},u.ExecCreate=function(e,s,r,a,o,t){var n,l=u.GetNameFromUrl(e),c="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(t)+"</Header><Body><g:"+l+' xmlns:g="'+e+'">';for(n in s)c+="<g:"+n+">"+s[n]+"</g:"+n+">";u.PerformAjax(c+"</g:"+l+"></Body></Envelope>",r,a,o)},u.ExecCreateXml=function(e,s,r,a,o){var t=u.GetNameFromUrl(e);u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.ExecDelete=function(e,s,r,a,o){s="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(s)+"</Header><Body /></Envelope>";u.PerformAjax(s,r,a,o)},u.ExecGet=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.ExecMethod=function(e,s,r,a,o,t,n){var l,c="";for(l in r)if(null!=r[l])if(Array.isArray(r[l]))for(var d in r[l])c+="<r:"+l+">"+r[l][d]+"</r:"+l+">";else c+="<r:"+l+">"+r[l]+"</r:"+l+">";u.ExecMethodXml(e,s,c,a,o,t,n)},u.ExecMethodXml=function(e,s,r,a,o,t,n){u.PerformAjax(e+"/"+s+"</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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>"+p(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},u.ExecEnum=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.ExecPull=function(e,s,r,a,o){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.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)},u.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={Header:{}},r=s.getElementsByTagName("Header")[0];if(!(r=r||s.getElementsByTagName("a:Header")[0]))return null;for(var a=0;a<r.childNodes.length;a++){var o=r.childNodes[a];e.Header[o.localName]=o.textContent}var t,n,l=s.getElementsByTagName("Body")[0];return(l=l||s.getElementsByTagName("a:Body")[0])?(0<l.childNodes.length&&(-1!=(n=(t=l.childNodes[0].localName).indexOf("_OUTPUT"))&&n==t.length-7&&(t=t.substring(0,t.length-7)),e.Header.Method=t,e.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o],n=r="false"==(r="true"==(r=0==t.childElementCount?t.textContent:e(t))?!0:r)?!1: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}(l.childNodes[0])),e):null}catch(e){return console.log("Unable to parse XML: "+s),null}},u}
\ No newline at end of file
translate/translate.json
+184
-172
@@ -4047,21 +4047,21 @@
4047
"tr": "AMT-OS",
4048
"zh-chs": "操作系统",
4049
"xloc": [
4050
- "default.handlebars->37->2674"
4050
+ "default.handlebars->37->2676"
4051
]
4052
},
4053
{
4054
"en": "AMT-Redir",
4055
"nl": "AMT-Redir",
4056
"xloc": [
4057
- "default.handlebars->37->2582"
4057
+ "default.handlebars->37->2584"
4058
]
4059
},
4060
{
4061
"en": "AMT-WSMAN",
4062
"nl": "AMT-WSMAN",
4063
"xloc": [
4064
- "default.handlebars->37->2581"
4064
+ "default.handlebars->37->2583"
4065
]
4066
},
4067
{
@@ -4417,7 +4417,7 @@
4417
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
4418
"default.handlebars->37->1661",
4419
"default.handlebars->37->1663",
4420
- "default.handlebars->37->2727",
4420
+ "default.handlebars->37->2729",
4421
"default.handlebars->37->715",
4422
"default.handlebars->37->717"
4423
]
@@ -4443,7 +4443,7 @@
4443
"zh-chs": "帐号设定",
4444
"xloc": [
4445
"default-mobile.handlebars->11->662",
4446
- "default.handlebars->37->2604"
4446
+ "default.handlebars->37->2606"
4447
]
4448
},
4449
{
@@ -4620,7 +4620,7 @@
4620
"zh-cht": "達到帳戶限制。",
4621
"xloc": [
4622
"default-mobile.handlebars->11->674",
4623
- "default.handlebars->37->2616",
4623
+ "default.handlebars->37->2618",
4624
"login-mobile.handlebars->5->6",
4625
"login.handlebars->5->6",
4626
"login2.handlebars->7->8"
@@ -6524,7 +6524,7 @@
6524
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
6525
"default.handlebars->37->1947",
6526
"default.handlebars->37->1960",
6527
- "default.handlebars->37->2672",
6527
+ "default.handlebars->37->2674",
6528
"default.handlebars->37->348",
6529
"default.handlebars->37->573",
6530
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -6626,7 +6626,7 @@
6626
"zh-chs": "代理错误计数器",
6627
"zh-cht": "代理錯誤計數器",
6628
"xloc": [
6629
- "default.handlebars->37->2641"
6629
+ "default.handlebars->37->2643"
6630
]
6631
},
6632
{
@@ -6792,7 +6792,7 @@
6792
"zh-chs": "代理时段",
6793
"zh-cht": "代理時段",
6794
"xloc": [
6795
- "default.handlebars->37->2657"
6795
+ "default.handlebars->37->2659"
6796
]
6797
},
6798
{
@@ -7291,7 +7291,7 @@
7291
"zh-chs": "代理",
7292
"zh-cht": "代理",
7293
"xloc": [
7294
- "default.handlebars->37->2685"
7294
+ "default.handlebars->37->2687"
7295
]
7296
},
7297
{
@@ -8893,7 +8893,7 @@
8893
"zh-chs": "您确定要{0}插件吗:{1}",
8894
"zh-cht": "你確定要{0}外掛嗎:{1}",
8895
"xloc": [
8896
- "default.handlebars->37->2736"
8896
+ "default.handlebars->37->2738"
8897
]
8898
},
8899
{
@@ -9597,7 +9597,7 @@
9597
"zh-chs": "可用內存",
9598
"zh-cht": "可用內存",
9599
"xloc": [
9600
- "default.handlebars->37->2666"
9600
+ "default.handlebars->37->2668"
9601
]
9602
},
9603
{
@@ -9934,7 +9934,7 @@
9934
"zh-chs": "错误的签名",
9935
"zh-cht": "錯誤的簽名",
9936
"xloc": [
9937
- "default.handlebars->37->2648"
9937
+ "default.handlebars->37->2650"
9938
]
9939
},
9940
{
@@ -9958,7 +9958,7 @@
9958
"zh-chs": "错误的网络证书",
9959
"zh-cht": "錯誤的網絡憑證",
9960
"xloc": [
9961
- "default.handlebars->37->2647"
9961
+ "default.handlebars->37->2649"
9962
]
9963
},
9964
{
@@ -10419,14 +10419,14 @@
10419
"en": "Bytes In",
10420
"nl": "Bytes in",
10421
"xloc": [
10422
- "default.handlebars->37->2574"
10422
+ "default.handlebars->37->2576"
10423
]
10424
},
10425
{
10426
"en": "Bytes Out",
10427
"nl": "Bytes uit",
10428
"xloc": [
10429
- "default.handlebars->37->2575"
10429
+ "default.handlebars->37->2577"
10430
]
10431
},
10432
{
@@ -10500,7 +10500,7 @@
10500
"zh-cht": "CIRA",
10501
"xloc": [
10502
"default-mobile.handlebars->11->236",
10503
- "default.handlebars->37->2673",
10503
+ "default.handlebars->37->2675",
10504
"default.handlebars->37->350",
10505
"default.handlebars->37->575"
10506
]
@@ -10526,7 +10526,7 @@
10526
"zh-chs": "CIRA服务器",
10527
"zh-cht": "CIRA伺服器",
10528
"xloc": [
10529
- "default.handlebars->37->2720"
10529
+ "default.handlebars->37->2722"
10530
]
10531
},
10532
{
@@ -10550,7 +10550,7 @@
10550
"zh-chs": "CIRA服务器命令",
10551
"zh-cht": "CIRA伺服器指令",
10552
"xloc": [
10553
- "default.handlebars->37->2721"
10553
+ "default.handlebars->37->2723"
10554
]
10555
},
10556
{
@@ -10608,7 +10608,7 @@
10608
"xloc": [
10609
"default-mobile.handlebars->11->551",
10610
"default.handlebars->37->1344",
10611
- "default.handlebars->37->2697",
10611
+ "default.handlebars->37->2699",
10612
"default.handlebars->container->column_l->p40->3->1->p40type->5"
10613
]
10614
},
@@ -10633,7 +10633,7 @@
10633
"zh-chs": "CPU负载",
10634
"zh-cht": "CPU負載",
10635
"xloc": [
10636
- "default.handlebars->37->2662"
10636
+ "default.handlebars->37->2664"
10637
]
10638
},
10639
{
@@ -10657,7 +10657,7 @@
10657
"zh-chs": "最近15分钟的CPU负载",
10658
"zh-cht": "最近15分鐘的CPU負載",
10659
"xloc": [
10660
- "default.handlebars->37->2665"
10660
+ "default.handlebars->37->2667"
10661
]
10662
},
10663
{
@@ -10681,7 +10681,7 @@
10681
"zh-chs": "最近5分钟的CPU负载",
10682
"zh-cht": "最近5分鐘的CPU負載",
10683
"xloc": [
10684
- "default.handlebars->37->2664"
10684
+ "default.handlebars->37->2666"
10685
]
10686
},
10687
{
@@ -10705,7 +10705,7 @@
10705
"zh-chs": "最近一分钟的CPU负载",
10706
"zh-cht": "最近一分鐘的CPU負載",
10707
"xloc": [
10708
- "default.handlebars->37->2663"
10708
+ "default.handlebars->37->2665"
10709
]
10710
},
10711
{
@@ -10829,7 +10829,7 @@
10829
"zh-chs": "呼叫错误",
10830
"zh-cht": "呼叫錯誤",
10831
"xloc": [
10832
- "default.handlebars->37->2737"
10832
+ "default.handlebars->37->2739"
10833
]
10834
},
10835
{
@@ -10865,7 +10865,7 @@
10865
"default-mobile.handlebars->11->106",
10866
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
10867
"default.handlebars->37->1702",
10868
- "default.handlebars->37->2726",
10868
+ "default.handlebars->37->2728",
10869
"default.handlebars->37->440",
10870
"default.handlebars->container->dialog->idx_dlgButtonBar",
10871
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -11675,7 +11675,7 @@
11675
"zh-chs": "聊天请求,点击这里接受。",
11676
"xloc": [
11677
"default-mobile.handlebars->11->675",
11678
- "default.handlebars->37->2617"
11678
+ "default.handlebars->37->2619"
11679
]
11680
},
11681
{
@@ -11844,7 +11844,7 @@
11844
"zh-cht": "檢查...",
11845
"xloc": [
11846
"default.handlebars->37->1410",
11847
- "default.handlebars->37->2731"
11847
+ "default.handlebars->37->2733"
11848
]
11849
},
11850
{
@@ -12268,7 +12268,7 @@
12268
"zh-cht": "全部清除",
12269
"xloc": [
12270
"default-mobile.handlebars->11->658",
12271
- "default.handlebars->37->2600"
12271
+ "default.handlebars->37->2602"
12272
]
12273
},
12274
{
@@ -12367,7 +12367,7 @@
12367
"zh-cht": "清除此通知",
12368
"xloc": [
12369
"default-mobile.handlebars->11->657",
12370
- "default.handlebars->37->2599"
12370
+ "default.handlebars->37->2601"
12371
]
12372
},
12373
{
@@ -12806,7 +12806,7 @@
12806
"default.handlebars->37->1227",
12807
"default.handlebars->37->204",
12808
"default.handlebars->37->212",
12809
- "default.handlebars->37->2725",
12809
+ "default.handlebars->37->2727",
12810
"sharing.handlebars->11->52"
12811
]
12812
},
@@ -14213,7 +14213,7 @@
14213
"zh-chs": "已连接的英特尔®AMT",
14214
"zh-cht": "已連接的Intel® AMT",
14215
"xloc": [
14216
- "default.handlebars->37->2653"
14216
+ "default.handlebars->37->2655"
14217
]
14218
},
14219
{
@@ -14237,7 +14237,7 @@
14237
"zh-chs": "已连接的用户",
14238
"zh-cht": "已连接的用户",
14239
"xloc": [
14240
- "default.handlebars->37->2658"
14240
+ "default.handlebars->37->2660"
14241
]
14242
},
14243
{
@@ -14405,7 +14405,7 @@
14405
"zh-chs": "连接数量",
14406
"zh-cht": "連接數量",
14407
"xloc": [
14408
- "default.handlebars->37->2684"
14408
+ "default.handlebars->37->2686"
14409
]
14410
},
14411
{
@@ -14455,7 +14455,7 @@
14455
"zh-chs": "连接转发器",
14456
"zh-cht": "連接轉發器",
14457
"xloc": [
14458
- "default.handlebars->37->2719"
14458
+ "default.handlebars->37->2721"
14459
]
14460
},
14461
{
@@ -14658,7 +14658,7 @@
14658
"zh-chs": "Cookie编码器",
14659
"zh-cht": "Cookie編碼器",
14660
"xloc": [
14661
- "default.handlebars->37->2703"
14661
+ "default.handlebars->37->2705"
14662
]
14663
},
14664
{
@@ -15171,7 +15171,7 @@
15171
"zh-chs": "核心服务器",
15172
"zh-cht": "核心伺服器",
15173
"xloc": [
15174
- "default.handlebars->37->2702"
15174
+ "default.handlebars->37->2704"
15175
]
15176
},
15177
{
@@ -16058,7 +16058,7 @@
16058
"zh-chs": "当前密码不正确。",
16059
"xloc": [
16060
"default-mobile.handlebars->11->685",
16061
- "default.handlebars->37->2627"
16061
+ "default.handlebars->37->2629"
16062
]
16063
},
16064
{
@@ -17255,9 +17255,9 @@
17255
"default.handlebars->37->1172",
17256
"default.handlebars->37->1826",
17257
"default.handlebars->37->2532",
17258
- "default.handlebars->37->2579",
17259
- "default.handlebars->37->2592",
17260
- "default.handlebars->37->2678",
17258
+ "default.handlebars->37->2581",
17259
+ "default.handlebars->37->2594",
17260
+ "default.handlebars->37->2680",
17261
"default.handlebars->37->699",
17262
"default.handlebars->37->886",
17263
"default.handlebars->37->953",
@@ -17382,7 +17382,7 @@
17382
"tr": "Masaüstü Multiplex",
17383
"zh-chs": "桌面复用",
17384
"xloc": [
17385
- "default.handlebars->37->2683"
17385
+ "default.handlebars->37->2685"
17386
]
17387
},
17388
{
@@ -17784,7 +17784,7 @@
17784
"default.handlebars->37->2494",
17785
"default.handlebars->37->253",
17786
"default.handlebars->37->2555",
17787
- "default.handlebars->37->2570",
17787
+ "default.handlebars->37->2571",
17788
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
17789
]
17790
},
@@ -17940,7 +17940,7 @@
17940
"default.handlebars->37->2482",
17941
"default.handlebars->37->2541",
17942
"default.handlebars->37->2559",
17943
- "default.handlebars->37->2605"
17943
+ "default.handlebars->37->2607"
17944
]
17945
},
17946
{
@@ -17994,7 +17994,7 @@
17994
"default.handlebars->37->2278",
17995
"default.handlebars->37->2318",
17996
"default.handlebars->37->2402",
17997
- "default.handlebars->37->2656",
17997
+ "default.handlebars->37->2658",
17998
"default.handlebars->container->column_l->p2->p2info->9"
17999
]
18000
},
@@ -20476,7 +20476,7 @@
20476
"zh-chs": "代理重复",
20477
"zh-cht": "代理重複",
20478
"xloc": [
20479
- "default.handlebars->37->2652"
20479
+ "default.handlebars->37->2654"
20480
]
20481
},
20482
{
@@ -21861,7 +21861,7 @@
21861
"zh-cht": "電郵已發送。",
21862
"xloc": [
21863
"default-mobile.handlebars->11->678",
21864
- "default.handlebars->37->2620",
21864
+ "default.handlebars->37->2622",
21865
"login-mobile.handlebars->5->2",
21866
"login.handlebars->5->2",
21867
"login2.handlebars->7->3"
@@ -21978,7 +21978,7 @@
21978
"tr": "E-posta/SMS/Push Trafiği",
21979
"zh-chs": "电子邮件/短信/推送流量",
21980
"xloc": [
21981
- "default.handlebars->37->2711"
21981
+ "default.handlebars->37->2713"
21982
]
21983
},
21984
{
@@ -23067,7 +23067,7 @@
23067
"zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
23068
"xloc": [
23069
"default-mobile.handlebars->11->686",
23070
- "default.handlebars->37->2628"
23070
+ "default.handlebars->37->2630"
23071
]
23072
},
23073
{
@@ -23091,7 +23091,7 @@
23091
"zh-chs": "错误,密码未更改。",
23092
"xloc": [
23093
"default-mobile.handlebars->11->683",
23094
- "default.handlebars->37->2625"
23094
+ "default.handlebars->37->2627"
23095
]
23096
},
23097
{
@@ -23115,7 +23115,7 @@
23115
"zh-chs": "错误,无法更改为常用密码。",
23116
"xloc": [
23117
"default-mobile.handlebars->11->682",
23118
- "default.handlebars->37->2624"
23118
+ "default.handlebars->37->2626"
23119
]
23120
},
23121
{
@@ -23139,7 +23139,7 @@
23139
"zh-chs": "错误,无法更改为以前使用的密码。",
23140
"xloc": [
23141
"default-mobile.handlebars->11->681",
23142
- "default.handlebars->37->2623"
23142
+ "default.handlebars->37->2625"
23143
]
23144
},
23145
{
@@ -23643,7 +23643,7 @@
23643
"zh-chs": "外部",
23644
"zh-cht": "外部",
23645
"xloc": [
23646
- "default.handlebars->37->2691"
23646
+ "default.handlebars->37->2693"
23647
]
23648
},
23649
{
@@ -23763,7 +23763,7 @@
23763
"zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
23764
"xloc": [
23765
"default-mobile.handlebars->11->677",
23766
- "default.handlebars->37->2619"
23766
+ "default.handlebars->37->2621"
23767
]
23768
},
23769
{
@@ -24198,9 +24198,9 @@
24198
"default-mobile.handlebars->11->314",
24199
"default.handlebars->37->1833",
24200
"default.handlebars->37->2533",
24201
- "default.handlebars->37->2580",
24202
- "default.handlebars->37->2593",
24203
- "default.handlebars->37->2679",
24201
+ "default.handlebars->37->2582",
24202
+ "default.handlebars->37->2595",
24203
+ "default.handlebars->37->2681",
24204
"default.handlebars->37->374",
24205
"default.handlebars->37->888",
24206
"default.handlebars->37->955",
@@ -24923,8 +24923,8 @@
24923
"zh-chs": "自由",
24924
"zh-cht": "自由",
24925
"xloc": [
24926
- "default.handlebars->37->2637",
24927
- "default.handlebars->37->2639"
24926
+ "default.handlebars->37->2639",
24927
+ "default.handlebars->37->2641"
24928
]
24929
},
24930
{
@@ -25618,7 +25618,7 @@
25618
"en": "Generate Report",
25619
"nl": "Genereer rapport",
25620
"xloc": [
25621
- "default.handlebars->37->2568"
25621
+ "default.handlebars->37->2569"
25622
]
25623
},
25624
{
@@ -26147,7 +26147,7 @@
26147
"zh-cht": "群",
26148
"xloc": [
26149
"default-mobile.handlebars->11->250",
26150
- "default.handlebars->37->2577",
26150
+ "default.handlebars->37->2579",
26151
"default.handlebars->37->726",
26152
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
26153
]
@@ -26397,6 +26397,12 @@
26397
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGroups"
26398
]
26399
},
26400
+ {
26401
+ "en": "Guest",
26402
+ "xloc": [
26403
+ "default.handlebars->37->2574"
26404
+ ]
26405
+ },
26406
{
26407
"cs": "Jméno hosta",
26408
"de": "Gastname",
@@ -26513,7 +26519,7 @@
26519
"tr": "HTTP",
26520
"zh-chs": "HTTP",
26521
"xloc": [
26516
- "default.handlebars->37->2675"
26522
+ "default.handlebars->37->2677"
26523
]
26524
},
26525
{
@@ -26680,7 +26686,7 @@
26686
"zh-chs": "堆总数",
26687
"zh-cht": "堆總數",
26688
"xloc": [
26683
- "default.handlebars->37->2693"
26689
+ "default.handlebars->37->2695"
26690
]
26691
},
26692
{
@@ -26704,7 +26710,7 @@
26710
"zh-chs": "堆使用",
26711
"zh-cht": "堆使用",
26712
"xloc": [
26707
- "default.handlebars->37->2692"
26713
+ "default.handlebars->37->2694"
26714
]
26715
},
26716
{
@@ -28481,7 +28487,7 @@
28487
"zh-chs": "英特尔AMT",
28488
"zh-cht": "英特爾AMT",
28489
"xloc": [
28484
- "default.handlebars->37->2689"
28490
+ "default.handlebars->37->2691"
28491
]
28492
},
28493
{
@@ -28504,7 +28510,7 @@
28510
"tr": "Intel AMT yöneticisi",
28511
"zh-chs": "英特尔 AMT 经理",
28512
"xloc": [
28507
- "default.handlebars->37->2718"
28513
+ "default.handlebars->37->2720"
28514
]
28515
},
28516
{
@@ -28560,7 +28566,7 @@
28566
"default.handlebars->37->1756",
28567
"default.handlebars->37->1948",
28568
"default.handlebars->37->1961",
28563
- "default.handlebars->37->2717",
28569
+ "default.handlebars->37->2719",
28570
"default.handlebars->37->701",
28571
"default.handlebars->37->766",
28572
"default.handlebars->37->808"
@@ -29851,7 +29857,7 @@
29857
"zh-chs": "无效的设备组类型",
29858
"zh-cht": "無效的裝置群類型",
29859
"xloc": [
29854
- "default.handlebars->37->2651"
29860
+ "default.handlebars->37->2653"
29861
]
29862
},
29863
{
@@ -29875,7 +29881,7 @@
29881
"zh-chs": "无效的JSON",
29882
"zh-cht": "無效的JSON",
29883
"xloc": [
29878
- "default.handlebars->37->2645"
29884
+ "default.handlebars->37->2647"
29885
]
29886
},
29887
{
@@ -29982,7 +29988,7 @@
29988
"zh-chs": "无效的PKCS签名",
29989
"zh-cht": "無效的PKCS簽名",
29990
"xloc": [
29985
- "default.handlebars->37->2643"
29991
+ "default.handlebars->37->2645"
29992
]
29993
},
29994
{
@@ -30006,7 +30012,7 @@
30012
"zh-chs": "無效的RSA密碼",
30013
"zh-cht": "無效的RSA密碼",
30014
"xloc": [
30009
- "default.handlebars->37->2644"
30015
+ "default.handlebars->37->2646"
30016
]
30017
},
30018
{
@@ -30030,7 +30036,7 @@
30036
"zh-chs": "无效的短信",
30037
"xloc": [
30038
"default-mobile.handlebars->11->689",
30033
- "default.handlebars->37->2631"
30039
+ "default.handlebars->37->2633"
30040
]
30041
},
30042
{
@@ -30088,7 +30094,7 @@
30094
"zh-chs": "无效域",
30095
"xloc": [
30096
"default-mobile.handlebars->11->669",
30091
- "default.handlebars->37->2611"
30097
+ "default.handlebars->37->2613"
30098
]
30099
},
30100
{
@@ -30132,7 +30138,7 @@
30138
"zh-chs": "不合规电邮",
30139
"xloc": [
30140
"default-mobile.handlebars->11->668",
30135
- "default.handlebars->37->2610"
30141
+ "default.handlebars->37->2612"
30142
]
30143
},
30144
{
@@ -30232,7 +30238,7 @@
30238
"xloc": [
30239
"default-mobile.handlebars->11->667",
30240
"default-mobile.handlebars->11->78",
30235
- "default.handlebars->37->2609",
30241
+ "default.handlebars->37->2611",
30242
"default.handlebars->37->287"
30243
]
30244
},
@@ -30257,7 +30263,7 @@
30263
"zh-chs": "网站权限无效",
30264
"xloc": [
30265
"default-mobile.handlebars->11->670",
30260
- "default.handlebars->37->2612"
30266
+ "default.handlebars->37->2614"
30267
]
30268
},
30269
{
@@ -30330,7 +30336,7 @@
30336
"zh-chs": "无效的用户名",
30337
"xloc": [
30338
"default-mobile.handlebars->11->666",
30333
- "default.handlebars->37->2608"
30339
+ "default.handlebars->37->2610"
30340
]
30341
},
30342
{
@@ -30547,7 +30553,7 @@
30553
"default.handlebars->37->1933",
30554
"default.handlebars->37->1935",
30555
"default.handlebars->37->1940",
30550
- "default.handlebars->37->2606"
30556
+ "default.handlebars->37->2608"
30557
]
30558
},
30559
{
@@ -32309,7 +32315,7 @@
32315
"en": "Length",
32316
"nl": "Duur",
32317
"xloc": [
32312
- "default.handlebars->37->2573"
32318
+ "default.handlebars->37->2575"
32319
]
32320
},
32321
{
@@ -32333,7 +32339,7 @@
32339
"zh-chs": "减",
32340
"zh-cht": "減",
32341
"xloc": [
32336
- "default.handlebars->37->2739"
32342
+ "default.handlebars->37->2741"
32343
]
32344
},
32345
{
@@ -34591,7 +34597,7 @@
34597
"zh-chs": "主服务器信息",
34598
"zh-cht": "主伺服器訊息",
34599
"xloc": [
34594
- "default.handlebars->37->2705"
34600
+ "default.handlebars->37->2707"
34601
]
34602
},
34603
{
@@ -35288,7 +35294,7 @@
35294
"zh-chs": "达到连接数量上限",
35295
"zh-cht": "達到連接數量上限",
35296
"xloc": [
35291
- "default.handlebars->37->2649"
35297
+ "default.handlebars->37->2651"
35298
]
35299
},
35300
{
@@ -35365,8 +35371,8 @@
35371
"zh-chs": "Megabyte",
35372
"zh-cht": "Megabyte",
35373
"xloc": [
35368
- "default.handlebars->37->2690",
35369
- "default.handlebars->37->2695"
35374
+ "default.handlebars->37->2692",
35375
+ "default.handlebars->37->2697"
35376
]
35377
},
35378
{
@@ -35392,7 +35398,7 @@
35398
"xloc": [
35399
"default-mobile.handlebars->11->559",
35400
"default.handlebars->37->1352",
35395
- "default.handlebars->37->2669",
35401
+ "default.handlebars->37->2671",
35402
"default.handlebars->container->column_l->p40->3->1->p40type->3"
35403
]
35404
},
@@ -35628,7 +35634,7 @@
35634
"zh-chs": "MeshAgent流量",
35635
"zh-cht": "MeshAgent流量",
35636
"xloc": [
35631
- "default.handlebars->37->2707"
35637
+ "default.handlebars->37->2709"
35638
]
35639
},
35640
{
@@ -35652,7 +35658,7 @@
35658
"zh-chs": "MeshAgent更新",
35659
"zh-cht": "MeshAgent更新",
35660
"xloc": [
35655
- "default.handlebars->37->2708"
35661
+ "default.handlebars->37->2710"
35662
]
35663
},
35664
{
@@ -36044,7 +36050,7 @@
36050
"zh-chs": "MeshCentral服务器同级化",
36051
"zh-cht": "MeshCentral伺服器同級化",
36052
"xloc": [
36047
- "default.handlebars->37->2706"
36053
+ "default.handlebars->37->2708"
36054
]
36055
},
36056
{
@@ -36497,7 +36503,7 @@
36503
"zh-chs": "消息调度器",
36504
"zh-cht": "電郵調度器",
36505
"xloc": [
36500
- "default.handlebars->37->2704"
36506
+ "default.handlebars->37->2706"
36507
]
36508
},
36509
{
@@ -36569,7 +36575,7 @@
36575
"zh-chs": "信使",
36576
"xloc": [
36577
"default.handlebars->37->2529",
36572
- "default.handlebars->37->2583"
36578
+ "default.handlebars->37->2585"
36579
]
36580
},
36581
{
@@ -36805,7 +36811,7 @@
36811
"zh-chs": "更多",
36812
"zh-cht": "更多",
36813
"xloc": [
36808
- "default.handlebars->37->2738"
36814
+ "default.handlebars->37->2740"
36815
]
36816
},
36817
{
@@ -37789,7 +37795,7 @@
37795
"zh-chs": "新账户",
37796
"xloc": [
37797
"default-mobile.handlebars->11->659",
37792
- "default.handlebars->37->2601"
37798
+ "default.handlebars->37->2603"
37799
]
37800
},
37801
{
@@ -39425,7 +39431,7 @@
39431
"zh-chs": "此用户没有电话号码",
39432
"xloc": [
39433
"default-mobile.handlebars->11->690",
39428
- "default.handlebars->37->2632"
39434
+ "default.handlebars->37->2634"
39435
]
39436
},
39437
{
@@ -39585,7 +39591,7 @@
39591
"zh-chs": "无用户管理权限",
39592
"xloc": [
39593
"default-mobile.handlebars->11->688",
39588
- "default.handlebars->37->2630"
39594
+ "default.handlebars->37->2632"
39595
]
39596
},
39597
{
@@ -40403,7 +40409,7 @@
40409
"tr": "Boş",
40410
"zh-chs": "空值",
40411
"xloc": [
40406
- "default.handlebars->37->2698"
40412
+ "default.handlebars->37->2700"
40413
]
40414
},
40415
{
@@ -40566,7 +40572,7 @@
40572
"zh-cht": "發生在{0}",
40573
"xloc": [
40574
"default-mobile.handlebars->11->656",
40569
- "default.handlebars->37->2598"
40575
+ "default.handlebars->37->2600"
40576
]
40577
},
40578
{
@@ -41923,7 +41929,7 @@
41929
"zh-chs": "密码已更改。",
41930
"xloc": [
41931
"default-mobile.handlebars->11->684",
41926
- "default.handlebars->37->2626"
41932
+ "default.handlebars->37->2628"
41933
]
41934
},
41935
{
@@ -42654,7 +42660,7 @@
42660
"zh-chs": "没有权限",
42661
"xloc": [
42662
"default-mobile.handlebars->11->665",
42657
- "default.handlebars->37->2607"
42663
+ "default.handlebars->37->2609"
42664
]
42665
},
42666
{
@@ -43045,7 +43051,7 @@
43051
"zh-chs": "插件指令",
43052
"zh-cht": "外掛指令",
43053
"xloc": [
43048
- "default.handlebars->37->2735",
43054
+ "default.handlebars->37->2737",
43055
"default.handlebars->37->276"
43056
]
43057
},
@@ -44714,7 +44720,7 @@
44720
"zh-chs": "RSS",
44721
"zh-cht": "RSS",
44722
"xloc": [
44717
- "default.handlebars->37->2694"
44723
+ "default.handlebars->37->2696"
44724
]
44725
},
44726
{
@@ -45209,7 +45215,7 @@
45215
"zh-cht": "中繼",
45216
"xloc": [
45217
"default-mobile.handlebars->11->238",
45212
- "default.handlebars->37->2676",
45218
+ "default.handlebars->37->2678",
45219
"default.handlebars->37->354",
45220
"default.handlebars->37->579"
45221
]
@@ -45235,7 +45241,7 @@
45241
"zh-chs": "中继数量",
45242
"zh-cht": "中繼數量",
45243
"xloc": [
45238
- "default.handlebars->37->2661"
45244
+ "default.handlebars->37->2663"
45245
]
45246
},
45247
{
@@ -45279,7 +45285,7 @@
45285
"zh-chs": "中继错误",
45286
"zh-cht": "中繼錯誤",
45287
"xloc": [
45282
- "default.handlebars->37->2654"
45288
+ "default.handlebars->37->2656"
45289
]
45290
},
45291
{
@@ -45323,8 +45329,8 @@
45329
"zh-chs": "中继连接",
45330
"zh-cht": "中繼連接",
45331
"xloc": [
45326
- "default.handlebars->37->2660",
45327
- "default.handlebars->37->2688"
45332
+ "default.handlebars->37->2662",
45333
+ "default.handlebars->37->2690"
45334
]
45335
},
45336
{
@@ -47500,7 +47506,7 @@
47506
{
47507
"en": "Report returned no entires.",
47508
"xloc": [
47503
- "default.handlebars->37->2576"
47509
+ "default.handlebars->37->2578"
47510
]
47511
},
47512
{
@@ -47523,7 +47529,7 @@
47529
"sv": "Report.csv",
47530
"tr": "Report.csv",
47531
"xloc": [
47526
- "default.handlebars->37->2596"
47532
+ "default.handlebars->37->2598"
47533
]
47534
},
47535
{
@@ -48863,7 +48869,7 @@
48869
"zh-chs": "短信错误",
48870
"xloc": [
48871
"default-mobile.handlebars->11->692",
48866
- "default.handlebars->37->2634"
48872
+ "default.handlebars->37->2636"
48873
]
48874
},
48875
{
@@ -48887,7 +48893,7 @@
48893
"zh-chs": "短信错误:{0}",
48894
"xloc": [
48895
"default-mobile.handlebars->11->693",
48890
- "default.handlebars->37->2635"
48896
+ "default.handlebars->37->2637"
48897
]
48898
},
48899
{
@@ -48919,7 +48925,7 @@
48925
"zh-chs": "短信网关未启用",
48926
"xloc": [
48927
"default-mobile.handlebars->11->687",
48922
- "default.handlebars->37->2629"
48928
+ "default.handlebars->37->2631"
48929
]
48930
},
48931
{
@@ -48989,7 +48995,7 @@
48995
"zh-chs": "短信发送成功。",
48996
"xloc": [
48997
"default-mobile.handlebars->11->691",
48992
- "default.handlebars->37->2633"
48998
+ "default.handlebars->37->2635"
48999
]
49000
},
49001
{
@@ -49842,7 +49848,7 @@
49848
"zh-chs": "安全警告",
49849
"xloc": [
49850
"default-mobile.handlebars->11->661",
49845
- "default.handlebars->37->2603"
49851
+ "default.handlebars->37->2605"
49852
]
49853
},
49854
{
@@ -50837,7 +50843,7 @@
50843
"zh-chs": "服务器证书",
50844
"zh-cht": "伺服器憑證",
50845
"xloc": [
50840
- "default.handlebars->37->2709"
50846
+ "default.handlebars->37->2711"
50847
]
50848
},
50849
{
@@ -50884,7 +50890,7 @@
50890
"zh-chs": "服务器数据库",
50891
"zh-cht": "伺服器數據庫",
50892
"xloc": [
50887
- "default.handlebars->37->2710"
50893
+ "default.handlebars->37->2712"
50894
]
50895
},
50896
{
@@ -50962,7 +50968,7 @@
50968
"zh-chs": "服务器限制",
50969
"xloc": [
50970
"default-mobile.handlebars->11->660",
50965
- "default.handlebars->37->2602"
50971
+ "default.handlebars->37->2604"
50972
]
50973
},
50974
{
@@ -51106,7 +51112,7 @@
51112
"zh-chs": "服务器状态",
51113
"zh-cht": "伺服器狀態",
51114
"xloc": [
51109
- "default.handlebars->37->2640"
51115
+ "default.handlebars->37->2642"
51116
]
51117
},
51118
{
@@ -51154,7 +51160,7 @@
51160
"zh-chs": "服务器跟踪",
51161
"zh-cht": "伺服器追蹤",
51162
"xloc": [
51157
- "default.handlebars->37->2722"
51163
+ "default.handlebars->37->2724"
51164
]
51165
},
51166
{
@@ -51177,7 +51183,7 @@
51183
"tr": "Sunucu İzleme Etkinliği",
51184
"zh-chs": "服务器跟踪事件",
51185
"xloc": [
51180
- "default.handlebars->37->2701"
51186
+ "default.handlebars->37->2703"
51187
]
51188
},
51189
{
@@ -51489,7 +51495,7 @@
51495
"zh-chs": "ServerStats.csv",
51496
"zh-cht": "ServerStats.csv",
51497
"xloc": [
51492
- "default.handlebars->37->2700"
51498
+ "default.handlebars->37->2702"
51499
]
51500
},
51501
{
@@ -51562,7 +51568,7 @@
51568
"zh-cht": "節",
51569
"xloc": [
51570
"default.handlebars->37->2518",
51565
- "default.handlebars->37->2571",
51571
+ "default.handlebars->37->2572",
51572
"ssh.handlebars->3->17",
51573
"ssh.handlebars->3->19"
51574
]
@@ -52469,6 +52475,12 @@
52475
"sharing.handlebars->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->1"
52476
]
52477
},
52478
+ {
52479
+ "en": "Show Guest Name",
52480
+ "xloc": [
52481
+ "default.handlebars->37->2568"
52482
+ ]
52483
+ },
52484
{
52485
"cs": "Zobrazit nápovědu",
52486
"de": "Hinweis anzeigen",
@@ -56047,9 +56059,9 @@
56059
"default-mobile.handlebars->11->313",
56060
"default.handlebars->37->1830",
56061
"default.handlebars->37->2531",
56050
- "default.handlebars->37->2578",
56051
- "default.handlebars->37->2591",
56052
- "default.handlebars->37->2677",
56062
+ "default.handlebars->37->2580",
56063
+ "default.handlebars->37->2593",
56064
+ "default.handlebars->37->2679",
56065
"default.handlebars->37->371",
56066
"default.handlebars->37->700",
56067
"default.handlebars->37->885",
@@ -56478,7 +56490,7 @@
56490
"zh-cht": "目前沒有任何通知",
56491
"xloc": [
56492
"default-mobile.handlebars->11->655",
56481
- "default.handlebars->37->2597"
56493
+ "default.handlebars->37->2599"
56494
]
56495
},
56496
{
@@ -56502,7 +56514,7 @@
56514
"zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。",
56515
"xloc": [
56516
"default-mobile.handlebars->11->676",
56505
- "default.handlebars->37->2618"
56517
+ "default.handlebars->37->2620"
56518
]
56519
},
56520
{
@@ -57091,7 +57103,7 @@
57103
"xloc": [
57104
"default-mobile.handlebars->11->320",
57105
"default.handlebars->37->2564",
57094
- "default.handlebars->37->2569",
57106
+ "default.handlebars->37->2570",
57107
"default.handlebars->37->990",
57108
"player.handlebars->3->16"
57109
]
@@ -58762,7 +58774,7 @@
58774
"zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。",
58775
"xloc": [
58776
"default.handlebars->37->1664",
58765
- "default.handlebars->37->2728",
58777
+ "default.handlebars->37->2730",
58778
"default.handlebars->37->718"
58779
]
58780
},
@@ -58787,7 +58799,7 @@
58799
"zh-chs": "无法在此模式下添加用户",
58800
"xloc": [
58801
"default-mobile.handlebars->11->672",
58790
- "default.handlebars->37->2614"
58802
+ "default.handlebars->37->2616"
58803
]
58804
},
58805
{
@@ -59263,8 +59275,8 @@
59275
"default.handlebars->37->2506",
59276
"default.handlebars->37->2523",
59277
"default.handlebars->37->2530",
59266
- "default.handlebars->37->2588",
59267
- "default.handlebars->37->2594",
59278
+ "default.handlebars->37->2590",
59279
+ "default.handlebars->37->2596",
59280
"default.handlebars->37->44",
59281
"default.handlebars->37->51",
59282
"default.handlebars->37->52",
@@ -59317,7 +59329,7 @@
59329
"zh-chs": "未知动作",
59330
"zh-cht": "未知動作",
59331
"xloc": [
59320
- "default.handlebars->37->2646"
59332
+ "default.handlebars->37->2648"
59333
]
59334
},
59335
{
@@ -59343,7 +59355,7 @@
59355
"xloc": [
59356
"default.handlebars->37->2335",
59357
"default.handlebars->37->2492",
59346
- "default.handlebars->37->2589"
59358
+ "default.handlebars->37->2591"
59359
]
59360
},
59361
{
@@ -59369,7 +59381,7 @@
59381
"xloc": [
59382
"default.handlebars->37->2329",
59383
"default.handlebars->37->2480",
59372
- "default.handlebars->37->2650"
59384
+ "default.handlebars->37->2652"
59385
]
59386
},
59387
{
@@ -59393,7 +59405,7 @@
59405
"zh-chs": "未知群组",
59406
"zh-cht": "未知群組",
59407
"xloc": [
59396
- "default.handlebars->37->2642"
59408
+ "default.handlebars->37->2644"
59409
]
59410
},
59411
{
@@ -59425,8 +59437,8 @@
59437
"en": "Unknown User",
59438
"nl": "Onbekende gebruiker",
59439
"xloc": [
59428
- "default.handlebars->37->2590",
59429
- "default.handlebars->37->2595"
59440
+ "default.handlebars->37->2592",
59441
+ "default.handlebars->37->2597"
59442
]
59443
},
59444
{
@@ -59661,7 +59673,7 @@
59673
"zh-chs": "最新",
59674
"zh-cht": "最新",
59675
"xloc": [
59664
- "default.handlebars->37->2733"
59676
+ "default.handlebars->37->2735"
59677
]
59678
},
59679
{
@@ -60188,7 +60200,7 @@
60200
"tr": "kullanım",
60201
"zh-chs": "用法",
60202
"xloc": [
60191
- "default.handlebars->37->2696"
60203
+ "default.handlebars->37->2698"
60204
]
60205
},
60206
{
@@ -60378,8 +60390,8 @@
60390
"zh-chs": "用过的",
60391
"zh-cht": "用過的",
60392
"xloc": [
60381
- "default.handlebars->37->2636",
60382
- "default.handlebars->37->2638"
60393
+ "default.handlebars->37->2638",
60394
+ "default.handlebars->37->2640"
60395
]
60396
},
60397
{
@@ -60410,7 +60422,7 @@
60422
"default.handlebars->37->2325",
60423
"default.handlebars->37->2549",
60424
"default.handlebars->37->2554",
60413
- "default.handlebars->37->2572",
60425
+ "default.handlebars->37->2573",
60426
"default.handlebars->37->326",
60427
"default.handlebars->37->880"
60428
]
@@ -60488,7 +60500,7 @@
60500
"zh-chs": "用户帐户",
60501
"zh-cht": "用戶帳戶",
60502
"xloc": [
60491
- "default.handlebars->37->2655"
60503
+ "default.handlebars->37->2657"
60504
]
60505
},
60506
{
@@ -60882,7 +60894,7 @@
60894
"zh-chs": "用户节",
60895
"zh-cht": "用戶節",
60896
"xloc": [
60885
- "default.handlebars->37->2687"
60897
+ "default.handlebars->37->2689"
60898
]
60899
},
60900
{
@@ -61006,7 +61018,7 @@
61018
"zh-chs": "用户已存在",
61019
"xloc": [
61020
"default-mobile.handlebars->11->671",
61009
- "default.handlebars->37->2613"
61021
+ "default.handlebars->37->2615"
61022
]
61023
},
61024
{
@@ -61202,7 +61214,7 @@
61214
"zh-chs": "未找到用户 {0}。",
61215
"xloc": [
61216
"default-mobile.handlebars->11->679",
61205
- "default.handlebars->37->2621"
61217
+ "default.handlebars->37->2623"
61218
]
61219
},
61220
{
@@ -61401,7 +61413,7 @@
61413
"xloc": [
61414
"default.handlebars->37->2277",
61415
"default.handlebars->37->2317",
61404
- "default.handlebars->37->2686",
61416
+ "default.handlebars->37->2688",
61417
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
61418
]
61419
},
@@ -61426,7 +61438,7 @@
61438
"zh-chs": "用户会话",
61439
"zh-cht": "用戶節",
61440
"xloc": [
61429
- "default.handlebars->37->2659"
61441
+ "default.handlebars->37->2661"
61442
]
61443
},
61444
{
@@ -61473,7 +61485,7 @@
61485
"zh-chs": "未找到用户 {0}。",
61486
"xloc": [
61487
"default-mobile.handlebars->11->680",
61476
- "default.handlebars->37->2622"
61488
+ "default.handlebars->37->2624"
61489
]
61490
},
61491
{
@@ -61616,7 +61628,7 @@
61628
"zh-chs": "验证异常",
61629
"xloc": [
61630
"default-mobile.handlebars->11->673",
61619
- "default.handlebars->37->2615"
61631
+ "default.handlebars->37->2617"
61632
]
61633
},
61634
{
@@ -61940,7 +61952,7 @@
61952
"zh-chs": "版本不兼容,请先升级您的MeshCentral",
61953
"zh-cht": "版本不兼容,請先升級你的MeshCentral",
61954
"xloc": [
61943
- "default.handlebars->37->2729"
61955
+ "default.handlebars->37->2731"
61956
]
61957
},
61958
{
@@ -62126,8 +62138,8 @@
62138
"zh-chs": "查看变更日志",
62139
"zh-cht": "查看變更日誌",
62140
"xloc": [
62129
- "default.handlebars->37->2732",
62130
- "default.handlebars->37->2734"
62141
+ "default.handlebars->37->2734",
62142
+ "default.handlebars->37->2736"
62143
]
62144
},
62145
{
@@ -62697,8 +62709,8 @@
62709
"zh-chs": "网络服务器",
62710
"zh-cht": "網絡伺服器",
62711
"xloc": [
62700
- "default.handlebars->37->2712",
62701
- "default.handlebars->37->2713"
62712
+ "default.handlebars->37->2714",
62713
+ "default.handlebars->37->2715"
62714
]
62715
},
62716
{
@@ -62721,7 +62733,7 @@
62733
"tr": "Web Sunucusu HTTP Başlıkları",
62734
"zh-chs": "Web 服务器 HTTP 标头",
62735
"xloc": [
62724
- "default.handlebars->37->2716"
62736
+ "default.handlebars->37->2718"
62737
]
62738
},
62739
{
@@ -62745,7 +62757,7 @@
62757
"zh-chs": "Web服务器请求",
62758
"zh-cht": "Web伺服器請求",
62759
"xloc": [
62748
- "default.handlebars->37->2714"
62760
+ "default.handlebars->37->2716"
62761
]
62762
},
62763
{
@@ -62769,7 +62781,7 @@
62781
"zh-chs": "Web套接字中继",
62782
"zh-cht": "Web插座中繼",
62783
"xloc": [
62772
- "default.handlebars->37->2715"
62784
+ "default.handlebars->37->2717"
62785
]
62786
},
62787
{
@@ -62793,7 +62805,7 @@
62805
"zh-chs": "网络RDP",
62806
"zh-cht": "網絡RDP",
62807
"xloc": [
62796
- "default.handlebars->37->2584",
62808
+ "default.handlebars->37->2586",
62809
"default.handlebars->37->858"
62810
]
62811
},
@@ -62801,7 +62813,7 @@
62813
"en": "Web-SFTP",
62814
"nl": "Web-SFTP",
62815
"xloc": [
62804
- "default.handlebars->37->2586"
62816
+ "default.handlebars->37->2588"
62817
]
62818
},
62819
{
@@ -62824,7 +62836,7 @@
62836
"tr": "Web-SSH",
62837
"zh-chs": "网络SSH",
62838
"xloc": [
62827
- "default.handlebars->37->2585",
62839
+ "default.handlebars->37->2587",
62840
"default.handlebars->37->860"
62841
]
62842
},
@@ -62848,7 +62860,7 @@
62860
"tr": "Web-VNC",
62861
"zh-chs": "网络VNC",
62862
"xloc": [
62851
- "default.handlebars->37->2587",
62863
+ "default.handlebars->37->2589",
62864
"default.handlebars->37->856"
62865
]
62866
},
@@ -62872,7 +62884,7 @@
62884
"tr": "WebRDP",
62885
"zh-chs": "网络RDP",
62886
"xloc": [
62875
- "default.handlebars->37->2680"
62887
+ "default.handlebars->37->2682"
62888
]
62889
},
62890
{
@@ -62895,7 +62907,7 @@
62907
"tr": "WebSSH",
62908
"zh-chs": "网络SSH",
62909
"xloc": [
62898
- "default.handlebars->37->2681"
62910
+ "default.handlebars->37->2683"
62911
]
62912
},
62913
{
@@ -62926,7 +62938,7 @@
62938
"tr": "WebVNC",
62939
"zh-chs": "网络VNC",
62940
"xloc": [
62929
- "default.handlebars->37->2682"
62941
+ "default.handlebars->37->2684"
62942
]
62943
},
62944
{
@@ -64798,7 +64810,7 @@
64810
"zh-chs": "\\\\'",
64811
"zh-cht": "\\\\'",
64812
"xloc": [
64801
- "default.handlebars->37->2730"
64813
+ "default.handlebars->37->2732"
64814
]
64815
},
64816
{
@@ -65531,8 +65543,8 @@
65543
"zh-chs": "免费",
65544
"zh-cht": "免費",
65545
"xloc": [
65534
- "default.handlebars->37->2667",
65535
- "default.handlebars->37->2670"
65546
+ "default.handlebars->37->2669",
65547
+ "default.handlebars->37->2672"
65548
]
65549
},
65550
{
@@ -66595,7 +66607,7 @@
66607
"zh-chs": "servertrace.csv",
66608
"zh-cht": "servertrace.csv",
66609
"xloc": [
66598
- "default.handlebars->37->2724"
66610
+ "default.handlebars->37->2726"
66611
]
66612
},
66613
{
@@ -66693,7 +66705,7 @@
66705
"zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
66706
"zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
66707
"xloc": [
66696
- "default.handlebars->37->2699"
66708
+ "default.handlebars->37->2701"
66709
]
66710
},
66711
{
@@ -66717,7 +66729,7 @@
66729
"zh-chs": "时间,来源,信息",
66730
"zh-cht": "時間,來源,訊息",
66731
"xloc": [
66720
- "default.handlebars->37->2723"
66732
+ "default.handlebars->37->2725"
66733
]
66734
},
66735
{
@@ -66762,8 +66774,8 @@
66774
"zh-chs": "总计",
66775
"zh-cht": "總",
66776
"xloc": [
66765
- "default.handlebars->37->2668",
66766
- "default.handlebars->37->2671"
66777
+ "default.handlebars->37->2670",
66778
+ "default.handlebars->37->2673"
66779
]
66780
},
66781
{